From e77f90cef078f66ecc0569401a3a43026768be3a Mon Sep 17 00:00:00 2001 From: Jefferson Michael Date: Tue, 4 Apr 2023 04:19:16 -0300 Subject: PT BR translation improvements (#1717) --- archinstall/locales/pt_BR/LC_MESSAGES/base.mo | Bin 26469 -> 27361 bytes archinstall/locales/pt_BR/LC_MESSAGES/base.po | 55 ++++++++++++++++++-------- 2 files changed, 38 insertions(+), 17 deletions(-) (limited to 'archinstall/locales') diff --git a/archinstall/locales/pt_BR/LC_MESSAGES/base.mo b/archinstall/locales/pt_BR/LC_MESSAGES/base.mo index bcffafbf..8cba125a 100644 Binary files a/archinstall/locales/pt_BR/LC_MESSAGES/base.mo and b/archinstall/locales/pt_BR/LC_MESSAGES/base.mo differ diff --git a/archinstall/locales/pt_BR/LC_MESSAGES/base.po b/archinstall/locales/pt_BR/LC_MESSAGES/base.po index 33e78a20..88506ce0 100644 --- a/archinstall/locales/pt_BR/LC_MESSAGES/base.po +++ b/archinstall/locales/pt_BR/LC_MESSAGES/base.po @@ -1,13 +1,19 @@ # Translators: # @Cain-dev (cain-dev.github.io) # Rafael Fontenelle +# Jefferson Michael msgid "" msgstr "" -"Last-Translator: Rafael Fontenelle \n" +"Project-Id-Version: \n" +"POT-Creation-Date: \n" +"PO-Revision-Date: \n" +"Last-Translator: Jefferson Michael \n" +"Language-Team: \n" "Language: pt_BR\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"X-Generator: Poedit 3.2.2\n" msgid "[!] A log file has been created here: {} {}" msgstr "[!] Um arquivo de log foi criado aqui: {} {}" @@ -817,9 +823,8 @@ msgstr "Entrada inválida! Tente novamente com uma entrada válida [1 para {max_ msgid "Parallel Downloads" msgstr "Downloads Paralelos" -#, fuzzy msgid "ESC to skip" -msgstr "Use ESC para pular" +msgstr "ESC para sair" msgid "CTRL+C to reset" msgstr "CTRL+C para reiniciar" @@ -836,43 +841,59 @@ msgstr "Para poder usar esta tradução, instale manualmente uma fonte que supor msgid "The font should be stored as {}" msgstr "A fonte deve ser armazenada como {}" -#, fuzzy msgid "Encryption type" -msgstr "Senha de encriptação" +msgstr "Tipo de encriptação" msgid "Partitions" -msgstr "" +msgstr "Partições" msgid "No HSM devices available" -msgstr "" +msgstr "Nenhum dispositivo HSM disponivel" -#, fuzzy msgid "Partitions to be encrypted" -msgstr "Selecione quais partições encriptar" +msgstr "Partições a serem encriptadas" msgid "Select disk encryption option" -msgstr "" +msgstr "Selecione a opção de encriptação de disco" msgid "Select a FIDO2 device to use for HSM" -msgstr "" +msgstr "Selecione um dispositivo FIDO2 para usar como HSM" -#, fuzzy msgid "All settings will be reset, are you sure?" -msgstr "{} contém partições em fila, isto irá removê-las, tem certeza?" +msgstr "Todas as configurações serão redefinidas,você tem certeza ?" msgid "Back" -msgstr "" +msgstr "Voltar" msgid "Disk encryption" -msgstr "" +msgstr "Encriptação de disco" -#, fuzzy msgid "Password" -msgstr "Senha de root" +msgstr "Senha" msgid "Partition encryption" +msgstr "Encriptação de partição" + +msgid "When picking a directory to save configuration files to, by default we will ignore the following folders: " +msgstr "" + +msgid "Finding possible directories to save configuration files ..." msgstr "" +#, fuzzy +msgid "Select directory (or directories) for saving configuration files" +msgstr "Selecione um ou mais discos rígidos para usar e configurar" + +msgid "" +"Do you want to save {} configuration file(s) in the following locations?\n" +"\n" +"{}" +msgstr "" + +#, fuzzy +msgid "Saving {} configuration files to {}" +msgstr "Salvar configuração" + #~ msgid "Enter the start sector (percentage or block number, default: {}): " #~ msgstr "Digite o setor de início (porcentagem ou número do bloco, padrão: {}): " -- cgit v1.2.3-54-g00ecf From 00b0ae7ba439a5a420095175b3bedd52c569db51 Mon Sep 17 00:00:00 2001 From: Daniel Girtler Date: Wed, 19 Apr 2023 20:55:42 +1000 Subject: PyParted and a large rewrite of the underlying partitioning (#1604) * Invert mypy files * Add optional pre-commit hooks * New profile structure * Serialize profiles * Use profile instead of classmethod * Custom profile setup * Separator between back * Support profile import via url * Move profiles module * Refactor files * Remove symlink * Add user to docker group * Update schema description * Handle list services * mypy fixes * mypy fixes * Rename profilesv2 to profiles * flake8 * mypy again * Support selecting DM * Fix mypy * Cleanup * Update greeter setting * Update schema * Revert toml changes * Poc external dependencies * Dependency support * New encryption menu * flake8 * Mypy and flake8 * Unify lsblk command * Update bootloader configuration * Git hooks * Fix import * Pyparted * Remove custom font setting * flake8 * Remove default preview * Manual partitioning menu * Update structure * Disk configuration * Update filesystem * luks2 encryption * Everything works until installation * Btrfsutil * Btrfs handling * Update btrfs * Save encryption config * Fix pipewire issue * Update mypy version * Update all pre-commit * Update package versions * Revert audio/pipewire * Merge master PRs * Add master changes * Merge master changes * Small renaming * Pull master changes * Reset disk enc after disk config change * Generate locals * Update naming * Fix imports * Fix broken sync * Fix pre selection on table menu * Profile menu * Update profile * Fix post_install * Added python-pyparted to PKGBUILD, this requires [testing] to be enabled in order to run makepkg. Package still works via python -m build etc. * Swaped around some setuptools logic in pyproject Since we define `package-data` and `packages` there should be no need for: ``` [tool.setuptools.packages.find] where = ["archinstall", "archinstall.*"] ``` * Removed pyproject collisions. Duplicate definitions. * Made sure pyproject.toml includes languages * Add example and update README * Fix pyproject issues * Generate locale * Refactor imports * Simplify imports * Add profile description and package examples * Align code * Fix mypy * Simplify imports * Fix saving config * Fix wrong luks merge * Refactor installation * Fix cdrom device loading * Fix wrongly merged code * Fix imports and greeter * Don't terminate on partprobe error * Use specific path on partprobe from luks * Update archinstall/lib/disk/device_model.py Co-authored-by: codefiles <11915375+codefiles@users.noreply.github.com> * Update archinstall/lib/disk/device_model.py Co-authored-by: codefiles <11915375+codefiles@users.noreply.github.com> * Update github workflow to test archinstall installation * Update sway merge * Generate locales * Update workflow --------- Co-authored-by: Daniel Girtler Co-authored-by: Anton Hvornum Co-authored-by: Anton Hvornum Co-authored-by: codefiles <11915375+codefiles@users.noreply.github.com> --- .github/workflows/iso-build.yaml | 12 +- .github/workflows/mypy.yaml | 6 +- .github/workflows/python-build.yml | 27 +- .gitignore | 3 +- .pre-commit-config.yaml | 42 + PKGBUILD | 2 +- README.md | 201 +- archinstall/__init__.py | 143 +- archinstall/__main__.py | 6 +- archinstall/default_profiles/__init__.py | 0 .../default_profiles/applications/__init__.py | 0 .../default_profiles/applications/pipewire.py | 40 + archinstall/default_profiles/custom.py | 218 +++ archinstall/default_profiles/desktop.py | 87 + archinstall/default_profiles/desktops/__init__.py | 0 archinstall/default_profiles/desktops/awesome.py | 36 + archinstall/default_profiles/desktops/bspwm.py | 30 + archinstall/default_profiles/desktops/budgie.py | 30 + archinstall/default_profiles/desktops/cinnamon.py | 31 + archinstall/default_profiles/desktops/cutefish.py | 31 + archinstall/default_profiles/desktops/deepin.py | 28 + .../default_profiles/desktops/enlightenment.py | 27 + archinstall/default_profiles/desktops/gnome.py | 27 + archinstall/default_profiles/desktops/i3.py | 33 + archinstall/default_profiles/desktops/kde.py | 32 + archinstall/default_profiles/desktops/lxqt.py | 35 + archinstall/default_profiles/desktops/mate.py | 27 + archinstall/default_profiles/desktops/qtile.py | 27 + archinstall/default_profiles/desktops/sway.py | 66 + archinstall/default_profiles/desktops/xfce4.py | 30 + archinstall/default_profiles/minimal.py | 15 + archinstall/default_profiles/profile.py | 206 ++ archinstall/default_profiles/server.py | 57 + archinstall/default_profiles/servers/__init__.py | 0 archinstall/default_profiles/servers/cockpit.py | 19 + archinstall/default_profiles/servers/docker.py | 33 + archinstall/default_profiles/servers/httpd.py | 19 + archinstall/default_profiles/servers/lighttpd.py | 19 + archinstall/default_profiles/servers/mariadb.py | 25 + archinstall/default_profiles/servers/nginx.py | 19 + archinstall/default_profiles/servers/postgresql.py | 26 + archinstall/default_profiles/servers/sshd.py | 19 + archinstall/default_profiles/servers/tomcat.py | 19 + archinstall/default_profiles/tailored.py | 21 + archinstall/default_profiles/xorg.py | 21 + archinstall/lib/configuration.py | 69 +- archinstall/lib/disk/__init__.py | 47 +- archinstall/lib/disk/blockdevice.py | 301 --- archinstall/lib/disk/btrfs/__init__.py | 56 - archinstall/lib/disk/btrfs/btrfs_helpers.py | 136 -- archinstall/lib/disk/btrfs/btrfspartition.py | 109 -- archinstall/lib/disk/btrfs/btrfssubvolumeinfo.py | 192 -- archinstall/lib/disk/device_handler.py | 599 ++++++ archinstall/lib/disk/device_model.py | 1033 ++++++++++ archinstall/lib/disk/diskinfo.py | 40 - archinstall/lib/disk/dmcryptdev.py | 48 - archinstall/lib/disk/encryption.py | 174 -- archinstall/lib/disk/encryption_menu.py | 179 ++ archinstall/lib/disk/fido.py | 94 + archinstall/lib/disk/filesystem.py | 343 +--- archinstall/lib/disk/helpers.py | 556 ------ archinstall/lib/disk/mapperdev.py | 92 - archinstall/lib/disk/partition.py | 661 ------- archinstall/lib/disk/partitioning_menu.py | 335 ++++ archinstall/lib/disk/subvolume_menu.py | 101 + archinstall/lib/disk/user_guides.py | 240 --- archinstall/lib/disk/validators.py | 48 - archinstall/lib/general.py | 31 +- archinstall/lib/global_menu.py | 364 ++++ archinstall/lib/hsm/__init__.py | 1 - archinstall/lib/hsm/fido.py | 109 -- archinstall/lib/installer.py | 670 +++---- archinstall/lib/locale_helpers.py | 20 +- archinstall/lib/luks.py | 331 ++-- archinstall/lib/menu/__init__.py | 11 +- archinstall/lib/menu/abstract_menu.py | 200 +- archinstall/lib/menu/global_menu.py | 429 ----- archinstall/lib/menu/list_manager.py | 46 +- archinstall/lib/menu/menu.py | 114 +- archinstall/lib/menu/simple_menu.py | 2002 -------------------- archinstall/lib/menu/table_selection_menu.py | 68 +- archinstall/lib/mirrors.py | 4 +- archinstall/lib/models/__init__.py | 5 +- archinstall/lib/models/bootloader.py | 40 + archinstall/lib/models/dataclasses.py | 136 -- archinstall/lib/models/disk_encryption.py | 90 - archinstall/lib/models/gen.py | 146 ++ archinstall/lib/models/network_configuration.py | 2 +- archinstall/lib/models/password_strength.py | 85 - archinstall/lib/models/pydantic.py | 134 -- archinstall/lib/models/subvolume.py | 68 - archinstall/lib/models/users.py | 94 +- archinstall/lib/networking.py | 33 +- archinstall/lib/output.py | 47 +- archinstall/lib/packages/__init__.py | 4 + archinstall/lib/packages/packages.py | 4 +- archinstall/lib/pacman.py | 4 + archinstall/lib/profile/__init__.py | 0 archinstall/lib/profile/profile_menu.py | 203 ++ archinstall/lib/profile/profile_model.py | 35 + archinstall/lib/profile/profiles_handler.py | 391 ++++ archinstall/lib/profiles.py | 340 ---- archinstall/lib/storage.py | 19 +- archinstall/lib/udev/__init__.py | 1 - archinstall/lib/udev/udevadm.py | 17 - archinstall/lib/user_interaction/__init__.py | 16 +- .../user_interaction/backwards_compatible_conf.py | 95 - archinstall/lib/user_interaction/disk_conf.py | 403 +++- archinstall/lib/user_interaction/general_conf.py | 59 +- archinstall/lib/user_interaction/locale_conf.py | 3 +- .../lib/user_interaction/manage_users_conf.py | 21 +- archinstall/lib/user_interaction/network_conf.py | 6 +- .../lib/user_interaction/partitioning_conf.py | 362 ---- archinstall/lib/user_interaction/save_conf.py | 74 +- .../lib/user_interaction/subvolume_config.py | 98 - archinstall/lib/user_interaction/system_conf.py | 133 +- archinstall/lib/user_interaction/utils.py | 47 +- archinstall/lib/utils/__init__.py | 0 archinstall/lib/utils/singleton.py | 15 + archinstall/lib/utils/util.py | 30 + archinstall/locales/ar/LC_MESSAGES/base.po | 209 +- archinstall/locales/base.pot | 225 ++- archinstall/locales/cs/LC_MESSAGES/base.po | 246 ++- archinstall/locales/de/LC_MESSAGES/base.po | 243 ++- archinstall/locales/el/LC_MESSAGES/base.po | 246 ++- archinstall/locales/en/LC_MESSAGES/base.po | 203 +- archinstall/locales/es/LC_MESSAGES/base.po | 246 ++- archinstall/locales/fr/LC_MESSAGES/base.mo | Bin 27591 -> 27562 bytes archinstall/locales/fr/LC_MESSAGES/base.po | 300 ++- archinstall/locales/id/LC_MESSAGES/base.mo | Bin 27433 -> 26392 bytes archinstall/locales/id/LC_MESSAGES/base.po | 274 ++- archinstall/locales/it/LC_MESSAGES/base.po | 246 ++- archinstall/locales/ka/LC_MESSAGES/base.po | 250 ++- archinstall/locales/ko/LC_MESSAGES/base.po | 246 ++- archinstall/locales/languages.json | 2 +- archinstall/locales/nl/LC_MESSAGES/base.po | 242 ++- archinstall/locales/pl/LC_MESSAGES/base.po | 246 ++- archinstall/locales/pt/LC_MESSAGES/base.po | 242 ++- archinstall/locales/pt_BR/LC_MESSAGES/base.mo | Bin 27361 -> 27157 bytes archinstall/locales/pt_BR/LC_MESSAGES/base.po | 248 ++- archinstall/locales/ru/LC_MESSAGES/base.mo | Bin 35760 -> 36023 bytes archinstall/locales/ru/LC_MESSAGES/base.po | 249 ++- archinstall/locales/sv/LC_MESSAGES/base.po | 245 ++- archinstall/locales/ta/LC_MESSAGES/base.po | 246 ++- archinstall/locales/tr/LC_MESSAGES/base.po | 245 ++- archinstall/locales/uk/LC_MESSAGES/base.po | 250 ++- archinstall/locales/ur/LC_MESSAGES/base.po | 243 ++- archinstall/locales/zh-CN/LC_MESSAGES/base.po | 246 ++- archinstall/profiles | 1 - archinstall/scripts/__init__.py | 0 archinstall/scripts/guided.py | 276 +++ archinstall/scripts/minimal.py | 104 + archinstall/scripts/only_hd.py | 104 + archinstall/scripts/swiss.py | 353 ++++ archinstall/scripts/unattended.py | 18 + build_iso.sh | 31 + docs/examples/python.rst | 4 +- examples/__init__.py | 0 examples/auto_discovery_mounted.py | 13 + examples/config-sample.json | 126 +- examples/creds-sample.json | 19 +- examples/full_automated_installation.py | 95 + examples/guided.py | 306 --- examples/interactive_installation.py | 220 +++ examples/mac_address_installation.py | 18 + examples/minimal.py | 75 - examples/minimal_installation.py | 85 + examples/only_hd.py | 151 -- examples/only_hd_installation.py | 63 + examples/swiss.py | 526 ----- examples/unattended.py | 21 - mypy-strict.ini | 102 + mypy.ini | 15 + profiles/52-54-00-12-34-56.py | 62 - profiles/__init__.py | 0 profiles/applications/__init__.py | 0 profiles/applications/awesome.py | 34 - profiles/applications/cockpit.py | 13 - profiles/applications/docker.py | 9 - profiles/applications/httpd.py | 9 - profiles/applications/lighttpd.py | 9 - profiles/applications/mariadb.py | 11 - profiles/applications/nginx.py | 9 - profiles/applications/pipewire.py | 14 - profiles/applications/postgresql.py | 11 - profiles/applications/sshd.py | 9 - profiles/applications/tomcat.py | 12 - profiles/awesome.py | 51 - profiles/bspwm.py | 43 - profiles/budgie.py | 45 - profiles/cinnamon.py | 46 - profiles/cutefish.py | 41 - profiles/deepin.py | 44 - profiles/desktop.py | 97 - profiles/enlightenment.py | 43 - profiles/gnome.py | 45 - profiles/i3.py | 59 - profiles/kde.py | 58 - profiles/lxqt.py | 50 - profiles/mate.py | 42 - profiles/minimal.py | 24 - profiles/qtile.py | 42 - profiles/server.py | 63 - profiles/sway.py | 100 - profiles/xfce4.py | 45 - profiles/xorg.py | 68 - pyproject.toml | 32 +- schema.json | 111 +- 208 files changed, 13870 insertions(+), 10753 deletions(-) create mode 100644 .pre-commit-config.yaml create mode 100644 archinstall/default_profiles/__init__.py create mode 100644 archinstall/default_profiles/applications/__init__.py create mode 100644 archinstall/default_profiles/applications/pipewire.py create mode 100644 archinstall/default_profiles/custom.py create mode 100644 archinstall/default_profiles/desktop.py create mode 100644 archinstall/default_profiles/desktops/__init__.py create mode 100644 archinstall/default_profiles/desktops/awesome.py create mode 100644 archinstall/default_profiles/desktops/bspwm.py create mode 100644 archinstall/default_profiles/desktops/budgie.py create mode 100644 archinstall/default_profiles/desktops/cinnamon.py create mode 100644 archinstall/default_profiles/desktops/cutefish.py create mode 100644 archinstall/default_profiles/desktops/deepin.py create mode 100644 archinstall/default_profiles/desktops/enlightenment.py create mode 100644 archinstall/default_profiles/desktops/gnome.py create mode 100644 archinstall/default_profiles/desktops/i3.py create mode 100644 archinstall/default_profiles/desktops/kde.py create mode 100644 archinstall/default_profiles/desktops/lxqt.py create mode 100644 archinstall/default_profiles/desktops/mate.py create mode 100644 archinstall/default_profiles/desktops/qtile.py create mode 100644 archinstall/default_profiles/desktops/sway.py create mode 100644 archinstall/default_profiles/desktops/xfce4.py create mode 100644 archinstall/default_profiles/minimal.py create mode 100644 archinstall/default_profiles/profile.py create mode 100644 archinstall/default_profiles/server.py create mode 100644 archinstall/default_profiles/servers/__init__.py create mode 100644 archinstall/default_profiles/servers/cockpit.py create mode 100644 archinstall/default_profiles/servers/docker.py create mode 100644 archinstall/default_profiles/servers/httpd.py create mode 100644 archinstall/default_profiles/servers/lighttpd.py create mode 100644 archinstall/default_profiles/servers/mariadb.py create mode 100644 archinstall/default_profiles/servers/nginx.py create mode 100644 archinstall/default_profiles/servers/postgresql.py create mode 100644 archinstall/default_profiles/servers/sshd.py create mode 100644 archinstall/default_profiles/servers/tomcat.py create mode 100644 archinstall/default_profiles/tailored.py create mode 100644 archinstall/default_profiles/xorg.py delete mode 100644 archinstall/lib/disk/blockdevice.py delete mode 100644 archinstall/lib/disk/btrfs/__init__.py delete mode 100644 archinstall/lib/disk/btrfs/btrfs_helpers.py delete mode 100644 archinstall/lib/disk/btrfs/btrfspartition.py delete mode 100644 archinstall/lib/disk/btrfs/btrfssubvolumeinfo.py create mode 100644 archinstall/lib/disk/device_handler.py create mode 100644 archinstall/lib/disk/device_model.py delete mode 100644 archinstall/lib/disk/diskinfo.py delete mode 100644 archinstall/lib/disk/dmcryptdev.py delete mode 100644 archinstall/lib/disk/encryption.py create mode 100644 archinstall/lib/disk/encryption_menu.py create mode 100644 archinstall/lib/disk/fido.py delete mode 100644 archinstall/lib/disk/helpers.py delete mode 100644 archinstall/lib/disk/mapperdev.py delete mode 100644 archinstall/lib/disk/partition.py create mode 100644 archinstall/lib/disk/partitioning_menu.py create mode 100644 archinstall/lib/disk/subvolume_menu.py delete mode 100644 archinstall/lib/disk/user_guides.py delete mode 100644 archinstall/lib/disk/validators.py create mode 100644 archinstall/lib/global_menu.py delete mode 100644 archinstall/lib/hsm/__init__.py delete mode 100644 archinstall/lib/hsm/fido.py delete mode 100644 archinstall/lib/menu/global_menu.py delete mode 100644 archinstall/lib/menu/simple_menu.py create mode 100644 archinstall/lib/models/bootloader.py delete mode 100644 archinstall/lib/models/dataclasses.py delete mode 100644 archinstall/lib/models/disk_encryption.py create mode 100644 archinstall/lib/models/gen.py delete mode 100644 archinstall/lib/models/password_strength.py delete mode 100644 archinstall/lib/models/pydantic.py delete mode 100644 archinstall/lib/models/subvolume.py create mode 100644 archinstall/lib/profile/__init__.py create mode 100644 archinstall/lib/profile/profile_menu.py create mode 100644 archinstall/lib/profile/profile_model.py create mode 100644 archinstall/lib/profile/profiles_handler.py delete mode 100644 archinstall/lib/profiles.py delete mode 100644 archinstall/lib/udev/__init__.py delete mode 100644 archinstall/lib/udev/udevadm.py delete mode 100644 archinstall/lib/user_interaction/backwards_compatible_conf.py delete mode 100644 archinstall/lib/user_interaction/partitioning_conf.py delete mode 100644 archinstall/lib/user_interaction/subvolume_config.py create mode 100644 archinstall/lib/utils/__init__.py create mode 100644 archinstall/lib/utils/singleton.py create mode 100644 archinstall/lib/utils/util.py delete mode 120000 archinstall/profiles create mode 100644 archinstall/scripts/__init__.py create mode 100644 archinstall/scripts/guided.py create mode 100644 archinstall/scripts/minimal.py create mode 100644 archinstall/scripts/only_hd.py create mode 100644 archinstall/scripts/swiss.py create mode 100644 archinstall/scripts/unattended.py create mode 100755 build_iso.sh delete mode 100644 examples/__init__.py create mode 100644 examples/auto_discovery_mounted.py create mode 100644 examples/full_automated_installation.py delete mode 100644 examples/guided.py create mode 100644 examples/interactive_installation.py create mode 100644 examples/mac_address_installation.py delete mode 100644 examples/minimal.py create mode 100644 examples/minimal_installation.py delete mode 100644 examples/only_hd.py create mode 100644 examples/only_hd_installation.py delete mode 100644 examples/swiss.py delete mode 100644 examples/unattended.py create mode 100644 mypy-strict.ini create mode 100644 mypy.ini delete mode 100644 profiles/52-54-00-12-34-56.py delete mode 100644 profiles/__init__.py delete mode 100644 profiles/applications/__init__.py delete mode 100644 profiles/applications/awesome.py delete mode 100644 profiles/applications/cockpit.py delete mode 100644 profiles/applications/docker.py delete mode 100644 profiles/applications/httpd.py delete mode 100644 profiles/applications/lighttpd.py delete mode 100644 profiles/applications/mariadb.py delete mode 100644 profiles/applications/nginx.py delete mode 100644 profiles/applications/pipewire.py delete mode 100644 profiles/applications/postgresql.py delete mode 100644 profiles/applications/sshd.py delete mode 100644 profiles/applications/tomcat.py delete mode 100644 profiles/awesome.py delete mode 100644 profiles/bspwm.py delete mode 100644 profiles/budgie.py delete mode 100644 profiles/cinnamon.py delete mode 100644 profiles/cutefish.py delete mode 100644 profiles/deepin.py delete mode 100644 profiles/desktop.py delete mode 100644 profiles/enlightenment.py delete mode 100644 profiles/gnome.py delete mode 100644 profiles/i3.py delete mode 100644 profiles/kde.py delete mode 100644 profiles/lxqt.py delete mode 100644 profiles/mate.py delete mode 100644 profiles/minimal.py delete mode 100644 profiles/qtile.py delete mode 100644 profiles/server.py delete mode 100644 profiles/sway.py delete mode 100644 profiles/xfce4.py delete mode 100644 profiles/xorg.py (limited to 'archinstall/locales') diff --git a/.github/workflows/iso-build.yaml b/.github/workflows/iso-build.yaml index ab4e6f5f..00e2c13f 100644 --- a/.github/workflows/iso-build.yaml +++ b/.github/workflows/iso-build.yaml @@ -32,17 +32,7 @@ jobs: - run: cat /etc/os-release - run: pacman-key --init - run: pacman --noconfirm -Sy archlinux-keyring - - run: mkdir -p /tmp/archlive/airootfs/root/archinstall-git; cp -r . /tmp/archlive/airootfs/root/archinstall-git - - run: echo "pip uninstall archinstall -y; cd archinstall-git; rm -rf dist; python -m build -n; pip install dist/archinstall*.whl" > /tmp/archlive/airootfs/root/.zprofile - - run: echo "echo \"This is an unofficial ISO for development and testing of archinstall. No support will be provided.\"" >> /tmp/archlive/airootfs/root/.zprofile - - run: echo "echo \"This ISO was built from Git SHA $GITHUB_SHA\"" >> /tmp/archlive/airootfs/root/.zprofile - - run: echo "echo \"Type archinstall to launch the installer.\"" >> /tmp/archlive/airootfs/root/.zprofile - - run: cat /tmp/archlive/airootfs/root/.zprofile - - run: pacman -Sy; pacman --noconfirm -S git archiso - - run: cp -r /usr/share/archiso/configs/releng/* /tmp/archlive - - run: echo -e "git\npython\npython-pip\npython-build\npython-flit\npython-setuptools\npython-wheel" >> /tmp/archlive/packages.x86_64 - - run: find /tmp/archlive - - run: cd /tmp/archlive; mkarchiso -v -w work/ -o out/ ./ + - run: ./build_iso.sh - uses: actions/upload-artifact@v3 with: name: Arch Live ISO diff --git a/.github/workflows/mypy.yaml b/.github/workflows/mypy.yaml index 20c98f3b..8689570f 100644 --- a/.github/workflows/mypy.yaml +++ b/.github/workflows/mypy.yaml @@ -15,8 +15,4 @@ jobs: # one day this will be enabled # run: mypy --strict --module archinstall || exit 0 - name: run mypy - run: mypy --follow-imports=silent archinstall/lib/menu/abstract_menu.py archinstall/lib/menu/global_menu.py - archinstall/lib/models/network_configuration.py archinstall/lib/menu/list_manager.py archinstall/lib/user_interaction/network_conf.py archinstall/lib/models/users.py - archinstall/lib/disk/blockdevice.py archinstall/lib/user_interaction/subvolume_config.py archinstall/lib/disk/btrfs/btrfs_helpers.py - archinstall/lib/translationhandler.py archinstall/lib/disk/diskinfo.py archinstall/lib/menu/table_selection_menu.py archinstall/lib/hsm - archinstall/lib/disk/encryption.py archinstall/lib/models/disk_encryption.py + run: mypy --config-file mypy.ini diff --git a/.github/workflows/python-build.yml b/.github/workflows/python-build.yml index 647ad70e..f98ce160 100644 --- a/.github/workflows/python-build.yml +++ b/.github/workflows/python-build.yml @@ -7,20 +7,37 @@ on: [ push, pull_request ] jobs: deploy: runs-on: ubuntu-latest + container: + image: archlinux:latest + options: --privileged steps: - uses: actions/checkout@v3 - name: Set up Python uses: actions/setup-python@v4 with: - python-version: '3.x' - - name: Install dependencies + python-version: '3.10' + - name: Prepare arch + run: | + pacman-key --init + pacman --noconfirm -Sy archlinux-keyring + pacman --noconfirm -Sy python-pyparted pkgconfig gcc + - name: Install build dependencies run: | python -m pip install --upgrade pip - pip install build twine + pip install --upgrade build twine wheel setuptools installer + pip uninstall archinstall -y + - name: Install package dependencies + run: | + pip install --upgrade simple-term-menu pyparted - name: Build archinstall + run: python -m build --wheel --no-isolation + - name: Install archinstall + run: python -m installer dist/*.whl + - name: Run archinstall run: | - python -m build . --wheel + python -V + archinstall -v - uses: actions/upload-artifact@v3 with: name: archinstall - path: dist/* \ No newline at end of file + path: dist/* diff --git a/.gitignore b/.gitignore index 40e00e87..18173914 100644 --- a/.gitignore +++ b/.gitignore @@ -33,4 +33,5 @@ venv **/cmd_history.txt **/*.*~ /*.sig -/*.json \ No newline at end of file +/*.json +requirements.txt diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml new file mode 100644 index 00000000..87128289 --- /dev/null +++ b/.pre-commit-config.yaml @@ -0,0 +1,42 @@ +default_stages: ['commit'] +repos: + - repo: https://github.com/pycqa/autoflake + rev: v2.0.2 + hooks: + - id: autoflake + args: [ + '--in-place', + '--remove-all-unused-imports', + '--ignore-init-module-imports' + ] + files: \.py$ + require_serial: true + fail_fast: true + - repo: https://github.com/pre-commit/pre-commit-hooks + rev: v4.4.0 + hooks: + # general hooks: + - id: check-added-large-files # Prevent giant files from being committed + args: ['--maxkb=5000'] + - id: check-merge-conflict # Check for files that contain merge conflict strings + - id: check-symlinks # Checks for symlinks which do not point to anything + - id: check-yaml # Attempts to load all yaml files to verify syntax + - id: destroyed-symlinks # Detects symlinks which are changed to regular files + - id: detect-private-key # Checks for the existence of private keys + - id: end-of-file-fixer # Makes sure files end in a newline and only a newline + - id: trailing-whitespace # Trims trailing whitespace + # Python specific hooks: + - id: check-ast # Simply check whether files parse as valid python + - id: check-docstring-first # Checks for a common error of placing code before the docstring + - repo: https://github.com/pycqa/flake8 + rev: 6.0.0 + hooks: + - id: flake8 + args: [--config=.flake8] + fail_fast: true + - repo: https://github.com/pre-commit/mirrors-mypy + rev: v1.1.1 + hooks: + - id: mypy + args: [--config=mypy.ini] + fail_fast: true diff --git a/PKGBUILD b/PKGBUILD index 08c2001b..69f81f49 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -13,6 +13,7 @@ license=(GPL3) depends=( 'python' 'systemd' + 'python-pyparted' ) makedepends=( 'python-setuptools' @@ -48,7 +49,6 @@ prepare() { # use real directories for examples and profiles, as symlinks do not work rm -fv $pkgname/{examples,profiles} - mv -v examples profiles $pkgname/ } build() { diff --git a/README.md b/README.md index d83a8901..517621bc 100644 --- a/README.md +++ b/README.md @@ -26,44 +26,60 @@ Assuming you are on an Arch Linux live-ISO: # archinstall +#### Advanced Some additional options that are not needed by most users are hidden behind the `--advanced` flag. ## Running from a declarative configuration file or URL -Prerequisites: - 1. Edit the [configuration file](https://github.com/archlinux/archinstall/blob/master/examples/config-sample.json) according to your requirements. +`archinstall` can be run with a JSON configuration file. There are 2 different configuration files to consider, +the `user_configuration.json` contains all general installation configuration, whereas the `user_credentials.json` +contains the sensitive user configuration such as user password, root password and encryption password. -Assuming you are on a Arch Linux live-ISO and booted into EFI mode. +An example of the user configuration file can be found here +[configuration file](https://github.com/archlinux/archinstall/blob/master/examples/config-sample.json) +and example of the credentials configuration here +[credentials file](https://github.com/archlinux/archinstall/blob/master/examples/creds-sample.json). - # archinstall --config --disk-layout --creds +**HINT:** The configuration files can be auto-generated by starting `archisntall`, configuring all desired menu +points and then going to `Save configuration`. + +To load the configuration file into `archinstall` run the following command +``` +archinstall --config --creds +``` # Available Languages -Archinstall is available in different languages which have been contributed and are maintained by the community. +Archinstall is available in different languages which have been contributed and are maintained by the community. Current translations are listed below and vary in the amount of translations per language ``` English -Deutsch -Español -Français +Arabic +Brazilian Portuguese +Czech +Dutch +French +Georgian +German Indonesian -Italiano -Nederlands -Polskie -Português do Brasil -Português -Svenska -Türkçe -čeština -Русский -اردو -Ελληνικά -தமிழ் +Italian +Korean +Modern Greek +Polish +Portuguese +Russian +Spanish +Swedish +Tamil +Turkish +Ukrainian +Urdu ``` -Any contributions to the translations are more than welcome, and to get started please follow [the guide](https://github.com/archlinux/archinstall/blob/master/archinstall/locales/README.md) +Any contributions to the translations are more than welcome, +to get started please follow [the guide](https://github.com/archlinux/archinstall/blob/master/archinstall/locales/README.md) -# Help? +# Help or Issues Submit an issue here on GitHub, or submit a post in the discord help channel.
When doing so, attach the `/var/log/archinstall/install.log` to the issue ticket. This helps us help you! @@ -86,73 +102,111 @@ Therefore, Archinstall will try its best to not introduce any breaking changes e # Scripting your own installation -You could just copy [guided.py](https://github.com/archlinux/archinstall/blob/master/examples/guided.py) as a starting point. - -However, assuming you're building your own ISO and want to create an automated installation process, or you want to install virtual machines onto local disk images, here is a [minimal example](https://github.com/archlinux/archinstall/blob/master/examples/minimal.py) of how to install using archinstall as a Python library:
- -```python -import archinstall, getpass - -# Select a harddrive and a disk password -harddrive = archinstall.select_disk(archinstall.all_blockdevices(partitions=False)) -disk_password = getpass.getpass(prompt='Disk password (won\'t echo): ') - -# We disable safety precautions in the library that protects the partitions -harddrive.keep_partitions = False - -# First, we configure the basic filesystem layout -with archinstall.Filesystem(harddrive, archinstall.GPT) as fs: - # We create a filesystem layout that will use the entire drive - # (this is a helper function, you can partition manually as well) - fs.use_entire_disk(root_filesystem_type='btrfs') - - boot = fs.find_partition('/boot') - root = fs.find_partition('/') - - boot.format('vfat') - - # Set the flag for encrypted to allow for encryption and then encrypt - root.encrypted = True - root.encrypt(password=disk_password) +## Scripting interactive installation -with archinstall.luks2(root, 'luksloop', disk_password) as unlocked_root: - unlocked_root.format(root.filesystem) - unlocked_root.mount('/mnt') +There are some examples in the `examples/` directory that should serve as a starting point. - boot.mount('/mnt/boot') +The following is a small example of how to script your own *interative* installation: -with archinstall.Installer('/mnt') as installation: - if installation.minimal_installation(hostname='minimal-arch'): - installation.add_bootloader() - - installation.add_additional_packages(['nano', 'wget', 'git']) - - # Optionally, install a profile of choice. - # In this case, we install a minimal profile that is empty - installation.install_profile('minimal') - - user = User('devel', 'devel', False) - installation.create_users(user) - installation.user_set_pw('root', 'airoot') +```python +from pathlib import Path + +from archinstall import Installer, ProfileConfiguration, profile_handler, User +from archinstall.default_profiles.minimal import MinimalProfile +from archinstall.lib.disk.device_model import FilesystemType +from archinstall.lib.disk.encryption_menu import DiskEncryptionMenu +from archinstall.lib.disk.filesystem import FilesystemHandler +from archinstall.lib.user_interaction.disk_conf import select_disk_config + +fs_type = FilesystemType('ext4') + +# Select a device to use for the installation +disk_config = select_disk_config() + +# Optional: ask for disk encryption configuration +data_store = {} +disk_encryption = DiskEncryptionMenu(disk_config.device_modifications, data_store).run() + +# initiate file handler with the disk config and the optional disk encryption config +fs_handler = FilesystemHandler(disk_config, disk_encryption) + +# perform all file operations +# WARNING: this will potentially format the filesystem and delete all data +fs_handler.perform_filesystem_operations() + +mountpoint = Path('/tmp') + +with Installer( + mountpoint, + disk_config, + disk_encryption=disk_encryption, + kernels=['linux'] +) as installation: + installation.mount_ordered_layout() + installation.minimal_installation(hostname='minimal-arch') + installation.add_additional_packages(['nano', 'wget', 'git']) + + # Optionally, install a profile of choice. + # In this case, we install a minimal profile that is empty + profile_config = ProfileConfiguration(MinimalProfile()) + profile_handler.install_profile_config(installation, profile_config) + + user = User('archinstall', 'password', True) + installation.create_users(user) ``` This installer will perform the following: -* Prompt the user to select a disk and disk-password -* Proceed to wipe the selected disk with a `GPT` partition table on a UEFI system and MBR on a BIOS system. -* Sets up a default 100% used disk with encryption. +* Prompt the user to configurate the disk partitioning +* Prompt the user to setup disk encryption +* Create a file handler instance for the configured disk and the optional disk encryption +* Perform the disk operations (WARNING: this will potentially format the disks and erase all data) * Installs a basic instance of Arch Linux *(base base-devel linux linux-firmware btrfs-progs efibootmgr)* * Installs and configures a bootloader to partition 0 on uefi. On BIOS, it sets the root to partition 0. * Install additional packages *(nano, wget, git)* +* Create a new user > **Creating your own ISO with this script on it:** Follow [ArchISO](https://wiki.archlinux.org/index.php/archiso)'s guide on how to create your own ISO. +## Script non-interactive automated installation + +For an example of a fully scripted, automated installation please see the example +[full_automated_installation.py](https://github.com/archlinux/archinstall/blob/master/examples/full_automated_installation.py) + ## Unattended installation based on MAC address -Archinstall comes with an [unattended](https://github.com/archlinux/archinstall/blob/master/examples/unattended.py) example which will look for a matching profile for the machine it is being run on, based on any local MAC address. -For instance, if the machine that [unattended](https://github.com/archlinux/archinstall/blob/master/examples/unattended.py) is run on has the MAC address `52:54:00:12:34:56` it will look for a profile called [profiles/52-54-00-12-34-56.py](https://github.com/archlinux/archinstall/blob/master/profiles/52-54-00-12-34-56.py). +Archinstall comes with an [unattended](https://github.com/archlinux/archinstall/blob/master/examples/mac_address_installation.py) +example which will look for a matching profile for the machine it is being run on, based on any local MAC address. +For instance, if the machine the code is executed on has the MAC address `52:54:00:12:34:56` it will look for a profile called +[52-54-00-12-34-56.py](https://github.com/archlinux/archinstall/default_profiles/tailored.py). If it's found, the unattended installation will commence and source that profile as its installation procedure. +# Profiles + +`archinstall` ships with a set of pre-defined profiles that can be chosen during the installation process. + +| *Desktop* | *Server* | +|---------------|------------| +| Awesome | Cockpit | +| Bspwm | Docker | +| Budgie | Lighttpd | +| Cinnamon | Mariadb | +| Cutefish | Nginx | +| Deepin | Postgresql | +| Enlightenment | Tomcat | +| Gnome | httpd | +| Kde | sshd | +| Lxqt | | +| Mate | | +| Qtile | | +| Sway | | +| Xfce4 | | +| i3-wm | | + +The definitions of the profiles and what packages they will install can be seen directly in the menu or +[default profiles](https://github.com/archlinux/archinstall/default_profiles) + + # Testing ## Using a Live ISO Image @@ -167,8 +221,7 @@ you can replace the version of archinstall with a new version and run that with 4. Now clone the latest repository with `git clone https://github.com/archlinux/archinstall` 5. Enter the repository with `cd archinstall` *At this stage, you can choose to check out a feature branch for instance with `git checkout v2.3.1-rc1`* -6. Build the project and install it using `python setup.py install` - *If you get a 'No Module named setuptools' error, run `pacman -S python-setuptools`* +6. Build the project and install it using `pip install` After this, running archinstall with `python -m archinstall` will run against whatever branch you chose in step 5. diff --git a/archinstall/__init__.py b/archinstall/__init__.py index 9de4a3ec..8cb6ced9 100644 --- a/archinstall/__init__.py +++ b/archinstall/__init__.py @@ -1,8 +1,12 @@ """Arch Linux installer - guided, templates etc.""" -import typing +import importlib from argparse import ArgumentParser, Namespace -from .lib.disk import * +from .lib import disk +from .lib import menu +from .lib import models as models +from .lib import packages + from .lib.exceptions import * from .lib.general import * from .lib.hardware import * @@ -10,41 +14,20 @@ from .lib.installer import __packages__, Installer, accessibility_tools_in_use from .lib.locale_helpers import * from .lib.luks import * from .lib.mirrors import * -from .lib.models.network_configuration import NetworkConfigurationHandler -from .lib.models.users import User from .lib.networking import * from .lib.output import * -from .lib.models.dataclasses import ( - VersionDef, - PackageSearchResult, - PackageSearch, - LocalPackage -) -from .lib.packages.packages import ( - group_search, - package_search, - find_package, - find_packages, - installed_package, - validate_package_list, -) -from .lib.profiles import * +from archinstall.lib.profile.profiles_handler import ProfileHandler, profile_handler +from .lib.profile.profile_menu import ProfileConfiguration from .lib.services import * from .lib.storage import * from .lib.systemd import * from .lib.user_interaction import * -from .lib.menu import Menu -from .lib.menu.list_manager import ListManager -from .lib.menu.text_input import TextInput -from .lib.menu.global_menu import GlobalMenu -from .lib.menu.abstract_menu import ( - Selector, - AbstractMenu -) +from .lib.global_menu import GlobalMenu from .lib.translationhandler import TranslationHandler, DeferredTranslation -from .lib.plugins import plugins, load_plugin # This initiates the plugin loading ceremony +from .lib.plugins import plugins, load_plugin # This initiates the plugin loading ceremony from .lib.configuration import * -from .lib.udev import udevadm_info + + parser = ArgumentParser() __version__ = "2.5.4" @@ -66,8 +49,6 @@ def define_arguments(): parser.add_argument("-v", "--version", action="version", version="%(prog)s " + __version__) parser.add_argument("--config", nargs="?", help="JSON configuration file or URL") parser.add_argument("--creds", nargs="?", help="JSON credentials configuration file") - parser.add_argument("--disk_layouts","--disk_layout","--disk-layouts","--disk-layout",nargs="?", - help="JSON disk layout file") parser.add_argument("--silent", action="store_true", help="WARNING: Disables all prompts for input and confirmation. If no configuration is provided, this is ignored") parser.add_argument("--dry-run", "--dry_run", action="store_true", @@ -79,6 +60,7 @@ def define_arguments(): parser.add_argument("--no-pkg-lookups", action="store_true", default=False, help="Disabled package validation specifically prior to starting installation.") parser.add_argument("--plugin", nargs="?", type=str) + def parse_unspecified_argument_list(unknowns :list, multiple :bool = False, error :bool = False) -> dict: """We accept arguments not defined to the parser. (arguments "ad hoc"). Internally argparse return to us a list of words so we have to parse its contents, manually. @@ -129,7 +111,8 @@ def parse_unspecified_argument_list(unknowns :list, multiple :bool = False, erro print(f" We ignore the entry {element} as it isn't related to any argument") return config -def cleanup_empty_args(args :typing.Union[Namespace, dict]) -> dict: + +def cleanup_empty_args(args: Union[Namespace, dict]) -> dict: """ Takes arguments (dictionary or argparse Namespace) and removes any None values. This ensures clean mergers during dict.update(args) @@ -161,7 +144,7 @@ def get_arguments() -> Dict[str, Any]: 3) Amend Change whatever is needed on the configuration dictionary (it could be done in post_process_arguments but this ougth to be left to changes anywhere else in the code, not in the arguments dictionary """ - config = {} + config: Dict[str, Any] = {} args, unknowns = parser.parse_known_args() # preprocess the JSON files. # TODO Expand the url access to the other JSON file arguments ? @@ -174,15 +157,15 @@ def get_arguments() -> Dict[str, Any]: exit(1) # load the parameters. first the known, then the unknowns - args = cleanup_empty_args(args) - config.update(args) + clean_args = cleanup_empty_args(args) + config.update(clean_args) config.update(parse_unspecified_argument_list(unknowns)) # amend the parameters (check internal consistency) # Installation can't be silent if config is not passed - if args.get('config') is None: + if clean_args.get('config') is None: config["silent"] = False else: - config["silent"] = args.get('silent') + config["silent"] = clean_args.get('silent') # avoiding a compatibility issue if 'dry-run' in config: @@ -190,29 +173,24 @@ def get_arguments() -> Dict[str, Any]: return config + def load_config(): """ refine and set some arguments. Formerly at the scripts """ from .lib.models import NetworkConfiguration + arguments.setdefault('sys-language', 'en_US') + arguments.setdefault('sys-encoding', 'utf-8') + if (archinstall_lang := arguments.get('archinstall-language', None)) is not None: arguments['archinstall-language'] = TranslationHandler().get_language_by_name(archinstall_lang) - if arguments.get('harddrives', None) is not None: - if type(arguments['harddrives']) is str: - arguments['harddrives'] = arguments['harddrives'].split(',') - arguments['harddrives'] = [BlockDevice(BlockDev) for BlockDev in arguments['harddrives']] - # Temporarily disabling keep_partitions if config file is loaded - # Temporary workaround to make Desktop Environments work - - if arguments.get('profile', None) is not None: - if type(arguments.get('profile', None)) is dict: - arguments['profile'] = Profile(None, arguments.get('profile', None)['path']) - else: - arguments['profile'] = Profile(None, arguments.get('profile', None)) + if disk_config := arguments.get('disk_config', {}): + arguments['disk_config'] = disk.DiskLayoutConfiguration.parse_arg(disk_config) - storage['_desktop_profile'] = arguments.get('desktop-environment', None) + if profile_config := arguments.get('profile_config', None): + arguments['profile_config'] = ProfileConfiguration.parse_arg(profile_config) if arguments.get('mirror-region', None) is not None: if type(arguments.get('mirror-region', None)) is dict: @@ -221,12 +199,6 @@ def load_config(): selected_region = arguments.get('mirror-region', None) arguments['mirror-region'] = {selected_region: list_mirrors()[selected_region]} - arguments.setdefault('sys-language', 'en_US') - arguments.setdefault('sys-encoding', 'utf-8') - - if arguments.get('gfx_driver', None) is not None: - storage['gfx_driver_packages'] = AVAILABLE_GFX_DRIVERS.get(arguments.get('gfx_driver', None), None) - if arguments.get('servers', None) is not None: storage['_selected_servers'] = arguments.get('servers', None) @@ -240,10 +212,13 @@ def load_config(): superusers = arguments.get('!superusers', None) arguments['!users'] = User.parse_arguments(users, superusers) - if arguments.get('disk_encryption', None) is not None and arguments.get('disk_layouts', None) is not None: + if arguments.get('bootloader', None) is not None: + arguments['bootloader'] = Bootloader.from_arg(arguments['bootloader']) + + if arguments.get('disk_encryption', None) is not None and disk_config is not None: password = arguments.get('encryption_password', '') - arguments['disk_encryption'] = DiskEncryption.parse_arg( - arguments['disk_layouts'], + arguments['disk_encryption'] = disk.DiskEncryption.parse_arg( + arguments['disk_config'], arguments['disk_encryption'], password ) @@ -251,8 +226,8 @@ def load_config(): def post_process_arguments(arguments): storage['arguments'] = arguments - if arguments.get('mount_point'): - storage['MOUNT_POINT'] = arguments['mount_point'] + if mountpoint := arguments.get('mount_point', None): + storage['MOUNT_POINT'] = Path(mountpoint) if arguments.get('debug', False): log(f"Warning: --debug mode will write certain credentials to {storage['LOG_PATH']}/{storage['LOG_FILE']}!", fg="red", level=logging.WARNING) @@ -260,53 +235,31 @@ def post_process_arguments(arguments): if arguments.get('plugin', None): load_plugin(arguments['plugin']) - if arguments.get('disk_layouts', None) is not None: - layout_storage = {} - if not json_stream_to_structure('--disk_layouts',arguments['disk_layouts'],layout_storage): - exit(1) - else: - if arguments.get('harddrives') is None: - arguments['harddrives'] = [disk for disk in layout_storage] - # backward compatibility. Change partition.format for partition.wipe - for disk in layout_storage: - for i, partition in enumerate(layout_storage[disk].get('partitions',[])): - if 'format' in partition: - partition['wipe'] = partition['format'] - del partition['format'] - elif 'btrfs' in partition: - partition['btrfs']['subvolumes'] = Subvolume.parse_arguments(partition['btrfs']['subvolumes']) - arguments['disk_layouts'] = layout_storage - load_config() define_arguments() -arguments = get_arguments() +arguments: Dict[str, Any] = get_arguments() post_process_arguments(arguments) + # @archinstall.plugin decorator hook to programmatically add -# plugins in runtime. Useful in profiles and other things. +# plugins in runtime. Useful in profiles_bck and other things. def plugin(f, *args, **kwargs): plugins[f.__name__] = f def run_as_a_module(): """ - Since we're running this as a 'python -m archinstall' module OR - a nuitka3 compiled version of the project. - This function and the file __main__ acts as a entry point. + This can either be run as the compiled and installed application: python setup.py install + OR straight as a module: python -m archinstall + In any case we will be attempting to load the provided script to be run from the scripts/ folder """ + script = arguments.get('script', None) - # Add another path for finding profiles, so that list_profiles() in Script() can find guided.py, unattended.py etc. - storage['PROFILE_PATH'].append(os.path.abspath(f'{os.path.dirname(__file__)}/examples')) - try: - script = Script(arguments.get('script', None)) - except ProfileNotFound as err: - print(f"Couldn't find file: {err}") - sys.exit(1) - - os.chdir(os.path.abspath(os.path.dirname(__file__))) + if script is None: + print('No script to run provided') - # Remove the example directory from the PROFILE_PATH, to avoid guided.py etc shows up in user input questions. - storage['PROFILE_PATH'].pop() - script.execute() + mod_name = f'archinstall.scripts.{script}' + # by loading the module we'll automatically run the script + importlib.import_module(mod_name) diff --git a/archinstall/__main__.py b/archinstall/__main__.py index e125930f..69a79855 100644 --- a/archinstall/__main__.py +++ b/archinstall/__main__.py @@ -5,9 +5,13 @@ import pathlib # Load .git version before the builtin version if pathlib.Path('./archinstall/__init__.py').absolute().exists(): spec = importlib.util.spec_from_file_location("archinstall", "./archinstall/__init__.py") + + if spec is None or spec.loader is None: + raise ValueError('Could not retrieve spec from file: archinstall/__init__.py') + archinstall = importlib.util.module_from_spec(spec) sys.modules["archinstall"] = archinstall - spec.loader.exec_module(sys.modules["archinstall"]) + spec.loader.exec_module(archinstall) else: import archinstall diff --git a/archinstall/default_profiles/__init__.py b/archinstall/default_profiles/__init__.py new file mode 100644 index 00000000..e69de29b diff --git a/archinstall/default_profiles/applications/__init__.py b/archinstall/default_profiles/applications/__init__.py new file mode 100644 index 00000000..e69de29b diff --git a/archinstall/default_profiles/applications/pipewire.py b/archinstall/default_profiles/applications/pipewire.py new file mode 100644 index 00000000..5d2e5ea3 --- /dev/null +++ b/archinstall/default_profiles/applications/pipewire.py @@ -0,0 +1,40 @@ +from typing import List, Union, Any, TYPE_CHECKING + +import archinstall + +from archinstall.default_profiles.profile import Profile, ProfileType +from archinstall.lib.models import User + +if TYPE_CHECKING: + from archinstall.lib.installer import Installer + _: Any + + +class PipewireProfile(Profile): + def __init__(self): + super().__init__('Pipewire', ProfileType.Application) + + @property + def packages(self) -> List[str]: + return [ + 'pipewire', + 'pipewire-alsa', + 'pipewire-jack', + 'pipewire-pulse', + 'gst-plugin-pipewire', + 'libpulse', + 'wireplumber' + ] + + def _enable_pipewire_for_all(self, install_session: 'Installer'): + users: Union[User, List[User]] = archinstall.arguments.get('!users', None) + if not isinstance(users, list): + users = [users] + + for user in users: + install_session.arch_chroot('systemctl enable --user pipewire-pulse.service', run_as=user.username) + + def install(self, install_session: 'Installer'): + super().install(install_session) + install_session.add_additional_packages(self.packages) + self._enable_pipewire_for_all(install_session) diff --git a/archinstall/default_profiles/custom.py b/archinstall/default_profiles/custom.py new file mode 100644 index 00000000..f7e100ed --- /dev/null +++ b/archinstall/default_profiles/custom.py @@ -0,0 +1,218 @@ +from typing import List, Dict, Optional, TYPE_CHECKING, Any + +from ..lib import menu +from archinstall.lib.output import log, FormattedOutput +from archinstall.lib.profile.profiles_handler import profile_handler +from archinstall.default_profiles.profile import Profile, ProfileType, SelectResult, ProfileInfo, TProfile + +if TYPE_CHECKING: + from archinstall.lib.installer import Installer + _: Any + + +class CustomProfileList(menu.ListManager): + def __init__(self, prompt: str, profiles: List[TProfile]): + self._actions = [ + str(_('Add profile')), + str(_('Edit profile')), + str(_('Delete profile')) + ] + super().__init__(prompt, profiles, [self._actions[0]], self._actions[1:]) + + def reformat(self, data: List[TProfile]) -> Dict[str, Optional[TProfile]]: + table = FormattedOutput.as_table(data) + rows = table.split('\n') + + # these are the header rows of the table and do not map to any profile obviously + # we're adding 2 spaces as prefix because the menu selector '> ' will be put before + # the selectable rows so the header has to be aligned + display_data: Dict[str, Optional[TProfile]] = {f' {rows[0]}': None, f' {rows[1]}': None} + + for row, profile in zip(rows[2:], data): + row = row.replace('|', '\\|') + display_data[row] = profile + + return display_data + + def selected_action_display(self, profile: TProfile) -> str: + return profile.name + + def handle_action( + self, + action: str, + entry: Optional['CustomTypeProfile'], + data: List['CustomTypeProfile'] + ) -> List['CustomTypeProfile']: + if action == self._actions[0]: # add + new_profile = self._add_profile() + if new_profile is not None: + # in case a profile with the same name as an existing profile + # was created we'll replace the existing one + data = [d for d in data if d.name != new_profile.name] + data += [new_profile] + elif entry is not None: + if action == self._actions[1]: # edit + new_profile = self._add_profile(entry) + if new_profile is not None: + # we'll remove the original profile and add the modified version + data = [d for d in data if d.name != entry.name and d.name != new_profile.name] + data += [new_profile] + elif action == self._actions[2]: # delete + data = [d for d in data if d != entry] + + return data + + def _is_new_profile_name(self, name: str) -> bool: + existing_profile = profile_handler.get_profile_by_name(name) + if existing_profile is not None and existing_profile.profile_type != ProfileType.CustomType: + return False + return True + + def _add_profile(self, editing: Optional['CustomTypeProfile'] = None) -> Optional['CustomTypeProfile']: + name_prompt = '\n\n' + str(_('Profile name: ')) + + while True: + profile_name = menu.TextInput(name_prompt, editing.name if editing else '').run().strip() + + if not profile_name: + return None + + if not self._is_new_profile_name(profile_name): + error_prompt = str(_("The profile name you entered is already in use. Try again")) + print(error_prompt) + else: + break + + packages_prompt = str(_('Packages to be install with this profile (space separated, leave blank to skip): ')) + edit_packages = ' '.join(editing.packages) if editing else '' + packages = menu.TextInput(packages_prompt, edit_packages).run().strip() + + services_prompt = str(_('Services to be enabled with this profile (space separated, leave blank to skip): ')) + edit_services = ' '.join(editing.services) if editing else '' + services = menu.TextInput(services_prompt, edit_services).run().strip() + + choice = menu.Menu( + str(_('Should this profile be enabled for installation?')), + menu.Menu.yes_no(), + skip=False, + default_option=menu.Menu.no(), + clear_screen=False, + show_search_hint=False + ).run() + + enable_profile = True if choice.value == menu.Menu.yes() else False + + profile = CustomTypeProfile( + profile_name, + enabled=enable_profile, + packages=packages.split(' '), + services=services.split(' ') + ) + + return profile + + +# TODO +# Still needs some ironing out +class CustomProfile(): + def __init__(self): + super().__init__( + 'Custom', + ProfileType.Custom, + description=str(_('Create your own')) + ) + + def json(self) -> Dict[str, Any]: + data: Dict[str, Any] = {'main': self.name, 'gfx_driver': self.gfx_driver, 'custom': []} + + for profile in self._current_selection: + data['custom'].append({ + 'name': profile.name, + 'packages': profile.packages, + 'services': profile.services, + 'enabled': profile.custom_enabled + }) + + return data + + def do_on_select(self) -> SelectResult: + custom_profile_list = CustomProfileList('', profile_handler.get_custom_profiles()) + custom_profiles = custom_profile_list.run() + + # we'll first remove existing custom default_profiles with + # the same name and then add the new ones this + # will avoid errors of default_profiles with duplicate naming + profile_handler.remove_custom_profiles(custom_profiles) + profile_handler.add_custom_profiles(custom_profiles) + + self.set_current_selection(custom_profiles) + + if custom_profile_list.is_last_choice_cancel(): + return SelectResult.SameSelection + + enabled_profiles = [p for p in self._current_selection if p.custom_enabled] + # in case we only created inactive default_profiles we wanna store them but + # we want to reset the original setting + if not enabled_profiles: + return SelectResult.ResetCurrent + + return SelectResult.NewSelection + + def post_install(self, install_session: 'Installer'): + for profile in self._current_selection: + profile.post_install(install_session) + + def install(self, install_session: 'Installer'): + driver_packages = self.gfx_driver_packages() + install_session.add_additional_packages(driver_packages) + + for profile in self._current_selection: + if profile.custom_enabled: + log(f'Installing custom profile {profile.name}...') + + install_session.add_additional_packages(profile.packages) + install_session.enable_service(profile.services) + + profile.install(install_session) + + def info(self) -> Optional[ProfileInfo]: + enabled_profiles = [p for p in self._current_selection if p.custom_enabled] + if enabled_profiles: + details = ', '.join([p.name for p in enabled_profiles]) + gfx_driver = self.gfx_driver + return ProfileInfo(self.name, details, gfx_driver) + + return None + + def reset(self): + for profile in self._current_selection: + profile.set_enabled(False) + + self.gfx_driver = None + + +class CustomTypeProfile(Profile): + def __init__( + self, + name: str, + enabled: bool = False, + packages: List[str] = [], + services: List[str] = [] + ): + super().__init__( + name, + ProfileType.CustomType, + packages=packages, + services=services, + support_gfx_driver=True + ) + + self.custom_enabled = enabled + + def json(self) -> Dict[str, Any]: + return { + 'name': self.name, + 'packages': self.packages, + 'services': self.services, + 'enabled': self.custom_enabled + } diff --git a/archinstall/default_profiles/desktop.py b/archinstall/default_profiles/desktop.py new file mode 100644 index 00000000..2351bd08 --- /dev/null +++ b/archinstall/default_profiles/desktop.py @@ -0,0 +1,87 @@ +from typing import Any, TYPE_CHECKING, List, Optional, Dict + +from archinstall.lib import menu +from archinstall.lib.output import log +from archinstall.lib.profile.profiles_handler import profile_handler +from archinstall.default_profiles.profile import Profile, ProfileType, SelectResult, GreeterType + +if TYPE_CHECKING: + from archinstall.lib.installer import Installer + _: Any + + +class DesktopProfile(Profile): + def __init__(self, current_selection: List[Profile] = []): + super().__init__( + 'Desktop', + ProfileType.Desktop, + description=str(_('Provides a selection of desktop environments and tiling window managers, e.g. gnome, kde, sway')), + current_selection=current_selection, + support_greeter=True + ) + + @property + def packages(self) -> List[str]: + return [ + 'nano', + 'vim', + 'openssh', + 'htop', + 'wget', + 'iwd', + 'wireless_tools', + 'wpa_supplicant', + 'smartmontools', + 'xdg-utils' + ] + + @property + def default_greeter_type(self) -> Optional[GreeterType]: + combined_greeters: Dict[GreeterType, int] = {} + for profile in self.current_selection: + if profile.default_greeter_type: + combined_greeters.setdefault(profile.default_greeter_type, 0) + combined_greeters[profile.default_greeter_type] += 1 + + if len(combined_greeters) >= 1: + return list(combined_greeters)[0] + + return None + + def _do_on_select_profiles(self): + for profile in self.current_selection: + profile.do_on_select() + + def do_on_select(self) -> SelectResult: + choice = profile_handler.select_profile( + profile_handler.get_desktop_profiles(), + self._current_selection, + title=str(_('Select your desired desktop environment')), + multi=True + ) + + match choice.type_: + case menu.MenuSelectionType.Selection: + self.set_current_selection(choice.value) # type: ignore + self._do_on_select_profiles() + return SelectResult.NewSelection + case menu.MenuSelectionType.Skip: + return SelectResult.SameSelection + case menu.MenuSelectionType.Reset: + return SelectResult.ResetCurrent + + def post_install(self, install_session: 'Installer'): + for profile in self._current_selection: + profile.post_install(install_session) + + def install(self, install_session: 'Installer'): + # Install common packages for all desktop environments + install_session.add_additional_packages(self.packages) + + for profile in self._current_selection: + log(f'Installing profile {profile.name}...') + + install_session.add_additional_packages(profile.packages) + install_session.enable_service(profile.services) + + profile.install(install_session) diff --git a/archinstall/default_profiles/desktops/__init__.py b/archinstall/default_profiles/desktops/__init__.py new file mode 100644 index 00000000..e69de29b diff --git a/archinstall/default_profiles/desktops/awesome.py b/archinstall/default_profiles/desktops/awesome.py new file mode 100644 index 00000000..bb481914 --- /dev/null +++ b/archinstall/default_profiles/desktops/awesome.py @@ -0,0 +1,36 @@ +from typing import List, Optional, Any, TYPE_CHECKING + +from archinstall.default_profiles.profile import ProfileType +from archinstall.default_profiles.xorg import XorgProfile + +if TYPE_CHECKING: + from archinstall.lib.installer import Installer + _: Any + + +class AwesomeProfile(XorgProfile): + def __init__(self): + super().__init__('Awesome', ProfileType.WindowMgr, description='') + + @property + def packages(self) -> List[str]: + return ['alacritty'] + + def preview_text(self) -> Optional[str]: + text = str(_('Environment type: {}')).format(self.profile_type.value) + return text + '\n' + self.packages_text() + + def install(self, install_session: 'Installer'): + super().install(install_session) + + # TODO: Copy a full configuration to ~/.config/awesome/rc.lua instead. + with open(f"{install_session.target}/etc/xdg/awesome/rc.lua", 'r') as fh: + awesome_lua = fh.read() + + # Replace xterm with alacritty for a smoother experience. + awesome_lua = awesome_lua.replace('"xterm"', '"alacritty"') + + with open(f"{install_session.target}/etc/xdg/awesome/rc.lua", 'w') as fh: + fh.write(awesome_lua) + + # TODO: Configure the right-click-menu to contain the above packages that were installed. (as a user config) diff --git a/archinstall/default_profiles/desktops/bspwm.py b/archinstall/default_profiles/desktops/bspwm.py new file mode 100644 index 00000000..f3bc982d --- /dev/null +++ b/archinstall/default_profiles/desktops/bspwm.py @@ -0,0 +1,30 @@ +from typing import List, Optional, Any, TYPE_CHECKING + +from archinstall.default_profiles.profile import ProfileType, GreeterType +from archinstall.default_profiles.xorg import XorgProfile + +if TYPE_CHECKING: + _: Any + + +class BspwmProfile(XorgProfile): + def __init__(self): + super().__init__('Bspwm', ProfileType.WindowMgr, description='') + + @property + def packages(self) -> List[str]: + return [ + 'bspwm', + 'sxhkd', + 'dmenu', + 'xdo', + 'rxvt-unicode' + ] + + @property + def default_greeter_type(self) -> Optional[GreeterType]: + return GreeterType.Lightdm + + def preview_text(self) -> Optional[str]: + text = str(_('Environment type: {}')).format(self.profile_type.value) + return text + '\n' + self.packages_text() diff --git a/archinstall/default_profiles/desktops/budgie.py b/archinstall/default_profiles/desktops/budgie.py new file mode 100644 index 00000000..32bd718d --- /dev/null +++ b/archinstall/default_profiles/desktops/budgie.py @@ -0,0 +1,30 @@ +from typing import List, Optional, Any, TYPE_CHECKING + +from archinstall.default_profiles.profile import ProfileType, GreeterType +from archinstall.default_profiles.xorg import XorgProfile + +if TYPE_CHECKING: + _: Any + + +class BudgieProfile(XorgProfile): + def __init__(self): + super().__init__('Budgie', ProfileType.DesktopEnv, description='') + + @property + def packages(self) -> List[str]: + return [ + "arc-gtk-theme", + "budgie", + "mate-terminal", + "nemo", + "papirus-icon-theme", + ] + + @property + def default_greeter_type(self) -> Optional[GreeterType]: + return GreeterType.Lightdm + + def preview_text(self) -> Optional[str]: + text = str(_('Environment type: {}')).format(self.profile_type.value) + return text + '\n' + self.packages_text() diff --git a/archinstall/default_profiles/desktops/cinnamon.py b/archinstall/default_profiles/desktops/cinnamon.py new file mode 100644 index 00000000..22fd0d9d --- /dev/null +++ b/archinstall/default_profiles/desktops/cinnamon.py @@ -0,0 +1,31 @@ +from typing import Optional, List, Any, TYPE_CHECKING + +from archinstall.default_profiles.profile import ProfileType, GreeterType +from archinstall.default_profiles.xorg import XorgProfile + +if TYPE_CHECKING: + _: Any + + +class CinnamonProfile(XorgProfile): + def __init__(self): + super().__init__('Cinnamon', ProfileType.DesktopEnv, description='') + + @property + def packages(self) -> List[str]: + return [ + "cinnamon", + "system-config-printer", + "gnome-keyring", + "gnome-terminal", + "blueberry", + "metacity" + ] + + @property + def default_greeter_type(self) -> Optional[GreeterType]: + return GreeterType.Lightdm + + def preview_text(self) -> Optional[str]: + text = str(_('Environment type: {}')).format(self.profile_type.value) + return text + '\n' + self.packages_text() diff --git a/archinstall/default_profiles/desktops/cutefish.py b/archinstall/default_profiles/desktops/cutefish.py new file mode 100644 index 00000000..6f88c47a --- /dev/null +++ b/archinstall/default_profiles/desktops/cutefish.py @@ -0,0 +1,31 @@ +from typing import Optional, List, Any, TYPE_CHECKING + +from archinstall.default_profiles.profile import ProfileType, GreeterType +from archinstall.default_profiles.xorg import XorgProfile + +if TYPE_CHECKING: + from archinstall.lib.installer import Installer + _: Any + + +class CutefishProfile(XorgProfile): + def __init__(self): + super().__init__('Cutefish', ProfileType.DesktopEnv, description='') + + @property + def packages(self) -> List[str]: + return [ + "cutefish", + "noto-fonts" + ] + + @property + def default_greeter_type(self) -> Optional[GreeterType]: + return GreeterType.Sddm + + def preview_text(self) -> Optional[str]: + text = str(_('Environment type: {}')).format(self.profile_type.value) + return text + '\n' + self.packages_text() + + def install(self, install_session: 'Installer'): + super().install(install_session) diff --git a/archinstall/default_profiles/desktops/deepin.py b/archinstall/default_profiles/desktops/deepin.py new file mode 100644 index 00000000..054c8fdf --- /dev/null +++ b/archinstall/default_profiles/desktops/deepin.py @@ -0,0 +1,28 @@ +from typing import List, Optional, Any, TYPE_CHECKING + +from archinstall.default_profiles.profile import ProfileType, GreeterType +from archinstall.default_profiles.xorg import XorgProfile + +if TYPE_CHECKING: + _: Any + + +class DeepinProfile(XorgProfile): + def __init__(self): + super().__init__('Deepin', ProfileType.DesktopEnv, description='') + + @property + def packages(self) -> List[str]: + return [ + "deepin", + "deepin-terminal", + "deepin-editor" + ] + + @property + def default_greeter_type(self) -> Optional[GreeterType]: + return GreeterType.Lightdm + + def preview_text(self) -> Optional[str]: + text = str(_('Environment type: {}')).format(self.profile_type.value) + return text + '\n' + self.packages_text() diff --git a/archinstall/default_profiles/desktops/enlightenment.py b/archinstall/default_profiles/desktops/enlightenment.py new file mode 100644 index 00000000..164f64fe --- /dev/null +++ b/archinstall/default_profiles/desktops/enlightenment.py @@ -0,0 +1,27 @@ +from typing import List, Optional, Any, TYPE_CHECKING + +from archinstall.default_profiles.profile import ProfileType, GreeterType +from archinstall.default_profiles.xorg import XorgProfile + +if TYPE_CHECKING: + _: Any + + +class EnlighenmentProfile(XorgProfile): + def __init__(self): + super().__init__('Enlightenment', ProfileType.WindowMgr, description='') + + @property + def packages(self) -> List[str]: + return [ + "enlightenment", + "terminology" + ] + + @property + def default_greeter_type(self) -> Optional[GreeterType]: + return GreeterType.Lightdm + + def preview_text(self) -> Optional[str]: + text = str(_('Environment type: {}')).format(self.profile_type.value) + return text + '\n' + self.packages_text() diff --git a/archinstall/default_profiles/desktops/gnome.py b/archinstall/default_profiles/desktops/gnome.py new file mode 100644 index 00000000..3cbd49bd --- /dev/null +++ b/archinstall/default_profiles/desktops/gnome.py @@ -0,0 +1,27 @@ +from typing import List, Optional, Any, TYPE_CHECKING + +from archinstall.default_profiles.profile import ProfileType, GreeterType +from archinstall.default_profiles.xorg import XorgProfile + +if TYPE_CHECKING: + _: Any + + +class GnomeProfile(XorgProfile): + def __init__(self): + super().__init__('Gnome', ProfileType.DesktopEnv, description='') + + @property + def packages(self) -> List[str]: + return [ + 'gnome', + 'gnome-tweaks' + ] + + @property + def default_greeter_type(self) -> Optional[GreeterType]: + return GreeterType.Gdm + + def preview_text(self) -> Optional[str]: + text = str(_('Environment type: {}')).format(self.profile_type.value) + return text + '\n' + self.packages_text() diff --git a/archinstall/default_profiles/desktops/i3.py b/archinstall/default_profiles/desktops/i3.py new file mode 100644 index 00000000..7c6f24ca --- /dev/null +++ b/archinstall/default_profiles/desktops/i3.py @@ -0,0 +1,33 @@ +from typing import Optional, List, Any, TYPE_CHECKING + +from archinstall.default_profiles.profile import ProfileType, GreeterType +from archinstall.default_profiles.xorg import XorgProfile + +if TYPE_CHECKING: + _: Any + + +class I3wmProfile(XorgProfile): + def __init__(self): + super().__init__('i3-wm', ProfileType.WindowMgr, description='') + + @property + def packages(self) -> List[str]: + return [ + 'i3-wm', + 'i3lock', + 'i3status', + 'i3blocks', + 'xterm', + 'lightdm-gtk-greeter', + 'lightdm', + 'dmenu', + ] + + @property + def default_greeter_type(self) -> Optional[GreeterType]: + return GreeterType.Lightdm + + def preview_text(self) -> Optional[str]: + text = str(_('Environment type: {}')).format(self.profile_type.value) + return text + '\n' + self.packages_text() diff --git a/archinstall/default_profiles/desktops/kde.py b/archinstall/default_profiles/desktops/kde.py new file mode 100644 index 00000000..cd02e069 --- /dev/null +++ b/archinstall/default_profiles/desktops/kde.py @@ -0,0 +1,32 @@ +from typing import List, Optional, Any, TYPE_CHECKING + +from archinstall.default_profiles.profile import ProfileType, GreeterType +from archinstall.default_profiles.xorg import XorgProfile + +if TYPE_CHECKING: + _: Any + + +class KdeProfile(XorgProfile): + def __init__(self): + super().__init__('Kde', ProfileType.DesktopEnv, description='') + + @property + def packages(self) -> List[str]: + return [ + "plasma-meta", + "konsole", + "kwrite", + "dolphin", + "ark", + "plasma-wayland-session", + "egl-wayland" + ] + + @property + def default_greeter_type(self) -> Optional[GreeterType]: + return GreeterType.Sddm + + def preview_text(self) -> Optional[str]: + text = str(_('Environment type: {}')).format(self.profile_type.value) + return text + '\n' + self.packages_text() diff --git a/archinstall/default_profiles/desktops/lxqt.py b/archinstall/default_profiles/desktops/lxqt.py new file mode 100644 index 00000000..146e168e --- /dev/null +++ b/archinstall/default_profiles/desktops/lxqt.py @@ -0,0 +1,35 @@ +from typing import List, Optional, Any, TYPE_CHECKING + +from archinstall.default_profiles.profile import ProfileType, GreeterType +from archinstall.default_profiles.xorg import XorgProfile + +if TYPE_CHECKING: + _: Any + + +class LxqtProfile(XorgProfile): + def __init__(self): + super().__init__('Lxqt', ProfileType.DesktopEnv, description='') + + # NOTE: SDDM is the only officially supported greeter for LXQt, so unlike other DEs, lightdm is not used here. + # LXQt works with lightdm, but since this is not supported, we will not default to this. + # https://github.com/lxqt/lxqt/issues/795 + @property + def packages(self) -> List[str]: + return [ + "lxqt", + "breeze-icons", + "oxygen-icons", + "xdg-utils", + "ttf-freefont", + "leafpad", + "slock", + ] + + @property + def default_greeter_type(self) -> Optional[GreeterType]: + return GreeterType.Sddm + + def preview_text(self) -> Optional[str]: + text = str(_('Environment type: {}')).format(self.profile_type.value) + return text + '\n' + self.packages_text() diff --git a/archinstall/default_profiles/desktops/mate.py b/archinstall/default_profiles/desktops/mate.py new file mode 100644 index 00000000..0ddaaaab --- /dev/null +++ b/archinstall/default_profiles/desktops/mate.py @@ -0,0 +1,27 @@ +from typing import List, Optional, Any, TYPE_CHECKING + +from archinstall.default_profiles.profile import ProfileType, GreeterType +from archinstall.default_profiles.xorg import XorgProfile + +if TYPE_CHECKING: + _: Any + + +class MateProfile(XorgProfile): + def __init__(self): + super().__init__('Mate', ProfileType.DesktopEnv, description='') + + @property + def packages(self) -> List[str]: + return [ + "mate", + "mate-extra" + ] + + @property + def default_greeter_type(self) -> Optional[GreeterType]: + return GreeterType.Lightdm + + def preview_text(self) -> Optional[str]: + text = str(_('Environment type: {}')).format(self.profile_type.value) + return text + '\n' + self.packages_text() diff --git a/archinstall/default_profiles/desktops/qtile.py b/archinstall/default_profiles/desktops/qtile.py new file mode 100644 index 00000000..66c6fa1b --- /dev/null +++ b/archinstall/default_profiles/desktops/qtile.py @@ -0,0 +1,27 @@ +from typing import Optional, List, Any, TYPE_CHECKING + +from archinstall.default_profiles.profile import ProfileType, GreeterType +from archinstall.default_profiles.xorg import XorgProfile + +if TYPE_CHECKING: + _: Any + + +class QtileProfile(XorgProfile): + def __init__(self): + super().__init__('Qtile', ProfileType.WindowMgr, description='') + + @property + def packages(self) -> List[str]: + return [ + 'qtile', + 'alacritty' + ] + + @property + def default_greeter_type(self) -> Optional[GreeterType]: + return GreeterType.Lightdm + + def preview_text(self) -> Optional[str]: + text = str(_('Environment type: {}')).format(self.profile_type.value) + return text + '\n' + self.packages_text() diff --git a/archinstall/default_profiles/desktops/sway.py b/archinstall/default_profiles/desktops/sway.py new file mode 100644 index 00000000..519f5bbb --- /dev/null +++ b/archinstall/default_profiles/desktops/sway.py @@ -0,0 +1,66 @@ +from typing import List, Optional, TYPE_CHECKING, Any + +from archinstall.default_profiles.profile import ProfileType, GreeterType +from archinstall.default_profiles.xorg import XorgProfile +from archinstall.lib.menu import Menu + +if TYPE_CHECKING: + from archinstall.lib.installer import Installer + _: Any + + +class SwayProfile(XorgProfile): + def __init__(self): + super().__init__( + 'Sway', + ProfileType.WindowMgr, + description='' + ) + self._control_preference = [] + + @property + def packages(self) -> List[str]: + return [ + "sway", + "swaybg", + "swaylock", + "swayidle", + "waybar", + "dmenu", + "brightnessctl", + "grim", + "slurp", + "pavucontrol", + "foot", + "xorg-xwayland" + ] + self._control_preference + + @property + def default_greeter_type(self) -> Optional[GreeterType]: + return GreeterType.Lightdm + + @property + def services(self) -> List[str]: + if "seatd" in self._control_preference: + return ['seatd'] + elif "polkit" in self._control_preference: + return ['polkit'] + + return [] + + def _get_system_privelege_control_preference(self): + # need to activate seat service and add to seat group + title = str(_('Sway needs access to your seat (collection of hardware devices i.e. keyboard, mouse, etc)')) + title += str(_('\n\nChoose an option to give Sway access to your hardware')) + choice = Menu(title, ["polkit", "seatd"], skip=False).run() + self._control_preference = [choice.value] + + def do_on_select(self): + self._get_system_privelege_control_preference() + + def preview_text(self) -> Optional[str]: + text = str(_('Environment type: {}')).format(self.profile_type.value) + return text + '\n' + self.packages_text() + + def install(self, install_session: 'Installer'): + super().install(install_session) diff --git a/archinstall/default_profiles/desktops/xfce4.py b/archinstall/default_profiles/desktops/xfce4.py new file mode 100644 index 00000000..bd6c3038 --- /dev/null +++ b/archinstall/default_profiles/desktops/xfce4.py @@ -0,0 +1,30 @@ +from typing import List, Optional, Any, TYPE_CHECKING + +from archinstall.default_profiles.profile import ProfileType, GreeterType +from archinstall.default_profiles.xorg import XorgProfile + +if TYPE_CHECKING: + _: Any + + +class Xfce4Profile(XorgProfile): + def __init__(self): + super().__init__('Xfce4', ProfileType.DesktopEnv, description='') + + @property + def packages(self) -> List[str]: + return [ + "xfce4", + "xfce4-goodies", + "pavucontrol", + "gvfs", + "xarchiver" + ] + + @property + def default_greeter_type(self) -> Optional[GreeterType]: + return GreeterType.Lightdm + + def preview_text(self) -> Optional[str]: + text = str(_('Environment type: {}')).format(self.profile_type.value) + return text + '\n' + self.packages_text() diff --git a/archinstall/default_profiles/minimal.py b/archinstall/default_profiles/minimal.py new file mode 100644 index 00000000..f78708e9 --- /dev/null +++ b/archinstall/default_profiles/minimal.py @@ -0,0 +1,15 @@ +from typing import Any, TYPE_CHECKING + +from archinstall.default_profiles.profile import Profile, ProfileType + +if TYPE_CHECKING: + _: Any + + +class MinimalProfile(Profile): + def __init__(self): + super().__init__( + 'Minimal', + ProfileType.Minimal, + description=str(_('A very basic installation that allows you to customize Arch Linux as you see fit.')) + ) diff --git a/archinstall/default_profiles/profile.py b/archinstall/default_profiles/profile.py new file mode 100644 index 00000000..c7d6b3dc --- /dev/null +++ b/archinstall/default_profiles/profile.py @@ -0,0 +1,206 @@ +from __future__ import annotations + +from dataclasses import dataclass +from enum import Enum, auto +from typing import List, Optional, Any, Dict, TYPE_CHECKING, TypeVar + +from archinstall.lib.output import FormattedOutput + +if TYPE_CHECKING: + from archinstall.lib.installer import Installer + _: Any + + +TProfile = TypeVar('TProfile', bound='Profile') + + +class ProfileType(Enum): + # top level default_profiles + Server = 'Server' + Desktop = 'Desktop' + Xorg = 'Xorg' + Minimal = 'Minimal' + Custom = 'Custom' + # detailed selection default_profiles + ServerType = 'ServerType' + WindowMgr = 'Window Manager' + DesktopEnv = 'Desktop Environment' + CustomType = 'CustomType' + # special things + Tailored = 'Tailored' + Application = 'Application' + + +class GreeterType(Enum): + Lightdm = 'lightdm' + Sddm = 'sddm' + Gdm = 'gdm' + + +class SelectResult(Enum): + NewSelection = auto() + SameSelection = auto() + ResetCurrent = auto() + + +@dataclass +class ProfileInfo: + name: str + details: Optional[str] + gfx_driver: Optional[str] = None + greeter: Optional[str] = None + + @property + def absolute_name(self) -> str: + if self.details is not None: + return self.details + return self.name + + +class Profile: + def __init__( + self, + name: str, + profile_type: ProfileType, + description: str = '', + current_selection: List[TProfile] = [], + packages: List[str] = [], + services: List[str] = [], + support_gfx_driver: bool = False, + support_greeter: bool = False + ): + self.name = name + self.description = description + self.profile_type = profile_type + self._support_gfx_driver = support_gfx_driver + self._support_greeter = support_greeter + + # self.gfx_driver: Optional[str] = None + + self._current_selection = current_selection + self._packages = packages + self._services = services + + # Only used for custom default_profiles + self.custom_enabled = False + + @property + def current_selection(self) -> List[TProfile]: + return self._current_selection + + @property + def packages(self) -> List[str]: + """ + Returns a list of packages that should be installed when + this profile is among the choosen ones + """ + return self._packages + + @property + def services(self) -> List[str]: + """ + Returns a list of services that should be enabled when + this profile is among the chosen ones + """ + return self._services + + @property + def default_greeter_type(self) -> Optional[GreeterType]: + """ + Setting a default greeter type for a desktop profile + """ + return None + + def install(self, install_session: 'Installer'): + """ + Performs installation steps when this profile was selected + """ + + def post_install(self, install_session: 'Installer'): + """ + Hook that will be called when the installation process is + finished and custom installation steps for specific default_profiles + are needed + """ + + def json(self) -> Dict: + """ + Returns a json representation of the profile + """ + return {} + + def do_on_select(self) -> SelectResult: + """ + Hook that will be called when a profile is selected + """ + return SelectResult.NewSelection + + def current_selection_names(self) -> List[str]: + if self._current_selection: + return [s.name for s in self._current_selection] + return [] + + def reset(self): + self.set_current_selection([]) + + def set_current_selection(self, current_selection: List[TProfile]): + self._current_selection = current_selection + + def is_top_level_profile(self) -> bool: + top_levels = [ProfileType.Desktop, ProfileType.Server, ProfileType.Xorg, ProfileType.Minimal, ProfileType.Custom] + return self.profile_type in top_levels + + def is_desktop_profile(self) -> bool: + return self.profile_type == ProfileType.Desktop + + def is_server_type_profile(self) -> bool: + return self.profile_type == ProfileType.ServerType + + def is_desktop_type_profile(self) -> bool: + return self.profile_type == ProfileType.DesktopEnv or self.profile_type == ProfileType.WindowMgr + + def is_xorg_type_profile(self) -> bool: + return self.profile_type == ProfileType.Xorg + + def is_tailored(self) -> bool: + return self.profile_type == ProfileType.Tailored + + def is_custom_type_profile(self) -> bool: + return self.profile_type == ProfileType.CustomType + + def is_graphic_driver_supported(self) -> bool: + if not self._current_selection: + return self._support_gfx_driver + else: + if any([p._support_gfx_driver for p in self._current_selection]): + return True + return False + + def is_greeter_supported(self) -> bool: + return self._support_greeter + + def preview_text(self) -> Optional[str]: + """ + Used for preview text in profiles_bck. If a description is set for a + profile it will automatically display that one in the preivew. + If no preview or a different text should be displayed just + """ + if self.description: + return self.description + return None + + def packages_text(self) -> str: + text = str(_('Installed packages')) + ':\n' + + nr_packages = len(self.packages) + if nr_packages <= 5: + col = 1 + elif nr_packages <= 10: + col = 2 + elif nr_packages <= 15: + col = 3 + else: + col = 4 + + text += FormattedOutput.as_columns(self.packages, col) + return text diff --git a/archinstall/default_profiles/server.py b/archinstall/default_profiles/server.py new file mode 100644 index 00000000..e240b3ef --- /dev/null +++ b/archinstall/default_profiles/server.py @@ -0,0 +1,57 @@ +import logging +from typing import Any, TYPE_CHECKING, List + +from archinstall.lib.output import log +from archinstall.lib.menu import MenuSelectionType +from archinstall.lib.profile.profiles_handler import profile_handler +from archinstall.default_profiles.profile import ProfileType, Profile, SelectResult, TProfile + +if TYPE_CHECKING: + from archinstall.lib.installer import Installer + _: Any + + +class ServerProfile(Profile): + def __init__(self, current_value: List[TProfile] = []): + super().__init__( + 'Server', + ProfileType.Server, + description=str(_('Provides a selection of various server packages to install and enable, e.g. httpd, nginx, mariadb')), + current_selection=current_value + ) + + def do_on_select(self) -> SelectResult: + available_servers = profile_handler.get_server_profiles() + + choice = profile_handler.select_profile( + available_servers, + self._current_selection, + title=str(_('Choose which servers to install, if none then a minimal installation will be done')), + multi=True + ) + + match choice.type_: + case MenuSelectionType.Selection: + self.set_current_selection(choice.value) # type: ignore + return SelectResult.NewSelection + case MenuSelectionType.Skip: + return SelectResult.SameSelection + case MenuSelectionType.Reset: + return SelectResult.ResetCurrent + + def post_install(self, install_session: 'Installer'): + for profile in self._current_selection: + profile.post_install(install_session) + + def install(self, install_session: 'Installer'): + server_info = self.current_selection_names() + details = ', '.join(server_info) + log(f'Now installing the selected servers: {details}', level=logging.INFO) + + for server in self._current_selection: + log(f'Installing {server.name}...', level=logging.INFO) + install_session.add_additional_packages(server.packages) + install_session.enable_service(server.services) + server.install(install_session) + + log('If your selections included multiple servers with the same port, you may have to reconfigure them.', fg="yellow", level=logging.INFO) diff --git a/archinstall/default_profiles/servers/__init__.py b/archinstall/default_profiles/servers/__init__.py new file mode 100644 index 00000000..e69de29b diff --git a/archinstall/default_profiles/servers/cockpit.py b/archinstall/default_profiles/servers/cockpit.py new file mode 100644 index 00000000..8cac0976 --- /dev/null +++ b/archinstall/default_profiles/servers/cockpit.py @@ -0,0 +1,19 @@ +from typing import List + +from archinstall.default_profiles.profile import Profile, ProfileType + + +class CockpitProfile(Profile): + def __init__(self): + super().__init__( + 'Cockpit', + ProfileType.ServerType + ) + + @property + def packages(self) -> List[str]: + return ['cockpit', 'udisks2', 'packagekit'] + + @property + def services(self) -> List[str]: + return ['cockpit.socket'] diff --git a/archinstall/default_profiles/servers/docker.py b/archinstall/default_profiles/servers/docker.py new file mode 100644 index 00000000..e6e17831 --- /dev/null +++ b/archinstall/default_profiles/servers/docker.py @@ -0,0 +1,33 @@ +from typing import List, Union, TYPE_CHECKING + +import archinstall + +from archinstall.default_profiles.profile import Profile, ProfileType +from archinstall.lib.models import User + +if TYPE_CHECKING: + from archinstall.lib.installer import Installer + + +class DockerProfile(Profile): + def __init__(self): + super().__init__( + 'Docker', + ProfileType.ServerType + ) + + @property + def packages(self) -> List[str]: + return ['docker'] + + @property + def services(self) -> List[str]: + return ['docker'] + + def post_install(self, install_session: 'Installer'): + users: Union[User, List[User]] = archinstall.arguments.get('!users', None) + if not isinstance(users, list): + users = [users] + + for user in users: + install_session.arch_chroot(f'usermod -a -G docker {user.username}') diff --git a/archinstall/default_profiles/servers/httpd.py b/archinstall/default_profiles/servers/httpd.py new file mode 100644 index 00000000..595ce84f --- /dev/null +++ b/archinstall/default_profiles/servers/httpd.py @@ -0,0 +1,19 @@ +from typing import List + +from archinstall.default_profiles.profile import Profile, ProfileType + + +class HttpdProfile(Profile): + def __init__(self): + super().__init__( + 'httpd', + ProfileType.ServerType + ) + + @property + def packages(self) -> List[str]: + return ['apache'] + + @property + def services(self) -> List[str]: + return ['httpd'] diff --git a/archinstall/default_profiles/servers/lighttpd.py b/archinstall/default_profiles/servers/lighttpd.py new file mode 100644 index 00000000..00aa5564 --- /dev/null +++ b/archinstall/default_profiles/servers/lighttpd.py @@ -0,0 +1,19 @@ +from typing import List + +from archinstall.default_profiles.profile import Profile, ProfileType + + +class LighttpdProfile(Profile): + def __init__(self): + super().__init__( + 'Lighttpd', + ProfileType.ServerType + ) + + @property + def packages(self) -> List[str]: + return ['lighttpd'] + + @property + def services(self) -> List[str]: + return ['lighttpd'] diff --git a/archinstall/default_profiles/servers/mariadb.py b/archinstall/default_profiles/servers/mariadb.py new file mode 100644 index 00000000..4506f1bc --- /dev/null +++ b/archinstall/default_profiles/servers/mariadb.py @@ -0,0 +1,25 @@ +from typing import List, TYPE_CHECKING + +from archinstall.default_profiles.profile import Profile, ProfileType + +if TYPE_CHECKING: + from archinstall.lib.installer import Installer + + +class MariadbProfile(Profile): + def __init__(self): + super().__init__( + 'Mariadb', + ProfileType.ServerType + ) + + @property + def packages(self) -> List[str]: + return ['mariadb'] + + @property + def services(self) -> List[str]: + return ['mariadb'] + + def post_install(self, install_session: 'Installer'): + install_session.arch_chroot('mariadb-install-db --user=mysql --basedir=/usr --datadir=/var/lib/mysql') diff --git a/archinstall/default_profiles/servers/nginx.py b/archinstall/default_profiles/servers/nginx.py new file mode 100644 index 00000000..6038616c --- /dev/null +++ b/archinstall/default_profiles/servers/nginx.py @@ -0,0 +1,19 @@ +from typing import List + +from archinstall.default_profiles.profile import Profile, ProfileType + + +class NginxProfile(Profile): + def __init__(self): + super().__init__( + 'Nginx', + ProfileType.ServerType + ) + + @property + def packages(self) -> List[str]: + return ['nginx'] + + @property + def services(self) -> List[str]: + return ['nginx'] diff --git a/archinstall/default_profiles/servers/postgresql.py b/archinstall/default_profiles/servers/postgresql.py new file mode 100644 index 00000000..dba722ce --- /dev/null +++ b/archinstall/default_profiles/servers/postgresql.py @@ -0,0 +1,26 @@ +from typing import List, TYPE_CHECKING + +from archinstall.default_profiles.profile import Profile, ProfileType + +if TYPE_CHECKING: + from archinstall.lib.installer import Installer + + +class PostgresqlProfile(Profile): + def __init__(self): + super().__init__( + 'Postgresql', + ProfileType.ServerType, + '' + ) + + @property + def packages(self) -> List[str]: + return ['postgresql'] + + @property + def services(self) -> List[str]: + return ['postgresql'] + + def post_install(self, install_session: 'Installer'): + install_session.arch_chroot("initdb -D /var/lib/postgres/data", run_as='postgres') diff --git a/archinstall/default_profiles/servers/sshd.py b/archinstall/default_profiles/servers/sshd.py new file mode 100644 index 00000000..7f855b1a --- /dev/null +++ b/archinstall/default_profiles/servers/sshd.py @@ -0,0 +1,19 @@ +from typing import List + +from archinstall.default_profiles.profile import Profile, ProfileType + + +class SshdProfile(Profile): + def __init__(self): + super().__init__( + 'sshd', + ProfileType.ServerType + ) + + @property + def packages(self) -> List[str]: + return ['openssh'] + + @property + def services(self) -> List[str]: + return ['sshd'] diff --git a/archinstall/default_profiles/servers/tomcat.py b/archinstall/default_profiles/servers/tomcat.py new file mode 100644 index 00000000..9bd8837b --- /dev/null +++ b/archinstall/default_profiles/servers/tomcat.py @@ -0,0 +1,19 @@ +from typing import List + +from archinstall.default_profiles.profile import Profile, ProfileType + + +class TomcatProfile(Profile): + def __init__(self): + super().__init__( + 'Tomcat', + ProfileType.ServerType + ) + + @property + def packages(self) -> List[str]: + return ['tomcat10'] + + @property + def services(self) -> List[str]: + return ['tomcat10'] diff --git a/archinstall/default_profiles/tailored.py b/archinstall/default_profiles/tailored.py new file mode 100644 index 00000000..62666249 --- /dev/null +++ b/archinstall/default_profiles/tailored.py @@ -0,0 +1,21 @@ +from typing import List, Any, TYPE_CHECKING + +from archinstall.default_profiles.profile import ProfileType +from archinstall.default_profiles.xorg import XorgProfile + +if TYPE_CHECKING: + from archinstall.lib.installer import Installer + _: Any + + +class TailoredProfile(XorgProfile): + def __init__(self): + super().__init__('52-54-00-12-34-56', ProfileType.Tailored, description='') + + @property + def packages(self) -> List[str]: + return ['nano', 'wget', 'git'] + + def install(self, install_session: 'Installer'): + super().install(install_session) + # do whatever you like here :) diff --git a/archinstall/default_profiles/xorg.py b/archinstall/default_profiles/xorg.py new file mode 100644 index 00000000..553421a4 --- /dev/null +++ b/archinstall/default_profiles/xorg.py @@ -0,0 +1,21 @@ +from typing import Any, TYPE_CHECKING + +from archinstall.default_profiles.profile import Profile, ProfileType + +if TYPE_CHECKING: + _: Any + + +class XorgProfile(Profile): + def __init__( + self, + name: str = 'Xorg', + profile_type: ProfileType = ProfileType.Xorg, + description: str = str(_('Installs a minimal system as well as xorg and graphics drivers.')), + ): + super().__init__( + name, + profile_type, + description=description, + support_gfx_driver=True + ) diff --git a/archinstall/lib/configuration.py b/archinstall/lib/configuration.py index c036783f..77fed755 100644 --- a/archinstall/lib/configuration.py +++ b/archinstall/lib/configuration.py @@ -2,27 +2,15 @@ import os import json import stat import logging -import pathlib -from typing import Optional, Dict +from pathlib import Path +from typing import Optional, Dict, Any, TYPE_CHECKING -from .hsm.fido import Fido2 -from .models.disk_encryption import DiskEncryption from .storage import storage from .general import JSON, UNSAFE_JSON from .output import log -from .exceptions import RequirementError - - -def configuration_sanity_check(): - disk_encryption: DiskEncryption = storage['arguments'].get('disk_encryption') - if disk_encryption is not None and disk_encryption.hsm_device: - if not Fido2.get_fido2_devices(): - raise RequirementError( - f"In order to use HSM to pair with the disk encryption," - + f" one needs to be accessible through /dev/hidraw* and support" - + f" the FIDO2 protocol. You can check this by running" - + f" 'systemd-cryptenroll --fido2-device=list'." - ) + +if TYPE_CHECKING: + _: Any class ConfigurationOutput: @@ -35,13 +23,11 @@ class ConfigurationOutput: :type config: Dict """ self._config = config - self._user_credentials = {} - self._disk_layout = None - self._user_config = {} - self._default_save_path = pathlib.Path(storage.get('LOG_PATH', '.')) + self._user_credentials: Dict[str, Any] = {} + self._user_config: Dict[str, Any] = {} + self._default_save_path = Path(storage.get('LOG_PATH', '.')) self._user_config_file = 'user_configuration.json' self._user_creds_file = "user_credentials.json" - self._disk_layout_file = "user_disk_layout.json" self._sensitive = ['!users'] self._ignore = ['abort', 'install', 'config', 'creds', 'dry_run'] @@ -56,23 +42,18 @@ class ConfigurationOutput: def user_configuration_file(self): return self._user_config_file - @property - def disk_layout_file(self): - return self._disk_layout_file - def _process_config(self): for key in self._config: if key in self._sensitive: self._user_credentials[key] = self._config[key] - elif key == 'disk_layouts': - self._disk_layout = self._config[key] elif key in self._ignore: pass else: self._user_config[key] = self._config[key] - if key == 'disk_encryption' and self._config[key]: # special handling for encryption password - self._user_credentials['encryption_password'] = self._config[key].encryption_password + # special handling for encryption password + if key == 'disk_encryption' and self._config[key] is not None: + self._user_credentials['encryption_password'] = self._config[key].encryption_password def user_config_to_json(self) -> str: return json.dumps({ @@ -81,11 +62,6 @@ class ConfigurationOutput: 'version': storage['__version__'] }, indent=4, sort_keys=True, cls=JSON) - def disk_layout_to_json(self) -> Optional[str]: - if self._disk_layout: - return json.dumps(self._disk_layout, indent=4, sort_keys=True, cls=JSON) - return None - def user_credentials_to_json(self) -> Optional[str]: if self._user_credentials: return json.dumps(self._user_credentials, indent=4, sort_keys=True, cls=UNSAFE_JSON) @@ -96,15 +72,11 @@ class ConfigurationOutput: log(" -- Chosen configuration --", level=logging.DEBUG) user_conig = self.user_config_to_json() - disk_layout = self.disk_layout_to_json() log(user_conig, level=logging.INFO) - if disk_layout: - log(disk_layout, level=logging.INFO) - print() - def _is_valid_path(self, dest_path :pathlib.Path) -> bool: + def _is_valid_path(self, dest_path: Path) -> bool: if (not dest_path.exists()) or not (dest_path.is_dir()): log( 'Destination directory {} does not exist or is not a directory,\n Configuration files can not be saved'.format(dest_path.resolve()), @@ -113,7 +85,7 @@ class ConfigurationOutput: return False return True - def save_user_config(self, dest_path :pathlib.Path = None): + def save_user_config(self, dest_path: Path): if self._is_valid_path(dest_path): target = dest_path / self._user_config_file @@ -122,7 +94,7 @@ class ConfigurationOutput: os.chmod(str(dest_path / self._user_config_file), stat.S_IRUSR | stat.S_IWUSR | stat.S_IRGRP) - def save_user_creds(self, dest_path :pathlib.Path = None): + def save_user_creds(self, dest_path: Path): if self._is_valid_path(dest_path): if user_creds := self.user_credentials_to_json(): target = dest_path / self._user_creds_file @@ -132,21 +104,10 @@ class ConfigurationOutput: os.chmod(str(target), stat.S_IRUSR | stat.S_IWUSR | stat.S_IRGRP) - def save_disk_layout(self, dest_path :pathlib.Path = None): - if self._is_valid_path(dest_path): - if disk_layout := self.disk_layout_to_json(): - target = dest_path / self._disk_layout_file - - with target.open('w') as config_file: - config_file.write(disk_layout) - - os.chmod(str(target), stat.S_IRUSR | stat.S_IWUSR | stat.S_IRGRP) - - def save(self, dest_path :pathlib.Path = None): + def save(self, dest_path: Optional[Path] = None): if not dest_path: dest_path = self._default_save_path if self._is_valid_path(dest_path): self.save_user_config(dest_path) self.save_user_creds(dest_path) - self.save_disk_layout(dest_path) diff --git a/archinstall/lib/disk/__init__.py b/archinstall/lib/disk/__init__.py index 352d04b9..cdc96373 100644 --- a/archinstall/lib/disk/__init__.py +++ b/archinstall/lib/disk/__init__.py @@ -1,7 +1,40 @@ -from .btrfs import * -from .helpers import * -from .blockdevice import BlockDevice -from .filesystem import Filesystem, MBR, GPT -from .partition import * -from .user_guides import * -from .validators import * \ No newline at end of file +from .device_handler import device_handler, disk_layouts +from .fido import Fido2 +from .filesystem import FilesystemHandler +from .subvolume_menu import SubvolumeMenu +from .partitioning_menu import ( + manual_partitioning, + PartitioningList +) +from .device_model import ( + _DeviceInfo, + BDevice, + DiskLayoutType, + DiskLayoutConfiguration, + PartitionTable, + Unit, + Size, + SubvolumeModification, + DeviceGeometry, + PartitionType, + PartitionFlag, + FilesystemType, + ModificationStatus, + PartitionModification, + DeviceModification, + EncryptionType, + DiskEncryption, + Fido2Device, + LsblkInfo, + CleanType, + get_lsblk_info, + get_all_lsblk_info, + get_lsblk_by_mountpoint +) +from .encryption_menu import ( + select_encryption_type, + select_encrypted_password, + select_hsm, + select_partitions_to_encrypt, + DiskEncryptionMenu, +) diff --git a/archinstall/lib/disk/blockdevice.py b/archinstall/lib/disk/blockdevice.py deleted file mode 100644 index 178b786a..00000000 --- a/archinstall/lib/disk/blockdevice.py +++ /dev/null @@ -1,301 +0,0 @@ -from __future__ import annotations -import json -import logging -import time - -from collections import OrderedDict -from dataclasses import dataclass -from typing import Optional, Dict, Any, Iterator, List, TYPE_CHECKING - -from ..exceptions import DiskError, SysCallError -from ..output import log -from ..general import SysCommand -from ..storage import storage - - -if TYPE_CHECKING: - from .partition import Partition - _: Any - - -@dataclass -class BlockSizeInfo: - start: str - end: str - size: str - - -@dataclass -class BlockInfo: - pttype: str - ptuuid: str - size: int - tran: Optional[str] - rota: bool - free_space: Optional[List[BlockSizeInfo]] - - -class BlockDevice: - def __init__(self, path :str, info :Optional[Dict[str, Any]] = None): - if not info: - from .helpers import all_blockdevices - # If we don't give any information, we need to auto-fill it. - # Otherwise any subsequent usage will break. - self.info = all_blockdevices(partitions=False)[path].info - else: - self.info = info - - self._path = path - self.keep_partitions = True - self._block_info = self._fetch_information() - self._partitions: Dict[str, 'Partition'] = {} - - self._load_partitions() - - # TODO: Currently disk encryption is a BIT misleading. - # It's actually partition-encryption, but for future-proofing this - # I'm placing the encryption password on a BlockDevice level. - - def __repr__(self, *args :str, **kwargs :str) -> str: - return self._str_repr - - @property - def path(self) -> str: - return self._path - - @property - def _str_repr(self) -> str: - return f"BlockDevice({self._device_or_backfile}, size={self.size}GB, free_space={self._safe_free_space()}, bus_type={self.bus_type})" - - def as_json(self) -> Dict[str, Any]: - return { - str(_('Device')): self._device_or_backfile, - str(_('Size')): f'{self.size}GB', - str(_('Free space')): f'{self._safe_free_space()}', - str(_('Bus-type')): f'{self.bus_type}' - } - - def __iter__(self) -> Iterator['Partition']: - for partition in self.partitions: - yield self.partitions[partition] - - def __getitem__(self, key :str, *args :str, **kwargs :str) -> Any: - if hasattr(self, key): - return getattr(self, key) - - if self.info and key in self.info: - return self.info[key] - - raise KeyError(f'{self.info} does not contain information: "{key}"') - - def __lt__(self, left_comparitor :'BlockDevice') -> bool: - return self._path < left_comparitor.path - - def json(self) -> str: - """ - json() has precedence over __dump__, so this is a way - to give less/partial information for user readability. - """ - return self._path - - def __dump__(self) -> Dict[str, Dict[str, Any]]: - return { - self._path: { - 'partuuid': self.uuid, - 'wipe': self.info.get('wipe', None), - 'partitions': [part.__dump__() for part in self.partitions.values()] - } - } - - def _call_lsblk(self, path: str) -> Dict[str, Any]: - output = SysCommand(f'lsblk --json -b -o+SIZE,PTTYPE,ROTA,TRAN,PTUUID {self._path}').decode('UTF-8') - if output: - lsblk_info = json.loads(output) - return lsblk_info - - raise DiskError(f'Failed to read disk "{self.path}" with lsblk') - - def _load_partitions(self): - from .partition import Partition - - self._partitions.clear() - - lsblk_info = self._call_lsblk(self._path) - device = lsblk_info['blockdevices'][0] - self._partitions.clear() - - if children := device.get('children', None): - root = f'/dev/{device["name"]}' - for child in children: - part_id = child['name'].removeprefix(device['name']) - self._partitions[part_id] = Partition(root + part_id, block_device=self, part_id=part_id) - - def _get_free_space(self) -> Optional[List[BlockSizeInfo]]: - # NOTE: parted -s will default to `cancel` on prompt, skipping any partition - # that is "outside" the disk. in /dev/sr0 this is usually the case with Archiso, - # so the free will ignore the ESP partition and just give the "free" space. - # Doesn't harm us, but worth noting in case something weird happens. - try: - output = SysCommand(f"parted -s --machine {self._path} print free").decode('utf-8') - if output: - free_lines = [line for line in output.split('\n') if 'free' in line] - sizes = [] - for free_space in free_lines: - _, start, end, size, *_ = free_space.strip('\r\n;').split(':') - sizes.append(BlockSizeInfo(start, end, size)) - - return sizes - except SysCallError as error: - log(f"Could not get free space on {self._path}: {error}", level=logging.DEBUG) - - return None - - def _fetch_information(self) -> BlockInfo: - lsblk_info = self._call_lsblk(self._path) - device = lsblk_info['blockdevices'][0] - free_space = self._get_free_space() - - return BlockInfo( - pttype=device['pttype'], - ptuuid=device['ptuuid'], - size=device['size'], - tran=device['tran'], - rota=device['rota'], - free_space=free_space - ) - - @property - def _device_or_backfile(self) -> Optional[str]: - """ - Returns the actual device-endpoint of the BlockDevice. - If it's a loop-back-device it returns the back-file, - For other types it return self.device - """ - if self.info.get('type') == 'loop': - return self.info['back-file'] - else: - return self.device - - @property - def mountpoint(self) -> None: - """ - A dummy function to enable transparent comparisons of mountpoints. - As blockdevices can't be mounted directly, this will always be None - """ - return None - - @property - def device(self) -> Optional[str]: - """ - Returns the device file of the BlockDevice. - If it's a loop-back-device it returns the /dev/X device, - If it's a ATA-drive it returns the /dev/X device - And if it's a crypto-device it returns the parent device - """ - if "DEVTYPE" not in self.info: - raise DiskError(f'Could not locate backplane info for "{self._path}"') - - if self.info['DEVTYPE'] in ['disk','loop']: - return self._path - elif self.info['DEVTYPE'][:4] == 'raid': - # This should catch /dev/md## raid devices - return self._path - elif self.info['DEVTYPE'] == 'crypt': - if 'pkname' not in self.info: - raise DiskError(f'A crypt device ({self._path}) without a parent kernel device name.') - return f"/dev/{self.info['pkname']}" - else: - log(f"Unknown blockdevice type for {self._path}: {self.info['DEVTYPE']}", level=logging.DEBUG) - - return None - - @property - def partition_type(self) -> str: - return self._block_info.pttype - - @property - def uuid(self) -> str: - return self._block_info.ptuuid - - @property - def size(self) -> float: - from .helpers import convert_size_to_gb - return convert_size_to_gb(self._block_info.size) - - @property - def bus_type(self) -> Optional[str]: - return self._block_info.tran - - @property - def spinning(self) -> bool: - return self._block_info.rota - - @property - def partitions(self) -> Dict[str, 'Partition']: - return OrderedDict(sorted(self._partitions.items())) - - @property - def partition(self) -> List['Partition']: - return list(self.partitions.values()) - - @property - def first_free_sector(self) -> str: - if block_size := self._largest_free_space(): - return block_size.start - else: - return '512MB' - - @property - def first_end_sector(self) -> str: - if block_size := self._largest_free_space(): - return block_size.end - else: - return f"{self.size}GB" - - def _safe_free_space(self) -> str: - if self._block_info.free_space: - sizes = [free_space.size for free_space in self._block_info.free_space] - return '+'.join(sizes) - return '?' - - def _largest_free_space(self) -> Optional[BlockSizeInfo]: - if self._block_info.free_space: - sorted_sizes = sorted(self._block_info.free_space, key=lambda x: x.size, reverse=True) - return sorted_sizes[0] - return None - - def _partprobe(self) -> bool: - return SysCommand(['partprobe', self._path]).exit_code == 0 - - def flush_cache(self) -> None: - self._load_partitions() - - def get_partition(self, uuid :Optional[str] = None, partuuid :Optional[str] = None) -> Partition: - if not uuid and not partuuid: - raise ValueError(f"BlockDevice.get_partition() requires either a UUID or a PARTUUID for lookups.") - - log(f"Retrieving partition PARTUUID={partuuid} or UUID={uuid}", level=logging.DEBUG, fg="gray") - - for count in range(storage.get('DISK_RETRY_ATTEMPTS', 5)): - for partition_index, partition in self.partitions.items(): - try: - if uuid and partition.uuid and partition.uuid.lower() == uuid.lower(): - log(f"Matched UUID={uuid} against {partition.uuid}", level=logging.DEBUG, fg="gray") - return partition - elif partuuid and partition.part_uuid and partition.part_uuid.lower() == partuuid.lower(): - log(f"Matched PARTUUID={partuuid} against {partition.part_uuid}", level=logging.DEBUG, fg="gray") - return partition - except DiskError as error: - # Most likely a blockdevice that doesn't support or use UUID's - # (like Microsoft recovery partition) - log(f"Could not get UUID/PARTUUID of {partition}: {error}", level=logging.DEBUG, fg="gray") - pass - - log(f"uuid {uuid} or {partuuid} not found. Waiting {storage.get('DISK_TIMEOUTS', 1) * count}s for next attempt",level=logging.DEBUG) - self.flush_cache() - time.sleep(storage.get('DISK_TIMEOUTS', 1) * count) - - log(f"Could not find {uuid}/{partuuid} in disk after 5 retries", level=logging.INFO) - log(f"Cache: {self._partitions}") - log(f"Partitions: {self.partitions.items()}") - raise DiskError(f"Partition {uuid}/{partuuid} was never found on {self} despite several attempts.") diff --git a/archinstall/lib/disk/btrfs/__init__.py b/archinstall/lib/disk/btrfs/__init__.py deleted file mode 100644 index a26e0160..00000000 --- a/archinstall/lib/disk/btrfs/__init__.py +++ /dev/null @@ -1,56 +0,0 @@ -from __future__ import annotations -import pathlib -import glob -import logging -from typing import Union, Dict, TYPE_CHECKING - -# https://stackoverflow.com/a/39757388/929999 -if TYPE_CHECKING: - from ...installer import Installer - -from .btrfs_helpers import ( - subvolume_info_from_path as subvolume_info_from_path, - find_parent_subvolume as find_parent_subvolume, - setup_subvolumes as setup_subvolumes, - mount_subvolume as mount_subvolume -) -from .btrfssubvolumeinfo import BtrfsSubvolumeInfo as BtrfsSubvolume -from .btrfspartition import BTRFSPartition as BTRFSPartition - -from ...exceptions import DiskError, Deprecated -from ...general import SysCommand -from ...output import log - - -def create_subvolume(installation: Installer, subvolume_location :Union[pathlib.Path, str]) -> bool: - """ - This function uses btrfs to create a subvolume. - - @installation: archinstall.Installer instance - @subvolume_location: a localized string or path inside the installation / or /boot for instance without specifying /mnt/boot - """ - - installation_mountpoint = installation.target - if type(installation_mountpoint) == str: - installation_mountpoint = pathlib.Path(installation_mountpoint) - # Set up the required physical structure - if type(subvolume_location) == str: - subvolume_location = pathlib.Path(subvolume_location) - - target = installation_mountpoint / subvolume_location.relative_to(subvolume_location.anchor) - - # Difference from mount_subvolume: - # We only check if the parent exists, since we'll run in to "target path already exists" otherwise - if not target.parent.exists(): - target.parent.mkdir(parents=True) - - if glob.glob(str(target / '*')): - raise DiskError(f"Cannot create subvolume at {target} because it contains data (non-empty folder target)") - - # Remove the target if it exists - if target.exists(): - target.rmdir() - - log(f"Creating a subvolume on {target}", level=logging.INFO) - if (cmd := SysCommand(f"btrfs subvolume create {target}")).exit_code != 0: - raise DiskError(f"Could not create a subvolume at {target}: {cmd}") diff --git a/archinstall/lib/disk/btrfs/btrfs_helpers.py b/archinstall/lib/disk/btrfs/btrfs_helpers.py deleted file mode 100644 index f6d2734a..00000000 --- a/archinstall/lib/disk/btrfs/btrfs_helpers.py +++ /dev/null @@ -1,136 +0,0 @@ -import logging -import re -from pathlib import Path -from typing import Optional, Dict, Any, TYPE_CHECKING - -from ...models.subvolume import Subvolume -from ...exceptions import SysCallError, DiskError -from ...general import SysCommand -from ...output import log -from ...plugins import plugins -from ..helpers import get_mount_info -from .btrfssubvolumeinfo import BtrfsSubvolumeInfo - -if TYPE_CHECKING: - from .btrfspartition import BTRFSPartition - from ...installer import Installer - - -class fstab_btrfs_compression_plugin(): - def __init__(self, partition_dict): - self.partition_dict = partition_dict - - def on_genfstab(self, installation): - with open(f"{installation.target}/etc/fstab", 'r') as fh: - fstab = fh.read() - - # Replace the {installation}/etc/fstab with entries - # using the compress=zstd where the mountpoint has compression set. - with open(f"{installation.target}/etc/fstab", 'w') as fh: - for line in fstab.split('\n'): - # So first we grab the mount options by using subvol=.*? as a locator. - # And we also grab the mountpoint for the entry, for instance /var/log - if (subvoldef := re.findall(',.*?subvol=.*?[\t ]', line)) and (mountpoint := re.findall('[\t ]/.*?[\t ]', line)): - for subvolume in self.partition_dict.get('btrfs', {}).get('subvolumes', []): - # We then locate the correct subvolume and check if it's compressed - if subvolume.compress and subvolume.mountpoint == mountpoint[0].strip(): - # We then sneak in the compress=zstd option if it doesn't already exist: - # We skip entries where compression is already defined - if ',compress=zstd,' not in line: - line = line.replace(subvoldef[0], f",compress=zstd{subvoldef[0]}") - break - - fh.write(f"{line}\n") - - return True - - -def mount_subvolume(installation: 'Installer', device: 'BTRFSPartition', subvolume: Subvolume): - # we normalize the subvolume name (getting rid of slash at the start if exists. - # In our implementation has no semantic load. - # Every subvolume is created from the top of the hierarchy- and simplifies its further use - name = subvolume.name.lstrip('/') - mountpoint = Path(subvolume.mountpoint) - installation_target = Path(installation.target) - - mountpoint = installation_target / mountpoint.relative_to(mountpoint.anchor) - mountpoint.mkdir(parents=True, exist_ok=True) - mount_options = subvolume.options + [f'subvol={name}'] - - log(f"Mounting subvolume {name} on {device} to {mountpoint}", level=logging.INFO, fg="gray") - SysCommand(f"mount {device.path} {mountpoint} -o {','.join(mount_options)}") - - -def setup_subvolumes(installation: 'Installer', partition_dict: Dict[str, Any]): - log(f"Setting up subvolumes: {partition_dict['btrfs']['subvolumes']}", level=logging.INFO, fg="gray") - - for subvolume in partition_dict['btrfs']['subvolumes']: - # we normalize the subvolume name (getting rid of slash at the start if exists. In our implementation has no semantic load. - # Every subvolume is created from the top of the hierarchy- and simplifies its further use - name = subvolume.name.lstrip('/') - - # We create the subvolume using the BTRFSPartition instance. - # That way we ensure not only easy access, but also accurate mount locations etc. - partition_dict['device_instance'].create_subvolume(name, installation=installation) - - # Make the nodatacow processing now - # It will be the main cause of creation of subvolumes which are not to be mounted - # it is not an options which can be established by subvolume (but for whole file systems), and can be - # set up via a simple attribute change in a directory (if empty). And here the directories are brand new - if subvolume.nodatacow: - if (cmd := SysCommand(f"chattr +C {installation.target}/{name}")).exit_code != 0: - raise DiskError(f"Could not set nodatacow attribute at {installation.target}/{name}: {cmd}") - - # Make the compress processing now - # it is not an options which can be established by subvolume (but for whole file systems), and can be - # set up via a simple attribute change in a directory (if empty). And here the directories are brand new - # in this way only zstd compression is activaded - # TODO WARNING it is not clear if it should be a standard feature, so it might need to be deactivated - - if subvolume.compress: - if not any(['compress' in filesystem_option for filesystem_option in partition_dict.get('filesystem', {}).get('mount_options', [])]): - if (cmd := SysCommand(f"chattr +c {installation.target}/{name}")).exit_code != 0: - raise DiskError(f"Could not set compress attribute at {installation.target}/{name}: {cmd}") - - if 'fstab_btrfs_compression_plugin' not in plugins: - plugins['fstab_btrfs_compression_plugin'] = fstab_btrfs_compression_plugin(partition_dict) - - -def subvolume_info_from_path(path: Path) -> Optional[BtrfsSubvolumeInfo]: - try: - subvolume_name = '' - result = {} - for index, line in enumerate(SysCommand(f"btrfs subvolume show {path}")): - if index == 0: - subvolume_name = line.strip().decode('UTF-8') - continue - - if b':' in line: - key, value = line.strip().decode('UTF-8').split(':', 1) - - # A bit of a hack, until I figure out how @dataclass - # allows for hooking in a pre-processor to do this we have to do it here: - result[key.lower().replace(' ', '_').replace('(s)', 's')] = value.strip() - - return BtrfsSubvolumeInfo(**{'full_path' : path, 'name' : subvolume_name, **result}) # type: ignore - except SysCallError as error: - log(f"Could not retrieve subvolume information from {path}: {error}", level=logging.WARNING, fg="orange") - - return None - - -def find_parent_subvolume(path: Path, filters=[]) -> Optional[BtrfsSubvolumeInfo]: - # A root path cannot have a parent - if str(path) == '/': - return None - - if found_mount := get_mount_info(str(path.parent), traverse=True, ignore=filters): - if not (subvolume := subvolume_info_from_path(found_mount['target'])): - if found_mount['target'] == '/': - return None - - return find_parent_subvolume(path.parent, filters=[*filters, found_mount['target']]) - - return subvolume - - return None diff --git a/archinstall/lib/disk/btrfs/btrfspartition.py b/archinstall/lib/disk/btrfs/btrfspartition.py deleted file mode 100644 index d04c9b98..00000000 --- a/archinstall/lib/disk/btrfs/btrfspartition.py +++ /dev/null @@ -1,109 +0,0 @@ -import glob -import pathlib -import logging -from typing import Optional, TYPE_CHECKING - -from ...exceptions import DiskError -from ...storage import storage -from ...output import log -from ...general import SysCommand -from ..partition import Partition -from ..helpers import findmnt -from .btrfs_helpers import ( - subvolume_info_from_path -) - -if TYPE_CHECKING: - from ...installer import Installer - from .btrfssubvolumeinfo import BtrfsSubvolumeInfo - - -class BTRFSPartition(Partition): - def __init__(self, *args, **kwargs): - Partition.__init__(self, *args, **kwargs) - - @property - def subvolumes(self): - for filesystem in findmnt(pathlib.Path(self.path), recurse=True).get('filesystems', []): - if '[' in filesystem.get('source', ''): - yield subvolume_info_from_path(filesystem['target']) - - def iterate_children(struct): - for c in struct.get('children', []): - if '[' in child.get('source', ''): - yield subvolume_info_from_path(c['target']) - - for sub_child in iterate_children(c): - yield sub_child - - for child in iterate_children(filesystem): - yield child - - def create_subvolume(self, subvolume :pathlib.Path, installation :Optional['Installer'] = None) -> 'BtrfsSubvolumeInfo': - """ - Subvolumes have to be created within a mountpoint. - This means we need to get the current installation target. - After we get it, we need to verify it is a btrfs subvolume filesystem. - Finally, the destination must be empty. - """ - - # Allow users to override the installation session - if not installation: - installation = storage.get('installation_session') - - # Determain if the path given, is an absolute path or a relative path. - # We do this by checking if the path contains a known mountpoint. - if str(subvolume)[0] == '/': - if filesystems := findmnt(subvolume, traverse=True).get('filesystems'): - if (target := filesystems[0].get('target')) and target != '/' and str(subvolume).startswith(target): - # Path starts with a known mountpoint which isn't / - # Which means it's an absolute path to a mounted location. - pass - else: - # Since it's not an absolute position with a known start. - # We omit the anchor ('/' basically) and make sure it's appendable - # to the installation.target later - subvolume = subvolume.relative_to(subvolume.anchor) - # else: We don't need to do anything about relative paths, they should be appendable to installation.target as-is. - - # If the subvolume is not absolute, then we do two checks: - # 1. Check if the partition itself is mounted somewhere, and use that as a root - # 2. Use an active Installer().target as the root, assuming it's filesystem is btrfs - # If both above fail, we need to warn the user that such setup is not supported. - if str(subvolume)[0] != '/': - if self.mountpoint is None and installation is None: - raise DiskError("When creating a subvolume on BTRFSPartition()'s, you need to either initiate a archinstall.Installer() or give absolute paths when creating the subvoulme.") - elif self.mountpoint: - subvolume = self.mountpoint / subvolume - elif installation: - ongoing_installation_destination = installation.target - if type(ongoing_installation_destination) == str: - ongoing_installation_destination = pathlib.Path(ongoing_installation_destination) - - subvolume = ongoing_installation_destination / subvolume - - subvolume.parent.mkdir(parents=True, exist_ok=True) - - # - - log(f'Attempting to create subvolume at {subvolume}', level=logging.DEBUG, fg="grey") - - if glob.glob(str(subvolume / '*')): - raise DiskError(f"Cannot create subvolume at {subvolume} because it contains data (non-empty folder target is not supported by BTRFS)") - # Ideally we would like to check if the destination is already a subvolume. - # But then we would need the mount-point at this stage as well. - # So we'll comment out this check: - # elif subvolinfo := subvolume_info_from_path(subvolume): - # raise DiskError(f"Destination {subvolume} is already a subvolume: {subvolinfo}") - - # And deal with it here: - SysCommand(f"btrfs subvolume create {subvolume}") - - return subvolume_info_from_path(subvolume) diff --git a/archinstall/lib/disk/btrfs/btrfssubvolumeinfo.py b/archinstall/lib/disk/btrfs/btrfssubvolumeinfo.py deleted file mode 100644 index 5f5bdea6..00000000 --- a/archinstall/lib/disk/btrfs/btrfssubvolumeinfo.py +++ /dev/null @@ -1,192 +0,0 @@ -import pathlib -import datetime -import logging -import string -import random -import shutil -from dataclasses import dataclass -from typing import Optional, List# , TYPE_CHECKING -from functools import cached_property - -# if TYPE_CHECKING: -# from ..blockdevice import BlockDevice - -from ...exceptions import DiskError -from ...general import SysCommand -from ...output import log -from ...storage import storage - - -@dataclass -class BtrfsSubvolumeInfo: - full_path :pathlib.Path - name :str - uuid :str - parent_uuid :str - creation_time :datetime.datetime - subvolume_id :int - generation :int - gen_at_creation :int - parent_id :int - top_level_id :int - send_transid :int - send_time :datetime.datetime - receive_transid :int - received_uuid :Optional[str] = None - flags :Optional[str] = None - receive_time :Optional[datetime.datetime] = None - snapshots :Optional[List] = None - - def __post_init__(self): - self.full_path = pathlib.Path(self.full_path) - - # Convert "-" entries to `None` - if self.parent_uuid == "-": - self.parent_uuid = None - if self.received_uuid == "-": - self.received_uuid = None - if self.flags == "-": - self.flags = None - if self.receive_time == "-": - self.receive_time = None - if self.snapshots == "": - self.snapshots = [] - - # Convert timestamps into datetime workable objects (and preserve timezone by using ISO formats) - self.creation_time = datetime.datetime.fromisoformat(self.convert_to_ISO_format(self.creation_time)) - self.send_time = datetime.datetime.fromisoformat(self.convert_to_ISO_format(self.send_time)) - if self.receive_time: - self.receive_time = datetime.datetime.fromisoformat(self.convert_to_ISO_format(self.receive_time)) - - @property - def parent_subvolume(self): - from .btrfs_helpers import find_parent_subvolume - - return find_parent_subvolume(self.full_path) - - @property - def root(self) -> bool: - from .btrfs_helpers import subvolume_info_from_path - - # TODO: Make this function traverse storage['MOUNT_POINT'] and find the first - # occurrence of a mountpoint that is a btrfs volume instead of lazy assume / is a subvolume. - # It would also be nice if it could use findmnt(self.full_path) and traverse backwards - # finding the last occurrence of a subvolume which 'self' belongs to. - if volume := subvolume_info_from_path(storage['MOUNT_POINT']): - return self.full_path == volume.full_path - - return False - - @cached_property - def partition(self): - from ..helpers import findmnt, get_parent_of_partition, all_blockdevices - from ..partition import Partition - from ..blockdevice import BlockDevice - from ..mapperdev import MapperDev - from .btrfspartition import BTRFSPartition - from .btrfs_helpers import subvolume_info_from_path - - try: - # If the subvolume is mounted, it's pretty trivial to lookup the partition (parent) device. - if filesystem := findmnt(self.full_path).get('filesystems', []): - if source := filesystem[0].get('source', None): - # Strip away subvolume definitions from findmnt - if '[' in source: - source = source[:source.find('[')] - - if filesystem[0].get('fstype', '') == 'btrfs': - return BTRFSPartition(source, BlockDevice(get_parent_of_partition(pathlib.Path(source)))) - elif filesystem[0].get('source', '').startswith('/dev/mapper'): - return MapperDev(source) - else: - return Partition(source, BlockDevice(get_parent_of_partition(pathlib.Path(source)))) - except DiskError: - # Subvolume has never been mounted, we have no reliable way of finding where it is. - # But we have the UUID of the partition, and can begin looking for it by mounting - # all blockdevices that we can reliably support.. This is taxing tho and won't cover all devices. - - log(f"Looking up {self}, this might take time.", fg="orange", level=logging.WARNING) - for blockdevice, instance in all_blockdevices(mappers=True, partitions=True, error=True).items(): - if type(instance) in (Partition, MapperDev): - we_mounted_it = False - detection_mountpoint = instance.mountpoint - if not detection_mountpoint: - if type(instance) == Partition and instance.encrypted: - # TODO: Perhaps support unlocking encrypted volumes? - # This will cause a lot of potential user interactions tho. - log(f"Ignoring {blockdevice} because it's encrypted.", fg="gray", level=logging.DEBUG) - continue - - detection_mountpoint = pathlib.Path(f"/tmp/{''.join([random.choice(string.ascii_letters) for x in range(20)])}") - detection_mountpoint.mkdir(parents=True, exist_ok=True) - - instance.mount(str(detection_mountpoint)) - we_mounted_it = True - - if (filesystem := findmnt(detection_mountpoint)) and (filesystem := filesystem.get('filesystems', [])): - if subvolume := subvolume_info_from_path(filesystem[0]['target']): - if subvolume.uuid == self.uuid: - # The top level subvolume matched of ourselves, - # which means the instance we're iterating has the subvol we're looking for. - log(f"Found the subvolume on device {instance}", level=logging.DEBUG, fg="gray") - return instance - - def iterate_children(struct): - for child in struct.get('children', []): - if '[' in child.get('source', ''): - yield subvolume_info_from_path(child['target']) - - for sub_child in iterate_children(child): - yield sub_child - - for child in iterate_children(filesystem[0]): - if child.uuid == self.uuid: - # We found a child within the instance that has the subvol we're looking for. - log(f"Found the subvolume on device {instance}", level=logging.DEBUG, fg="gray") - return instance - - if we_mounted_it: - instance.unmount() - shutil.rmtree(detection_mountpoint) - - @cached_property - def mount_options(self) -> Optional[List[str]]: - from ..helpers import findmnt - - if filesystem := findmnt(self.full_path).get('filesystems', []): - return filesystem[0].get('options').split(',') - - def convert_to_ISO_format(self, time_string): - time_string_almost_done = time_string.replace(' ', 'T', 1).replace(' ', '') - iso_string = f"{time_string_almost_done[:-2]}:{time_string_almost_done[-2:]}" - return iso_string - - def mount(self, mountpoint :pathlib.Path, options=None, include_previously_known_options=True): - from ..helpers import findmnt - - try: - if mnt_info := findmnt(pathlib.Path(mountpoint), traverse=False): - log(f"Unmounting {mountpoint} as it was already mounted using {mnt_info}") - SysCommand(f"umount {mountpoint}") - except DiskError: - # No previously mounted device at the mountpoint - pass - - if not options: - options = [] - - try: - if include_previously_known_options and (cached_options := self.mount_options): - options += cached_options - except DiskError: - pass - - if not any('subvol=' in x for x in options): - options += f'subvol={self.name}' - - SysCommand(f"mount {self.partition.path} {mountpoint} -o {','.join(options)}") - log(f"{self} has successfully been mounted to {mountpoint}", level=logging.INFO, fg="gray") - - def unmount(self, recurse :bool = True): - SysCommand(f"umount {'-R' if recurse else ''} {self.full_path}") - log(f"Successfully unmounted {self}", level=logging.INFO, fg="gray") diff --git a/archinstall/lib/disk/device_handler.py b/archinstall/lib/disk/device_handler.py new file mode 100644 index 00000000..12cf18ea --- /dev/null +++ b/archinstall/lib/disk/device_handler.py @@ -0,0 +1,599 @@ +from __future__ import annotations + +import json +import logging +import os +import time +from pathlib import Path +from typing import List, Dict, Any, Optional, TYPE_CHECKING + +from parted import ( # type: ignore + Disk, Geometry, FileSystem, + PartitionException, DiskLabelException, + getAllDevices, freshDisk, Partition, +) + +from .device_model import ( + DeviceModification, PartitionModification, + BDevice, _DeviceInfo, _PartitionInfo, + FilesystemType, Unit, PartitionTable, + ModificationStatus, get_lsblk_info, LsblkInfo, + _BtrfsSubvolumeInfo, get_all_lsblk_info, DiskEncryption +) + +from ..exceptions import DiskError, UnknownFilesystemFormat +from ..general import SysCommand, SysCallError, JSON +from ..luks import Luks2 +from ..output import log +from ..utils.util import is_subpath + +if TYPE_CHECKING: + _: Any + + +class DeviceHandler(object): + _TMP_BTRFS_MOUNT = Path('/mnt/arch_btrfs') + + def __init__(self): + self._devices: Dict[Path, BDevice] = {} + self.load_devices() + + @property + def devices(self) -> List[BDevice]: + return list(self._devices.values()) + + def load_devices(self): + block_devices = {} + + for device in getAllDevices(): + try: + disk = Disk(device) + except DiskLabelException as error: + if 'unrecognised disk label' in getattr(error, 'message', str(error)): + disk = freshDisk(device, PartitionTable.GPT.value) + else: + log(f'Unable to get disk from device: {device}', level=logging.DEBUG) + continue + + device_info = _DeviceInfo.from_disk(disk) + partition_infos = [] + + for partition in disk.partitions: + lsblk_info = get_lsblk_info(partition.path) + fs_type = self._determine_fs_type(partition, lsblk_info) + subvol_infos = [] + + if fs_type == FilesystemType.Btrfs: + subvol_infos = self.get_btrfs_info(partition.path) + + partition_infos.append( + _PartitionInfo.from_partition( + partition, + fs_type, + lsblk_info.partuuid, + lsblk_info.mountpoints, + subvol_infos + ) + ) + + block_device = BDevice(disk, device_info, partition_infos) + block_devices[block_device.device_info.path] = block_device + + self._devices = block_devices + + def _determine_fs_type( + self, + partition: Partition, + lsblk_info: Optional[LsblkInfo] = None + ) -> Optional[FilesystemType]: + try: + if partition.fileSystem: + return FilesystemType(partition.fileSystem.type) + elif lsblk_info is not None: + return FilesystemType(lsblk_info.fstype) if lsblk_info.fstype else None + return None + except ValueError: + log(f'Could not determine the filesystem: {partition.fileSystem}', level=logging.DEBUG) + + return None + + def get_device(self, path: Path) -> Optional[BDevice]: + return self._devices.get(path, None) + + def get_device_by_partition_path(self, partition_path: Path) -> Optional[BDevice]: + partition = self.find_partition(partition_path) + if partition: + return partition.disk.device + return None + + def find_partition(self, path: Path) -> Optional[_PartitionInfo]: + for device in self._devices.values(): + part = next(filter(lambda x: str(x.path) == str(path), device.partition_infos), None) + if part is not None: + return part + return None + + def get_uuid_for_path(self, path: Path) -> Optional[str]: + partition = self.find_partition(path) + return partition.partuuid if partition else None + + def get_btrfs_info(self, dev_path: Path) -> List[_BtrfsSubvolumeInfo]: + lsblk_info = get_lsblk_info(dev_path) + subvol_infos: List[_BtrfsSubvolumeInfo] = [] + + if not lsblk_info.mountpoint: + self.mount(dev_path, self._TMP_BTRFS_MOUNT, create_target_mountpoint=True) + mountpoint = self._TMP_BTRFS_MOUNT + else: + # when multiple subvolumes are mounted then the lsblk output may look like + # "mountpoint": "/mnt/archinstall/.snapshots" + # "mountpoints": ["/mnt/archinstall/.snapshots", "/mnt/archinstall/home", ..] + # so we'll determine the minimum common path and assume that's the root + path_strings = [str(m) for m in lsblk_info.mountpoints] + common_prefix = os.path.commonprefix(path_strings) + mountpoint = Path(common_prefix) + + try: + result = SysCommand(f'btrfs subvolume list {mountpoint}') + except SysCallError as err: + log(f'Failed to read btrfs subvolume information: {err}', level=logging.DEBUG) + return subvol_infos + + if result.exit_code == 0: + try: + if decoded := result.decode('utf-8'): + # ID 256 gen 16 top level 5 path @ + for line in decoded.splitlines(): + # expected output format: + # ID 257 gen 8 top level 5 path @home + name = Path(line.split(' ')[-1]) + sub_vol_mountpoint = lsblk_info.btrfs_subvol_info.get(name, None) + subvol_infos.append(_BtrfsSubvolumeInfo(name, sub_vol_mountpoint)) + except json.decoder.JSONDecodeError as err: + log(f"Could not decode lsblk JSON: {result}", fg="red", level=logging.ERROR) + raise err + + if not lsblk_info.mountpoint: + self.umount(dev_path) + + return subvol_infos + + def _perform_formatting( + self, + fs_type: FilesystemType, + path: Path, + additional_parted_options: List[str] = [] + ): + options = [] + command = '' + + match fs_type: + case FilesystemType.Btrfs: + options += ['-f'] + command += 'mkfs.btrfs' + case FilesystemType.Fat16: + options += ['-F16'] + command += 'mkfs.fat' + case FilesystemType.Fat32: + options += ['-F32'] + command += 'mkfs.fat' + case FilesystemType.Ext2: + options += ['-F'] + command += 'mkfs.ext2' + case FilesystemType.Ext3: + options += ['-F'] + command += 'mkfs.ext3' + case FilesystemType.Ext4: + options += ['-F'] + command += 'mkfs.ext4' + case FilesystemType.Xfs: + options += ['-f'] + command += 'mkfs.xfs' + case FilesystemType.F2fs: + options += ['-f'] + command += 'mkfs.f2fs' + case FilesystemType.Ntfs: + options += ['-f', '-Q'] + command += 'mkfs.ntfs' + case FilesystemType.Reiserfs: + command += 'mkfs.reiserfs' + case _: + raise UnknownFilesystemFormat(f'Filetype "{fs_type.value}" is not supported') + + options += additional_parted_options + options_str = ' '.join(options) + + log(f'Formatting filesystem: /usr/bin/{command} {options_str} {path}') + + try: + if (handle := SysCommand(f"/usr/bin/{command} {options_str} {path}")).exit_code != 0: + mkfs_error = handle.decode() + raise DiskError(f'Could not format {path} with {fs_type.value}: {mkfs_error}') + except SysCallError as error: + msg = f'Could not format {path} with {fs_type.value}: {error.message}' + log(msg, fg='red') + raise DiskError(msg) from error + + def _perform_enc_formatting( + self, + dev_path: Path, + mapper_name: Optional[str], + fs_type: FilesystemType, + enc_conf: DiskEncryption + ): + luks_handler = Luks2( + dev_path, + mapper_name=mapper_name, + password=enc_conf.encryption_password + ) + + key_file = luks_handler.encrypt() + + log(f'Unlocking luks2 device: {dev_path}', level=logging.DEBUG) + luks_handler.unlock(key_file=key_file) + + if not luks_handler.mapper_dev: + raise DiskError('Failed to unlock luks device') + + log(f'luks2 formatting mapper dev: {luks_handler.mapper_dev}', level=logging.INFO) + self._perform_formatting(fs_type, luks_handler.mapper_dev) + + log(f'luks2 locking device: {dev_path}', level=logging.INFO) + luks_handler.lock() + + def format( + self, + modification: DeviceModification, + enc_conf: Optional['DiskEncryption'] = None + ): + """ + Format can be given an overriding path, for instance /dev/null to test + the formatting functionality and in essence the support for the given filesystem. + """ + + # verify that all partitions have a path set (which implies that they have been created) + missing_path = next(filter(lambda x: x.dev_path is None, modification.partitions), None) + if missing_path is not None: + raise ValueError('When formatting, all partitions must have a path set') + + # crypto luks is not known to parted and can therefore not + # be used as a filesystem type in that sense; + invalid_fs_type = next(filter(lambda x: x.fs_type is FilesystemType.Crypto_luks, modification.partitions), None) + if invalid_fs_type is not None: + raise ValueError('Crypto luks cannot be set as a filesystem type') + + # make sure all devices are unmounted + self._umount_all_existing(modification) + + for part_mod in modification.partitions: + # partition will be encrypted + if enc_conf is not None and part_mod in enc_conf.partitions: + self._perform_enc_formatting( + part_mod.real_dev_path, + part_mod.mapper_name, + part_mod.fs_type, + enc_conf + ) + else: + self._perform_formatting(part_mod.fs_type, part_mod.real_dev_path) + + def _perform_partitioning( + self, + part_mod: PartitionModification, + block_device: BDevice, + disk: Disk, + requires_delete: bool + ): + # when we require a delete and the partition to be (re)created + # already exists then we have to delete it first + if requires_delete and part_mod.status in [ModificationStatus.Modify, ModificationStatus.Delete]: + log(f'Delete existing partition: {part_mod.real_dev_path}', level=logging.INFO) + part_info = self.find_partition(part_mod.real_dev_path) + + if not part_info: + raise DiskError(f'No partition for dev path found: {part_mod.real_dev_path}') + + disk.deletePartition(part_info.partition) + disk.commit() + + if part_mod.status == ModificationStatus.Delete: + return + + start_sector = part_mod.start.convert( + Unit.sectors, + block_device.device_info.sector_size + ) + + length_sector = part_mod.length.convert( + Unit.sectors, + block_device.device_info.sector_size + ) + + geometry = Geometry( + device=block_device.disk.device, + start=start_sector.value, + length=length_sector.value + ) + + filesystem = FileSystem(type=part_mod.fs_type.value, geometry=geometry) + + partition = Partition( + disk=disk, + type=part_mod.type.get_partition_code(), + fs=filesystem, + geometry=geometry + ) + + for flag in part_mod.flags: + partition.setFlag(flag.value) + + log(f'\tType: {part_mod.type.value}', level=logging.DEBUG) + log(f'\tFilesystem: {part_mod.fs_type.value}', level=logging.DEBUG) + log(f'\tGeometry: {start_sector.value} start sector, {length_sector.value} length', level=logging.DEBUG) + + try: + disk.addPartition(partition=partition, constraint=disk.device.optimalAlignedConstraint) + disk.commit() + + # the creation will take a bit of time + time.sleep(3) + + # the partition has a real path now as it was created + part_mod.dev_path = Path(partition.path) + + info = get_lsblk_info(part_mod.dev_path) + + if not info.partuuid: + raise DiskError(f'Unable to determine new partition uuid: {part_mod.dev_path}') + + part_mod.partuuid = info.partuuid + part_mod.uuid = info.uuid + except PartitionException as ex: + raise DiskError(f'Unable to add partition, most likely due to overlapping sectors: {ex}') from ex + + def create_btrfs_volumes( + self, + part_mod: PartitionModification, + enc_conf: Optional['DiskEncryption'] = None + ): + log(f'Creating subvolumes: {part_mod.real_dev_path}', level=logging.INFO) + + luks_handler = None + + # unlock the partition first if it's encrypted + if enc_conf is not None and part_mod in enc_conf.partitions: + if not part_mod.mapper_name: + raise ValueError('No device path specified for modification') + + luks_handler = self.unlock_luks2_dev( + part_mod.real_dev_path, + part_mod.mapper_name, + enc_conf.encryption_password + ) + + if not luks_handler.mapper_dev: + raise DiskError('Failed to unlock luks device') + + self.mount(luks_handler.mapper_dev, self._TMP_BTRFS_MOUNT, create_target_mountpoint=True) + else: + self.mount(part_mod.real_dev_path, self._TMP_BTRFS_MOUNT, create_target_mountpoint=True) + + for sub_vol in part_mod.btrfs_subvols: + log(f'Creating subvolume: {sub_vol.name}', level=logging.DEBUG) + + if luks_handler is not None: + subvol_path = self._TMP_BTRFS_MOUNT / sub_vol.name + else: + subvol_path = self._TMP_BTRFS_MOUNT / sub_vol.name + + SysCommand(f"btrfs subvolume create {subvol_path}") + + if sub_vol.nodatacow: + if (result := SysCommand(f'chattr +C {subvol_path}')).exit_code != 0: + raise DiskError(f'Could not set nodatacow attribute at {subvol_path}: {result.decode()}') + + if sub_vol.compress: + if (result := SysCommand(f'chattr +c {subvol_path}')).exit_code != 0: + raise DiskError(f'Could not set compress attribute at {subvol_path}: {result}') + + if luks_handler is not None and luks_handler.mapper_dev is not None: + self.umount(luks_handler.mapper_dev) + luks_handler.lock() + else: + self.umount(part_mod.real_dev_path) + + def unlock_luks2_dev(self, dev_path: Path, mapper_name: str, enc_password: str) -> Luks2: + luks_handler = Luks2(dev_path, mapper_name=mapper_name, password=enc_password) + + if not luks_handler.is_unlocked(): + luks_handler.unlock() + + if not luks_handler.is_unlocked(): + raise DiskError(f'Failed to unlock luks2 device: {dev_path}') + + return luks_handler + + def _umount_all_existing(self, modification: DeviceModification): + log(f'Unmounting all partitions: {modification.device_path}', level=logging.INFO) + + existing_partitions = self._devices[modification.device_path].partition_infos + + for partition in existing_partitions: + log(f'Unmounting: {partition.path}', level=logging.DEBUG) + + # un-mount for existing encrypted partitions + if partition.fs_type == FilesystemType.Crypto_luks: + Luks2(partition.path).lock() + else: + self.umount(partition.path, recursive=True) + + def partition( + self, + modification: DeviceModification, + partition_table: Optional[PartitionTable] = None + ): + """ + Create a partition table on the block device and create all partitions. + """ + if modification.wipe: + if partition_table is None: + raise ValueError('Modification is marked as wipe but no partitioning table was provided') + + if partition_table.MBR and len(modification.partitions) > 3: + raise DiskError('Too many partitions on disk, MBR disks can only have 3 primary partitions') + + # make sure all devices are unmounted + self._umount_all_existing(modification) + + # WARNING: the entire device will be wiped and all data lost + if modification.wipe: + self.wipe_dev(modification.device) + part_table = partition_table.value if partition_table else None + disk = freshDisk(modification.device.disk.device, part_table) + else: + log(f'Use existing device: {modification.device_path}') + disk = modification.device.disk + + log(f'Creating partitions: {modification.device_path}') + + # TODO sort by delete first + + for part_mod in modification.partitions: + # don't touch existing partitions + if part_mod.exists(): + continue + + # if the entire disk got nuked then we don't have to delete + # any existing partitions anymore because they're all gone already + requires_delete = modification.wipe is False + self._perform_partitioning(part_mod, modification.device, disk, requires_delete=requires_delete) + + self.partprobe(modification.device.device_info.path) + + def mount( + self, + dev_path: Path, + target_mountpoint: Path, + mount_fs: Optional[str] = None, + create_target_mountpoint: bool = True, + options: List[str] = [] + ): + if create_target_mountpoint and not target_mountpoint.exists(): + target_mountpoint.mkdir(parents=True, exist_ok=True) + + if not target_mountpoint.exists(): + raise ValueError('Target mountpoint does not exist') + + lsblk_info = get_lsblk_info(dev_path) + if target_mountpoint in lsblk_info.mountpoints: + log(f'Device already mounted at {target_mountpoint}') + return + + str_options = ','.join(options) + str_options = f'-o {str_options}' if str_options else '' + + mount_fs = f'-t {mount_fs}' if mount_fs else '' + + command = f'mount {mount_fs} {str_options} {dev_path} {target_mountpoint}' + + log(f'Mounting {dev_path}: command', level=logging.DEBUG) + + try: + result = SysCommand(command) + if result.exit_code != 0: + raise DiskError(f'Could not mount {dev_path}: {command}\n{result.decode()}') + except SysCallError as err: + raise DiskError(f'Could not mount {dev_path}: {command}\n{err.message}') + + def umount(self, mountpoint: Path, recursive: bool = False): + try: + lsblk_info = get_lsblk_info(mountpoint) + except SysCallError as ex: + # this could happen if before partitioning the device contained 3 partitions + # and after partitioning only 2 partitions were created, then the modifications object + # will have a reference to /dev/sX3 which is being tried to umount here now + if 'not a block device' in ex.message: + return + raise ex + + if len(lsblk_info.mountpoints) > 0: + log(f'Partition {mountpoint} is currently mounted at: {[str(m) for m in lsblk_info.mountpoints]}', level=logging.DEBUG) + + for mountpoint in lsblk_info.mountpoints: + log(f'Unmounting mountpoint: {mountpoint}', level=logging.DEBUG) + + command = 'umount' + + if recursive: + command += ' -R' + + SysCommand(f'{command} {mountpoint}') + + def detect_pre_mounted_mods(self, base_mountpoint: Path) -> List[DeviceModification]: + part_mods: Dict[Path, List[PartitionModification]] = {} + + for device in self.devices: + for part_info in device.partition_infos: + for mountpoint in part_info.mountpoints: + if is_subpath(mountpoint, base_mountpoint): + path = Path(part_info.disk.device.path) + part_mods.setdefault(path, []) + part_mods[path].append(PartitionModification.from_existing_partition(part_info)) + break + + device_mods: List[DeviceModification] = [] + for device_path, mods in part_mods.items(): + device_mod = DeviceModification(self._devices[device_path], False, mods) + device_mods.append(device_mod) + + return device_mods + + def partprobe(self, path: Optional[Path] = None): + if path is not None: + command = f'partprobe {path}' + else: + command = 'partprobe' + + try: + result = SysCommand(command) + if result.exit_code != 0: + log(f'Error calling partprobe: {result.decode()}', level=logging.DEBUG) + raise DiskError(f'Could not perform partprobe on {path}: {result.decode()}') + except SysCallError as error: + log(f"partprobe experienced an error with {path}: {error}", level=logging.DEBUG) + + def _wipe(self, dev_path: Path): + """ + Wipe a device (partition or otherwise) of meta-data, be it file system, LVM, etc. + @param dev_path: Device path of the partition to be wiped. + @type dev_path: str + """ + with open(dev_path, 'wb') as p: + p.write(bytearray(1024)) + + def wipe_dev(self, block_device: BDevice): + """ + Wipe the block device of meta-data, be it file system, LVM, etc. + This is not intended to be secure, but rather to ensure that + auto-discovery tools don't recognize anything here. + """ + log(f'Wiping partitions and metadata: {block_device.device_info.path}') + for partition in block_device.partition_infos: + self._wipe(partition.path) + + self._wipe(block_device.device_info.path) + + +device_handler = DeviceHandler() + + +def disk_layouts() -> str: + try: + lsblk_info = get_all_lsblk_info() + return json.dumps(lsblk_info, indent=4, sort_keys=True, cls=JSON) + except SysCallError as err: + log(f"Could not return disk layouts: {err}", level=logging.WARNING, fg="yellow") + return '' + except json.decoder.JSONDecodeError as err: + log(f"Could not return disk layouts: {err}", level=logging.WARNING, fg="yellow") + return '' diff --git a/archinstall/lib/disk/device_model.py b/archinstall/lib/disk/device_model.py new file mode 100644 index 00000000..0270a4dd --- /dev/null +++ b/archinstall/lib/disk/device_model.py @@ -0,0 +1,1033 @@ +from __future__ import annotations + +import dataclasses +import json +import logging +import math +import time +import uuid +from dataclasses import dataclass, field +from enum import Enum +from enum import auto +from pathlib import Path +from typing import Optional, List, Dict, TYPE_CHECKING, Any +from typing import Union + +import parted # type: ignore +from parted import Disk, Geometry, Partition + +from ..exceptions import DiskError, SysCallError +from ..general import SysCommand +from ..output import log +from ..storage import storage + +if TYPE_CHECKING: + _: Any + + +class DiskLayoutType(Enum): + Default = 'default_layout' + Manual = 'manual_partitioning' + Pre_mount = 'pre_mounted_config' + + def display_msg(self) -> str: + match self: + case DiskLayoutType.Default: return str(_('Use a best-effort default partition layout')) + case DiskLayoutType.Manual: return str(_('Manual Partitioning')) + case DiskLayoutType.Pre_mount: return str(_('Pre-mounted configuration')) + + +@dataclass +class DiskLayoutConfiguration: + config_type: DiskLayoutType + device_modifications: List[DeviceModification] = field(default_factory=list) + # used for pre-mounted config + relative_mountpoint: Optional[Path] = None + + def __post_init__(self): + if self.config_type == DiskLayoutType.Pre_mount and self.relative_mountpoint is None: + raise ValueError('Must set a relative mountpoint when layout type is pre-mount"') + + def __dump__(self) -> Dict[str, Any]: + return { + 'config_type': self.config_type.value, + 'device_modifications': [mod.__dump__() for mod in self.device_modifications] + } + + @classmethod + def parse_arg(cls, disk_config: Dict[str, List[Dict[str, Any]]]) -> Optional[DiskLayoutConfiguration]: + from .device_handler import device_handler + + device_modifications: List[DeviceModification] = [] + config_type = disk_config.get('config_type', None) + + if not config_type: + raise ValueError('Missing disk layout configuration: config_type') + + config = DiskLayoutConfiguration( + config_type=DiskLayoutType(config_type), + device_modifications=device_modifications + ) + + for entry in disk_config.get('device_modifications', []): + device_path = Path(entry.get('device', None)) if entry.get('device', None) else None + + if not device_path: + continue + + device = device_handler.get_device(device_path) + + if not device: + continue + + device_modification = DeviceModification( + wipe=entry.get('wipe', False), + device=device + ) + + device_partitions: List[PartitionModification] = [] + + for partition in entry.get('partitions', []): + device_partition = PartitionModification( + status=ModificationStatus(partition['status']), + fs_type=FilesystemType(partition['fs_type']), + start=Size.parse_args(partition['start']), + length=Size.parse_args(partition['length']), + mount_options=partition['mount_options'], + mountpoint=Path(partition['mountpoint']) if partition['mountpoint'] else None, + type=PartitionType(partition['type']), + flags=[PartitionFlag[f] for f in partition.get('flags', [])], + btrfs_subvols=SubvolumeModification.parse_args(partition.get('btrfs', [])), + ) + # special 'invisible attr to internally identify the part mod + setattr(device_partition, '_obj_id', partition['obj_id']) + device_partitions.append(device_partition) + + device_modification.partitions = device_partitions + device_modifications.append(device_modification) + + return config + + +class PartitionTable(Enum): + GPT = 'gpt' + MBR = 'msdos' + + +class Unit(Enum): + B = 1 # byte + kB = 1000**1 # kilobyte + MB = 1000**2 # megabyte + GB = 1000**3 # gigabyte + TB = 1000**4 # terabyte + PB = 1000**5 # petabyte + EB = 1000**6 # exabyte + ZB = 1000**7 # zettabyte + YB = 1000**8 # yottabyte + + KiB = 1024**1 # kibibyte + MiB = 1024**2 # mebibyte + GiB = 1024**3 # gibibyte + TiB = 1024**4 # tebibyte + PiB = 1024**5 # pebibyte + EiB = 1024**6 # exbibyte + ZiB = 1024**7 # zebibyte + YiB = 1024**8 # yobibyte + + sectors = 'sectors' # size in sector + + Percent = '%' # size in percentile + + +@dataclass +class Size: + value: int + unit: Unit + sector_size: Optional[Size] = None # only required when unit is sector + total_size: Optional[Size] = None # required when operating on percentages + + def __post_init__(self): + if self.unit == Unit.sectors and self.sector_size is None: + raise ValueError('Sector size is required when unit is sectors') + elif self.unit == Unit.Percent: + if self.value < 0 or self.value > 100: + raise ValueError('Percentage must be between 0 and 100') + elif self.total_size is None: + raise ValueError('Total size is required when unit is percentage') + + @property + def _total_size(self) -> Size: + """ + Save method to get the total size, mainly to satisfy mypy + This shouldn't happen as the Size object fails instantiation on missing total size + """ + if self.unit == Unit.Percent and self.total_size is None: + raise ValueError('Percent unit size must specify a total size') + return self.total_size # type: ignore + + def __dump__(self) -> Dict[str, Any]: + return { + 'value': self.value, + 'unit': self.unit.name, + 'sector_size': self.sector_size.__dump__() if self.sector_size else None, + 'total_size': self._total_size.__dump__() if self._total_size else None + } + + @classmethod + def parse_args(cls, size_arg: Dict[str, Any]) -> Size: + sector_size = size_arg['sector_size'] + total_size = size_arg['total_size'] + + return Size( + size_arg['value'], + Unit[size_arg['unit']], + Size.parse_args(sector_size) if sector_size else None, + Size.parse_args(total_size) if total_size else None + ) + + def convert( + self, + target_unit: Unit, + sector_size: Optional[Size] = None, + total_size: Optional[Size] = None + ) -> Size: + if target_unit == Unit.sectors and sector_size is None: + raise ValueError('If target has unit sector, a sector size must be provided') + + # not sure why we would ever wanna convert to percentages + if target_unit == Unit.Percent and total_size is None: + raise ValueError('Missing paramter total size to be able to convert to percentage') + + if self.unit == target_unit: + return self + elif self.unit == Unit.Percent: + amount = int(self._total_size._normalize() * (self.value / 100)) + return Size(amount, Unit.B) + elif self.unit == Unit.sectors: + norm = self._normalize() + return Size(norm, Unit.B).convert(target_unit, sector_size) + else: + if target_unit == Unit.sectors and sector_size is not None: + norm = self._normalize() + sectors = math.ceil(norm / sector_size.value) + return Size(sectors, Unit.sectors, sector_size) + else: + value = int(self._normalize() / target_unit.value) # type: ignore + return Size(value, target_unit) + + def format_size( + self, + target_unit: Unit, + sector_size: Optional[Size] = None + ) -> str: + if self.unit == Unit.Percent: + return f'{self.value}%' + else: + target_size = self.convert(target_unit, sector_size) + return f'{target_size.value} {target_unit.name}' + + def _normalize(self) -> int: + """ + will normalize the value of the unit to Byte + """ + if self.unit == Unit.Percent: + return self.convert(Unit.B).value + elif self.unit == Unit.sectors and self.sector_size is not None: + return self.value * self.sector_size._normalize() + return int(self.value * self.unit.value) # type: ignore + + def __sub__(self, other: Size) -> Size: + src_norm = self._normalize() + dest_norm = other._normalize() + return Size(abs(src_norm - dest_norm), Unit.B) + + def __lt__(self, other): + return self._normalize() < other._normalize() + + def __le__(self, other): + return self._normalize() <= other._normalize() + + def __eq__(self, other): + return self._normalize() == other._normalize() + + def __ne__(self, other): + return self._normalize() != other._normalize() + + def __gt__(self, other): + return self._normalize() > other._normalize() + + def __ge__(self, other): + return self._normalize() >= other._normalize() + + +@dataclass +class _BtrfsSubvolumeInfo: + name: Path + mountpoint: Optional[Path] + + +@dataclass +class _PartitionInfo: + partition: Partition + name: str + type: PartitionType + fs_type: FilesystemType + path: Path + start: Size + length: Size + flags: List[PartitionFlag] + partuuid: str + disk: Disk + mountpoints: List[Path] + btrfs_subvol_infos: List[_BtrfsSubvolumeInfo] = field(default_factory=list) + + def as_json(self) -> Dict[str, Any]: + info = { + 'Name': self.name, + 'Type': self.type.value, + 'Filesystem': self.fs_type.value if self.fs_type else str(_('Unknown')), + 'Path': str(self.path), + 'Start': self.start.format_size(Unit.MiB), + 'Length': self.length.format_size(Unit.MiB), + 'Flags': ', '.join([f.name for f in self.flags]) + } + + if self.btrfs_subvol_infos: + info['Btrfs vol.'] = f'{len(self.btrfs_subvol_infos)} subvolumes' + + return info + + @classmethod + def from_partition( + cls, + partition: Partition, + fs_type: FilesystemType, + partuuid: str, + mountpoints: List[Path], + btrfs_subvol_infos: List[_BtrfsSubvolumeInfo] = [] + ) -> _PartitionInfo: + partition_type = PartitionType.get_type_from_code(partition.type) + flags = [f for f in PartitionFlag if partition.getFlag(f.value)] + + start = Size( + partition.geometry.start, + Unit.sectors, + Size(partition.disk.device.sectorSize, Unit.B) + ) + + length = Size(int(partition.getLength(unit='B')), Unit.B) + + return _PartitionInfo( + partition=partition, + name=partition.get_name(), + type=partition_type, + fs_type=fs_type, + path=partition.path, + start=start, + length=length, + flags=flags, + partuuid=partuuid, + disk=partition.disk, + mountpoints=mountpoints, + btrfs_subvol_infos=btrfs_subvol_infos + ) + + +@dataclass +class _DeviceInfo: + model: str + path: Path + type: str + total_size: Size + free_space_regions: List[DeviceGeometry] + sector_size: Size + read_only: bool + dirty: bool + + def as_json(self) -> Dict[str, Any]: + total_free_space = sum([region.get_length(unit=Unit.MiB) for region in self.free_space_regions]) + return { + 'Model': self.model, + 'Path': str(self.path), + 'Type': self.type, + 'Size': self.total_size.format_size(Unit.MiB), + 'Free space': int(total_free_space), + 'Sector size': self.sector_size.value, + 'Read only': self.read_only + } + + @classmethod + def from_disk(cls, disk: Disk) -> _DeviceInfo: + device = disk.device + device_type = parted.devices[device.type] + + sector_size = Size(device.sectorSize, Unit.B) + free_space = [DeviceGeometry(g, sector_size) for g in disk.getFreeSpaceRegions()] + + return _DeviceInfo( + model=device.model.strip(), + path=Path(device.path), + type=device_type, + sector_size=sector_size, + total_size=Size(int(device.getLength(unit='B')), Unit.B), + free_space_regions=free_space, + read_only=device.readOnly, + dirty=device.dirty + ) + + +@dataclass +class SubvolumeModification: + name: Path + mountpoint: Optional[Path] = None + compress: bool = False + nodatacow: bool = False + + @classmethod + def from_existing_subvol_info(cls, info: _BtrfsSubvolumeInfo) -> SubvolumeModification: + return SubvolumeModification(info.name, mountpoint=info.mountpoint) + + @classmethod + def parse_args(cls, subvol_args: List[Dict[str, Any]]) -> List[SubvolumeModification]: + mods = [] + for entry in subvol_args: + if not entry.get('name', None) or not entry.get('mountpoint', None): + log(f'Subvolume arg is missing name: {entry}', level=logging.DEBUG) + continue + + mountpoint = Path(entry['mountpoint']) if entry['mountpoint'] else None + + mods.append( + SubvolumeModification( + entry['name'], + mountpoint, + entry.get('compress', False), + entry.get('nodatacow', False) + ) + ) + + return mods + + @property + def mount_options(self) -> List[str]: + options = [] + options += ['compress'] if self.compress else [] + options += ['nodatacow'] if self.nodatacow else [] + return options + + @property + def relative_mountpoint(self) -> Path: + """ + Will return the relative path based on the anchor + e.g. Path('/mnt/test') -> Path('mnt/test') + """ + if self.mountpoint is not None: + return self.mountpoint.relative_to(self.mountpoint.anchor) + + raise ValueError('Mountpoint is not specified') + + def is_root(self, relative_mountpoint: Optional[Path] = None) -> bool: + if self.mountpoint: + if relative_mountpoint is not None: + return self.mountpoint.relative_to(relative_mountpoint) == Path('.') + return self.mountpoint == Path('/') + return False + + def __dump__(self) -> Dict[str, Any]: + return { + 'name': str(self.name), + 'mountpoint': str(self.mountpoint), + 'compress': self.compress, + 'nodatacow': self.nodatacow + } + + def as_json(self) -> Dict[str, Any]: + return { + 'name': str(self.name), + 'mountpoint': str(self.mountpoint), + 'compress': self.compress, + 'nodatacow': self.nodatacow + } + + +class DeviceGeometry: + def __init__(self, geometry: Geometry, sector_size: Size): + self._geometry = geometry + self._sector_size = sector_size + + @property + def start(self) -> int: + return self._geometry.start + + @property + def end(self) -> int: + return self._geometry.end + + def get_length(self, unit: Unit = Unit.sectors) -> int: + return self._geometry.getLength(unit.name) + + def as_json(self) -> Dict[str, Any]: + return { + 'Sector size': self._sector_size.value, + 'Start sector': self._geometry.start, + 'End sector': self._geometry.end, + 'Length': self._geometry.getLength() + } + + +@dataclass +class BDevice: + disk: Disk + device_info: _DeviceInfo + partition_infos: List[_PartitionInfo] + + def __hash__(self): + return hash(self.disk.device.path) + + +class PartitionType(Enum): + Boot = 'boot' + Primary = 'primary' + + @classmethod + def get_type_from_code(cls, code: int) -> PartitionType: + if code == parted.PARTITION_NORMAL: + return PartitionType.Primary + + raise DiskError(f'Partition code not supported: {code}') + + def get_partition_code(self) -> Optional[int]: + if self == PartitionType.Primary: + return parted.PARTITION_NORMAL + elif self == PartitionType.Boot: + return parted.PARTITION_BOOT + return None + + +class PartitionFlag(Enum): + Boot = 1 + + +class FilesystemType(Enum): + Btrfs = 'btrfs' + Ext2 = 'ext2' + Ext3 = 'ext3' + Ext4 = 'ext4' + F2fs = 'f2fs' + Fat16 = 'fat16' + Fat32 = 'fat32' + Ntfs = 'ntfs' + Reiserfs = 'reiserfs' + Xfs = 'xfs' + + # this is not a FS known to parted, so be careful + # with the usage from this enum + Crypto_luks = 'crypto_LUKS' + + def is_crypto(self) -> bool: + return self == FilesystemType.Crypto_luks + + @property + def fs_type_mount(self) -> str: + match self: + case FilesystemType.Ntfs: return 'ntfs3' + case FilesystemType.Fat32: return 'vfat' + case _: return self.value # type: ignore + + @property + def installation_pkg(self) -> Optional[str]: + match self: + case FilesystemType.Btrfs: return 'btrfs-progs' + case FilesystemType.Xfs: return 'xfsprogs' + case FilesystemType.F2fs: return 'f2fs-tools' + case _: return None + + @property + def installation_module(self) -> Optional[str]: + match self: + case FilesystemType.Btrfs: return 'btrfs' + case _: return None + + @property + def installation_binary(self) -> Optional[str]: + match self: + case FilesystemType.Btrfs: return '/usr/bin/btrfs' + case _: return None + + @property + def installation_hooks(self) -> Optional[str]: + match self: + case FilesystemType.Btrfs: return 'btrfs' + case _: return None + + +class ModificationStatus(Enum): + Exist = 'existing' + Modify = 'modify' + Delete = 'delete' + Create = 'create' + + +@dataclass +class PartitionModification: + status: ModificationStatus + type: PartitionType + start: Size + length: Size + fs_type: FilesystemType + mountpoint: Optional[Path] = None + mount_options: List[str] = field(default_factory=list) + flags: List[PartitionFlag] = field(default_factory=list) + btrfs_subvols: List[SubvolumeModification] = field(default_factory=list) + + # only set if the device was created or exists + dev_path: Optional[Path] = None + partuuid: Optional[str] = None + uuid: Optional[str] = None + + def __post_init__(self): + # needed to use the object as a dictionary key due to hash func + if not hasattr(self, '_obj_id'): + self._obj_id = uuid.uuid4() + + if self.is_exists_or_modify() and not self.dev_path: + raise ValueError('If partition marked as existing a path must be set') + + def __hash__(self): + return hash(self._obj_id) + + @property + def obj_id(self) -> str: + if hasattr(self, '_obj_id'): + return str(self._obj_id) + return '' + + @property + def real_dev_path(self) -> Path: + if self.dev_path is None: + raise ValueError('Device path was not set') + return self.dev_path + + @classmethod + def from_existing_partition(cls, partition_info: _PartitionInfo) -> PartitionModification: + if partition_info.btrfs_subvol_infos: + mountpoint = None + subvol_mods = [] + for info in partition_info.btrfs_subvol_infos: + subvol_mods.append( + SubvolumeModification.from_existing_subvol_info(info) + ) + else: + mountpoint = partition_info.mountpoints[0] if partition_info.mountpoints else None + subvol_mods = [] + + return PartitionModification( + status=ModificationStatus.Exist, + type=partition_info.type, + start=partition_info.start, + length=partition_info.length, + fs_type=partition_info.fs_type, + dev_path=partition_info.path, + flags=partition_info.flags, + mountpoint=mountpoint, + btrfs_subvols=subvol_mods + ) + + @property + def relative_mountpoint(self) -> Path: + """ + Will return the relative path based on the anchor + e.g. Path('/mnt/test') -> Path('mnt/test') + """ + if self.mountpoint: + return self.mountpoint.relative_to(self.mountpoint.anchor) + + raise ValueError('Mountpoint is not specified') + + def is_boot(self) -> bool: + return PartitionFlag.Boot in self.flags + + def is_root(self, relative_mountpoint: Optional[Path] = None) -> bool: + if relative_mountpoint is not None and self.mountpoint is not None: + return self.mountpoint.relative_to(relative_mountpoint) == Path('.') + elif self.mountpoint is not None: + return Path('/') == self.mountpoint + else: + for subvol in self.btrfs_subvols: + if subvol.is_root(relative_mountpoint): + return True + + return False + + def is_modify(self) -> bool: + return self.status == ModificationStatus.Modify + + def exists(self) -> bool: + return self.status == ModificationStatus.Exist + + def is_exists_or_modify(self) -> bool: + return self.status in [ModificationStatus.Exist, ModificationStatus.Modify] + + @property + def mapper_name(self) -> Optional[str]: + if self.dev_path: + return f'{storage.get("ENC_IDENTIFIER", "ai")}{self.dev_path.name}' + return None + + def set_flag(self, flag: PartitionFlag): + if flag not in self.flags: + self.flags.append(flag) + + def invert_flag(self, flag: PartitionFlag): + if flag in self.flags: + self.flags = [f for f in self.flags if f != flag] + else: + self.set_flag(flag) + + def json(self) -> Dict[str, Any]: + """ + Called for configuration settings + """ + return { + 'obj_id': self.obj_id, + 'status': self.status.value, + 'type': self.type.value, + 'start': self.start.__dump__(), + 'length': self.length.__dump__(), + 'fs_type': self.fs_type.value, + 'mountpoint': str(self.mountpoint) if self.mountpoint else None, + 'mount_options': self.mount_options, + 'flags': [f.name for f in self.flags], + 'btrfs': [vol.__dump__() for vol in self.btrfs_subvols] + } + + def as_json(self) -> Dict[str, Any]: + """ + Called for displaying data in table format + """ + info = { + 'Status': self.status.value, + 'Device': str(self.dev_path) if self.dev_path else '', + 'Type': self.type.value, + 'Start': self.start.format_size(Unit.MiB), + 'Length': self.length.format_size(Unit.MiB), + 'FS type': self.fs_type.value, + 'Mountpoint': self.mountpoint if self.mountpoint else '', + 'Mount options': ', '.join(self.mount_options), + 'Flags': ', '.join([f.name for f in self.flags]), + } + + if self.btrfs_subvols: + info['Btrfs vol.'] = f'{len(self.btrfs_subvols)} subvolumes' + + return info + + +@dataclass +class DeviceModification: + device: BDevice + wipe: bool + partitions: List[PartitionModification] = field(default_factory=list) + + @property + def device_path(self) -> Path: + return self.device.device_info.path + + def add_partition(self, partition: PartitionModification): + self.partitions.append(partition) + + def get_boot_partition(self) -> Optional[PartitionModification]: + liltered = filter(lambda x: x.is_boot(), self.partitions) + return next(liltered, None) + + def get_root_partition(self, relative_path: Optional[Path]) -> Optional[PartitionModification]: + filtered = filter(lambda x: x.is_root(relative_path), self.partitions) + return next(filtered, None) + + def __dump__(self) -> Dict[str, Any]: + """ + Called when generating configuration files + """ + return { + 'device': str(self.device.device_info.path), + 'wipe': self.wipe, + 'partitions': [p.json() for p in self.partitions] + } + + +class EncryptionType(Enum): + NoEncryption = "no_encryption" + Partition = "partition" + + @classmethod + def _encryption_type_mapper(cls) -> Dict[str, 'EncryptionType']: + return { + # str(_('Full disk encryption')): EncryptionType.FullDiskEncryption, + str(_('Partition encryption')): EncryptionType.Partition + } + + @classmethod + def text_to_type(cls, text: str) -> 'EncryptionType': + mapping = cls._encryption_type_mapper() + return mapping[text] + + @classmethod + def type_to_text(cls, type_: 'EncryptionType') -> str: + mapping = cls._encryption_type_mapper() + type_to_text = {type_: text for text, type_ in mapping.items()} + return type_to_text[type_] + + +@dataclass +class DiskEncryption: + encryption_type: EncryptionType = EncryptionType.Partition + encryption_password: str = '' + partitions: List[PartitionModification] = field(default_factory=list) + hsm_device: Optional[Fido2Device] = None + + def should_generate_encryption_file(self, part_mod: PartitionModification) -> bool: + return part_mod in self.partitions and part_mod.mountpoint != Path('/') + + def json(self) -> Dict[str, Any]: + obj: Dict[str, Any] = { + 'encryption_type': self.encryption_type.value, + 'partitions': [p.obj_id for p in self.partitions] + } + + if self.hsm_device: + obj['hsm_device'] = self.hsm_device.json() + + return obj + + @classmethod + def parse_arg( + cls, + disk_config: DiskLayoutConfiguration, + arg: Dict[str, Any], + password: str = '' + ) -> 'DiskEncryption': + enc_partitions = [] + for mod in disk_config.device_modifications: + for part in mod.partitions: + if part.obj_id in arg.get('partitions', []): + enc_partitions.append(part) + + enc = DiskEncryption( + EncryptionType(arg['encryption_type']), + password, + enc_partitions + ) + + if hsm := arg.get('hsm_device', None): + enc.hsm_device = Fido2Device.parse_arg(hsm) + + return enc + + +@dataclass +class Fido2Device: + path: Path + manufacturer: str + product: str + + def json(self) -> Dict[str, str]: + return { + 'path': str(self.path), + 'manufacturer': self.manufacturer, + 'product': self.product + } + + @classmethod + def parse_arg(cls, arg: Dict[str, str]) -> 'Fido2Device': + return Fido2Device( + Path(arg['path']), + arg['manufacturer'], + arg['product'] + ) + + +@dataclass +class LsblkInfo: + name: str = '' + path: Path = Path() + pkname: str = '' + size: Size = Size(0, Unit.B) + log_sec: int = 0 + pttype: str = '' + ptuuid: str = '' + rota: bool = False + tran: Optional[str] = None + partuuid: Optional[str] = None + uuid: Optional[str] = None + fstype: Optional[str] = None + fsver: Optional[str] = None + fsavail: Optional[str] = None + fsuse_percentage: Optional[str] = None + type: Optional[str] = None + mountpoint: Optional[Path] = None + mountpoints: List[Path] = field(default_factory=list) + fsroots: List[Path] = field(default_factory=list) + children: List[LsblkInfo] = field(default_factory=list) + + def json(self) -> Dict[str, Any]: + return { + 'name': self.name, + 'path': str(self.path), + 'pkname': self.pkname, + 'size': self.size.format_size(Unit.MiB), + 'log_sec': self.log_sec, + 'pttype': self.pttype, + 'ptuuid': self.ptuuid, + 'rota': self.rota, + 'tran': self.tran, + 'partuuid': self.partuuid, + 'uuid': self.uuid, + 'fstype': self.fstype, + 'fsver': self.fsver, + 'fsavail': self.fsavail, + 'fsuse_percentage': self.fsuse_percentage, + 'type': self.type, + 'mountpoint': self.mountpoint, + 'mountpoints': [str(m) for m in self.mountpoints], + 'fsroots': [str(r) for r in self.fsroots], + 'children': [c.json() for c in self.children] + } + + @property + def btrfs_subvol_info(self) -> Dict[Path, Path]: + """ + It is assumed that lsblk will contain the fields as + + "mountpoints": ["/mnt/archinstall/log", "/mnt/archinstall/home", "/mnt/archinstall", ...] + "fsroots": ["/@log", "/@home", "/@"...] + + we'll thereby map the fsroot, which are the mounted filesystem roots + to the corresponding mountpoints + """ + return dict(zip(self.fsroots, self.mountpoints)) + + @classmethod + def exclude(cls) -> List[str]: + return ['children'] + + @classmethod + def fields(cls) -> List[str]: + return [f.name for f in dataclasses.fields(LsblkInfo) if f.name not in cls.exclude()] + + @classmethod + def from_json(cls, blockdevice: Dict[str, Any]) -> LsblkInfo: + info = cls() + + for f in cls.fields(): + lsblk_field = _clean_field(f, CleanType.Blockdevice) + data_field = _clean_field(f, CleanType.Dataclass) + + val: Any = None + if isinstance(getattr(info, data_field), Path): + val = Path(blockdevice[lsblk_field]) + elif isinstance(getattr(info, data_field), Size): + val = Size(blockdevice[lsblk_field], Unit.B) + else: + val = blockdevice[lsblk_field] + + setattr(info, data_field, val) + + info.children = [LsblkInfo.from_json(child) for child in blockdevice.get('children', [])] + + # sometimes lsblk returns 'mountpoints': [null] + info.mountpoints = [Path(mnt) for mnt in info.mountpoints if mnt] + + fs_roots = [] + for r in info.fsroots: + if r: + path = Path(r) + # store the fsroot entries without the leading / + fs_roots.append(path.relative_to(path.anchor)) + info.fsroots = fs_roots + + return info + + +class CleanType(Enum): + Blockdevice = auto() + Dataclass = auto() + Lsblk = auto() + + +def _clean_field(name: str, clean_type: CleanType) -> str: + match clean_type: + case CleanType.Blockdevice: + return name.replace('_percentage', '%').replace('_', '-') + case CleanType.Dataclass: + return name.lower().replace('-', '_').replace('%', '_percentage') + case CleanType.Lsblk: + return name.replace('_percentage', '%').replace('_', '-') + + +def _fetch_lsblk_info(dev_path: Optional[Union[Path, str]] = None, retry: int = 3) -> List[LsblkInfo]: + fields = [_clean_field(f, CleanType.Lsblk) for f in LsblkInfo.fields()] + lsblk_fields = ','.join(fields) + + if not dev_path: + dev_path = '' + + if retry == 0: + retry = 1 + + result = None + + for i in range(retry): + try: + result = SysCommand(f'lsblk --json -b -o+{lsblk_fields} {dev_path}') + except SysCallError as error: + # Get the output minus the message/info from lsblk if it returns a non-zero exit code. + if error.worker: + err = error.worker.decode('UTF-8') + log(f'Error calling lsblk: {err}', level=logging.DEBUG) + time.sleep(1) + else: + raise error + + if result and result.exit_code == 0: + try: + if decoded := result.decode('utf-8'): + block_devices = json.loads(decoded) + blockdevices = block_devices['blockdevices'] + return [LsblkInfo.from_json(device) for device in blockdevices] + except json.decoder.JSONDecodeError as err: + log(f"Could not decode lsblk JSON: {result}", fg="red", level=logging.ERROR) + raise err + + raise DiskError(f'Failed to read disk "{dev_path}" with lsblk') + + +def get_lsblk_info(dev_path: Union[Path, str]) -> LsblkInfo: + if infos := _fetch_lsblk_info(dev_path): + return infos[0] + + raise DiskError(f'lsblk failed to retrieve information for "{dev_path}"') + + +def get_all_lsblk_info() -> List[LsblkInfo]: + return _fetch_lsblk_info() + + +def get_lsblk_by_mountpoint(mountpoint: Path, as_prefix: bool = False) -> List[LsblkInfo]: + def _check(infos: List[LsblkInfo]) -> List[LsblkInfo]: + devices = [] + for entry in infos: + if as_prefix: + matches = [m for m in entry.mountpoints if str(m).startswith(str(mountpoint))] + if matches: + devices += [entry] + elif mountpoint in entry.mountpoints: + devices += [entry] + + if len(entry.children) > 0: + if len(match := _check(entry.children)) > 0: + devices += match + + return devices + + all_info = get_all_lsblk_info() + return _check(all_info) diff --git a/archinstall/lib/disk/diskinfo.py b/archinstall/lib/disk/diskinfo.py deleted file mode 100644 index b56ba282..00000000 --- a/archinstall/lib/disk/diskinfo.py +++ /dev/null @@ -1,40 +0,0 @@ -import dataclasses -import json -from dataclasses import dataclass, field -from typing import Optional, List - -from ..general import SysCommand -from ..exceptions import DiskError - -@dataclass -class LsblkInfo: - size: int = 0 - log_sec: int = 0 - pttype: Optional[str] = None - rota: bool = False - tran: Optional[str] = None - ptuuid: Optional[str] = None - partuuid: Optional[str] = None - uuid: Optional[str] = None - fstype: Optional[str] = None - type: Optional[str] = None - mountpoints: List[str] = field(default_factory=list) - - -def get_lsblk_info(dev_path: str) -> LsblkInfo: - fields = [f.name for f in dataclasses.fields(LsblkInfo)] - lsblk_fields = ','.join([f.upper().replace('_', '-') for f in fields]) - - output = SysCommand(f'lsblk --json -b -o+{lsblk_fields} {dev_path}').decode('UTF-8') - - if output: - block_devices = json.loads(output) - info = block_devices['blockdevices'][0] - lsblk_info = LsblkInfo() - - for f in fields: - setattr(lsblk_info, f, info[f.replace('_', '-')]) - - return lsblk_info - - raise DiskError(f'Failed to read disk "{dev_path}" with lsblk') diff --git a/archinstall/lib/disk/dmcryptdev.py b/archinstall/lib/disk/dmcryptdev.py deleted file mode 100644 index 63392ffb..00000000 --- a/archinstall/lib/disk/dmcryptdev.py +++ /dev/null @@ -1,48 +0,0 @@ -import pathlib -import logging -import json -from dataclasses import dataclass -from typing import Optional -from ..exceptions import SysCallError -from ..general import SysCommand -from ..output import log -from .mapperdev import MapperDev - -@dataclass -class DMCryptDev: - dev_path :pathlib.Path - - @property - def name(self): - with open(f"/sys/devices/virtual/block/{pathlib.Path(self.path).name}/dm/name", "r") as fh: - return fh.read().strip() - - @property - def path(self): - return f"/dev/mapper/{self.dev_path}" - - @property - def blockdev(self): - pass - - @property - def MapperDev(self): - return MapperDev(mappername=self.name) - - @property - def mountpoint(self) -> Optional[str]: - try: - data = json.loads(SysCommand(f"findmnt --json -R {self.dev_path}").decode()) - for filesystem in data['filesystems']: - return filesystem.get('target') - - except SysCallError as error: - # Not mounted anywhere most likely - log(f"Could not locate mount information for {self.dev_path}: {error}", level=logging.WARNING, fg="yellow") - pass - - return None - - @property - def filesystem(self) -> Optional[str]: - return self.MapperDev.filesystem \ No newline at end of file diff --git a/archinstall/lib/disk/encryption.py b/archinstall/lib/disk/encryption.py deleted file mode 100644 index c7496bfa..00000000 --- a/archinstall/lib/disk/encryption.py +++ /dev/null @@ -1,174 +0,0 @@ -from typing import Dict, Optional, Any, TYPE_CHECKING, List - -from ..menu.abstract_menu import Selector, AbstractSubMenu -from ..menu.menu import MenuSelectionType -from ..menu.table_selection_menu import TableMenu -from ..models.disk_encryption import EncryptionType, DiskEncryption -from ..user_interaction.partitioning_conf import current_partition_layout -from ..user_interaction.utils import get_password -from ..menu import Menu -from ..general import secret -from ..hsm.fido import Fido2Device, Fido2 - -if TYPE_CHECKING: - _: Any - - -class DiskEncryptionMenu(AbstractSubMenu): - def __init__(self, data_store: Dict[str, Any], preset: Optional[DiskEncryption], disk_layouts: Dict[str, Any]): - if preset: - self._preset = preset - else: - self._preset = DiskEncryption() - - self._disk_layouts = disk_layouts - super().__init__(data_store=data_store) - - def _setup_selection_menu_options(self): - self._menu_options['encryption_password'] = \ - Selector( - _('Encryption password'), - lambda x: select_encrypted_password(), - display_func=lambda x: secret(x) if x else '', - default=self._preset.encryption_password, - enabled=True - ) - self._menu_options['encryption_type'] = \ - Selector( - _('Encryption type'), - func=lambda preset: select_encryption_type(preset), - display_func=lambda x: EncryptionType.type_to_text(x) if x else None, - dependencies=['encryption_password'], - default=self._preset.encryption_type, - enabled=True - ) - self._menu_options['partitions'] = \ - Selector( - _('Partitions'), - func=lambda preset: select_partitions_to_encrypt(self._disk_layouts, preset), - display_func=lambda x: f'{sum([len(y) for y in x.values()])} {_("Partitions")}' if x else None, - dependencies=['encryption_password'], - default=self._preset.partitions, - preview_func=self._prev_disk_layouts, - enabled=True - ) - self._menu_options['HSM'] = \ - Selector( - description=_('Use HSM to unlock encrypted drive'), - func=lambda preset: select_hsm(preset), - display_func=lambda x: self._display_hsm(x), - dependencies=['encryption_password'], - default=self._preset.hsm_device, - enabled=True - ) - - def run(self, allow_reset: bool = True) -> Optional[DiskEncryption]: - super().run(allow_reset=allow_reset) - - if self._data_store.get('encryption_password', None): - return DiskEncryption( - encryption_password=self._data_store.get('encryption_password', None), - encryption_type=self._data_store['encryption_type'], - partitions=self._data_store.get('partitions', None), - hsm_device=self._data_store.get('HSM', None) - ) - - return None - - def _display_hsm(self, device: Optional[Fido2Device]) -> Optional[str]: - if device: - return device.manufacturer - - if not Fido2.get_fido2_devices(): - return str(_('No HSM devices available')) - return None - - def _prev_disk_layouts(self) -> Optional[str]: - selector = self._menu_options['partitions'] - if selector.has_selection(): - partitions: Dict[str, Any] = selector.current_selection - - all_partitions = [] - for parts in partitions.values(): - all_partitions += parts - - output = str(_('Partitions to be encrypted')) + '\n' - output += current_partition_layout(all_partitions, with_title=False) - return output.rstrip() - return None - - -def select_encryption_type(preset: EncryptionType) -> Optional[EncryptionType]: - title = str(_('Select disk encryption option')) - options = [ - # _type_to_text(EncryptionType.FullDiskEncryption), - EncryptionType.type_to_text(EncryptionType.Partition) - ] - - preset_value = EncryptionType.type_to_text(preset) - choice = Menu(title, options, preset_values=preset_value).run() - - match choice.type_: - case MenuSelectionType.Reset: return None - case MenuSelectionType.Skip: return preset - case MenuSelectionType.Selection: return EncryptionType.text_to_type(choice.value) # type: ignore - - -def select_encrypted_password() -> Optional[str]: - if passwd := get_password(prompt=str(_('Enter disk encryption password (leave blank for no encryption): '))): - return passwd - return None - - -def select_hsm(preset: Optional[Fido2Device] = None) -> Optional[Fido2Device]: - title = _('Select a FIDO2 device to use for HSM') - fido_devices = Fido2.get_fido2_devices() - - if fido_devices: - choice = TableMenu(title, data=fido_devices).run() - match choice.type_: - case MenuSelectionType.Reset: - return None - case MenuSelectionType.Skip: - return preset - case MenuSelectionType.Selection: - return choice.value # type: ignore - - return None - - -def select_partitions_to_encrypt(disk_layouts: Dict[str, Any], preset: Dict[str, Any]) -> Dict[str, Any]: - # If no partitions was marked as encrypted, but a password was supplied and we have some disks to format.. - # Then we need to identify which partitions to encrypt. This will default to / (root). - all_partitions = [] - for blockdevice in disk_layouts.values(): - if partitions := blockdevice.get('partitions'): - partitions = [p for p in partitions if p['mountpoint'] != '/boot'] - all_partitions += partitions - - if all_partitions: - title = str(_('Select which partitions to encrypt')) - partition_table = current_partition_layout(all_partitions, with_title=False).strip() - - choice = TableMenu( - title, - table_data=(all_partitions, partition_table), - multi=True - ).run() - - match choice.type_: - case MenuSelectionType.Reset: - return {} - case MenuSelectionType.Skip: - return preset - case MenuSelectionType.Selection: - selections: List[Any] = choice.value # type: ignore - partitions = {} - - for path, device in disk_layouts.items(): - for part in selections: - if part in device.get('partitions', []): - partitions.setdefault(path, []).append(part) - - return partitions - return {} diff --git a/archinstall/lib/disk/encryption_menu.py b/archinstall/lib/disk/encryption_menu.py new file mode 100644 index 00000000..285270fb --- /dev/null +++ b/archinstall/lib/disk/encryption_menu.py @@ -0,0 +1,179 @@ +from pathlib import Path +from typing import Dict, Optional, Any, TYPE_CHECKING, List + +from ..disk import ( + DeviceModification, + PartitionModification, + DiskEncryption, + EncryptionType +) +from ..menu import ( + Selector, + AbstractSubMenu, + MenuSelectionType, + TableMenu +) +from ..user_interaction.utils import get_password +from ..menu import Menu +from ..general import secret +from .fido import Fido2Device, Fido2 +from ..output import FormattedOutput + +if TYPE_CHECKING: + _: Any + + +class DiskEncryptionMenu(AbstractSubMenu): + def __init__( + self, + mods: List[DeviceModification], + data_store: Dict[str, Any], + preset: Optional[DiskEncryption] = None + ): + if preset: + self._preset = preset + else: + self._preset = DiskEncryption() + + self._modifications = mods + super().__init__(data_store=data_store) + + def setup_selection_menu_options(self): + self._menu_options['encryption_password'] = \ + Selector( + _('Encryption password'), + lambda x: select_encrypted_password(), + display_func=lambda x: secret(x) if x else '', + default=self._preset.encryption_password, + enabled=True + ) + self._menu_options['encryption_type'] = \ + Selector( + _('Encryption type'), + func=lambda preset: select_encryption_type(preset), + display_func=lambda x: EncryptionType.type_to_text(x) if x else None, + dependencies=['encryption_password'], + default=self._preset.encryption_type, + enabled=True + ) + self._menu_options['partitions'] = \ + Selector( + _('Partitions'), + func=lambda preset: select_partitions_to_encrypt(self._modifications.device_modifications, preset), + display_func=lambda x: f'{len(x)} {_("Partitions")}' if x else None, + dependencies=['encryption_password'], + default=self._preset.partitions, + preview_func=self._prev_disk_layouts, + enabled=True + ) + self._menu_options['HSM'] = \ + Selector( + description=_('Use HSM to unlock encrypted drive'), + func=lambda preset: select_hsm(preset), + display_func=lambda x: self._display_hsm(x), + dependencies=['encryption_password'], + default=self._preset.hsm_device, + enabled=True + ) + + def run(self, allow_reset: bool = True) -> Optional[DiskEncryption]: + super().run(allow_reset=allow_reset) + + if self._data_store.get('encryption_password', None): + return DiskEncryption( + encryption_password=self._data_store.get('encryption_password', None), + encryption_type=self._data_store['encryption_type'], + partitions=self._data_store.get('partitions', None), + hsm_device=self._data_store.get('HSM', None) + ) + + return None + + def _display_hsm(self, device: Optional[Fido2Device]) -> Optional[str]: + if device: + return device.manufacturer + + if not Fido2.get_fido2_devices(): + return str(_('No HSM devices available')) + return None + + def _prev_disk_layouts(self) -> Optional[str]: + partitions: Optional[List[PartitionModification]] = self._menu_options['partitions'].current_selection + if partitions: + output = str(_('Partitions to be encrypted')) + '\n' + output += FormattedOutput.as_table(partitions) + return output.rstrip() + + return None + + +def select_encryption_type(preset: EncryptionType) -> Optional[EncryptionType]: + title = str(_('Select disk encryption option')) + options = [ + EncryptionType.type_to_text(EncryptionType.Partition) + ] + + preset_value = EncryptionType.type_to_text(preset) + choice = Menu(title, options, preset_values=preset_value).run() + + match choice.type_: + case MenuSelectionType.Reset: return None + case MenuSelectionType.Skip: return preset + case MenuSelectionType.Selection: return EncryptionType.text_to_type(choice.value) # type: ignore + + +def select_encrypted_password() -> Optional[str]: + if passwd := get_password(prompt=str(_('Enter disk encryption password (leave blank for no encryption): '))): + return passwd + return None + + +def select_hsm(preset: Optional[Fido2Device] = None) -> Optional[Fido2Device]: + title = _('Select a FIDO2 device to use for HSM') + fido_devices = Fido2.get_fido2_devices() + + if fido_devices: + choice = TableMenu(title, data=fido_devices).run() + match choice.type_: + case MenuSelectionType.Reset: + return None + case MenuSelectionType.Skip: + return preset + case MenuSelectionType.Selection: + return choice.value # type: ignore + + return None + + +def select_partitions_to_encrypt( + modification: List[DeviceModification], + preset: List[PartitionModification] +) -> List[PartitionModification]: + partitions: List[PartitionModification] = [] + + # do not allow encrypting the boot partition + for mod in modification: + partitions += list(filter(lambda x: x.mountpoint != Path('/boot'), mod.partitions)) + + # do not allow encrypting existing partitions that are not marked as wipe + avail_partitions = list(filter(lambda x: not x.exists(), partitions)) + + if avail_partitions: + title = str(_('Select which partitions to encrypt')) + partition_table = FormattedOutput.as_table(avail_partitions) + + choice = TableMenu( + title, + table_data=(avail_partitions, partition_table), + preset=preset, + multi=True + ).run() + + match choice.type_: + case MenuSelectionType.Reset: + return [] + case MenuSelectionType.Skip: + return preset + case MenuSelectionType.Selection: + return choice.multi_value + return [] diff --git a/archinstall/lib/disk/fido.py b/archinstall/lib/disk/fido.py new file mode 100644 index 00000000..436be4d4 --- /dev/null +++ b/archinstall/lib/disk/fido.py @@ -0,0 +1,94 @@ +from __future__ import annotations + +import getpass +import logging +from typing import List + +from .device_model import PartitionModification, Fido2Device +from ..general import SysCommand, SysCommandWorker, clear_vt100_escape_codes +from ..output import log + + +class Fido2: + _loaded: bool = False + _fido2_devices: List[Fido2Device] = [] + + @classmethod + def get_fido2_devices(cls, reload: bool = False) -> List[Fido2Device]: + """ + Uses systemd-cryptenroll to list the FIDO2 devices + connected that supports FIDO2. + Some devices might show up in udevadm as FIDO2 compliant + when they are in fact not. + + The drawback of systemd-cryptenroll is that it uses human readable format. + That means we get this weird table like structure that is of no use. + + So we'll look for `MANUFACTURER` and `PRODUCT`, we take their index + and we split each line based on those positions. + + Output example: + + PATH MANUFACTURER PRODUCT + /dev/hidraw1 Yubico YubiKey OTP+FIDO+CCID + """ + + # to prevent continous reloading which will slow + # down moving the cursor in the menu + if not cls._loaded or reload: + ret = SysCommand(f"systemd-cryptenroll --fido2-device=list").decode('UTF-8') + if not ret: + log('Unable to retrieve fido2 devices', level=logging.ERROR) + return [] + + fido_devices = clear_vt100_escape_codes(ret) + + manufacturer_pos = 0 + product_pos = 0 + devices = [] + + for line in fido_devices.split('\r\n'): + if '/dev' not in line: + manufacturer_pos = line.find('MANUFACTURER') + product_pos = line.find('PRODUCT') + continue + + path = line[:manufacturer_pos].rstrip() + manufacturer = line[manufacturer_pos:product_pos].rstrip() + product = line[product_pos:] + + devices.append( + Fido2Device(path, manufacturer, product) + ) + + cls._loaded = True + cls._fido2_devices = devices + + return cls._fido2_devices + + @classmethod + def fido2_enroll( + cls, + hsm_device: Fido2Device, + part_mod: PartitionModification, + password: str + ): + worker = SysCommandWorker(f"systemd-cryptenroll --fido2-device={hsm_device.path} {part_mod.dev_path}", peek_output=True) + pw_inputted = False + pin_inputted = False + + while worker.is_alive(): + if pw_inputted is False: + if bytes(f"please enter current passphrase for disk {part_mod.dev_path}", 'UTF-8') in worker._trace_log.lower(): + worker.write(bytes(password, 'UTF-8')) + pw_inputted = True + elif pin_inputted is False: + if bytes(f"please enter security token pin", 'UTF-8') in worker._trace_log.lower(): + worker.write(bytes(getpass.getpass(" "), 'UTF-8')) + pin_inputted = True + + log( + f"You might need to touch the FIDO2 device to unlock it if no prompt comes up after 3 seconds.", + level=logging.INFO, + fg="yellow" + ) diff --git a/archinstall/lib/disk/filesystem.py b/archinstall/lib/disk/filesystem.py index 1083df53..6ea99340 100644 --- a/archinstall/lib/disk/filesystem.py +++ b/archinstall/lib/disk/filesystem.py @@ -1,301 +1,98 @@ from __future__ import annotations -import time -import logging -import json -import pathlib -from typing import Optional, Dict, Any, TYPE_CHECKING -# https://stackoverflow.com/a/39757388/929999 -from ..models.disk_encryption import DiskEncryption -if TYPE_CHECKING: - from .blockdevice import BlockDevice - _: Any +import logging +import signal +import sys +import time +from typing import Any, Optional, TYPE_CHECKING -from .partition import Partition -from .validators import valid_fs_type -from ..exceptions import DiskError, SysCallError -from ..general import SysCommand +from .device_model import DiskLayoutConfiguration, DiskLayoutType, PartitionTable, FilesystemType, DiskEncryption +from .device_handler import device_handler +from ..hardware import has_uefi from ..output import log -from ..storage import storage - -GPT = 0b00000001 -MBR = 0b00000010 - -# A sane default is 5MiB, that allows for plenty of buffer for GRUB on MBR -# but also 4MiB for memory cards for instance. And another 1MiB to avoid issues. -# (we've been pestered by disk issues since the start, so please let this be here for a few versions) -DEFAULT_PARTITION_START = '5MiB' - -class Filesystem: - # TODO: - # When instance of a HDD is selected, check all usages and gracefully unmount them - # as well as close any crypto handles. - def __init__(self, blockdevice :BlockDevice, mode :int): - self.blockdevice = blockdevice - self.mode = mode - - def __enter__(self, *args :str, **kwargs :str) -> 'Filesystem': - return self - - def __repr__(self) -> str: - return f"Filesystem(blockdevice={self.blockdevice}, mode={self.mode})" +from ..menu import Menu - def __exit__(self, *args :str, **kwargs :str) -> bool: - # TODO: https://stackoverflow.com/questions/28157929/how-to-safely-handle-an-exception-inside-a-context-manager - if len(args) >= 2 and args[1]: - raise args[1] - - SysCommand('sync') - return True - - def partuuid_to_index(self, uuid :str) -> Optional[int]: - for i in range(storage['DISK_RETRY_ATTEMPTS']): - self.partprobe() - time.sleep(max(0.1, storage['DISK_TIMEOUTS'] * i)) - - # We'll use unreliable lbslk to grab children under the /dev/ - output = json.loads(SysCommand(f"lsblk --json {self.blockdevice.device}").decode('UTF-8')) +if TYPE_CHECKING: + _: Any - for device in output['blockdevices']: - for index, partition in enumerate(device.get('children', [])): - # But we'll use blkid to reliably grab the PARTUUID for that child device (partition) - partition_uuid = SysCommand(f"blkid -s PARTUUID -o value /dev/{partition.get('name')}").decode().strip() - if partition_uuid.lower() == uuid.lower(): - return index - raise DiskError(f"Failed to convert PARTUUID {uuid} to a partition index number on blockdevice {self.blockdevice.device}") +class FilesystemHandler: + def __init__( + self, + disk_config: DiskLayoutConfiguration, + enc_conf: Optional[DiskEncryption] = None + ): + self._disk_config = disk_config + self._enc_config = enc_conf - def load_layout(self, layout :Dict[str, Any]) -> None: - from ..luks import luks2 - from .btrfs import BTRFSPartition + def perform_filesystem_operations(self, show_countdown: bool = True): + if self._disk_config.config_type == DiskLayoutType.Pre_mount: + log('Disk layout configuration is set to pre-mount, not performing any operations', level=logging.DEBUG) + return - # If the layout tells us to wipe the drive, we do so - if layout.get('wipe', False): - if self.mode == GPT: - if not self.parted_mklabel(self.blockdevice.device, "gpt"): - raise KeyError(f"Could not create a GPT label on {self}") - elif self.mode == MBR: - if not self.parted_mklabel(self.blockdevice.device, "msdos"): - raise KeyError(f"Could not create a MS-DOS label on {self}") + device_mods = list(filter(lambda x: len(x.partitions) > 0, self._disk_config.device_modifications)) - self.blockdevice.flush_cache() - time.sleep(3) + if not device_mods: + log('No modifications required', level=logging.DEBUG) + return - prev_partition = None - # We then iterate the partitions in order - for partition in layout.get('partitions', []): - # We don't want to re-add an existing partition (those containing a UUID already) - if partition.get('wipe', False) and not partition.get('PARTUUID', None): - start = partition.get('start') or ( - prev_partition and f'{prev_partition["device_instance"].end_sectors}s' or DEFAULT_PARTITION_START) - partition['device_instance'] = self.add_partition(partition.get('type', 'primary'), - start=start, - end=partition.get('size', '100%'), - partition_format=partition.get('filesystem', {}).get('format', 'btrfs'), - skip_mklabel=layout.get('wipe', False) is not False) + device_paths = ', '.join([str(mod.device.device_info.path) for mod in device_mods]) - elif (partition_uuid := partition.get('PARTUUID')): - # We try to deal with both UUID and PARTUUID of a partition when it's being re-used. - # We should re-name or separate this logi based on partition.get('PARTUUID') and partition.get('UUID') - # but for now, lets just attempt to deal with both. - try: - partition['device_instance'] = self.blockdevice.get_partition(uuid=partition_uuid) - except DiskError: - partition['device_instance'] = self.blockdevice.get_partition(partuuid=partition_uuid) + # Issue a final warning before we continue with something un-revertable. + # We mention the drive one last time, and count from 5 to 0. + print(str(_(' ! Formatting {} in ')).format(device_paths)) - log(_("Re-using partition instance: {}").format(partition['device_instance']), level=logging.DEBUG, fg="gray") - else: - log(f"{self}.load_layout() doesn't know how to work without 'wipe' being set or UUID ({partition.get('PARTUUID')}) was given and found.", fg="yellow", level=logging.WARNING) - continue + if show_countdown: + self._do_countdown() - if partition.get('filesystem', {}).get('format', False): - # needed for backward compatibility with the introduction of the new "format_options" - format_options = partition.get('options',[]) + partition.get('filesystem',{}).get('format_options',[]) - disk_encryption: DiskEncryption = storage['arguments'].get('disk_encryption') + # Setup the blockdevice, filesystem (and optionally encryption). + # Once that's done, we'll hand over to perform_installation() + partition_table = PartitionTable.GPT + if has_uefi() is False: + partition_table = PartitionTable.MBR - if disk_encryption and partition in disk_encryption.all_partitions: - if not partition['device_instance']: - raise DiskError(f"Internal error caused us to loose the partition. Please report this issue upstream!") + for mod in device_mods: + device_handler.partition(mod, partition_table=partition_table) + device_handler.format(mod, enc_conf=self._enc_config) - if partition.get('mountpoint',None): - loopdev = f"{storage.get('ENC_IDENTIFIER', 'ai')}{pathlib.Path(partition['mountpoint']).name}loop" - else: - loopdev = f"{storage.get('ENC_IDENTIFIER', 'ai')}{pathlib.Path(partition['device_instance'].path).name}" + for part_mod in mod.partitions: + if part_mod.fs_type == FilesystemType.Btrfs: + device_handler.create_btrfs_volumes(part_mod, enc_conf=self._enc_config) - partition['device_instance'].encrypt(password=disk_encryption.encryption_password) - # Immediately unlock the encrypted device to format the inner volume - with luks2(partition['device_instance'], loopdev, disk_encryption.encryption_password, auto_unmount=True) as unlocked_device: - if not partition.get('wipe'): - if storage['arguments'] == 'silent': - raise ValueError(f"Missing fs-type to format on newly created encrypted partition {partition['device_instance']}") - else: - if not partition.get('filesystem'): - partition['filesystem'] = {} + def _do_countdown(self) -> bool: + SIG_TRIGGER = False - if not partition['filesystem'].get('format', False): - while True: - partition['filesystem']['format'] = input(f"Enter a valid fs-type for newly encrypted partition {partition['filesystem']['format']}: ").strip() - if not partition['filesystem']['format'] or valid_fs_type(partition['filesystem']['format']) is False: - log(_("You need to enter a valid fs-type in order to continue. See `man parted` for valid fs-type's.")) - continue - break + def kill_handler(sig: int, frame: Any) -> None: + print() + exit(0) - unlocked_device.format(partition['filesystem']['format'], options=format_options) + def sig_handler(sig: int, frame: Any) -> None: + signal.signal(signal.SIGINT, kill_handler) - elif partition.get('wipe', False): - if not partition['device_instance']: - raise DiskError(f"Internal error caused us to loose the partition. Please report this issue upstream!") + original_sigint_handler = signal.getsignal(signal.SIGINT) + signal.signal(signal.SIGINT, sig_handler) - partition['device_instance'].format(partition['filesystem']['format'], options=format_options) + for i in range(5, 0, -1): + print(f"{i}", end='') - if partition['filesystem']['format'] == 'btrfs': - # We upgrade the device instance to a BTRFSPartition if we format it as such. - # This is so that we can gain access to more features than otherwise available in Partition() - partition['device_instance'] = BTRFSPartition( - partition['device_instance'].path, - block_device=partition['device_instance'].block_device, - encrypted=False, - filesystem='btrfs', - autodetect_filesystem=False - ) + for x in range(4): + sys.stdout.flush() + time.sleep(0.25) + print(".", end='') - if partition.get('boot', False): - log(f"Marking partition {partition['device_instance']} as bootable.") - self.set(self.partuuid_to_index(partition['device_instance'].part_uuid), 'boot on') + if SIG_TRIGGER: + prompt = _('Do you really want to abort?') + choice = Menu(prompt, Menu.yes_no(), skip=False).run() + if choice.value == Menu.yes(): + exit(0) - prev_partition = partition + if SIG_TRIGGER is False: + sys.stdin.read() - def find_partition(self, mountpoint :str) -> Partition: - for partition in self.blockdevice: - if partition.target_mountpoint == mountpoint or partition.mountpoint == mountpoint: - return partition + SIG_TRIGGER = False + signal.signal(signal.SIGINT, sig_handler) - def partprobe(self) -> bool: - try: - SysCommand(f'partprobe {self.blockdevice.device}') - except SysCallError as error: - log(f"Could not execute partprobe: {error!r}", level=logging.ERROR, fg="red") - raise DiskError(f"Could not run partprobe on {self.blockdevice.device}: {error!r}") + print() + signal.signal(signal.SIGINT, original_sigint_handler) return True - - def raw_parted(self, string: str) -> SysCommand: - try: - cmd_handle = SysCommand(f'/usr/bin/parted -s {string}') - time.sleep(0.5) - return cmd_handle - except SysCallError as error: - log(f"Parted ended with a bad exit code: {error.exit_code} ({error})", level=logging.ERROR, fg="red") - return error - - def parted(self, string: str) -> bool: - """ - Performs a parted execution of the given string - - :param string: A raw string passed to /usr/bin/parted -s - :type string: str - """ - if (parted_handle := self.raw_parted(string)).exit_code == 0: - return self.partprobe() - else: - raise DiskError(f"Parted failed to add a partition: {parted_handle}") - - def use_entire_disk(self, root_filesystem_type :str = 'ext4') -> Partition: - # TODO: Implement this with declarative profiles instead. - raise ValueError("Installation().use_entire_disk() has to be re-worked.") - - def add_partition( - self, - partition_type :str, - start :str, - end :str, - partition_format :Optional[str] = None, - skip_mklabel :bool = False - ) -> Partition: - log(f'Adding partition to {self.blockdevice}, {start}->{end}', level=logging.INFO) - - if len(self.blockdevice.partitions) == 0 and skip_mklabel is False: - # If it's a completely empty drive, and we're about to add partitions to it - # we need to make sure there's a filesystem label. - if self.mode == GPT: - if not self.parted_mklabel(self.blockdevice.device, "gpt"): - raise KeyError(f"Could not create a GPT label on {self}") - elif self.mode == MBR: - if not self.parted_mklabel(self.blockdevice.device, "msdos"): - raise KeyError(f"Could not create a MS-DOS label on {self}") - - self.blockdevice.flush_cache() - - previous_partuuids = [] - for partition in self.blockdevice.partitions.values(): - try: - previous_partuuids.append(partition.part_uuid) - except DiskError: - pass - - # TODO this check should probably run in the setup process rather than during the installation - if self.mode == MBR: - if len(self.blockdevice.partitions) > 3: - DiskError("Too many partitions on disk, MBR disks can only have 3 primary partitions") - - if partition_format: - parted_string = f'{self.blockdevice.device} mkpart {partition_type} {partition_format} {start} {end}' - else: - parted_string = f'{self.blockdevice.device} mkpart {partition_type} {start} {end}' - - log(f"Adding partition using the following parted command: {parted_string}", level=logging.DEBUG) - - if self.parted(parted_string): - for count in range(storage.get('DISK_RETRY_ATTEMPTS', 3)): - self.blockdevice.flush_cache() - - new_partition_uuids = [partition.part_uuid for partition in self.blockdevice.partitions.values()] - new_partuuid_set = (set(previous_partuuids) ^ set(new_partition_uuids)) - - if len(new_partuuid_set) and (new_partuuid := new_partuuid_set.pop()): - try: - return self.blockdevice.get_partition(partuuid=new_partuuid) - except Exception as err: - log(f'Blockdevice: {self.blockdevice}', level=logging.ERROR, fg="red") - log(f'Partitions: {self.blockdevice.partitions}', level=logging.ERROR, fg="red") - log(f'Partition set: {new_partuuid_set}', level=logging.ERROR, fg="red") - log(f'New PARTUUID: {[new_partuuid]}', level=logging.ERROR, fg="red") - log(f'get_partition(): {self.blockdevice.get_partition}', level=logging.ERROR, fg="red") - raise err - else: - log(f"Could not get UUID for partition. Waiting {storage.get('DISK_TIMEOUTS', 1) * count}s before retrying.",level=logging.DEBUG) - self.partprobe() - time.sleep(max(0.1, storage.get('DISK_TIMEOUTS', 1))) - else: - print("Parted did not return True during partition creation") - - total_partitions = set([partition.part_uuid for partition in self.blockdevice.partitions.values()]) - total_partitions.update(previous_partuuids) - - # TODO: This should never be able to happen - log(f"Could not find the new PARTUUID after adding the partition.", level=logging.ERROR, fg="red") - log(f"Previous partitions: {previous_partuuids}", level=logging.ERROR, fg="red") - log(f"New partitions: {total_partitions}", level=logging.ERROR, fg="red") - - raise DiskError(f"Could not add partition using: {parted_string}") - - def set_name(self, partition: int, name: str) -> bool: - return self.parted(f'{self.blockdevice.device} name {partition + 1} "{name}"') == 0 - - def set(self, partition: int, string: str) -> bool: - log(f"Setting {string} on (parted) partition index {partition+1}", level=logging.INFO) - return self.parted(f'{self.blockdevice.device} set {partition + 1} {string}') == 0 - - def parted_mklabel(self, device: str, disk_label: str) -> bool: - log(f"Creating a new partition label on {device}", level=logging.INFO, fg="yellow") - # Try to unmount devices before attempting to run mklabel - try: - SysCommand(f'bash -c "umount {device}?"') - except: - pass - - self.partprobe() - worked = self.raw_parted(f'{device} mklabel {disk_label}').exit_code == 0 - self.partprobe() - - return worked diff --git a/archinstall/lib/disk/helpers.py b/archinstall/lib/disk/helpers.py deleted file mode 100644 index 80d0cb53..00000000 --- a/archinstall/lib/disk/helpers.py +++ /dev/null @@ -1,556 +0,0 @@ -from __future__ import annotations -import json -import logging -import os # type: ignore -import pathlib -import re -import time -import glob - -from typing import Union, List, Iterator, Dict, Optional, Any, TYPE_CHECKING -# https://stackoverflow.com/a/39757388/929999 -from .diskinfo import get_lsblk_info -from ..models.subvolume import Subvolume - -from .blockdevice import BlockDevice -from .dmcryptdev import DMCryptDev -from .mapperdev import MapperDev -from ..exceptions import SysCallError, DiskError -from ..general import SysCommand -from ..output import log -from ..storage import storage - -if TYPE_CHECKING: - from .partition import Partition - - -ROOT_DIR_PATTERN = re.compile('^.*?/devices') -GIGA = 2 ** 30 - -def convert_size_to_gb(size :Union[int, float]) -> float: - return round(size / GIGA,1) - -def sort_block_devices_based_on_performance(block_devices :List[BlockDevice]) -> Dict[BlockDevice, int]: - result = {device: 0 for device in block_devices} - - for device, weight in result.items(): - if device.spinning: - weight -= 10 - else: - weight += 5 - - if device.bus_type == 'nvme': - weight += 20 - elif device.bus_type == 'sata': - weight += 10 - - result[device] = weight - - return result - -def filter_disks_below_size_in_gb(devices :List[BlockDevice], gigabytes :int) -> Iterator[BlockDevice]: - for disk in devices: - if disk.size >= gigabytes: - yield disk - -def select_largest_device(devices :List[BlockDevice], gigabytes :int, filter_out :Optional[List[BlockDevice]] = None) -> BlockDevice: - if not filter_out: - filter_out = [] - - copy_devices = [*devices] - for filter_device in filter_out: - if filter_device in copy_devices: - copy_devices.pop(copy_devices.index(filter_device)) - - copy_devices = list(filter_disks_below_size_in_gb(copy_devices, gigabytes)) - - if not len(copy_devices): - return None - - return max(copy_devices, key=(lambda device : device.size)) - -def select_disk_larger_than_or_close_to(devices :List[BlockDevice], gigabytes :int, filter_out :Optional[List[BlockDevice]] = None) -> BlockDevice: - if not filter_out: - filter_out = [] - - copy_devices = [*devices] - for filter_device in filter_out: - if filter_device in copy_devices: - copy_devices.pop(copy_devices.index(filter_device)) - - if not len(copy_devices): - return None - - return min(copy_devices, key=(lambda device : abs(device.size - gigabytes))) - -def convert_to_gigabytes(string :str) -> float: - unit = string.strip()[-1] - size = float(string.strip()[:-1]) - - if unit == 'M': - size = size / 1024 - elif unit == 'T': - size = size * 1024 - - return size - -def device_state(name :str, *args :str, **kwargs :str) -> Optional[bool]: - # Based out of: https://askubuntu.com/questions/528690/how-to-get-list-of-all-non-removable-disk-device-names-ssd-hdd-and-sata-ide-onl/528709#528709 - if os.path.isfile('/sys/block/{}/device/block/{}/removable'.format(name, name)): - with open('/sys/block/{}/device/block/{}/removable'.format(name, name)) as f: - if f.read(1) == '1': - return - - path = ROOT_DIR_PATTERN.sub('', os.readlink('/sys/block/{}'.format(name))) - hotplug_buses = ("usb", "ieee1394", "mmc", "pcmcia", "firewire") - for bus in hotplug_buses: - if os.path.exists('/sys/bus/{}'.format(bus)): - for device_bus in os.listdir('/sys/bus/{}/devices'.format(bus)): - device_link = ROOT_DIR_PATTERN.sub('', os.readlink('/sys/bus/{}/devices/{}'.format(bus, device_bus))) - if re.search(device_link, path): - return - return True - - -def cleanup_bash_escapes(data :str) -> str: - return data.replace(r'\ ', ' ') - -def blkid(cmd :str) -> Dict[str, Any]: - if '-o' in cmd and '-o export' not in cmd: - raise ValueError(f"blkid() requires '-o export' to be used and can therefore not continue reliably.") - elif '-o' not in cmd: - cmd += ' -o export' - - try: - raw_data = SysCommand(cmd).decode() - except SysCallError as error: - log(f"Could not get block device information using blkid() using command {cmd}", level=logging.DEBUG) - raise error - - result = {} - # Process the raw result - devname = None - for line in raw_data.split('\r\n'): - if not len(line): - devname = None - continue - - key, val = line.split('=', 1) - if key.lower() == 'devname': - devname = val - # Lowercase for backwards compatibility with all_disks() previous use cases - result[devname] = { - "path": devname, - "PATH": devname - } - continue - - result[devname][key] = cleanup_bash_escapes(val) - - return result - -def get_loop_info(path :str) -> Dict[str, Any]: - for drive in json.loads(SysCommand(['losetup', '--json']).decode('UTF_8'))['loopdevices']: - if not drive['name'] == path: - continue - - return { - path: { - **drive, - 'type' : 'loop', - 'TYPE' : 'loop', - 'DEVTYPE' : 'loop', - 'PATH' : drive['name'], - 'path' : drive['name'] - } - } - - return {} - -def enrich_blockdevice_information(information :Dict[str, Any]) -> Dict[str, Any]: - result = {} - for device_path, device_information in information.items(): - dev_name = pathlib.Path(device_information['PATH']).name - if not device_information.get('TYPE') or not device_information.get('DEVTYPE'): - with open(f"/sys/class/block/{dev_name}/uevent") as fh: - device_information.update(uevent(fh.read())) - - if (dmcrypt_name := pathlib.Path(f"/sys/class/block/{dev_name}/dm/name")).exists(): - with dmcrypt_name.open('r') as fh: - device_information['DMCRYPT_NAME'] = fh.read().strip() - - result[device_path] = device_information - - return result - -def uevent(data :str) -> Dict[str, Any]: - information = {} - - for line in data.replace('\r\n', '\n').split('\n'): - if len((line := line.strip())): - key, val = line.split('=', 1) - information[key] = val - - return information - -def get_blockdevice_uevent(dev_name :str) -> Dict[str, Any]: - device_information = {} - with open(f"/sys/class/block/{dev_name}/uevent") as fh: - device_information.update(uevent(fh.read())) - - return { - f"/dev/{dev_name}" : { - **device_information, - 'path' : f'/dev/{dev_name}', - 'PATH' : f'/dev/{dev_name}', - 'PTTYPE' : None - } - } - - -def all_disks() -> List[BlockDevice]: - log(f"[Deprecated] archinstall.all_disks() is deprecated. Use archinstall.all_blockdevices() with the appropriate filters instead.", level=logging.WARNING, fg="yellow") - return all_blockdevices(partitions=False, mappers=False) - -def get_blockdevice_info(device_path, exclude_iso_dev :bool = True) -> Dict[str, Any]: - for retry_attempt in range(storage['DISK_RETRY_ATTEMPTS']): - partprobe(device_path) - time.sleep(max(0.1, storage['DISK_TIMEOUTS'] * retry_attempt)) - - try: - if exclude_iso_dev: - # exclude all devices associated with the iso boot locations - iso_devs = ['/run/archiso/airootfs', '/run/archiso/bootmnt'] - - try: - lsblk_info = get_lsblk_info(device_path) - except DiskError: - continue - - if any([dev in lsblk_info.mountpoints for dev in iso_devs]): - continue - - information = blkid(f'blkid -p -o export {device_path}') - return enrich_blockdevice_information(information) - except SysCallError as ex: - if ex.exit_code == 2: - # Assume that it's a loop device, and try to get info on it - try: - resolved_device_name = device_path.readlink().name - except OSError: - resolved_device_name = device_path.name - - try: - information = get_loop_info(device_path) - if not information: - raise SysCallError(f"Could not get loop information for {resolved_device_name}", exit_code=1) - return enrich_blockdevice_information(information) - - except SysCallError: - information = get_blockdevice_uevent(resolved_device_name) - return enrich_blockdevice_information(information) - else: - # We could not reliably get any information, perhaps the disk is clean of information? - if retry_attempt == storage['DISK_RETRY_ATTEMPTS'] - 1: - raise ex - -def all_blockdevices( - mappers: bool = False, - partitions: bool = False, - error: bool = False, - exclude_iso_dev: bool = True -) -> Dict[str, Any]: - """ - Returns BlockDevice() and Partition() objects for all available devices. - """ - from .partition import Partition - - instances = {} - - # Due to lsblk being highly unreliable for this use case, - # we'll iterate the /sys/class definitions and find the information - # from there. - for block_device in glob.glob("/sys/class/block/*"): - try: - device_path = pathlib.Path(f"/dev/{pathlib.Path(block_device).readlink().name}") - except FileNotFoundError: - log(f"Unknown device found by '/sys/class/block/*', ignoring: {device_path}", level=logging.WARNING, fg="yellow") - - if device_path.exists() is False: - log(f"Unknown device found by '/sys/class/block/*', ignoring: {device_path}", level=logging.WARNING, fg="yellow") - continue - - information = get_blockdevice_info(device_path) - if not information: - continue - - for path, path_info in information.items(): - if path_info.get('DMCRYPT_NAME'): - instances[path] = DMCryptDev(dev_path=path) - elif path_info.get('PARTUUID') or path_info.get('PART_ENTRY_NUMBER'): - if partitions: - instances[path] = Partition(path, block_device=BlockDevice(get_parent_of_partition(pathlib.Path(path)))) - elif path_info.get('PTTYPE', False) is not False or path_info.get('TYPE') == 'loop': - instances[path] = BlockDevice(path, path_info) - elif path_info.get('TYPE') in ('squashfs', 'erofs'): - # We can ignore squashfs devices (usually /dev/loop0 on Arch ISO) - continue - else: - log(f"Unknown device found by all_blockdevices(), ignoring: {information}", level=logging.WARNING, fg="yellow") - - if mappers: - for block_device in glob.glob("/dev/mapper/*"): - if (pathobj := pathlib.Path(block_device)).is_symlink(): - instances[f"/dev/mapper/{pathobj.name}"] = MapperDev(mappername=pathobj.name) - - return instances - - -def get_parent_of_partition(path :pathlib.Path) -> pathlib.Path: - partition_name = path.name - pci_device = (pathlib.Path("/sys/class/block") / partition_name).resolve() - return f"/dev/{pci_device.parent.name}" - -def harddrive(size :Optional[float] = None, model :Optional[str] = None, fuzzy :bool = False) -> Optional[BlockDevice]: - collection = all_blockdevices(partitions=False) - for drive in collection: - if size and convert_to_gigabytes(collection[drive]['size']) != size: - continue - if model and (collection[drive]['model'] is None or collection[drive]['model'].lower() != model.lower()): - continue - - return collection[drive] - -def split_bind_name(path :Union[pathlib.Path, str]) -> list: - # log(f"[Deprecated] Partition().subvolumes now contain the split bind name via it's subvolume.name instead.", level=logging.WARNING, fg="yellow") - # we check for the bind notation. if exist we'll only use the "true" device path - if '[' in str(path) : # is a bind path (btrfs subvolume path) - device_path, bind_path = str(path).split('[') - bind_path = bind_path[:-1].strip() # remove the ] - else: - device_path = path - bind_path = None - return device_path,bind_path - -def find_mountpoint(device_path :str) -> Dict[str, Any]: - try: - for filesystem in json.loads(SysCommand(f'/usr/bin/findmnt -R --json {device_path}').decode())['filesystems']: - yield filesystem - except SysCallError: - return {} - -def findmnt(path :pathlib.Path, traverse :bool = False, ignore :List = [], recurse :bool = True) -> Dict[str, Any]: - for traversal in list(map(str, [str(path)] + list(path.parents))): - if traversal in ignore: - continue - - try: - log(f"Getting mount information for device path {traversal}", level=logging.DEBUG) - if (output := SysCommand(f"/usr/bin/findmnt --json {'--submounts' if recurse else ''} {traversal}").decode('UTF-8')): - return json.loads(output) - - except SysCallError as error: - log(f"Could not get mount information on {path} but continuing and ignoring: {error}", level=logging.INFO, fg="gray") - pass - - if not traverse: - break - - raise DiskError(f"Could not get mount information for path {path}") - - -def get_mount_info(path :Union[pathlib.Path, str], traverse :bool = False, return_real_path :bool = False, ignore :List = []) -> Dict[str, Any]: - import traceback - - log(f"Deprecated: archinstall.get_mount_info(). Use archinstall.findmnt() instead, which does not do any automatic parsing. Please change at:\n{''.join(traceback.format_stack())}") - device_path, bind_path = split_bind_name(path) - output = {} - - for traversal in list(map(str, [str(device_path)] + list(pathlib.Path(str(device_path)).parents))): - if traversal in ignore: - continue - - try: - log(f"Getting mount information for device path {traversal}", level=logging.DEBUG) - if (output := SysCommand(f'/usr/bin/findmnt --json {traversal}').decode('UTF-8')): - break - - except SysCallError as error: - print('ERROR:', error) - pass - - if not traverse: - break - - if not output: - raise DiskError(f"Could not get mount information for device path {device_path}") - - output = json.loads(output) - - # for btrfs partitions we redice the filesystem list to the one with the source equals to the parameter - # i.e. the subvolume filesystem we're searching for - if 'filesystems' in output and len(output['filesystems']) > 1 and bind_path is not None: - output['filesystems'] = [entry for entry in output['filesystems'] if entry['source'] == str(path)] - - if 'filesystems' in output: - if len(output['filesystems']) > 1: - raise DiskError(f"Path '{device_path}' contains multiple mountpoints: {output['filesystems']}") - - if return_real_path: - return output['filesystems'][0], traversal - else: - return output['filesystems'][0] - - if return_real_path: - return {}, traversal - else: - return {} - - -def get_all_targets(data :Dict[str, Any], filters :Dict[str, None] = {}) -> Dict[str, None]: - for info in data: - if info.get('target') not in filters: - filters[info.get('target')] = None - - filters.update(get_all_targets(info.get('children', []))) - - return filters - -def get_partitions_in_use(mountpoint :str) -> Dict[str, Any]: - from .partition import Partition - - try: - output = SysCommand(f"/usr/bin/findmnt --json -R {mountpoint}").decode('UTF-8') - except SysCallError: - return {} - - if not output: - return {} - - output = json.loads(output) - - mounts = {} - - block_devices_available = all_blockdevices(mappers=True, partitions=True, error=True) - - block_devices_mountpoints = {} - for blockdev in block_devices_available.values(): - if not type(blockdev) in (Partition, MapperDev): - continue - - if isinstance(blockdev, Partition): - if blockdev.mountpoints: - for blockdev_mountpoint in blockdev.mountpoints: - block_devices_mountpoints[blockdev_mountpoint] = blockdev - else: - if blockdev.mount_information: - for blockdev_mountpoint in blockdev.mount_information: - block_devices_mountpoints[blockdev_mountpoint['target']] = blockdev - - log(f'Filtering available mounts {block_devices_mountpoints} to those under {mountpoint}', level=logging.DEBUG) - - for mountpoint in list(get_all_targets(output['filesystems']).keys()): - # Since all_blockdevices() returns PosixPath objects, we need to convert - # findmnt paths to pathlib.Path() first: - mountpoint = pathlib.Path(mountpoint) - - if mountpoint in block_devices_mountpoints: - if mountpoint not in mounts: - mounts[mountpoint] = block_devices_mountpoints[mountpoint] - # If the already defined mountpoint is a DMCryptDev, and the newly found - # mountpoint is a MapperDev, it has precedence and replaces the old mountpoint definition. - elif type(mounts[mountpoint]) == DMCryptDev and type(block_devices_mountpoints[mountpoint]) == MapperDev: - mounts[mountpoint] = block_devices_mountpoints[mountpoint] - - log(f"Available partitions: {mounts}", level=logging.DEBUG) - - return mounts - - -def get_filesystem_type(path :str) -> Optional[str]: - try: - return SysCommand(f"blkid -o value -s TYPE {path}").decode('UTF-8').strip() - except SysCallError: - return None - - -def disk_layouts() -> Optional[Dict[str, Any]]: - try: - if (handle := SysCommand("lsblk -f -o+TYPE,SIZE -J")).exit_code == 0: - return {str(key): val for key, val in json.loads(handle.decode('UTF-8')).items()} - else: - log(f"Could not return disk layouts: {handle}", level=logging.WARNING, fg="yellow") - return None - except SysCallError as err: - log(f"Could not return disk layouts: {err}", level=logging.WARNING, fg="yellow") - return None - except json.decoder.JSONDecodeError as err: - log(f"Could not return disk layouts: {err}", level=logging.WARNING, fg="yellow") - return None - - -def find_partition_by_mountpoint(block_devices :List[BlockDevice], relative_mountpoint :str) -> Partition: - for device in block_devices: - for partition in block_devices[device]['partitions']: - if partition.get('mountpoint', None) == relative_mountpoint: - return partition - -def partprobe(path :str = '') -> bool: - try: - if SysCommand(f'bash -c "partprobe {path}"').exit_code == 0: - return True - except SysCallError: - pass - return False - -def convert_device_to_uuid(path :str) -> str: - device_name, bind_name = split_bind_name(path) - - for i in range(storage['DISK_RETRY_ATTEMPTS']): - partprobe(device_name) - time.sleep(max(0.1, storage['DISK_TIMEOUTS'] * i)) # TODO: Remove, we should be relying on blkid instead of lsblk - - # TODO: Convert lsblk to blkid - # (lsblk supports BlockDev and Partition UUID grabbing, blkid requires you to pick PTUUID and PARTUUID) - output = json.loads(SysCommand(f"lsblk --json -o+UUID {device_name}").decode('UTF-8')) - - for device in output['blockdevices']: - if (dev_uuid := device.get('uuid', None)): - return dev_uuid - - raise DiskError(f"Could not retrieve the UUID of {path} within a timely manner.") - - -def has_mountpoint(partition: Union[dict,Partition,MapperDev], target: str, strict: bool = True) -> bool: - """ Determine if a certain partition is mounted (or has a mountpoint) as specific target (path) - Coded for clarity rather than performance - - Input parms: - :parm partition the partition we check - :type Either a Partition object or a dict with the contents of a partition definition in the disk_layouts schema - - :parm target (a string representing a mount path we want to check for. - :type str - - :parm strict if the check will be strict, target is exactly the mountpoint, or no, where the target is a leaf (f.i. to check if it is in /mnt/archinstall/). Not available for root check ('/') for obvious reasons - - """ - # we create the mountpoint list - if isinstance(partition,dict): - subvolumes: List[Subvolume] = partition.get('btrfs',{}).get('subvolumes', []) - mountpoints = [partition.get('mountpoint')] - mountpoints += [volume.mountpoint for volume in subvolumes] - else: - mountpoints = [partition.mountpoint,] + [subvol.target for subvol in partition.subvolumes] - - # we check - if strict or target == '/': - if target in mountpoints: - return True - else: - return False - else: - for mp in mountpoints: - if mp and mp.endswith(target): - return True - return False diff --git a/archinstall/lib/disk/mapperdev.py b/archinstall/lib/disk/mapperdev.py deleted file mode 100644 index bf1b3583..00000000 --- a/archinstall/lib/disk/mapperdev.py +++ /dev/null @@ -1,92 +0,0 @@ -import glob -import pathlib -import logging -import json -from dataclasses import dataclass -from typing import Optional, List, Dict, Any, Iterator, TYPE_CHECKING - -from ..exceptions import SysCallError -from ..general import SysCommand -from ..output import log - -if TYPE_CHECKING: - from .btrfs import BtrfsSubvolumeInfo - -@dataclass -class MapperDev: - mappername :str - - @property - def name(self): - return self.mappername - - @property - def path(self): - return f"/dev/mapper/{self.mappername}" - - @property - def part_uuid(self): - return self.partition.part_uuid - - @property - def partition(self): - from .helpers import uevent, get_parent_of_partition - from .partition import Partition - from .blockdevice import BlockDevice - - for mapper in glob.glob('/dev/mapper/*'): - path_obj = pathlib.Path(mapper) - if path_obj.name == self.mappername and pathlib.Path(mapper).is_symlink(): - dm_device = (pathlib.Path("/dev/mapper/") / path_obj.readlink()).resolve() - - for slave in glob.glob(f"/sys/class/block/{dm_device.name}/slaves/*"): - partition_belonging_to_dmcrypt_device = pathlib.Path(slave).name - - try: - uevent_data = SysCommand(f"blkid -o export /dev/{partition_belonging_to_dmcrypt_device}").decode() - except SysCallError as error: - log(f"Could not get information on device /dev/{partition_belonging_to_dmcrypt_device}: {error}", level=logging.ERROR, fg="red") - - information = uevent(uevent_data) - block_device = BlockDevice(get_parent_of_partition('/dev/' / pathlib.Path(information['DEVNAME']))) - - return Partition(information['DEVNAME'], block_device=block_device) - - raise ValueError(f"Could not convert {self.mappername} to a real dm-crypt device") - - @property - def mountpoint(self) -> Optional[pathlib.Path]: - try: - data = json.loads(SysCommand(f"findmnt --json -R {self.path}").decode()) - for filesystem in data['filesystems']: - return pathlib.Path(filesystem.get('target')) - - except SysCallError as error: - # Not mounted anywhere most likely - log(f"Could not locate mount information for {self.path}: {error}", level=logging.WARNING, fg="yellow") - pass - - return None - - @property - def mountpoints(self) -> List[Dict[str, Any]]: - return [obj['target'] for obj in self.mount_information] - - @property - def mount_information(self) -> List[Dict[str, Any]]: - from .helpers import find_mountpoint - return [{**obj, 'target' : pathlib.Path(obj.get('target', '/dev/null'))} for obj in find_mountpoint(self.path)] - - @property - def filesystem(self) -> Optional[str]: - from .helpers import get_filesystem_type - return get_filesystem_type(self.path) - - @property - def subvolumes(self) -> Iterator['BtrfsSubvolumeInfo']: - from .btrfs import subvolume_info_from_path - - for mountpoint in self.mount_information: - if target := mountpoint.get('target'): - if subvolume := subvolume_info_from_path(pathlib.Path(target)): - yield subvolume diff --git a/archinstall/lib/disk/partition.py b/archinstall/lib/disk/partition.py deleted file mode 100644 index 87eaa6a7..00000000 --- a/archinstall/lib/disk/partition.py +++ /dev/null @@ -1,661 +0,0 @@ -import glob -import time -import logging -import json -import os -import hashlib -import typing -from dataclasses import dataclass, field -from pathlib import Path -from typing import Optional, Dict, Any, List, Union, Iterator - -from .blockdevice import BlockDevice -from .helpers import get_filesystem_type, convert_size_to_gb, split_bind_name -from ..storage import storage -from ..exceptions import DiskError, SysCallError, UnknownFilesystemFormat -from ..output import log -from ..general import SysCommand -from .btrfs.btrfs_helpers import subvolume_info_from_path -from .btrfs.btrfssubvolumeinfo import BtrfsSubvolumeInfo - -@dataclass -class PartitionInfo: - partition_object: 'Partition' - device_path: str # This would be /dev/sda1 for instance - bootable: bool - size: float - sector_size: int - start: Optional[int] - end: Optional[int] - pttype: Optional[str] - filesystem_type: Optional[str] - partuuid: Optional[str] - uuid: Optional[str] - mountpoints: List[Path] = field(default_factory=list) - - def __post_init__(self): - if not all([self.partuuid, self.uuid]): - for i in range(storage['DISK_RETRY_ATTEMPTS']): - lsblk_info = SysCommand(f"lsblk --json -b -o+LOG-SEC,SIZE,PTTYPE,PARTUUID,UUID,FSTYPE {self.device_path}").decode('UTF-8') - try: - lsblk_info = json.loads(lsblk_info) - except json.decoder.JSONDecodeError: - log(f"Could not decode JSON: {lsblk_info}", fg="red", level=logging.ERROR) - raise DiskError(f'Failed to retrieve information for "{self.device_path}" with lsblk') - - if not (device := lsblk_info.get('blockdevices', [None])[0]): - raise DiskError(f'Failed to retrieve information for "{self.device_path}" with lsblk') - - self.partuuid = device.get('partuuid') - self.uuid = device.get('uuid') - - # Lets build a list of requirements that we would like - # to retry and build (stuff that can take time between partprobes) - requirements = [] - requirements.append(self.partuuid) - - # Unformatted partitions won't have a UUID - if lsblk_info.get('fstype') is not None: - requirements.append(self.uuid) - - if all(requirements): - break - - self.partition_object.partprobe() - time.sleep(max(0.1, storage['DISK_TIMEOUTS'] * i)) - - def get_first_mountpoint(self) -> Optional[Path]: - if len(self.mountpoints) > 0: - return self.mountpoints[0] - return None - - -class Partition: - def __init__( - self, - path: str, - block_device: BlockDevice, - part_id :Optional[str] = None, - filesystem :Optional[str] = None, - mountpoint :Optional[str] = None, - encrypted :bool = False, - autodetect_filesystem :bool = True, - ): - if not part_id: - part_id = os.path.basename(path) - - if type(block_device) is str: - raise ValueError(f"Partition()'s 'block_device' parameter has to be a archinstall.BlockDevice() instance!") - - self.block_device = block_device - self._path = path - self._part_id = part_id - self._target_mountpoint = mountpoint - self._encrypted = encrypted - self._wipe = False - self._type = 'primary' - - if mountpoint: - self.mount(mountpoint) - - try: - self._partition_info = self._fetch_information() - - if not autodetect_filesystem and filesystem: - self._partition_info.filesystem_type = filesystem - - if self._partition_info.filesystem_type == 'crypto_LUKS': - self._encrypted = True - except DiskError: - self._partition_info = None - - @typing.no_type_check # I hate doint this but I'm currently unsure where this is used. - def __lt__(self, left_comparitor :BlockDevice) -> bool: - if type(left_comparitor) == Partition: - left_comparitor = left_comparitor.path - else: - left_comparitor = str(left_comparitor) - - # The goal is to check if /dev/nvme0n1p1 comes before /dev/nvme0n1p5 - return self._path < left_comparitor - - def __repr__(self, *args :str, **kwargs :str) -> str: - mount_repr = '' - if self._partition_info: - if mountpoint := self._partition_info.get_first_mountpoint(): - mount_repr = f", mounted={mountpoint}" - elif self._target_mountpoint: - mount_repr = f", rel_mountpoint={self._target_mountpoint}" - - classname = self.__class__.__name__ - - if not self._partition_info: - return f'{classname}(path={self._path})' - elif self._encrypted: - return f'{classname}(path={self._path}, size={self.size}, PARTUUID={self.part_uuid}, parent={self.real_device}, fs={self._partition_info.filesystem_type}{mount_repr})' - else: - return f'{classname}(path={self._path}, size={self.size}, PARTUUID={self.part_uuid}, fs={self._partition_info.filesystem_type}{mount_repr})' - - def as_json(self) -> Dict[str, Any]: - """ - this is used for the table representation of the partition (see FormattedOutput) - """ - partition_info = { - 'type': self._type, - 'PARTUUID': self.part_uuid, - 'wipe': self._wipe, - 'boot': self.boot, - 'ESP': self.boot, - 'mountpoint': self._target_mountpoint, - 'encrypted': self._encrypted, - 'start': self.start, - 'size': self.end, - 'filesystem': self._partition_info.filesystem_type if self._partition_info else 'Unknown' - } - - return partition_info - - def __dump__(self) -> Dict[str, Any]: - # TODO remove this in favour of as_json - return { - 'type': self._type, - 'PARTUUID': self.part_uuid, - 'wipe': self._wipe, - 'boot': self.boot, - 'ESP': self.boot, - 'mountpoint': self._target_mountpoint, - 'encrypted': self._encrypted, - 'start': self.start, - 'size': self.end, - 'filesystem': { - 'format': self._partition_info.filesystem_type if self._partition_info else 'None' - } - } - - def _call_lsblk(self) -> Dict[str, Any]: - for retry_attempt in range(storage['DISK_RETRY_ATTEMPTS']): - self.partprobe() - time.sleep(max(0.1, storage['DISK_TIMEOUTS'] * retry_attempt)) # TODO: Remove, we should be relying on blkid instead of lsblk - # This sleep might be overkill, but lsblk is known to - # work against a chaotic cache that can change during call - # causing no information to be returned (blkid is better) - # time.sleep(1) - - # TODO: Maybe incorporate a re-try system here based on time.sleep(max(0.1, storage.get('DISK_TIMEOUTS', 1))) - - try: - output = SysCommand(f"lsblk --json -b -o+LOG-SEC,SIZE,PTTYPE,PARTUUID,UUID,FSTYPE {self.device_path}").decode('UTF-8') - except SysCallError as error: - # Get the output minus the message/info from lsblk if it returns a non-zero exit code. - output = error.worker.decode('UTF-8') - if '{' in output: - output = output[output.find('{'):] - - if output: - try: - lsblk_info = json.loads(output) - return lsblk_info - except json.decoder.JSONDecodeError: - log(f"Could not decode JSON: {output}", fg="red", level=logging.ERROR) - - raise DiskError(f'Failed to get partition information "{self.device_path}" with lsblk') - - def _call_sfdisk(self) -> Dict[str, Any]: - output = SysCommand(f"sfdisk --json {self.block_device.path}").decode('UTF-8') - - if output: - sfdisk_info = json.loads(output) - partitions = sfdisk_info.get('partitiontable', {}).get('partitions', []) - node = list(filter(lambda x: x['node'] == self._path, partitions)) - - if len(node) > 0: - return node[0] - - return {} - - raise DiskError(f'Failed to read disk "{self.block_device.path}" with sfdisk') - - def _fetch_information(self) -> PartitionInfo: - lsblk_info = self._call_lsblk() - sfdisk_info = self._call_sfdisk() - - if not (device := lsblk_info.get('blockdevices', [])): - raise DiskError(f'Failed to retrieve information for "{self.device_path}" with lsblk') - - # Grab the first (and only) block device in the list as we're targeting a specific partition - device = device[0] - - mountpoints = [Path(mountpoint) for mountpoint in device['mountpoints'] if mountpoint] - bootable = sfdisk_info.get('bootable', False) or sfdisk_info.get('type', '') == 'C12A7328-F81F-11D2-BA4B-00A0C93EC93B' - - return PartitionInfo( - partition_object=self, - device_path=self._path, - pttype=device['pttype'], - partuuid=device['partuuid'], - uuid=device['uuid'], - sector_size=device['log-sec'], - size=convert_size_to_gb(device['size']), - start=sfdisk_info.get('start', None), - end=sfdisk_info.get('size', None), - bootable=bootable, - filesystem_type=device['fstype'], - mountpoints=mountpoints - ) - - @property - def target_mountpoint(self) -> Optional[str]: - return self._target_mountpoint - - @property - def path(self) -> str: - return self._path - - @property - def filesystem(self) -> str: - if self._partition_info: - return self._partition_info.filesystem_type - - @property - def mountpoint(self) -> Optional[Path]: - if len(self.mountpoints) > 0: - return self.mountpoints[0] - return None - - @property - def mountpoints(self) -> List[Path]: - if self._partition_info: - return self._partition_info.mountpoints - - @property - def sector_size(self) -> int: - if self._partition_info: - return self._partition_info.sector_size - - @property - def start(self) -> Optional[int]: - if self._partition_info: - return self._partition_info.start - - @property - def end(self) -> Optional[int]: - if self._partition_info: - return self._partition_info.end - - @property - def end_sectors(self) -> Optional[int]: - if self._partition_info: - start = self._partition_info.start - end = self._partition_info.end - if start and end: - return start + end - - @property - def size(self) -> Optional[float]: - if self._partition_info: - return self._partition_info.size - - @property - def boot(self) -> bool: - if self._partition_info: - return self._partition_info.bootable - - @property - def partition_type(self) -> Optional[str]: - if self._partition_info: - return self._partition_info.pttype - - @property - def part_uuid(self) -> str: - if self._partition_info: - return self._partition_info.partuuid - - @property - def uuid(self) -> Optional[str]: - """ - Returns the UUID as returned by lsblk for the **partition**. - This is more reliable than relying on /dev/disk/by-uuid as - it doesn't seam to be able to detect md raid partitions. - For bind mounts all the subvolumes share the same uuid - """ - for i in range(storage['DISK_RETRY_ATTEMPTS']): - if not self.partprobe(): - raise DiskError(f"Could not perform partprobe on {self.device_path}") - - time.sleep(storage.get('DISK_TIMEOUTS', 1) * i) - - partuuid = self._safe_uuid - if partuuid: - return partuuid - - raise DiskError(f"Could not get PARTUUID for {self.path} using 'blkid -s PARTUUID -o value {self.path}'") - - @property - def _safe_uuid(self) -> Optional[str]: - """ - A near copy of self.uuid but without any delays. - This function should only be used where uuid is not crucial. - For instance when you want to get a __repr__ of the class. - """ - if not self.partprobe(): - if self.block_device.partition_type == 'iso9660': - return None - - log(f"Could not reliably refresh PARTUUID of partition {self.device_path} due to partprobe error.", level=logging.DEBUG) - - try: - return SysCommand(f'blkid -s UUID -o value {self.device_path}').decode('UTF-8').strip() - except SysCallError as error: - if self.block_device.partition_type == 'iso9660': - # Parent device is a Optical Disk (.iso dd'ed onto a device for instance) - return None - - log(f"Could not get PARTUUID of partition using 'blkid -s UUID -o value {self.device_path}': {error}") - - @property - def _safe_part_uuid(self) -> Optional[str]: - """ - A near copy of self.uuid but without any delays. - This function should only be used where uuid is not crucial. - For instance when you want to get a __repr__ of the class. - """ - if not self.partprobe(): - if self.block_device.partition_type == 'iso9660': - return None - - log(f"Could not reliably refresh PARTUUID of partition {self.device_path} due to partprobe error.", level=logging.DEBUG) - - try: - return SysCommand(f'blkid -s PARTUUID -o value {self.device_path}').decode('UTF-8').strip() - except SysCallError as error: - if self.block_device.partition_type == 'iso9660': - # Parent device is a Optical Disk (.iso dd'ed onto a device for instance) - return None - - log(f"Could not get PARTUUID of partition using 'blkid -s PARTUUID -o value {self.device_path}': {error}") - - if self._partition_info: - return self._partition_info.uuid - - @property - def encrypted(self) -> Union[bool, None]: - return self._encrypted - - @property - def parent(self) -> str: - return self.real_device - - @property - def real_device(self) -> str: - output = SysCommand('lsblk -J').decode('UTF-8') - - if output: - for blockdevice in json.loads(output)['blockdevices']: - if parent := self.find_parent_of(blockdevice, os.path.basename(self.device_path)): - return f"/dev/{parent}" - return self._path - - raise DiskError('Unable to get disk information for command "lsblk -J"') - - @property - def device_path(self) -> str: - """ for bind mounts returns the physical path of the partition - """ - device_path, bind_name = split_bind_name(self._path) - return device_path - - @property - def bind_name(self) -> str: - """ for bind mounts returns the bind name (subvolume path). - Returns none if this property does not exist - """ - device_path, bind_name = split_bind_name(self._path) - return bind_name - - @property - def subvolumes(self) -> Iterator[BtrfsSubvolumeInfo]: - from .helpers import findmnt - - def iterate_children_recursively(information): - for child in information.get('children', []): - if target := child.get('target'): - if child.get('fstype') == 'btrfs': - if subvolume := subvolume_info_from_path(Path(target)): - yield subvolume - - if child.get('children'): - for subchild in iterate_children_recursively(child): - yield subchild - - if self._partition_info.filesystem_type == 'btrfs': - for mountpoint in self._partition_info.mountpoints: - if result := findmnt(mountpoint): - for filesystem in result.get('filesystems', []): - if subvolume := subvolume_info_from_path(mountpoint): - yield subvolume - - for child in iterate_children_recursively(filesystem): - yield child - - def partprobe(self) -> bool: - try: - if self.block_device: - return 0 == SysCommand(f'partprobe {self.block_device.device}').exit_code - except SysCallError as error: - log(f"Unreliable results might be given for {self._path} due to partprobe error: {error}", level=logging.DEBUG) - - return False - - def detect_inner_filesystem(self, password :str) -> Optional[str]: - log(f'Trying to detect inner filesystem format on {self} (This might take a while)', level=logging.INFO) - from ..luks import luks2 - - try: - with luks2(self, storage.get('ENC_IDENTIFIER', 'ai') + 'loop', password, auto_unmount=True) as unlocked_device: - return unlocked_device.filesystem - except SysCallError: - pass - return None - - def has_content(self) -> bool: - fs_type = self._partition_info.filesystem_type - if not fs_type or "swap" in fs_type: - return False - - temporary_mountpoint = '/tmp/' + hashlib.md5(bytes(f"{time.time()}", 'UTF-8') + os.urandom(12)).hexdigest() - temporary_path = Path(temporary_mountpoint) - - temporary_path.mkdir(parents=True, exist_ok=True) - if (handle := SysCommand(f'/usr/bin/mount {self._path} {temporary_mountpoint}')).exit_code != 0: - raise DiskError(f'Could not mount and check for content on {self._path} because: {handle}') - - files = len(glob.glob(f"{temporary_mountpoint}/*")) - iterations = 0 - while SysCommand(f"/usr/bin/umount -R {temporary_mountpoint}").exit_code != 0 and (iterations := iterations + 1) < 10: - time.sleep(1) - - temporary_path.rmdir() - - return True if files > 0 else False - - def encrypt(self, password: Optional[str] = None) -> str: - """ - A wrapper function for luks2() instances and the .encrypt() method of that instance. - """ - from ..luks import luks2 - - handle = luks2(self, None, None) - return handle.encrypt(self, password=password) - - def format(self, filesystem :Optional[str] = None, path :Optional[str] = None, log_formatting :bool = True, options :List[str] = [], retry :bool = True) -> bool: - """ - Format can be given an overriding path, for instance /dev/null to test - the formatting functionality and in essence the support for the given filesystem. - """ - if filesystem is None: - filesystem = self._partition_info.filesystem_type - - if path is None: - path = self._path - - # This converts from fat32 -> vfat to unify filesystem names - filesystem = get_mount_fs_type(filesystem) - - # To avoid "unable to open /dev/x: No such file or directory" - start_wait = time.time() - while Path(path).exists() is False and time.time() - start_wait < 10: - time.sleep(0.025) - - if log_formatting: - log(f'Formatting {path} -> {filesystem}', level=logging.INFO) - - try: - if filesystem == 'btrfs': - options = ['-f'] + options - - mkfs = SysCommand(f"/usr/bin/mkfs.btrfs {' '.join(options)} {path}").decode('UTF-8') - if mkfs and 'UUID:' not in mkfs: - raise DiskError(f'Could not format {path} with {filesystem} because: {mkfs}') - self._partition_info.filesystem_type = filesystem - - elif filesystem == 'vfat': - options = ['-F32'] + options - log(f"/usr/bin/mkfs.vfat {' '.join(options)} {path}") - if (handle := SysCommand(f"/usr/bin/mkfs.vfat {' '.join(options)} {path}")).exit_code != 0: - raise DiskError(f"Could not format {path} with {filesystem} because: {handle.decode('UTF-8')}") - self._partition_info.filesystem_type = filesystem - - elif filesystem == 'ext4': - options = ['-F'] + options - - if (handle := SysCommand(f"/usr/bin/mkfs.ext4 {' '.join(options)} {path}")).exit_code != 0: - raise DiskError(f"Could not format {path} with {filesystem} because: {handle.decode('UTF-8')}") - self._partition_info.filesystem_type = filesystem - - elif filesystem == 'ext2': - options = ['-F'] + options - - if (handle := SysCommand(f"/usr/bin/mkfs.ext2 {' '.join(options)} {path}")).exit_code != 0: - raise DiskError(f"Could not format {path} with {filesystem} because: {handle.decode('UTF-8')}") - self._partition_info.filesystem_type = 'ext2' - elif filesystem == 'xfs': - options = ['-f'] + options - - if (handle := SysCommand(f"/usr/bin/mkfs.xfs {' '.join(options)} {path}")).exit_code != 0: - raise DiskError(f"Could not format {path} with {filesystem} because: {handle.decode('UTF-8')}") - self._partition_info.filesystem_type = filesystem - - elif filesystem == 'f2fs': - options = ['-f'] + options - - if (handle := SysCommand(f"/usr/bin/mkfs.f2fs {' '.join(options)} {path}")).exit_code != 0: - raise DiskError(f"Could not format {path} with {filesystem} because: {handle.decode('UTF-8')}") - self._partition_info.filesystem_type = filesystem - - elif filesystem == 'ntfs3': - options = ['-f'] + options - - if (handle := SysCommand(f"/usr/bin/mkfs.ntfs -Q {' '.join(options)} {path}")).exit_code != 0: - raise DiskError(f"Could not format {path} with {filesystem} because: {handle.decode('UTF-8')}") - self._partition_info.filesystem_type = filesystem - - elif filesystem == 'crypto_LUKS': - # from ..luks import luks2 - # encrypted_partition = luks2(self, None, None) - # encrypted_partition.format(path) - self._partition_info.filesystem_type = filesystem - - else: - raise UnknownFilesystemFormat(f"Fileformat '{filesystem}' is not yet implemented.") - except SysCallError as error: - log(f"Formatting ran in to an error: {error}", level=logging.WARNING, fg="orange") - if retry is True: - log(f"Retrying in {storage.get('DISK_TIMEOUTS', 1)} seconds.", level=logging.WARNING, fg="orange") - time.sleep(storage.get('DISK_TIMEOUTS', 1)) - - return self.format(filesystem, path, log_formatting, options, retry=False) - - if get_filesystem_type(path) == 'crypto_LUKS' or get_filesystem_type(self.real_device) == 'crypto_LUKS': - self._encrypted = True - else: - self._encrypted = False - - return True - - def find_parent_of(self, data :Dict[str, Any], name :str, parent :Optional[str] = None) -> Optional[str]: - if data['name'] == name: - return parent - elif 'children' in data: - for child in data['children']: - if parent := self.find_parent_of(child, name, parent=data['name']): - return parent - - return None - - def mount(self, target :str, fs :Optional[str] = None, options :str = '') -> bool: - if not self._partition_info.get_first_mountpoint(): - log(f'Mounting {self} to {target}', level=logging.INFO) - - if not fs: - fs = self._partition_info.filesystem_type - - fs_type = get_mount_fs_type(fs) - - Path(target).mkdir(parents=True, exist_ok=True) - - if self.bind_name: - device_path = self.device_path - # TODO options should be better be a list than a string - if options: - options = f"{options},subvol={self.bind_name}" - else: - options = f"subvol={self.bind_name}" - else: - device_path = self._path - try: - if options: - mnt_handle = SysCommand(f"/usr/bin/mount -t {fs_type} -o {options} {device_path} {target}") - else: - mnt_handle = SysCommand(f"/usr/bin/mount -t {fs_type} {device_path} {target}") - - # TODO: Should be redundant to check for exit_code - if mnt_handle.exit_code != 0: - raise DiskError(f"Could not mount {self._path} to {target} using options {options}") - except SysCallError as err: - raise err - - # Update the partition info since the mount info has changed after this call. - self._partition_info = self._fetch_information() - return True - - return False - - def unmount(self) -> bool: - SysCommand(f"/usr/bin/umount {self._path}") - - # Update the partition info since the mount info has changed after this call. - self._partition_info = self._fetch_information() - return True - - def filesystem_supported(self) -> bool: - """ - The support for a filesystem (this partition) is tested by calling - partition.format() with a path set to '/dev/null' which returns two exceptions: - 1. SysCallError saying that /dev/null is not formattable - but the filesystem is supported - 2. UnknownFilesystemFormat that indicates that we don't support the given filesystem type - """ - try: - self.format(self._partition_info.filesystem_type, '/dev/null', log_formatting=False) - except (SysCallError, DiskError): - pass # We supported it, but /dev/null is not formattable as expected so the mkfs call exited with an error code - except UnknownFilesystemFormat as err: - raise err - return True - - -def get_mount_fs_type(fs :str) -> str: - if fs == 'ntfs': - return 'ntfs3' # Needed to use the Paragon R/W NTFS driver - elif fs == 'fat32': - return 'vfat' # This is the actual type used for fat32 mounting - return fs diff --git a/archinstall/lib/disk/partitioning_menu.py b/archinstall/lib/disk/partitioning_menu.py new file mode 100644 index 00000000..686e8c29 --- /dev/null +++ b/archinstall/lib/disk/partitioning_menu.py @@ -0,0 +1,335 @@ +from __future__ import annotations + +import logging +from pathlib import Path +from typing import Any, Dict, TYPE_CHECKING, List, Optional, Tuple + +from .device_model import PartitionModification, FilesystemType, BDevice, Size, Unit, PartitionType, PartitionFlag, \ + ModificationStatus +from ..menu import Menu, ListManager, MenuSelection, TextInput +from ..output import FormattedOutput, log +from .subvolume_menu import SubvolumeMenu + +if TYPE_CHECKING: + _: Any + + +class PartitioningList(ListManager): + """ + subclass of ListManager for the managing of user accounts + """ + def __init__(self, prompt: str, device: BDevice, device_partitions: List[PartitionModification]): + self._device = device + self._actions = { + 'create_new_partition': str(_('Create a new partition')), + 'suggest_partition_layout': str(_('Suggest partition layout')), + 'remove_added_partitions': str(_('Remove all newly added partitions')), + 'assign_mountpoint': str(_('Assign mountpoint')), + 'mark_formatting': str(_('Mark/Unmark to be formatted (wipes data)')), + 'mark_bootable': str(_('Mark/Unmark as bootable')), + 'set_filesystem': str(_('Change filesystem')), + 'btrfs_mark_compressed': str(_('Mark/Unmark as compressed')), # btrfs only + 'btrfs_set_subvolumes': str(_('Set subvolumes')), # btrfs only + 'delete_partition': str(_('Delete partition')) + } + + display_actions = list(self._actions.values()) + super().__init__(prompt, device_partitions, display_actions[:2], display_actions[3:]) + + def reformat(self, data: List[PartitionModification]) -> Dict[str, Optional[PartitionModification]]: + table = FormattedOutput.as_table(data) + rows = table.split('\n') + + # these are the header rows of the table and do not map to any User obviously + # we're adding 2 spaces as prefix because the menu selector '> ' will be put before + # the selectable rows so the header has to be aligned + display_data: Dict[str, Optional[PartitionModification]] = {f' {rows[0]}': None, f' {rows[1]}': None} + + for row, user in zip(rows[2:], data): + row = row.replace('|', '\\|') + display_data[row] = user + + return display_data + + def selected_action_display(self, partition: PartitionModification) -> str: + return str(_('Partition')) + + def filter_options(self, selection: PartitionModification, options: List[str]) -> List[str]: + not_filter = [] + + # only display formatting if the partition exists already + if not selection.exists(): + not_filter += [self._actions['mark_formatting']] + else: + # only allow these options if the existing partition + # was marked as formatting, otherwise we run into issues where + # 1. select a new fs -> potentially mark as wipe now + # 2. Switch back to old filesystem -> should unmark wipe now, but + # how do we know it was the original one? + not_filter += [ + self._actions['set_filesystem'], + self._actions['assign_mountpoint'], + self._actions['mark_bootable'], + self._actions['btrfs_mark_compressed'], + self._actions['btrfs_set_subvolumes'] + ] + + # non btrfs partitions shouldn't get btrfs options + if selection.fs_type != FilesystemType.Btrfs: + not_filter += [self._actions['btrfs_mark_compressed'], self._actions['btrfs_set_subvolumes']] + else: + not_filter += [self._actions['assign_mountpoint']] + + return [o for o in options if o not in not_filter] + + def handle_action( + self, + action: str, + entry: Optional[PartitionModification], + data: List[PartitionModification] + ) -> List[PartitionModification]: + action_key = [k for k, v in self._actions.items() if v == action][0] + + match action_key: + case 'create_new_partition': + new_partition = self._create_new_partition() + data += [new_partition] + case 'suggest_partition_layout': + new_partitions = self._suggest_partition_layout(data) + if len(new_partitions) > 0: + data = new_partitions + case 'remove_added_partitions': + choice = self._reset_confirmation() + if choice.value == Menu.yes(): + data = [part for part in data if part.is_exists_or_modify()] + case 'assign_mountpoint' if entry: + entry.mountpoint = self._prompt_mountpoint() + if entry.mountpoint == Path('/boot'): + entry.set_flag(PartitionFlag.Boot) + case 'mark_formatting' if entry: + self._prompt_formatting(entry) + case 'mark_bootable' if entry: + entry.invert_flag(PartitionFlag.Boot) + case 'set_filesystem' if entry: + fs_type = self._prompt_partition_fs_type() + if fs_type: + entry.fs_type = fs_type + # btrfs subvolumes will define mountpoints + if fs_type == FilesystemType.Btrfs: + entry.mountpoint = None + case 'btrfs_mark_compressed' if entry: + self._set_compressed(entry) + case 'btrfs_set_subvolumes' if entry: + self._set_btrfs_subvolumes(entry) + case 'delete_partition' if entry: + data = self._delete_partition(entry, data) + + return data + + def _delete_partition( + self, + entry: PartitionModification, + data: List[PartitionModification] + ) -> List[PartitionModification]: + if entry.is_exists_or_modify(): + entry.status = ModificationStatus.Delete + return data + else: + return [d for d in data if d != entry] + + def _set_compressed(self, partition: PartitionModification): + compression = 'compress=zstd' + + if compression in partition.mount_options: + partition.mount_options = [o for o in partition.mount_options if o != compression] + else: + partition.mount_options.append(compression) + + def _set_btrfs_subvolumes(self, partition: PartitionModification): + partition.btrfs_subvols = SubvolumeMenu( + _("Manage btrfs subvolumes for current partition"), + partition.btrfs_subvols + ).run() + + def _prompt_formatting(self, partition: PartitionModification): + # an existing partition can toggle between Exist or Modify + if partition.is_modify(): + partition.status = ModificationStatus.Exist + return + elif partition.exists(): + partition.status = ModificationStatus.Modify + + # If we mark a partition for formatting, but the format is CRYPTO LUKS, there's no point in formatting it really + # without asking the user which inner-filesystem they want to use. Since the flag 'encrypted' = True is already set, + # it's safe to change the filesystem for this partition. + if partition.fs_type == FilesystemType.Crypto_luks: + prompt = str(_('This partition is currently encrypted, to format it a filesystem has to be specified')) + fs_type = self._prompt_partition_fs_type(prompt) + partition.fs_type = fs_type + + if fs_type == FilesystemType.Btrfs: + partition.mountpoint = None + + def _prompt_mountpoint(self) -> Path: + header = str(_('Partition mount-points are relative to inside the installation, the boot would be /boot as an example.')) + '\n' + header += str(_('If mountpoint /boot is set, then the partition will also be marked as bootable.')) + '\n' + prompt = str(_('Mountpoint: ')) + + print(header) + + while True: + value = TextInput(prompt).run().strip() + + if value: + mountpoint = Path(value) + break + + return mountpoint + + def _prompt_partition_fs_type(self, prompt: str = '') -> FilesystemType: + options = {fs.value: fs for fs in FilesystemType if fs != FilesystemType.Crypto_luks} + + prompt = prompt + '\n' + str(_('Enter a desired filesystem type for the partition')) + choice = Menu(prompt, options, sort=False, skip=False).run() + return options[choice.single_value] + + def _validate_sector(self, start_sector: str, end_sector: Optional[str] = None) -> bool: + if not start_sector.isdigit(): + return False + + if end_sector: + if end_sector.endswith('%'): + if not end_sector[:-1].isdigit(): + return False + elif not end_sector.isdigit(): + return False + elif int(start_sector) > int(end_sector): + return False + + return True + + def _prompt_sectors(self) -> Tuple[Size, Size]: + device_info = self._device.device_info + + text = str(_('Current free sectors on device {}:')).format(device_info.path) + '\n\n' + free_space_table = FormattedOutput.as_table(device_info.free_space_regions) + prompt = text + free_space_table + '\n' + + total_sectors = device_info.total_size.format_size(Unit.sectors, device_info.sector_size) + prompt += str(_('Total sectors: {}')).format(total_sectors) + '\n' + print(prompt) + + largest_free_area = max(device_info.free_space_regions, key=lambda r: r.get_length()) + + # prompt until a valid start sector was entered + while True: + start_prompt = str(_('Enter the start sector (default: {}): ')).format(largest_free_area.start) + start_sector = TextInput(start_prompt).run().strip() + + if not start_sector or self._validate_sector(start_sector): + break + + log(f'Invalid start sector entered: {start_sector}', fg='red', level=logging.INFO) + + if not start_sector: + start_sector = str(largest_free_area.start) + end_sector = str(largest_free_area.end) + else: + end_sector = '100%' + + # prompt until valid end sector was entered + while True: + end_prompt = str(_('Enter the end sector of the partition (percentage or block number, default: {}): ')).format(end_sector) + end_value = TextInput(end_prompt).run().strip() + + if not end_value or self._validate_sector(start_sector, end_value): + break + + log(f'Invalid end sector entered: {start_sector}', fg='red', level=logging.INFO) + + # override the default value with the user value + if end_value: + end_sector = end_value + + start_size = Size(int(start_sector), Unit.sectors, device_info.sector_size) + + if end_sector.endswith('%'): + end_size = Size(int(end_sector[:-1]), Unit.Percent, device_info.sector_size, device_info.total_size) + else: + end_size = Size(int(end_sector), Unit.sectors, device_info.sector_size) + + return start_size, end_size + + def _create_new_partition(self) -> PartitionModification: + fs_type = self._prompt_partition_fs_type() + + start_size, end_size = self._prompt_sectors() + length = end_size - start_size + + # new line for the next prompt + print() + + mountpoint = None + if fs_type != FilesystemType.Btrfs: + mountpoint = self._prompt_mountpoint() + + partition = PartitionModification( + status=ModificationStatus.Create, + type=PartitionType.Primary, + start=start_size, + length=length, + fs_type=fs_type, + mountpoint=mountpoint + ) + + if partition.mountpoint == Path('/boot'): + partition.set_flag(PartitionFlag.Boot) + + return partition + + def _reset_confirmation(self) -> MenuSelection: + prompt = str(_('This will remove all newly added partitions, continue?')) + choice = Menu(prompt, Menu.yes_no(), default_option=Menu.no(), skip=False).run() + return choice + + def _suggest_partition_layout(self, data: List[PartitionModification]) -> List[PartitionModification]: + # if modifications have been done already, inform the user + # that this operation will erase those modifications + if any([not entry.exists() for entry in data]): + choice = self._reset_confirmation() + if choice.value == Menu.no(): + return [] + + from ..user_interaction.disk_conf import suggest_single_disk_layout + + device_modification = suggest_single_disk_layout(self._device) + return device_modification.partitions + + +def manual_partitioning( + device: BDevice, + prompt: str = '', + preset: List[PartitionModification] = [] +) -> List[PartitionModification]: + if not prompt: + prompt = str(_('Partition management: {}')).format(device.device_info.path) + '\n' + prompt += str(_('Total length: {}')).format(device.device_info.total_size.format_size(Unit.MiB)) + + manual_preset = [] + + if not preset: + # we'll display the existing partitions of the device + for partition in device.partition_infos: + manual_preset.append( + PartitionModification.from_existing_partition(partition) + ) + else: + manual_preset = preset + + menu_list = PartitioningList(prompt, device, manual_preset) + partitions = menu_list.run() + + if menu_list.is_last_choice_cancel(): + return preset + + return partitions diff --git a/archinstall/lib/disk/subvolume_menu.py b/archinstall/lib/disk/subvolume_menu.py new file mode 100644 index 00000000..32a0e616 --- /dev/null +++ b/archinstall/lib/disk/subvolume_menu.py @@ -0,0 +1,101 @@ +from pathlib import Path +from typing import Dict, List, Optional, Any, TYPE_CHECKING + +from .device_model import SubvolumeModification +from ..menu import Menu, TextInput, MenuSelectionType, ListManager +from ..output import FormattedOutput + +if TYPE_CHECKING: + _: Any + + +class SubvolumeMenu(ListManager): + def __init__(self, prompt: str, btrfs_subvols: List[SubvolumeModification]): + self._actions = [ + str(_('Add subvolume')), + str(_('Edit subvolume')), + str(_('Delete subvolume')) + ] + super().__init__(prompt, btrfs_subvols, [self._actions[0]], self._actions[1:]) + + def reformat(self, data: List[SubvolumeModification]) -> Dict[str, Optional[SubvolumeModification]]: + table = FormattedOutput.as_table(data) + rows = table.split('\n') + + # these are the header rows of the table and do not map to any User obviously + # we're adding 2 spaces as prefix because the menu selector '> ' will be put before + # the selectable rows so the header has to be aligned + display_data: Dict[str, Optional[SubvolumeModification]] = {f' {rows[0]}': None, f' {rows[1]}': None} + + for row, subvol in zip(rows[2:], data): + row = row.replace('|', '\\|') + display_data[row] = subvol + + return display_data + + def selected_action_display(self, subvolume: SubvolumeModification) -> str: + return str(subvolume.name) + + def _prompt_options(self, editing: Optional[SubvolumeModification] = None) -> List[str]: + preset_options = [] + if editing: + preset_options = editing.mount_options + + choice = Menu( + str(_("Select the desired subvolume options ")), + ['nodatacow', 'compress'], + skip=True, + preset_values=preset_options, + multi=True + ).run() + + if choice.type_ == MenuSelectionType.Selection: + return choice.value # type: ignore + + return [] + + def _add_subvolume(self, editing: Optional[SubvolumeModification] = None) -> Optional[SubvolumeModification]: + name = TextInput(f'\n\n{_("Subvolume name")}: ', editing.name if editing else '').run() + + if not name: + return None + + mountpoint = TextInput(f'{_("Subvolume mountpoint")}: ', str(editing.mountpoint) if editing else '').run() + + if not mountpoint: + return None + + options = self._prompt_options(editing) + + subvolume = SubvolumeModification(Path(name), Path(mountpoint)) + subvolume.compress = 'compress' in options + subvolume.nodatacow = 'nodatacow' in options + + return subvolume + + def handle_action( + self, + action: str, + entry: Optional[SubvolumeModification], + data: List[SubvolumeModification] + ) -> List[SubvolumeModification]: + if action == self._actions[0]: # add + new_subvolume = self._add_subvolume() + + if new_subvolume is not None: + # in case a user with the same username as an existing user + # was created we'll replace the existing one + data = [d for d in data if d.name != new_subvolume.name] + data += [new_subvolume] + elif entry is not None: + if action == self._actions[1]: # edit subvolume + new_subvolume = self._add_subvolume(entry) + + if new_subvolume is not None: + # we'll remove the original subvolume and add the modified version + data = [d for d in data if d.name != entry.name and d.name != new_subvolume.name] + data += [new_subvolume] + elif action == self._actions[2]: # delete + data = [d for d in data if d != entry] + + return data diff --git a/archinstall/lib/disk/user_guides.py b/archinstall/lib/disk/user_guides.py deleted file mode 100644 index 5809c073..00000000 --- a/archinstall/lib/disk/user_guides.py +++ /dev/null @@ -1,240 +0,0 @@ -from __future__ import annotations -import logging -from typing import Optional, Dict, Any, List, TYPE_CHECKING - -# https://stackoverflow.com/a/39757388/929999 -from ..models.subvolume import Subvolume - -if TYPE_CHECKING: - from .blockdevice import BlockDevice - _: Any - -from .helpers import sort_block_devices_based_on_performance, select_largest_device, select_disk_larger_than_or_close_to -from ..hardware import has_uefi -from ..output import log -from ..menu import Menu - - -def suggest_single_disk_layout(block_device :BlockDevice, - default_filesystem :Optional[str] = None, - advanced_options :bool = False) -> Dict[str, Any]: - - if not default_filesystem: - from ..user_interaction import ask_for_main_filesystem_format - default_filesystem = ask_for_main_filesystem_format(advanced_options) - - MIN_SIZE_TO_ALLOW_HOME_PART = 40 # GiB - using_subvolumes = False - using_home_partition = False - compression = False - - if default_filesystem == 'btrfs': - prompt = str(_('Would you like to use BTRFS subvolumes with a default structure?')) - choice = Menu(prompt, Menu.yes_no(), skip=False, default_option=Menu.yes()).run() - using_subvolumes = choice.value == Menu.yes() - - prompt = str(_('Would you like to use BTRFS compression?')) - choice = Menu(prompt, Menu.yes_no(), skip=False, default_option=Menu.yes()).run() - compression = choice.value == Menu.yes() - - layout = { - block_device.path : { - "wipe" : True, - "partitions" : [] - } - } - - # Used for reference: https://wiki.archlinux.org/title/partitioning - - # 2 MiB is unallocated for GRUB on BIOS. Potentially unneeded for - # other bootloaders? - - # TODO: On BIOS, /boot partition is only needed if the drive will - # be encrypted, otherwise it is not recommended. We should probably - # add a check for whether the drive will be encrypted or not. - layout[block_device.path]['partitions'].append({ - # Boot - "type" : "primary", - "start" : "3MiB", - "size" : "203MiB", - "boot" : True, - "encrypted" : False, - "wipe" : True, - "mountpoint" : "/boot", - "filesystem" : { - "format" : "fat32" - } - }) - - # Increase the UEFI partition if UEFI is detected. - # Also re-align the start to 1MiB since we don't need the first sectors - # like we do in MBR layouts where the boot loader is installed traditionally. - if has_uefi(): - layout[block_device.path]['partitions'][-1]['start'] = '1MiB' - layout[block_device.path]['partitions'][-1]['size'] = '512MiB' - - layout[block_device.path]['partitions'].append({ - # Root - "type" : "primary", - "start" : "206MiB", - "encrypted" : False, - "wipe" : True, - "mountpoint" : "/" if not using_subvolumes else None, - "filesystem" : { - "format" : default_filesystem, - "mount_options" : ["compress=zstd"] if compression else [] - } - }) - - if has_uefi(): - layout[block_device.path]['partitions'][-1]['start'] = '513MiB' - - if not using_subvolumes and block_device.size >= MIN_SIZE_TO_ALLOW_HOME_PART: - prompt = str(_('Would you like to create a separate partition for /home?')) - choice = Menu(prompt, Menu.yes_no(), skip=False, default_option=Menu.yes()).run() - using_home_partition = choice.value == Menu.yes() - - # Set a size for / (/root) - if using_subvolumes or block_device.size < MIN_SIZE_TO_ALLOW_HOME_PART or not using_home_partition: - # We'll use subvolumes - # Or the disk size is too small to allow for a separate /home - # Or the user doesn't want to create a separate partition for /home - layout[block_device.path]['partitions'][-1]['size'] = '100%' - else: - layout[block_device.path]['partitions'][-1]['size'] = f"{min(block_device.size, 20)}GiB" - - if default_filesystem == 'btrfs' and using_subvolumes: - # if input('Do you want to use a recommended structure? (Y/n): ').strip().lower() in ('', 'y', 'yes'): - # https://btrfs.wiki.kernel.org/index.php/FAQ - # https://unix.stackexchange.com/questions/246976/btrfs-subvolume-uuid-clash - # https://github.com/classy-giraffe/easy-arch/blob/main/easy-arch.sh - layout[block_device.path]['partitions'][1]['btrfs'] = { - 'subvolumes': [ - Subvolume('@', '/'), - Subvolume('@home', '/home'), - Subvolume('@log', '/var/log'), - Subvolume('@pkg', '/var/cache/pacman/pkg'), - Subvolume('@.snapshots', '/.snapshots') - ] - } - elif using_home_partition: - # If we don't want to use subvolumes, - # But we want to be able to re-use data between re-installs.. - # A second partition for /home would be nice if we have the space for it - layout[block_device.path]['partitions'].append({ - # Home - "type" : "primary", - "start" : f"{min(block_device.size, 20)}GiB", - "size" : "100%", - "encrypted" : False, - "wipe" : True, - "mountpoint" : "/home", - "filesystem" : { - "format" : default_filesystem, - "mount_options" : ["compress=zstd"] if compression else [] - } - }) - - return layout - - -def suggest_multi_disk_layout(block_devices :List[BlockDevice], default_filesystem :Optional[str] = None, advanced_options :bool = False): - - if not default_filesystem: - from ..user_interaction import ask_for_main_filesystem_format - default_filesystem = ask_for_main_filesystem_format(advanced_options) - - # Not really a rock solid foundation of information to stand on, but it's a start: - # https://www.reddit.com/r/btrfs/comments/m287gp/partition_strategy_for_two_physical_disks/ - # https://www.reddit.com/r/btrfs/comments/9us4hr/what_is_your_btrfs_partitionsubvolumes_scheme/ - - MIN_SIZE_TO_ALLOW_HOME_PART = 40 # GiB - ARCH_LINUX_INSTALLED_SIZE = 20 # GiB, rough estimate taking in to account user desktops etc. TODO: Catch user packages to detect size? - - block_devices = sort_block_devices_based_on_performance(block_devices).keys() - - home_device = select_largest_device(block_devices, gigabytes=MIN_SIZE_TO_ALLOW_HOME_PART) - root_device = select_disk_larger_than_or_close_to(block_devices, gigabytes=ARCH_LINUX_INSTALLED_SIZE, filter_out=[home_device]) - - if home_device is None or root_device is None: - text = _('The selected drives do not have the minimum capacity required for an automatic suggestion\n') - text += _('Minimum capacity for /home partition: {}GB\n').format(MIN_SIZE_TO_ALLOW_HOME_PART) - text += _('Minimum capacity for Arch Linux partition: {}GB').format(ARCH_LINUX_INSTALLED_SIZE) - Menu(str(text), [str(_('Continue'))], skip=False).run() - return None - - compression = False - - if default_filesystem == 'btrfs': - # prompt = 'Would you like to use BTRFS subvolumes with a default structure?' - # choice = Menu(prompt, ['yes', 'no'], skip=False, default_option='yes').run() - # using_subvolumes = choice == 'yes' - - prompt = str(_('Would you like to use BTRFS compression?')) - choice = Menu(prompt, Menu.yes_no(), skip=False, default_option=Menu.yes()).run() - compression = choice.value == Menu.yes() - - log(f"Suggesting multi-disk-layout using {len(block_devices)} disks, where {root_device} will be /root and {home_device} will be /home", level=logging.DEBUG) - - layout = { - root_device.path : { - "wipe" : True, - "partitions" : [] - }, - home_device.path : { - "wipe" : True, - "partitions" : [] - }, - } - - # TODO: Same deal as with the single disk layout, we should - # probably check if the drive will be encrypted. - layout[root_device.path]['partitions'].append({ - # Boot - "type" : "primary", - "start" : "3MiB", - "size" : "203MiB", - "boot" : True, - "encrypted" : False, - "wipe" : True, - "mountpoint" : "/boot", - "filesystem" : { - "format" : "fat32" - } - }) - - if has_uefi(): - layout[root_device.path]['partitions'][-1]['start'] = '1MiB' - layout[root_device.path]['partitions'][-1]['size'] = '512MiB' - - layout[root_device.path]['partitions'].append({ - # Root - "type" : "primary", - "start" : "206MiB", - "size" : "100%", - "encrypted" : False, - "wipe" : True, - "mountpoint" : "/", - "filesystem" : { - "format" : default_filesystem, - "mount_options" : ["compress=zstd"] if compression else [] - } - }) - if has_uefi(): - layout[root_device.path]['partitions'][-1]['start'] = '513MiB' - - layout[home_device.path]['partitions'].append({ - # Home - "type" : "primary", - "start" : "1MiB", - "size" : "100%", - "encrypted" : False, - "wipe" : True, - "mountpoint" : "/home", - "filesystem" : { - "format" : default_filesystem, - "mount_options" : ["compress=zstd"] if compression else [] - } - }) - - return layout diff --git a/archinstall/lib/disk/validators.py b/archinstall/lib/disk/validators.py deleted file mode 100644 index 076a8ba2..00000000 --- a/archinstall/lib/disk/validators.py +++ /dev/null @@ -1,48 +0,0 @@ -from typing import List - -def valid_parted_position(pos :str) -> bool: - if not len(pos): - return False - - if pos.isdigit(): - return True - - pos_lower = pos.lower() - - if (pos_lower.endswith('b') or pos_lower.endswith('s')) and pos[:-1].isdigit(): - return True - - if any(pos_lower.endswith(size) and pos[:-len(size)].replace(".", "", 1).isdigit() - for size in ['%', 'kb', 'mb', 'gb', 'tb', 'kib', 'mib', 'gib', 'tib']): - return True - - return False - - -def fs_types() -> List[str]: - # https://www.gnu.org/software/parted/manual/html_node/mkpart.html - # Above link doesn't agree with `man parted` /mkpart documentation: - """ - fs-type can - be one of "btrfs", "ext2", - "ext3", "ext4", "fat16", - "fat32", "hfs", "hfs+", - "linux-swap", "ntfs", "reis‐ - erfs", "udf", or "xfs". - """ - return [ - "btrfs", - "ext2", - "ext3", "ext4", # `man parted` allows these - "fat16", "fat32", - "hfs", "hfs+", # "hfsx", not included in `man parted` - "linux-swap", - "ntfs", - "reiserfs", - "udf", # "ufs", not included in `man parted` - "xfs", # `man parted` allows this - ] - - -def valid_fs_type(fstype :str) -> bool: - return fstype.lower() in fs_types() diff --git a/archinstall/lib/general.py b/archinstall/lib/general.py index 79ab024b..57f13288 100644 --- a/archinstall/lib/general.py +++ b/archinstall/lib/general.py @@ -1,4 +1,5 @@ from __future__ import annotations + import hashlib import json import logging @@ -17,7 +18,7 @@ import urllib.error import pathlib from datetime import datetime, date from typing import Callable, Optional, Dict, Any, List, Union, Iterator, TYPE_CHECKING -# https://stackoverflow.com/a/39757388/929999 + if TYPE_CHECKING: from .installer import Installer @@ -140,7 +141,7 @@ class JsonEncoder: return obj.isoformat() elif isinstance(obj, (list, set, tuple)): return [json.loads(json.dumps(item, cls=JSON)) for item in obj] - elif isinstance(obj, (pathlib.Path)): + elif isinstance(obj, pathlib.Path): return str(obj) else: return obj @@ -184,22 +185,21 @@ class UNSAFE_JSON(json.JSONEncoder, json.JSONDecoder): def encode(self, obj :Any) -> Any: return super(UNSAFE_JSON, self).encode(self._encode(obj)) + class SysCommandWorker: - def __init__(self, + def __init__( + self, cmd :Union[str, List[str]], callbacks :Optional[Dict[str, Any]] = None, peek_output :Optional[bool] = False, - peak_output :Optional[bool] = False, environment_vars :Optional[Dict[str, Any]] = None, logfile :Optional[None] = None, working_directory :Optional[str] = './', - remove_vt100_escape_codes_from_lines :bool = True): - - if peak_output: - log("SysCommandWorker()'s peak_output is deprecated, use peek_output instead.", level=logging.WARNING, fg='red') - + remove_vt100_escape_codes_from_lines :bool = True + ): if not callbacks: callbacks = {} + if not environment_vars: environment_vars = {} @@ -216,8 +216,6 @@ class SysCommandWorker: self.cmd = cmd self.callbacks = callbacks self.peek_output = peek_output - if not self.peek_output and peak_output: - self.peek_output = peak_output # define the standard locale for command outputs. For now the C ascii one. Can be overridden self.environment_vars = {**storage.get('CMD_LOCALE',{}),**environment_vars} self.logfile = logfile @@ -396,7 +394,7 @@ class SysCommandWorker: os.chmod(str(history_logfile), stat.S_IRUSR | stat.S_IWUSR | stat.S_IRGRP) except PermissionError: pass - # If history_logfile does not exist, ignore the error + # If history_logfile does not exist, ignore the error except FileNotFoundError: pass except Exception as e: @@ -431,14 +429,10 @@ class SysCommand: callbacks :Optional[Dict[str, Callable[[Any], Any]]] = None, start_callback :Optional[Callable[[Any], Any]] = None, peek_output :Optional[bool] = False, - peak_output :Optional[bool] = False, environment_vars :Optional[Dict[str, Any]] = None, working_directory :Optional[str] = './', remove_vt100_escape_codes_from_lines :bool = True): - if peak_output: - log("SysCommandWorker()'s peak_output is deprecated, use peek_output instead.", level=logging.WARNING, fg='red') - _callbacks = {} if callbacks: for hook, func in callbacks.items(): @@ -449,8 +443,6 @@ class SysCommand: self.cmd = cmd self._callbacks = _callbacks self.peek_output = peek_output - if not self.peek_output and peak_output: - self.peek_output = peak_output self.environment_vars = environment_vars self.working_directory = working_directory self.remove_vt100_escape_codes_from_lines = remove_vt100_escape_codes_from_lines @@ -575,9 +567,8 @@ def run_custom_user_commands(commands :List[str], installation :Installer) -> No with open(f"{installation.target}/var/tmp/user-command.{index}.sh", "w") as temp_script: temp_script.write(command) - execution_output = SysCommand(f"arch-chroot {installation.target} bash /var/tmp/user-command.{index}.sh") + SysCommand(f"arch-chroot {installation.target} bash /var/tmp/user-command.{index}.sh") - log(execution_output) os.unlink(f"{installation.target}/var/tmp/user-command.{index}.sh") def json_stream_to_structure(configuration_identifier : str, stream :str, target :dict) -> bool : diff --git a/archinstall/lib/global_menu.py b/archinstall/lib/global_menu.py new file mode 100644 index 00000000..bc9164ee --- /dev/null +++ b/archinstall/lib/global_menu.py @@ -0,0 +1,364 @@ +from __future__ import annotations + +from typing import Any, List, Optional, Union, Dict, TYPE_CHECKING + +from . import disk +from .general import SysCommand, secret +from .menu import Selector, AbstractMenu +from .models import NetworkConfiguration +from .models.bootloader import Bootloader +from .models.users import User +from .output import FormattedOutput +from .profile.profile_menu import ProfileConfiguration +from .storage import storage +from .user_interaction import add_number_of_parrallel_downloads +from .user_interaction import ask_additional_packages_to_install +from .user_interaction import ask_for_additional_users +from .user_interaction import ask_for_audio_selection +from .user_interaction import ask_for_bootloader +from .user_interaction import ask_for_swap +from .user_interaction import ask_hostname +from .user_interaction import ask_ntp +from .user_interaction import ask_to_configure_network +from .user_interaction import get_password, ask_for_a_timezone +from .user_interaction import select_additional_repositories +from .user_interaction import select_kernel +from .user_interaction import select_language +from .user_interaction import select_locale_enc +from .user_interaction import select_locale_lang +from .user_interaction import select_mirror_regions +from .user_interaction.disk_conf import select_disk_config +from .user_interaction.save_conf import save_config + +if TYPE_CHECKING: + _: Any + + +class GlobalMenu(AbstractMenu): + def __init__(self, data_store: Dict[str, Any]): + super().__init__(data_store=data_store, auto_cursor=True, preview_size=0.3) + + def setup_selection_menu_options(self): + # archinstall.Language will not use preset values + self._menu_options['archinstall-language'] = \ + Selector( + _('Archinstall language'), + lambda x: self._select_archinstall_language(x), + display_func=lambda x: x.display_name, + default=self.translation_handler.get_language_by_abbr('en')) + self._menu_options['keyboard-layout'] = \ + Selector( + _('Keyboard layout'), + lambda preset: select_language(preset), + default='us') + self._menu_options['mirror-region'] = \ + Selector( + _('Mirror region'), + lambda preset: select_mirror_regions(preset), + display_func=lambda x: list(x.keys()) if x else '[]', + default={}) + self._menu_options['sys-language'] = \ + Selector( + _('Locale language'), + lambda preset: select_locale_lang(preset), + default='en_US') + self._menu_options['sys-encoding'] = \ + Selector( + _('Locale encoding'), + lambda preset: select_locale_enc(preset), + default='UTF-8') + self._menu_options['disk_config'] = \ + Selector( + _('Disk configuration'), + lambda preset: self._select_disk_config(preset), + preview_func=self._prev_disk_layouts, + display_func=lambda x: self._display_disk_layout(x), + ) + self._menu_options['disk_encryption'] = \ + Selector( + _('Disk encryption'), + lambda preset: self._disk_encryption(preset), + preview_func=self._prev_disk_encryption, + display_func=lambda x: self._display_disk_encryption(x), + dependencies=['disk_config']) + self._menu_options['swap'] = \ + Selector( + _('Swap'), + lambda preset: ask_for_swap(preset), + default=True) + self._menu_options['bootloader'] = \ + Selector( + _('Bootloader'), + lambda preset: ask_for_bootloader(preset), + display_func=lambda x: x.value, + default=Bootloader.get_default()) + self._menu_options['hostname'] = \ + Selector( + _('Hostname'), + lambda preset: ask_hostname(preset), + default='archlinux') + # root password won't have preset value + self._menu_options['!root-password'] = \ + Selector( + _('Root password'), + lambda preset:self._set_root_password(), + display_func=lambda x: secret(x) if x else 'None') + self._menu_options['!users'] = \ + Selector( + _('User account'), + lambda x: self._create_user_account(x), + default={}, + display_func=lambda x: f'{len(x)} {_("User(s)")}' if len(x) > 0 else None, + preview_func=self._prev_users) + self._menu_options['profile_config'] = \ + Selector( + _('Profile'), + lambda preset: self._select_profile(preset), + display_func=lambda x: x.profile.name if x else 'None', + preview_func=self._prev_profile + ) + self._menu_options['audio'] = \ + Selector( + _('Audio'), + lambda preset: self._select_audio(preset), + display_func=lambda x: x if x else 'None', + default=None + ) + self._menu_options['parallel downloads'] = \ + Selector( + _('Parallel Downloads'), + add_number_of_parrallel_downloads, + display_func=lambda x: x if x else '0', + default=0 + ) + self._menu_options['kernels'] = \ + Selector( + _('Kernels'), + lambda preset: select_kernel(preset), + display_func=lambda x: ', '.join(x) if x else None, + default=['linux']) + self._menu_options['packages'] = \ + Selector( + _('Additional packages'), + # lambda x: ask_additional_packages_to_install(storage['arguments'].get('packages', None)), + ask_additional_packages_to_install, + default=[]) + self._menu_options['additional-repositories'] = \ + Selector( + _('Optional repositories'), + select_additional_repositories, + display_func=lambda x: ', '.join(x) if x else None, + default=[]) + self._menu_options['nic'] = \ + Selector( + _('Network configuration'), + ask_to_configure_network, + display_func=lambda x: self._display_network_conf(x), + preview_func=self._prev_network_config, + default={}) + self._menu_options['timezone'] = \ + Selector( + _('Timezone'), + lambda preset: ask_for_a_timezone(preset), + default='UTC') + self._menu_options['ntp'] = \ + Selector( + _('Automatic time sync (NTP)'), + lambda preset: self._select_ntp(preset), + default=True) + self._menu_options['__separator__'] = \ + Selector('') + self._menu_options['save_config'] = \ + Selector( + _('Save configuration'), + lambda preset: save_config(self._data_store), + no_store=True) + self._menu_options['install'] = \ + Selector( + self._install_text(), + exec_func=lambda n,v: True if len(self._missing_configs()) == 0 else False, + preview_func=self._prev_install_missing_config, + no_store=True) + + self._menu_options['abort'] = Selector(_('Abort'), exec_func=lambda n,v:exit(1)) + + def _update_install_text(self, name: str, value: str): + text = self._install_text() + self._menu_options['install'].update_description(text) + + def post_callback(self, name: str, value: str): + self._update_install_text(name, value) + + def _install_text(self): + missing = len(self._missing_configs()) + if missing > 0: + return _('Install ({} config(s) missing)').format(missing) + return _('Install') + + def _display_network_conf(self, cur_value: Union[NetworkConfiguration, List[NetworkConfiguration]]) -> str: + if not cur_value: + return _('Not configured, unavailable unless setup manually') + else: + if isinstance(cur_value, list): + return str(_('Configured {} interfaces')).format(len(cur_value)) + else: + return str(cur_value) + + def _disk_encryption(self, preset: Optional[disk.DiskEncryption]) -> Optional[disk.DiskEncryption]: + mods: Optional[List[disk.DeviceModification]] = self._menu_options['disk_config'].current_selection + + if not mods: + # this should not happen as the encryption menu has the disk_config as dependency + raise ValueError('No disk layout specified') + + data_store: Dict[str, Any] = {} + disk_encryption = disk.DiskEncryptionMenu(mods, data_store, preset=preset).run() + return disk_encryption + + def _prev_network_config(self) -> Optional[str]: + selector = self._menu_options['nic'] + if selector.has_selection(): + ifaces = selector.current_selection + if isinstance(ifaces, list): + return FormattedOutput.as_table(ifaces) + return None + + def _prev_disk_layouts(self) -> Optional[str]: + selector = self._menu_options['disk_config'] + disk_layout_conf: Optional[disk.DiskLayoutConfiguration] = selector.current_selection + + if disk_layout_conf: + device_mods: List[disk.DeviceModification] = \ + list(filter(lambda x: len(x.partitions) > 0, disk_layout_conf.device_modifications)) + + if device_mods: + output_partition = '{}: {}\n'.format(str(_('Configuration')), disk_layout_conf.config_type.display_msg()) + output_btrfs = '' + + for mod in device_mods: + # create partition table + partition_table = FormattedOutput.as_table(mod.partitions) + + output_partition += f'{mod.device_path}: {mod.device.device_info.model}\n' + output_partition += partition_table + '\n' + + # create btrfs table + btrfs_partitions = list( + filter(lambda p: len(p.btrfs_subvols) > 0, mod.partitions) + ) + for partition in btrfs_partitions: + output_btrfs += FormattedOutput.as_table(partition.btrfs_subvols) + '\n' + + output = output_partition + output_btrfs + return output.rstrip() + + return None + + def _display_disk_layout(self, current_value: Optional[disk.DiskLayoutConfiguration] = None) -> str: + if current_value: + return current_value.config_type.display_msg() + return '' + + def _prev_disk_encryption(self) -> Optional[str]: + encryption: Optional[disk.DiskEncryption] = self._menu_options['disk_encryption'].current_selection + if encryption: + enc_type = disk.EncryptionType.type_to_text(encryption.encryption_type) + output = str(_('Encryption type')) + f': {enc_type}\n' + output += str(_('Password')) + f': {secret(encryption.encryption_password)}\n' + + if encryption.partitions: + output += 'Partitions: {} selected'.format(len(encryption.partitions)) + '\n' + + if encryption.hsm_device: + output += f'HSM: {encryption.hsm_device.manufacturer}' + + return output + + return None + + def _display_disk_encryption(self, current_value: Optional[disk.DiskEncryption]) -> str: + if current_value: + return disk.EncryptionType.type_to_text(current_value.encryption_type) + return '' + + def _prev_install_missing_config(self) -> Optional[str]: + if missing := self._missing_configs(): + text = str(_('Missing configurations:\n')) + for m in missing: + text += f'- {m}\n' + return text[:-1] # remove last new line + return None + + def _prev_users(self) -> Optional[str]: + selector = self._menu_options['!users'] + users: Optional[List[User]] = selector.current_selection + + if users: + return FormattedOutput.as_table(users) + return None + + def _prev_profile(self) -> Optional[str]: + selector = self._menu_options['profile_config'] + profile_config: Optional[ProfileConfiguration] = selector.current_selection + + if profile_config and profile_config.profile: + output = str(_('Profiles')) + ': ' + if profile_names := profile_config.profile.current_selection_names(): + output += ', '.join(profile_names) + '\n' + else: + output += profile_config.profile.name + '\n' + + if profile_config.gfx_driver: + output += str(_('Graphics driver')) + ': ' + profile_config.gfx_driver + '\n' + + if profile_config.greeter: + output += str(_('Greeter')) + ': ' + profile_config.greeter.value + '\n' + + return output + + return None + + def _set_root_password(self) -> Optional[str]: + prompt = str(_('Enter root password (leave blank to disable root): ')) + password = get_password(prompt=prompt) + return password + + def _select_ntp(self, preset :bool = True) -> bool: + ntp = ask_ntp(preset) + + value = str(ntp).lower() + SysCommand(f'timedatectl set-ntp {value}') + + return ntp + + def _select_disk_config( + self, + preset: Optional[disk.DiskLayoutConfiguration] = None + ) -> Optional[disk.DiskLayoutConfiguration]: + disk_config = select_disk_config( + preset, + storage['arguments'].get('advanced', False) + ) + + if disk_config != preset: + self._menu_options['disk_encryption'].set_current_selection(None) + + return disk_config + + def _select_profile(self, current_profile: Optional[ProfileConfiguration]): + from .profile.profile_menu import ProfileMenu + store: Dict[str, Any] = {} + profile_config = ProfileMenu(store, preset=current_profile).run() + return profile_config + + def _select_audio(self, current: Union[str, None]) -> Optional[str]: + profile_config: Optional[ProfileConfiguration] = self._menu_options['profile_config'].current_selection + if profile_config and profile_config.profile: + is_desktop = profile_config.profile.is_desktop_profile() if profile_config else False + selection = ask_for_audio_selection(is_desktop, current) + return selection + return None + + def _create_user_account(self, defined_users: List[User]) -> List[User]: + users = ask_for_additional_users(defined_users=defined_users) + return users diff --git a/archinstall/lib/hsm/__init__.py b/archinstall/lib/hsm/__init__.py deleted file mode 100644 index a3f64019..00000000 --- a/archinstall/lib/hsm/__init__.py +++ /dev/null @@ -1 +0,0 @@ -from .fido import Fido2 diff --git a/archinstall/lib/hsm/fido.py b/archinstall/lib/hsm/fido.py deleted file mode 100644 index 1c226322..00000000 --- a/archinstall/lib/hsm/fido.py +++ /dev/null @@ -1,109 +0,0 @@ -from __future__ import annotations - -import getpass -import logging - -from dataclasses import dataclass -from pathlib import Path -from typing import List, Dict - -from ..general import SysCommand, SysCommandWorker, clear_vt100_escape_codes -from ..disk.partition import Partition -from ..general import log - - -@dataclass -class Fido2Device: - path: Path - manufacturer: str - product: str - - def json(self) -> Dict[str, str]: - return { - 'path': str(self.path), - 'manufacturer': self.manufacturer, - 'product': self.product - } - - @classmethod - def parse_arg(cls, arg: Dict[str, str]) -> 'Fido2Device': - return Fido2Device( - Path(arg['path']), - arg['manufacturer'], - arg['product'] - ) - - -class Fido2: - _loaded: bool = False - _fido2_devices: List[Fido2Device] = [] - - @classmethod - def get_fido2_devices(cls, reload: bool = False) -> List[Fido2Device]: - """ - Uses systemd-cryptenroll to list the FIDO2 devices - connected that supports FIDO2. - Some devices might show up in udevadm as FIDO2 compliant - when they are in fact not. - - The drawback of systemd-cryptenroll is that it uses human readable format. - That means we get this weird table like structure that is of no use. - - So we'll look for `MANUFACTURER` and `PRODUCT`, we take their index - and we split each line based on those positions. - - Output example: - - PATH MANUFACTURER PRODUCT - /dev/hidraw1 Yubico YubiKey OTP+FIDO+CCID - """ - - # to prevent continous reloading which will slow - # down moving the cursor in the menu - if not cls._loaded or reload: - ret = SysCommand(f"systemd-cryptenroll --fido2-device=list").decode('UTF-8') - if not ret: - log('Unable to retrieve fido2 devices', level=logging.ERROR) - return [] - - fido_devices = clear_vt100_escape_codes(ret) - - manufacturer_pos = 0 - product_pos = 0 - devices = [] - - for line in fido_devices.split('\r\n'): - if '/dev' not in line: - manufacturer_pos = line.find('MANUFACTURER') - product_pos = line.find('PRODUCT') - continue - - path = line[:manufacturer_pos].rstrip() - manufacturer = line[manufacturer_pos:product_pos].rstrip() - product = line[product_pos:] - - devices.append( - Fido2Device(path, manufacturer, product) - ) - - cls._loaded = True - cls._fido2_devices = devices - - return cls._fido2_devices - - @classmethod - def fido2_enroll(cls, hsm_device: Fido2Device, partition :Partition, password :str): - worker = SysCommandWorker(f"systemd-cryptenroll --fido2-device={hsm_device.path} {partition.real_device}", peek_output=True) - pw_inputted = False - pin_inputted = False - - while worker.is_alive(): - if pw_inputted is False and bytes(f"please enter current passphrase for disk {partition.real_device}", 'UTF-8') in worker._trace_log.lower(): - worker.write(bytes(password, 'UTF-8')) - pw_inputted = True - - elif pin_inputted is False and bytes(f"please enter security token pin", 'UTF-8') in worker._trace_log.lower(): - worker.write(bytes(getpass.getpass(" "), 'UTF-8')) - pin_inputted = True - - log(f"You might need to touch the FIDO2 device to unlock it if no prompt comes up after 3 seconds.", level=logging.INFO, fg="yellow") diff --git a/archinstall/lib/installer.py b/archinstall/lib/installer.py index b4d253b3..ddbcc2f2 100644 --- a/archinstall/lib/installer.py +++ b/archinstall/lib/installer.py @@ -1,30 +1,29 @@ -import time +import glob import logging import os import re -import shutil import shlex -import pathlib +import shutil import subprocess -import glob -from types import ModuleType -from typing import Union, Dict, Any, List, Optional, Iterator, Mapping, TYPE_CHECKING -from .disk import get_partitions_in_use, Partition -from .general import SysCommand, generate_password +import time +from pathlib import Path +from typing import Any, Iterator, List, Mapping, Optional, TYPE_CHECKING, Union, Dict + +from . import disk +from .exceptions import DiskError, ServiceException, RequirementError, HardwareIncompatibilityError, SysCallError +from .general import SysCommand from .hardware import has_uefi, is_vm, cpu_vendor from .locale_helpers import verify_keyboard_layout, verify_x11_keyboard_layout -from .disk.helpers import findmnt +from .luks import Luks2 from .mirrors import use_mirrors -from .models.disk_encryption import DiskEncryption +from .models.bootloader import Bootloader +from .models.network_configuration import NetworkConfiguration +from .models.users import User +from .output import log +from .pacman import run_pacman from .plugins import plugins +from .services import service_state from .storage import storage -from .output import log -from .profiles import Profile -from .disk.partition import get_mount_fs_type -from .exceptions import DiskError, ServiceException, RequirementError, HardwareIncompatibilityError, SysCallError -from .models.users import User -from .models.subvolume import Subvolume -from .hsm import Fido2 if TYPE_CHECKING: _: Any @@ -36,9 +35,6 @@ __packages__ = ["base", "base-devel", "linux-firmware", "linux", "linux-lts", "l # Additional packages that are installed if the user is running the Live ISO with accessibility tools enabled __accessibility_packages__ = ["brltty", "espeakup", "alsa-utils"] -from .pacman import run_pacman -from .models.network_configuration import NetworkConfiguration - class InstallationFile: def __init__(self, installation :'Installer', filename :str, owner :str, mode :str = "w"): @@ -92,26 +88,35 @@ class Installer: :param hostname: The given /etc/hostname for the machine. :type hostname: str, optional - """ - - def __init__(self, target :str, *, base_packages :Optional[List[str]] = None, kernels :Optional[List[str]] = None): - if base_packages is None: + def __init__( + self, + target: Path, + disk_config: disk.DiskLayoutConfiguration, + disk_encryption: Optional[disk.DiskEncryption] = None, + base_packages: List[str] = [], + kernels: Optional[List[str]] = None + ): + if not base_packages: base_packages = __packages__[:3] + if kernels is None: self.kernels = ['linux'] else: self.kernels = kernels + + self._disk_config = disk_config + self._disk_encryption = disk_encryption + + if self._disk_encryption is None: + self._disk_encryption = disk.DiskEncryption(disk.EncryptionType.NoEncryption) + self.target = target self.init_time = time.strftime('%Y-%m-%d_%H-%M-%S') self.milliseconds = int(str(time.time()).split('.')[1]) + self.helper_flags = {'base': False, 'bootloader': False} + self.base_packages = base_packages - self.helper_flags = { - 'base': False, - 'bootloader': False - } - - self.base_packages = base_packages.split(' ') if type(base_packages) is str else base_packages for kernel in self.kernels: self.base_packages.append(kernel) @@ -136,19 +141,10 @@ class Installer: self._zram_enabled = False - self._disk_encryption: DiskEncryption = storage['arguments'].get('disk_encryption') - - def log(self, *args :str, level :int = logging.DEBUG, **kwargs :str): - """ - installer.log() wraps output.log() mainly to set a default log-level for this install session. - Any manual override can be done per log() call. - """ - log(*args, level=level, **kwargs) - - def __enter__(self, *args :str, **kwargs :str) -> 'Installer': + def __enter__(self, *args: str, **kwargs: str) -> 'Installer': return self - def __exit__(self, *args :str, **kwargs :str) -> None: + def __exit__(self, *args :str, **kwargs :str) -> bool: # TODO: https://stackoverflow.com/questions/28157929/how-to-safely-handle-an-exception-inside-a-context-manager if len(args) >= 2 and args[1]: @@ -165,7 +161,6 @@ class Installer: if not (missing_steps := self.post_install_check()): self.log('Installation completed without any errors. You may now reboot.', fg='green', level=logging.INFO) self.sync_log_to_install_medium() - return True else: self.log('Some required steps were not successfully installed/configured before leaving the installer:', fg='red', level=logging.WARNING) @@ -178,146 +173,168 @@ class Installer: self.sync_log_to_install_medium() return False - @property - def partitions(self) -> List[Partition]: - return get_partitions_in_use(self.target).values() + def log(self, *args :str, level :int = logging.DEBUG, **kwargs :str): + """ + installer.log() wraps output.log() mainly to set a default log-level for this install session. + Any manual override can be done per log() call. + """ + log(*args, level=level, **kwargs) - def sync_log_to_install_medium(self) -> bool: - # Copy over the install log (if there is one) to the install medium if - # at least the base has been strapped in, otherwise we won't have a filesystem/structure to copy to. - if self.helper_flags.get('base-strapped', False) is True: - if filename := storage.get('LOG_FILE', None): - absolute_logfile = os.path.join(storage.get('LOG_PATH', './'), filename) + def _verify_service_stop(self): + """ + Certain services might be running that affects the system during installation. + Currently, only one such service is "reflector.service" which updates /etc/pacman.d/mirrorlist + We need to wait for it before we continue since we opted in to use a custom mirror/region. + """ + log('Waiting for automatic mirror selection (reflector) to complete...', level=logging.INFO) + while service_state('reflector') not in ('dead', 'failed', 'exited'): + time.sleep(1) - if not os.path.isdir(f"{self.target}/{os.path.dirname(absolute_logfile)}"): - os.makedirs(f"{self.target}/{os.path.dirname(absolute_logfile)}") + log('Waiting pacman-init.service to complete.', level=logging.INFO) + while service_state('pacman-init') not in ('dead', 'failed', 'exited'): + time.sleep(1) - shutil.copy2(absolute_logfile, f"{self.target}/{absolute_logfile}") + log('Waiting Arch Linux keyring sync (archlinux-keyring-wkd-sync) to complete.', level=logging.INFO) + while service_state('archlinux-keyring-wkd-sync') not in ('dead', 'failed', 'exited'): + time.sleep(1) - return True + def _verify_boot_part(self): + """ + Check that mounted /boot device has at minimum size for installation + The reason this check is here is to catch pre-mounted device configuration and potentially + configured one that has not gone through any previous checks (e.g. --silence mode) - def _create_keyfile(self,luks_handle , partition :dict, password :str): - """ roiutine to create keyfiles, so it can be moved elsewhere + NOTE: this function should be run AFTER running the mount_ordered_layout function """ - if self._disk_encryption and self._disk_encryption.generate_encryption_file(partition): - if not (cryptkey_dir := pathlib.Path(f"{self.target}/etc/cryptsetup-keys.d")).exists(): - cryptkey_dir.mkdir(parents=True) - # Once we store the key as ../xyzloop.key systemd-cryptsetup can automatically load this key - # if we name the device to "xyzloop". - if partition.get('mountpoint',None): - encryption_key_path = f"/etc/cryptsetup-keys.d/{pathlib.Path(partition['mountpoint']).name}loop.key" - else: - encryption_key_path = f"/etc/cryptsetup-keys.d/{pathlib.Path(partition['device_instance'].path).name}.key" - with open(f"{self.target}{encryption_key_path}", "w") as keyfile: - keyfile.write(generate_password(length=512)) + boot_mount = self.target / 'boot' + lsblk_info = disk.get_lsblk_by_mountpoint(boot_mount) + + if len(lsblk_info) > 0: + if lsblk_info[0].size < disk.Size(200, disk.Unit.MiB): + raise DiskError( + f'The boot partition mounted at {boot_mount} is not large enough to install a boot loader. ' + f'Please resize it to at least 200MiB and re-run the installation.' + ) - os.chmod(f"{self.target}{encryption_key_path}", 0o400) + def sanity_check(self): + self._verify_boot_part() + self._verify_service_stop() - luks_handle.add_key(pathlib.Path(f"{self.target}{encryption_key_path}"), password=password) - luks_handle.crypttab(self, encryption_key_path, options=["luks", "key-slot=1"]) + def mount_ordered_layout(self): + log('Mounting partitions in order', level=logging.INFO) - def _has_root(self, partition :dict) -> bool: - """ - Determine if an encrypted partition contains root in it - """ - if partition.get("mountpoint") is None: - if (sub_list := partition.get("btrfs",{}).get('subvolumes',{})): - for mountpoint in [sub_list[subvolume].get("mountpoint") if isinstance(subvolume, dict) else subvolume.mountpoint for subvolume in sub_list]: - if mountpoint == '/': - return True - return False + for mod in self._disk_config.device_modifications: + # partitions have to mounted in the right order on btrfs the mountpoint will + # be empty as the actual subvolumes are getting mounted instead so we'll use + # '/' just for sorting + sorted_part_mods = sorted(mod.partitions, key=lambda x: x.mountpoint if x.mountpoint else Path('/')) + + if self._disk_encryption.encryption_type is not disk.EncryptionType.NoEncryption: + enc_partitions = list(filter(lambda x: x in self._disk_encryption.partitions, sorted_part_mods)) else: - return False - elif partition.get("mountpoint") == '/': - return True - else: - return False + enc_partitions = [] - def mount_ordered_layout(self, layouts: Dict[str, Any]) -> None: - from .luks import luks2 - from .disk.btrfs import setup_subvolumes, mount_subvolume - - # set the partitions as a list not part of a tree (which we don't need anymore (i think) - list_part = [] - list_luks_handles = [] - for blockdevice in layouts: - list_part.extend(layouts[blockdevice]['partitions']) - - # TODO: Implement a proper mount-queue system that does not depend on return values. - mount_queue = {} - - # we manage the encrypted partititons - if self._disk_encryption: - for partition in self._disk_encryption.all_partitions: - # open the luks device and all associate stuff - loopdev = f"{storage.get('ENC_IDENTIFIER', 'ai')}{pathlib.Path(partition['device_instance'].path).name}" - - # note that we DON'T auto_unmount (i.e. close the encrypted device so it can be used - with (luks_handle := luks2(partition['device_instance'], loopdev, self._disk_encryption.encryption_password, auto_unmount=False)) as unlocked_device: - if self._disk_encryption.generate_encryption_file(partition) and not self._has_root(partition): - list_luks_handles.append([luks_handle, partition, self._disk_encryption.encryption_password]) - # this way all the requesrs will be to the dm_crypt device and not to the physical partition - partition['device_instance'] = unlocked_device - - if self._has_root(partition) and self._disk_encryption.generate_encryption_file(partition) is False: - if self._disk_encryption.hsm_device: - Fido2.fido2_enroll(self._disk_encryption.hsm_device, partition['device_instance'], self._disk_encryption.encryption_password) - - btrfs_subvolumes = [entry for entry in list_part if entry.get('btrfs', {}).get('subvolumes', [])] - - for partition in btrfs_subvolumes: - device_instance = partition['device_instance'] - mount_options = partition.get('filesystem', {}).get('mount_options', []) - self.mount(device_instance, "/", options=','.join(mount_options)) - setup_subvolumes(installation=self, partition_dict=partition) - device_instance.unmount() - - # We then handle any special cases, such as btrfs - for partition in btrfs_subvolumes: - subvolumes: List[Subvolume] = partition['btrfs']['subvolumes'] - for subvolume in sorted(subvolumes, key=lambda item: item.mountpoint): - # We cache the mount call for later - mount_queue[subvolume.mountpoint] = lambda sub_vol=subvolume, device=partition['device_instance']: mount_subvolume( - installation=self, - device=device, - subvolume=sub_vol - ) + # attempt to decrypt all luks partitions + luks_handlers = self._prepare_luks_partitions(enc_partitions) - # We mount ordinary partitions, and we sort them by the mountpoint - for partition in sorted([entry for entry in list_part if entry.get('mountpoint', False)], key=lambda part: part['mountpoint']): - mountpoint = partition['mountpoint'] - log(f"Mounting {mountpoint} to {self.target}{mountpoint} using {partition['device_instance']}", level=logging.INFO) + for part_mod in sorted_part_mods: + if part_mod not in luks_handlers: # partition is not encrypted + self._mount_partition(part_mod) + else: # mount encrypted partition + self._mount_luks_partiton(part_mod, luks_handlers[part_mod]) - if partition.get('filesystem',{}).get('mount_options',[]): - mount_options = ','.join(partition['filesystem']['mount_options']) - mount_queue[mountpoint] = lambda instance=partition['device_instance'], target=f"{self.target}{mountpoint}", options=mount_options: instance.mount(target, options=options) - else: - mount_queue[mountpoint] = lambda instance=partition['device_instance'], target=f"{self.target}{mountpoint}": instance.mount(target) + def _prepare_luks_partitions(self, partitions: List[disk.PartitionModification]) -> Dict[disk.PartitionModification, Luks2]: + luks_handlers = {} - log(f"Using mount order: {list(sorted(mount_queue.items(), key=lambda item: item[0]))}", level=logging.DEBUG, fg="white") + for part_mod in partitions: + luks_handler = disk.device_handler.unlock_luks2_dev( + part_mod.dev_path, + part_mod.mapper_name, + self._disk_encryption.encryption_password + ) + luks_handlers[part_mod] = luks_handler + + return luks_handlers + + def _mount_partition(self, part_mod: disk.PartitionModification): + # it would be none if it's btrfs as the subvolumes will have the mountpoints defined + if part_mod.mountpoint is not None: + target = self.target / part_mod.relative_mountpoint + disk.device_handler.mount(part_mod.dev_path, target, options=part_mod.mount_options) + + if part_mod.fs_type == disk.FilesystemType.Btrfs: + self._mount_btrfs_subvol(part_mod.dev_path, part_mod.btrfs_subvols) + + def _mount_luks_partiton(self, part_mod: disk.PartitionModification, luks_handler: Luks2): + # it would be none if it's btrfs as the subvolumes will have the mountpoints defined + if part_mod.mountpoint is not None: + target = self.target / part_mod.relative_mountpoint + disk.device_handler.mount(luks_handler.mapper_dev, target, options=part_mod.mount_options) + + if part_mod.fs_type == disk.FilesystemType.Btrfs: + self._mount_btrfs_subvol(luks_handler.mapper_dev, part_mod.btrfs_subvols) + + def _mount_btrfs_subvol(self, dev_path: Path, subvolumes: List[disk.SubvolumeModification]): + for subvol in subvolumes: + mountpoint = self.target / subvol.relative_mountpoint + mount_options = subvol.mount_options + [f'subvol={subvol.name}'] + disk.device_handler.mount(dev_path, mountpoint, options=mount_options) + + def generate_key_files(self): + for part_mod in self._disk_encryption.partitions: + gen_enc_file = self._disk_encryption.should_generate_encryption_file(part_mod) + + luks_handler = Luks2( + part_mod.dev_path, + mapper_name=part_mod.mapper_name, + password=self._disk_encryption.encryption_password + ) - # We mount everything by sorting on the mountpoint itself. - for mountpoint, frozen_func in sorted(mount_queue.items(), key=lambda item: item[0]): - frozen_func() + if gen_enc_file and not part_mod.is_root(): + log(f'Creating key-file: {part_mod.dev_path}', level=logging.INFO) + luks_handler.create_keyfile(self.target) + if part_mod.is_root() and not gen_enc_file: + if self._disk_encryption.hsm_device: + disk.Fido2.fido2_enroll( + self._disk_encryption.hsm_device, + part_mod, + self._disk_encryption.encryption_password + ) + + def activate_ntp(self): + """ + If NTP is activated, confirm activiation in the ISO and at least one time-sync finishes + """ + SysCommand('timedatectl set-ntp true') + + logged = False + while service_state('dbus-org.freedesktop.timesync1.service') not in ['running']: + if not logged: + log(f"Waiting for dbus-org.freedesktop.timesync1.service to enter running state", level=logging.INFO) + logged = True time.sleep(1) - try: - findmnt(pathlib.Path(f"{self.target}{mountpoint}"), traverse=False) - except DiskError: - raise DiskError(f"Target {self.target}{mountpoint} never got mounted properly (unable to get mount information using findmnt).") + logged = False + while 'Server: n/a' in SysCommand('timedatectl timesync-status --no-pager --property=Server --value'): + if not logged: + log(f"Waiting for timedatectl timesync-status to report a timesync against a server", level=logging.INFO) + logged = True + time.sleep(1) - # once everything is mounted, we generate the key files in the correct place - for handle in list_luks_handles: - ppath = handle[1]['device_instance'].path - log(f"creating key-file for {ppath}",level=logging.INFO) - self._create_keyfile(handle[0],handle[1],handle[2]) + def sync_log_to_install_medium(self) -> bool: + # Copy over the install log (if there is one) to the install medium if + # at least the base has been strapped in, otherwise we won't have a filesystem/structure to copy to. + if self.helper_flags.get('base-strapped', False) is True: + if filename := storage.get('LOG_FILE', None): + absolute_logfile = os.path.join(storage.get('LOG_PATH', './'), filename) + + if not os.path.isdir(f"{self.target}/{os.path.dirname(absolute_logfile)}"): + os.makedirs(f"{self.target}/{os.path.dirname(absolute_logfile)}") - def mount(self, partition :Partition, mountpoint :str, create_mountpoint :bool = True, options='') -> None: - if create_mountpoint and not os.path.isdir(f'{self.target}{mountpoint}'): - os.makedirs(f'{self.target}{mountpoint}') + shutil.copy2(absolute_logfile, f"{self.target}/{absolute_logfile}") - partition.mount(f'{self.target}{mountpoint}', options=options) + return True def add_swapfile(self, size='4G', enable_resume=True, file='/swapfile'): if file[:1] != '/': @@ -394,7 +411,7 @@ class Installer: else: pacman_conf.write(line) - def pacstrap(self, *packages :str, **kwargs :str) -> bool: + def pacstrap(self, *packages: Union[str, List[str]], **kwargs :str) -> bool: if type(packages[0]) in (list, tuple): packages = packages[0] @@ -437,7 +454,7 @@ class Installer: return use_mirrors(mirrors, destination=f'{self.target}/etc/pacman.d/mirrorlist') - def genfstab(self, flags :str = '-pU') -> bool: + def genfstab(self, flags :str = '-pU'): self.log(f"Updating {self.target}/etc/fstab", level=logging.INFO) try: @@ -460,7 +477,37 @@ class Installer: for entry in self.FSTAB_ENTRIES: fstab_fh.write(f'{entry}\n') - return True + for mod in self._disk_config.device_modifications: + for part_mod in mod.partitions: + if part_mod.fs_type != disk.FilesystemType.Btrfs: + continue + + fstab_file = Path(f'{self.target}/etc/fstab') + + with fstab_file.open('r') as fp: + fstab = fp.readlines() + + # Replace the {installation}/etc/fstab with entries + # using the compress=zstd where the mountpoint has compression set. + for index, line in enumerate(fstab): + # So first we grab the mount options by using subvol=.*? as a locator. + # And we also grab the mountpoint for the entry, for instance /var/log + subvoldef = re.findall(',.*?subvol=.*?[\t ]', line) + mountpoint = re.findall('[\t ]/.*?[\t ]', line) + + if not subvoldef or not mountpoint: + continue + + for sub_vol in part_mod.btrfs_subvols: + # We then locate the correct subvolume and check if it's compressed, + # and skip entries where compression is already defined + # We then sneak in the compress=zstd option if it doesn't already exist: + if sub_vol.compress and str(sub_vol.mountpoint) == Path(mountpoint[0].strip()) and ',compress=zstd,' not in line: + fstab[index] = line.replace(subvoldef[0], f',compress=zstd{subvoldef[0]}') + break + + with fstab_file.open('w') as fp: + fp.writelines(fstab) def set_hostname(self, hostname: str, *args :str, **kwargs :str) -> None: with open(f'{self.target}/etc/hostname', 'w') as fh: @@ -509,8 +556,8 @@ class Installer: if result := plugin.on_timezone(zone): zone = result - if (pathlib.Path("/usr") / "share" / "zoneinfo" / zone).exists(): - (pathlib.Path(self.target) / "etc" / "localtime").unlink(missing_ok=True) + if (Path("/usr") / "share" / "zoneinfo" / zone).exists(): + (Path(self.target) / "etc" / "localtime").unlink(missing_ok=True) SysCommand(f'/usr/bin/arch-chroot {self.target} ln -s /usr/share/zoneinfo/{zone} /etc/localtime') return True @@ -523,10 +570,6 @@ class Installer: return False - def activate_ntp(self) -> None: - log(f"activate_ntp() is deprecated, use activate_time_syncronization()", fg="yellow", level=logging.INFO) - self.activate_time_syncronization() - def activate_time_syncronization(self) -> None: self.log('Activating systemd-timesyncd for time synchronization using Arch Linux and ntp.org NTP servers.', level=logging.INFO) self.enable_service('systemd-timesyncd') @@ -540,7 +583,10 @@ class Installer: # fstrim is owned by util-linux, a dependency of both base and systemd. self.enable_service("fstrim.timer") - def enable_service(self, *services :str) -> None: + def enable_service(self, *services: Union[str, List[str]]) -> None: + if type(services[0]) in (list, tuple): + services = services[0] + for service in services: self.log(f'Enabling service {service}', level=logging.INFO) try: @@ -552,10 +598,10 @@ class Installer: if hasattr(plugin, 'on_service'): plugin.on_service(service) - def run_command(self, cmd :str, *args :str, **kwargs :str) -> None: + def run_command(self, cmd :str, *args :str, **kwargs :str) -> SysCommand: return SysCommand(f'/usr/bin/arch-chroot {self.target} {cmd}') - def arch_chroot(self, cmd :str, run_as :Optional[str] = None): + def arch_chroot(self, cmd :str, run_as :Optional[str] = None) -> SysCommand: if run_as: cmd = f"su - {run_as} -c {shlex.quote(cmd)}" @@ -645,21 +691,6 @@ class Installer: return True - def detect_encryption(self, partition :Partition) -> bool: - from .disk.mapperdev import MapperDev - from .disk.dmcryptdev import DMCryptDev - from .disk.helpers import get_filesystem_type - - if type(partition) is MapperDev: - # Returns MapperDev.partition - return partition.partition - elif type(partition) is DMCryptDev: - return partition.MapperDev.partition - elif get_filesystem_type(partition.path) == 'crypto_LUKS': - return partition - - return False - def mkinitcpio(self, *flags :str) -> bool: for plugin in plugins.values(): if hasattr(plugin, 'on_mkinitcpio'): @@ -668,7 +699,7 @@ class Installer: return True # mkinitcpio will error out if there's no vconsole. - if (vconsole := pathlib.Path(f"{self.target}/etc/vconsole.conf")).exists() is False: + if (vconsole := Path(f"{self.target}/etc/vconsole.conf")).exists() is False: with vconsole.open('w') as fh: fh.write(f"KEYMAP={storage['arguments']['keyboard-layout']}\n") @@ -677,7 +708,7 @@ class Installer: mkinit.write(f"BINARIES=({' '.join(self.BINARIES)})\n") mkinit.write(f"FILES=({' '.join(self.FILES)})\n") - if self._disk_encryption and not self._disk_encryption.hsm_device: + if not self._disk_encryption.hsm_device: # For now, if we don't use HSM we revert to the old # way of setting up encryption hooks for mkinitcpio. # This is purely for stability reasons, we're going away from this. @@ -694,46 +725,36 @@ class Installer: return False def minimal_installation( - self, testing: bool = False, multilib: bool = False, - hostname: str = 'archinstall', locales: List[str] = ['en_US.UTF-8 UTF-8']) -> bool: - # Add necessary packages if encrypting the drive - # (encrypted partitions default to btrfs for now, so we need btrfs-progs) - # TODO: Perhaps this should be living in the function which dictates - # the partitioning. Leaving here for now. - - for partition in self.partitions: - if partition.filesystem == 'btrfs': - # if partition.encrypted: - if 'btrfs-progs' not in self.base_packages: - self.base_packages.append('btrfs-progs') - if partition.filesystem == 'xfs': - if 'xfs' not in self.base_packages: - self.base_packages.append('xfsprogs') - if partition.filesystem == 'f2fs': - if 'f2fs' not in self.base_packages: - self.base_packages.append('f2fs-tools') - - # Configure mkinitcpio to handle some specific use cases. - if partition.filesystem == 'btrfs': - if 'btrfs' not in self.MODULES: - self.MODULES.append('btrfs') - if '/usr/bin/btrfs' not in self.BINARIES: - self.BINARIES.append('/usr/bin/btrfs') - # There is not yet an fsck tool for NTFS. If it's being used for the root filesystem, the hook should be removed. - if partition.filesystem == 'ntfs3' and partition.mountpoint == self.target: - if 'fsck' in self.HOOKS: - self.HOOKS.remove('fsck') - - if self.detect_encryption(partition): - if self._disk_encryption and self._disk_encryption.hsm_device: - # Required bby mkinitcpio to add support for fido2-device options - self.pacstrap('libfido2') - - if 'sd-encrypt' not in self.HOOKS: - self.HOOKS.insert(self.HOOKS.index('filesystems'), 'sd-encrypt') - else: - if 'encrypt' not in self.HOOKS: - self.HOOKS.insert(self.HOOKS.index('filesystems'), 'encrypt') + self, + testing: bool = False, + multilib: bool = False, + hostname: str = 'archinstall', + locales: List[str] = ['en_US.UTF-8 UTF-8'] + ): + for mod in self._disk_config.device_modifications: + for part in mod.partitions: + if (pkg := part.fs_type.installation_pkg) is not None: + self.base_packages.append(pkg) + if (module := part.fs_type.installation_module) is not None: + self.MODULES.append(module) + if (binary := part.fs_type.installation_binary) is not None: + self.BINARIES.append(binary) + + # There is not yet an fsck tool for NTFS. If it's being used for the root filesystem, the hook should be removed. + if part.fs_type.fs_type_mount == 'ntfs3' and part.mountpoint == self.target: + if 'fsck' in self.HOOKS: + self.HOOKS.remove('fsck') + + if part in self._disk_encryption.partitions: + if self._disk_encryption.hsm_device: + # Required bby mkinitcpio to add support for fido2-device options + self.pacstrap('libfido2') + + if 'sd-encrypt' not in self.HOOKS: + self.HOOKS.insert(self.HOOKS.index('filesystems'), 'sd-encrypt') + else: + if 'encrypt' not in self.HOOKS: + self.HOOKS.insert(self.HOOKS.index('filesystems'), 'encrypt') if not has_uefi(): self.base_packages.append('grub') @@ -742,11 +763,11 @@ class Installer: vendor = cpu_vendor() if vendor == "AuthenticAMD": self.base_packages.append("amd-ucode") - if (ucode := pathlib.Path(f"{self.target}/boot/amd-ucode.img")).exists(): + if (ucode := Path(f"{self.target}/boot/amd-ucode.img")).exists(): ucode.unlink() elif vendor == "GenuineIntel": self.base_packages.append("intel-ucode") - if (ucode := pathlib.Path(f"{self.target}/boot/intel-ucode.img")).exists(): + if (ucode := Path(f"{self.target}/boot/intel-ucode.img")).exists(): ucode.unlink() else: self.log(f"Unknown CPU vendor '{vendor}' detected. Archinstall won't install any ucode.", level=logging.DEBUG) @@ -802,9 +823,7 @@ class Installer: if hasattr(plugin, 'on_install'): plugin.on_install(self) - return True - - def setup_swap(self, kind :str = 'zram') -> bool: + def setup_swap(self, kind :str = 'zram'): if kind == 'zram': self.log(f"Setting up swap on zram") self.pacstrap('zram-generator') @@ -818,16 +837,27 @@ class Installer: self.enable_service('systemd-zram-setup@zram0.service') self._zram_enabled = True - - return True else: raise ValueError(f"Archinstall currently only supports setting up swap on zram") - def add_systemd_bootloader(self, boot_partition :Partition, root_partition :Partition) -> bool: + def _get_boot_partition(self) -> Optional[disk.PartitionModification]: + for layout in self._disk_config.device_modifications: + if boot := layout.get_boot_partition(): + return boot + return None + + def _get_root_partition(self) -> Optional[disk.PartitionModification]: + for mod in self._disk_config.device_modifications: + if root := mod.get_root_partition(self._disk_config.relative_mountpoint): + return root + return None + + def _add_systemd_bootloader(self, root_partition: disk.PartitionModification): self.pacstrap('efibootmgr') if not has_uefi(): raise HardwareIncompatibilityError + # TODO: Ideally we would want to check if another config # points towards the same disk and/or partition. # And in which case we should do some clean up. @@ -882,74 +912,73 @@ class Installer: elif vendor == "GenuineIntel": entry.write("initrd /intel-ucode.img\n") else: - self.log(f"Unknown CPU vendor '{vendor}' detected. Archinstall won't add any ucode to systemd-boot config.", level=logging.DEBUG) + self.log( + f"Unknown CPU vendor '{vendor}' detected. Archinstall won't add any ucode to systemd-boot config.", + level=logging.DEBUG) entry.write(f"initrd /initramfs-{kernel}{variant}.img\n") # blkid doesn't trigger on loopback devices really well, # so we'll use the old manual method until we get that sorted out. - root_fs_type = get_mount_fs_type(root_partition.filesystem) - if root_fs_type is not None: - options_entry = f'rw rootfstype={root_fs_type} {" ".join(self.KERNEL_PARAMS)}\n' - else: - options_entry = f'rw {" ".join(self.KERNEL_PARAMS)}\n' + options_entry = f'rw rootfstype={root_partition.fs_type.fs_type_mount} {" ".join(self.KERNEL_PARAMS)}\n' - for subvolume in root_partition.subvolumes: - if subvolume.root is True and subvolume.name != '': - options_entry = f"rootflags=subvol={subvolume.name} " + options_entry + for sub_vol in root_partition.btrfs_subvols: + if sub_vol.is_root(): + options_entry = f"rootflags=subvol={sub_vol.name} " + options_entry # Zswap should be disabled when using zram. - # # https://github.com/archlinux/archinstall/issues/881 if self._zram_enabled: options_entry = "zswap.enabled=0 " + options_entry - if real_device := self.detect_encryption(root_partition): + if root_partition.fs_type.is_crypto(): # TODO: We need to detect if the encrypted device is a whole disk encryption, # or simply a partition encryption. Right now we assume it's a partition (and we always have) - log(f"Identifying root partition by PART-UUID on {real_device}: '{real_device.uuid}/{real_device.part_uuid}'.", level=logging.DEBUG) + log('Root partition is an encrypted device, identifying by PARTUUID: {root_partition.partuuid}', level=logging.DEBUG) kernel_options = f"options" if self._disk_encryption and self._disk_encryption.hsm_device: # Note: lsblk UUID must be used, not PARTUUID for sd-encrypt to work - kernel_options += f" rd.luks.name={real_device.uuid}=luksdev" + kernel_options += f' rd.luks.name={root_partition.uuid}=luksdev' # Note: tpm2-device and fido2-device don't play along very well: # https://github.com/archlinux/archinstall/pull/1196#issuecomment-1129715645 - kernel_options += f" rd.luks.options=fido2-device=auto,password-echo=no" + kernel_options += f' rd.luks.options=fido2-device=auto,password-echo=no' else: - kernel_options += f" cryptdevice=PARTUUID={real_device.part_uuid}:luksdev" + kernel_options += f' cryptdevice=PARTUUID={root_partition.partuuid}:luksdev' entry.write(f'{kernel_options} root=/dev/mapper/luksdev {options_entry}') else: - log(f"Identifying root partition by PARTUUID on {root_partition}, looking for '{root_partition.part_uuid}'.", level=logging.DEBUG) - entry.write(f'options root=PARTUUID={root_partition.part_uuid} {options_entry}') + log(f'Identifying root partition by PARTUUID: {root_partition.partuuid}', level=logging.DEBUG) + entry.write(f'options root=PARTUUID={root_partition.partuuid} {options_entry}') - self.helper_flags['bootloader'] = "systemd" - - return True + self.helper_flags['bootloader'] = 'systemd' - def add_grub_bootloader(self, boot_partition :Partition, root_partition :Partition) -> bool: + def _add_grub_bootloader( + self, + boot_partition: disk.PartitionModification, + root_partition: disk.PartitionModification + ): self.pacstrap('grub') # no need? - root_fs_type = get_mount_fs_type(root_partition.filesystem) + _file = "/etc/default/grub" - if real_device := self.detect_encryption(root_partition): - root_uuid = SysCommand(f"blkid -s UUID -o value {real_device.path}").decode().rstrip() - _file = "/etc/default/grub" - add_to_CMDLINE_LINUX = f"sed -i 's/GRUB_CMDLINE_LINUX=\"\"/GRUB_CMDLINE_LINUX=\"cryptdevice=UUID={root_uuid}:cryptlvm rootfstype={root_fs_type}\"/'" - enable_CRYPTODISK = "sed -i 's/#GRUB_ENABLE_CRYPTODISK=y/GRUB_ENABLE_CRYPTODISK=y/'" + if root_partition.fs_type.is_crypto(): + log(f"Using UUID {root_partition.uuid} as encrypted root identifier", level=logging.DEBUG) - log(f"Using UUID {root_uuid} of {real_device} as encrypted root identifier.", level=logging.INFO) - SysCommand(f"/usr/bin/arch-chroot {self.target} {add_to_CMDLINE_LINUX} {_file}") - SysCommand(f"/usr/bin/arch-chroot {self.target} {enable_CRYPTODISK} {_file}") + cmd_line_linux = f"sed -i 's/GRUB_CMDLINE_LINUX=\"\"/GRUB_CMDLINE_LINUX=\"cryptdevice=UUID={root_partition.uuid}:cryptlvm rootfstype={root_partition.fs_type.value}\"/'" + enable_cryptdisk = "sed -i 's/#GRUB_ENABLE_CRYPTODISK=y/GRUB_ENABLE_CRYPTODISK=y/'" + + SysCommand(f"/usr/bin/arch-chroot {self.target} {enable_cryptdisk} {_file}") else: - _file = "/etc/default/grub" - add_to_CMDLINE_LINUX = f"sed -i 's/GRUB_CMDLINE_LINUX=\"\"/GRUB_CMDLINE_LINUX=\"rootfstype={root_fs_type}\"/'" - SysCommand(f"/usr/bin/arch-chroot {self.target} {add_to_CMDLINE_LINUX} {_file}") + cmd_line_linux = f"sed -i 's/GRUB_CMDLINE_LINUX=\"\"/GRUB_CMDLINE_LINUX=\"rootfstype={root_partition.fs_type.value}\"/'" + + SysCommand(f"/usr/bin/arch-chroot {self.target} {cmd_line_linux} {_file}") + + log(f"GRUB boot partition: {boot_partition.dev_path}", level=logging.INFO) - log(f"GRUB uses {boot_partition.path} as the boot partition.", level=logging.INFO) if has_uefi(): self.pacstrap('efibootmgr') # TODO: Do we need? Yes, but remove from minimal_installation() instead? + try: SysCommand(f'/usr/bin/arch-chroot {self.target} grub-install --debug --target=x86_64-efi --efi-directory=/boot --bootloader-id=GRUB --removable', peek_output=True) except SysCallError: @@ -961,7 +990,7 @@ class Installer: try: SysCommand(f'/usr/bin/arch-chroot {self.target} grub-install --debug --target=i386-pc --recheck {boot_partition.parent}', peek_output=True) except SysCallError as error: - raise DiskError(f"Could not install GRUB to {boot_partition.path}: {error}") + raise DiskError(f"Failed to install GRUB boot on {boot_partition.dev_path}: {error}") try: SysCommand(f'/usr/bin/arch-chroot {self.target} grub-mkconfig -o /boot/grub/grub.cfg') @@ -970,22 +999,22 @@ class Installer: self.helper_flags['bootloader'] = "grub" - return True - - def add_efistub_bootloader(self, boot_partition :Partition, root_partition :Partition) -> bool: + def _add_efistub_bootloader( + self, + boot_partition: disk.PartitionModification, + root_partition: disk.PartitionModification + ): self.pacstrap('efibootmgr') if not has_uefi(): raise HardwareIncompatibilityError + # TODO: Ideally we would want to check if another config # points towards the same disk and/or partition. # And in which case we should do some clean up. - root_fs_type = get_mount_fs_type(root_partition.filesystem) - for kernel in self.kernels: # Setup the firmware entry - label = f'Arch Linux ({kernel})' loader = f"/vmlinuz-{kernel}" @@ -1004,22 +1033,22 @@ class Installer: # blkid doesn't trigger on loopback devices really well, # so we'll use the old manual method until we get that sorted out. - if real_device := self.detect_encryption(root_partition): + + if root_partition.fs_type.is_crypto(): # TODO: We need to detect if the encrypted device is a whole disk encryption, # or simply a partition encryption. Right now we assume it's a partition (and we always have) - log(f"Identifying root partition by PART-UUID on {real_device}: '{real_device.part_uuid}'.", level=logging.DEBUG) - kernel_parameters.append(f'cryptdevice=PARTUUID={real_device.part_uuid}:luksdev root=/dev/mapper/luksdev rw rootfstype={root_fs_type} {" ".join(self.KERNEL_PARAMS)}') + log(f'Identifying root partition by PARTUUID: {root_partition.partuuid}', level=logging.DEBUG) + kernel_parameters.append(f'cryptdevice=PARTUUID={root_partition.partuuid}:luksdev root=/dev/mapper/luksdev rw rootfstype={root_partition.fs_type.value} {" ".join(self.KERNEL_PARAMS)}') else: - log(f"Identifying root partition by PART-UUID on {root_partition}, looking for '{root_partition.part_uuid}'.", level=logging.DEBUG) - kernel_parameters.append(f'root=PARTUUID={root_partition.part_uuid} rw rootfstype={root_fs_type} {" ".join(self.KERNEL_PARAMS)}') + log(f'Root partition is an encrypted device identifying by PARTUUID: {root_partition.partuuid}', level=logging.DEBUG) + kernel_parameters.append(f'root=PARTUUID={root_partition.partuuid} rw rootfstype={root_partition.fs_type.value} {" ".join(self.KERNEL_PARAMS)}') - SysCommand(f'efibootmgr --disk {boot_partition.path[:-1]} --part {boot_partition.path[-1]} --create --label "{label}" --loader {loader} --unicode \'{" ".join(kernel_parameters)}\' --verbose') + device = disk.device_handler.get_device_by_partition_path(boot_partition.dev_path) + SysCommand(f'efibootmgr --disk {device.path} --part {device.path} --create --label "{label}" --loader {loader} --unicode \'{" ".join(kernel_parameters)}\' --verbose') self.helper_flags['bootloader'] = "efistub" - return True - - def add_bootloader(self, bootloader :str = 'systemd-bootctl') -> bool: + def add_bootloader(self, bootloader: Bootloader) -> bool: """ Adds a bootloader to the installation instance. Archinstall supports one of three types: @@ -1039,52 +1068,33 @@ class Installer: return True if type(self.target) == str: - self.target = pathlib.Path(self.target) - - boot_partition = None - root_partition = None - for partition in self.partitions: - if self.target / 'boot' in partition.mountpoints: - boot_partition = partition - elif self.target in partition.mountpoints: - root_partition = partition - - if boot_partition is None or root_partition is None: - raise ValueError(f"Could not detect root ({root_partition}) or boot ({boot_partition}) in {self.target} based on: {self.partitions}") - - self.log(f'Adding bootloader {bootloader} to {boot_partition if boot_partition else root_partition}', level=logging.INFO) - - if bootloader == 'systemd-bootctl': - self.add_systemd_bootloader(boot_partition, root_partition) - elif bootloader == "grub-install": - self.add_grub_bootloader(boot_partition, root_partition) - elif bootloader == 'efistub': - self.add_efistub_bootloader(boot_partition, root_partition) - else: - raise RequirementError(f"Unknown (or not yet implemented) bootloader requested: {bootloader}") + self.target = Path(self.target) - return True + boot_partition = self._get_boot_partition() + root_partition = self._get_root_partition() - def add_additional_packages(self, *packages :str) -> bool: - return self.pacstrap(*packages) + if boot_partition is None: + raise ValueError(f'Could not detect boot at mountpoint {self.target}') - def install_profile(self, profile :str) -> ModuleType: - """ - Installs a archinstall profile script (.py file). - This profile can be either local, remote or part of the library. + if root_partition is None: + raise ValueError(f'Could not detect root at mountpoint {self.target}') - :param profile: Can be a local path or a remote path (URL) - :return: Returns the imported script as a module, this way - you can access any remaining functions exposed by the profile. - :rtype: module - """ - storage['installation_session'] = self + self.log(f'Adding bootloader {bootloader.value} to {boot_partition.dev_path}', level=logging.INFO) + + match bootloader: + case Bootloader.Systemd: + self._add_systemd_bootloader(root_partition) + case Bootloader.Grub: + self._add_grub_bootloader(boot_partition, root_partition) + case Bootloader.Efistub: + self._add_efistub_bootloader(boot_partition, root_partition) - if type(profile) == str: - profile = Profile(self, profile) + def add_additional_packages(self, *packages: Union[str, List[str]]) -> bool: + return self.pacstrap(*packages) - self.log(f'Installing archinstall profile {profile}', level=logging.INFO) - return profile.install() + def _enable_users(self, service: str, users: List[User]): + for user in users: + self.arch_chroot(f'systemctl enable --user {service}', run_as=user.username) def enable_sudo(self, entity: str, group :bool = False): self.log(f'Enabling sudo permissions for {entity}.', level=logging.INFO) @@ -1092,7 +1102,7 @@ class Installer: sudoers_dir = f"{self.target}/etc/sudoers.d" # Creates directory if not exists - if not (sudoers_path := pathlib.Path(sudoers_dir)).exists(): + if not (sudoers_path := Path(sudoers_dir)).exists(): sudoers_path.mkdir(parents=True) # Guarantees sudoer confs directory recommended perms os.chmod(sudoers_dir, 0o440) @@ -1114,7 +1124,7 @@ class Installer: sudoers.write(f'{"%" if group else ""}{entity} ALL=(ALL) ALL\n') # Guarantees sudoer conf file recommended perms - os.chmod(pathlib.Path(rule_file_name), 0o440) + os.chmod(Path(rule_file_name), 0o440) def create_users(self, users: Union[User, List[User]]): if not isinstance(users, list): diff --git a/archinstall/lib/locale_helpers.py b/archinstall/lib/locale_helpers.py index 5580fa91..d1fb4562 100644 --- a/archinstall/lib/locale_helpers.py +++ b/archinstall/lib/locale_helpers.py @@ -1,11 +1,12 @@ import logging -from typing import Iterator, List, Callable +from typing import Iterator, List, Callable, Optional from .exceptions import ServiceException from .general import SysCommand from .output import log from .storage import storage + def list_keyboard_languages() -> Iterator[str]: for line in SysCommand("localectl --no-pager list-keymaps", environment_vars={'SYSTEMD_COLORS': '0'}): yield line.decode('UTF-8').strip() @@ -45,20 +46,25 @@ def get_locale_mode_text(mode): mode_text = "Unassigned" return mode_text + def reset_cmd_locale(): """ sets the cmd_locale to its saved default """ storage['CMD_LOCALE'] = storage.get('CMD_LOCALE_DEFAULT',{}) + def unset_cmd_locale(): """ archinstall will use the execution environment default """ storage['CMD_LOCALE'] = {} -def set_cmd_locale(general :str = None, - charset :str = 'C', - numbers :str = 'C', - time :str = 'C', - collate :str = 'C', - messages :str = 'C'): + +def set_cmd_locale( + general: Optional[str] = None, + charset :str = 'C', + numbers :str = 'C', + time :str = 'C', + collate :str = 'C', + messages :str = 'C' +): """ Set the cmd locale. If the parameter general is specified, it takes precedence over the rest (might as well not exist) diff --git a/archinstall/lib/luks.py b/archinstall/lib/luks.py index ad6bf093..fc531a06 100644 --- a/archinstall/lib/luks.py +++ b/archinstall/lib/luks.py @@ -1,92 +1,78 @@ from __future__ import annotations -import json + import logging -import os -import pathlib import shlex import time -from typing import Optional, List,TYPE_CHECKING -# https://stackoverflow.com/a/39757388/929999 -if TYPE_CHECKING: - from .installer import Installer +from dataclasses import dataclass +from pathlib import Path +from typing import Optional, List -from .disk import Partition, convert_device_to_uuid -from .general import SysCommand, SysCommandWorker +from . import disk +from .general import SysCommand, generate_password, SysCommandWorker from .output import log from .exceptions import SysCallError, DiskError from .storage import storage -from .disk.helpers import get_filesystem_type -from .disk.mapperdev import MapperDev -from .disk.btrfs import BTRFSPartition - - -class luks2: - def __init__(self, - partition: Partition, - mountpoint: Optional[str], - password: Optional[str], - key_file :Optional[str] = None, - auto_unmount :bool = False, - *args :str, - **kwargs :str): - - self.password = password - self.partition = partition - self.mountpoint = mountpoint - self.args = args - self.kwargs = kwargs - self.key_file = key_file - self.auto_unmount = auto_unmount - self.filesystem = 'crypto_LUKS' - self.mapdev = None - - def __enter__(self) -> Partition: - if not self.key_file: - self.key_file = f"/tmp/{os.path.basename(self.partition.path)}.disk_pw" # TODO: Make disk-pw-file randomly unique? - - if type(self.password) != bytes: - self.password = bytes(self.password, 'UTF-8') - - with open(self.key_file, 'wb') as fh: - fh.write(self.password) - - return self.unlock(self.partition, self.mountpoint, self.key_file) - - def __exit__(self, *args :str, **kwargs :str) -> bool: - # TODO: https://stackoverflow.com/questions/28157929/how-to-safely-handle-an-exception-inside-a-context-manager + + +@dataclass +class Luks2: + luks_dev_path: Path + mapper_name: Optional[str] = None + password: Optional[str] = None + key_file: Optional[Path] = None + auto_unmount: bool = False + + # will be set internally after unlocking the device + _mapper_dev: Optional[Path] = None + + @property + def mapper_dev(self) -> Optional[Path]: + if self.mapper_name: + return Path(f'/dev/mapper/{self.mapper_name}') + return None + + def __post_init__(self): + if self.luks_dev_path is None: + raise ValueError('Partition must have a path set') + + def __enter__(self): + self.unlock(self.key_file) + + def __exit__(self, *args: str, **kwargs: str): if self.auto_unmount: - self.close() + self.lock() + + def _default_key_file(self) -> Path: + return Path(f'/tmp/{self.luks_dev_path.name}.disk_pw') - if len(args) >= 2 and args[1]: - raise args[1] + def _password_bytes(self) -> bytes: + if not self.password: + raise ValueError('Password for luks2 device was not specified') - return True + if isinstance(self.password, bytes): + return self.password + else: + return bytes(self.password, 'UTF-8') - def encrypt(self, partition :Partition, - password :Optional[str] = None, - key_size :int = 512, - hash_type :str = 'sha512', - iter_time :int = 10000, - key_file :Optional[str] = None) -> str: + def encrypt( + self, + key_size: int = 512, + hash_type: str = 'sha512', + iter_time: int = 10000, + key_file: Optional[Path] = None + ) -> Path: + log(f'Luks2 encrypting: {self.luks_dev_path}', level=logging.INFO) - log(f'Encrypting {partition} (This might take a while)', level=logging.INFO) + byte_password = self._password_bytes() if not key_file: if self.key_file: key_file = self.key_file else: - key_file = f"/tmp/{os.path.basename(self.partition.path)}.disk_pw" # TODO: Make disk-pw-file randomly unique? - - if not password: - password = self.password - - if type(password) != bytes: - password = bytes(password, 'UTF-8') + key_file = self._default_key_file() - with open(key_file, 'wb') as fh: - fh.write(password) - - partition.partprobe() + with open(key_file, 'wb') as fh: + fh.write(byte_password) cryptsetup_args = shlex.join([ '/usr/bin/cryptsetup', @@ -97,120 +83,163 @@ class luks2: '--hash', hash_type, '--key-size', str(key_size), '--iter-time', str(iter_time), - '--key-file', os.path.abspath(key_file), + '--key-file', str(key_file), '--use-urandom', - 'luksFormat', partition.path, + 'luksFormat', str(self.luks_dev_path), ]) try: # Retry formatting the volume because archinstall can some times be too quick # which generates a "Device /dev/sdX does not exist or access denied." between # setting up partitions and us trying to encrypt it. + cmd_handle = None for i in range(storage['DISK_RETRY_ATTEMPTS']): if (cmd_handle := SysCommand(cryptsetup_args)).exit_code != 0: time.sleep(storage['DISK_TIMEOUTS']) else: break - if cmd_handle.exit_code != 0: - raise DiskError(f'Could not encrypt volume "{partition.path}": {b"".join(cmd_handle)}') + if cmd_handle is not None and cmd_handle.exit_code != 0: + output = str(b''.join(cmd_handle)) + raise DiskError(f'Could not encrypt volume "{self.luks_dev_path}": {output}') except SysCallError as err: if err.exit_code == 1: - log(f'{partition} is being used, trying to unmount and crypt-close the device and running one more attempt at encrypting the device.', level=logging.DEBUG) - # Partition was in use, unmount it and try again - partition.unmount() - - # Get crypt-information about the device by doing a reverse lookup starting with the partition path - # For instance: /dev/sda - SysCommand(f'bash -c "partprobe"') - devinfo = json.loads(b''.join(SysCommand(f"lsblk --fs -J {partition.path}")).decode('UTF-8'))['blockdevices'][0] - - # For each child (sub-partition/sub-device) - if len(children := devinfo.get('children', [])): - for child in children: - # Unmount the child location - if child_mountpoint := child.get('mountpoint', None): - log(f'Unmounting {child_mountpoint}', level=logging.DEBUG) - SysCommand(f"umount -R {child_mountpoint}") - - # And close it if possible. - log(f"Closing crypt device {child['name']}", level=logging.DEBUG) - SysCommand(f"cryptsetup close {child['name']}") + log(f'luks2 partition currently in use: {self.luks_dev_path}') + log('Attempting to unmount, crypt-close and trying encryption again') + self.lock() # Then try again to set up the crypt-device - cmd_handle = SysCommand(cryptsetup_args) + SysCommand(cryptsetup_args) else: raise err return key_file - def unlock(self, partition :Partition, mountpoint :str, key_file :str) -> Partition: + def _get_luks_uuid(self) -> str: + command = f'/usr/bin/cryptsetup luksUUID {self.luks_dev_path}' + + try: + result = SysCommand(command) + if result.exit_code != 0: + raise DiskError(f'Unable to get UUID for Luks device: {result.decode()}') + + return result.decode() # type: ignore + except SysCallError as err: + log(f'Unable to get UUID for Luks device: {self.luks_dev_path}', level=logging.INFO) + raise err + + def is_unlocked(self) -> bool: + return self.mapper_name is not None and Path(f'/dev/mapper/{self.mapper_name}').exists() + + def unlock(self, key_file: Optional[Path] = None): """ - Mounts a luks2 compatible partition to a certain mountpoint. - Keyfile must be specified as there's no way to interact with the pw-prompt atm. + Unlocks the luks device, an optional key file location for unlocking can be specified, + otherwise a default location for the key file will be used. - :param mountpoint: The name without absolute path, for instance "luksdev" will point to /dev/mapper/luksdev - :type mountpoint: str + :param key_file: An alternative key file + :type key_file: Path """ + log(f'Unlocking luks2 device: {self.luks_dev_path}', level=logging.DEBUG) + + if not self.mapper_name: + raise ValueError('mapper name missing') + + byte_password = self._password_bytes() + + if not key_file: + if self.key_file: + key_file = self.key_file + else: + key_file = self._default_key_file() - if '/' in mountpoint: - os.path.basename(mountpoint) # TODO: Raise exception instead? + with open(key_file, 'wb') as fh: + fh.write(byte_password) wait_timer = time.time() - while pathlib.Path(partition.path).exists() is False and time.time() - wait_timer < 10: + while Path(self.luks_dev_path).exists() is False and time.time() - wait_timer < 10: time.sleep(0.025) - SysCommand(f'/usr/bin/cryptsetup open {partition.path} {mountpoint} --key-file {os.path.abspath(key_file)} --type luks2') - if os.path.islink(f'/dev/mapper/{mountpoint}'): - self.mapdev = f'/dev/mapper/{mountpoint}' - - if (filesystem_type := get_filesystem_type(pathlib.Path(self.mapdev))) == 'btrfs': - return BTRFSPartition( - self.mapdev, - block_device=MapperDev(mountpoint).partition.block_device, - encrypted=True, - filesystem=filesystem_type, - autodetect_filesystem=False - ) - - return Partition( - self.mapdev, - block_device=MapperDev(mountpoint).partition.block_device, - encrypted=True, - filesystem=get_filesystem_type(self.mapdev), - autodetect_filesystem=False - ) - - def close(self, mountpoint :Optional[str] = None) -> bool: - if not mountpoint: - mountpoint = self.mapdev - - SysCommand(f'/usr/bin/cryptsetup close {self.mapdev}') - return os.path.islink(self.mapdev) is False - - def format(self, path :str) -> None: - if (handle := SysCommand(f"/usr/bin/cryptsetup -q -v luksErase {path}")).exit_code != 0: - raise DiskError(f'Could not format {path} with {self.filesystem} because: {b"".join(handle)}') - - def add_key(self, path :pathlib.Path, password :str) -> bool: - if not path.exists(): - raise OSError(2, f"Could not import {path} as a disk encryption key, file is missing.", str(path)) - - log(f'Adding additional key-file {path} for {self.partition}', level=logging.INFO) - worker = SysCommandWorker(f"/usr/bin/cryptsetup -q -v luksAddKey {self.partition.path} {path}", - environment_vars={'LC_ALL':'C'}) + SysCommand(f'/usr/bin/cryptsetup open {self.luks_dev_path} {self.mapper_name} --key-file {key_file} --type luks2') + + if not self.mapper_dev or not self.mapper_dev.is_symlink(): + raise DiskError(f'Failed to open luks2 device: {self.luks_dev_path}') + + def lock(self): + disk.device_handler.umount(self.luks_dev_path) + + # Get crypt-information about the device by doing a reverse lookup starting with the partition path + # For instance: /dev/sda + disk.device_handler.partprobe(self.luks_dev_path) + lsblk_info = disk.get_lsblk_info(self.luks_dev_path) + + # For each child (sub-partition/sub-device) + for child in lsblk_info.children: + # Unmount the child location + for mountpoint in child.mountpoints: + log(f'Unmounting {mountpoint}', level=logging.DEBUG) + disk.device_handler.umount(mountpoint, recursive=True) + + # And close it if possible. + log(f"Closing crypt device {child.name}", level=logging.DEBUG) + SysCommand(f"cryptsetup close {child.name}") + + self._mapper_dev = None + + def create_keyfile(self, target_path: Path, override: bool = False): + """ + Routine to create keyfiles, so it can be moved elsewhere + """ + if self.mapper_name is None: + raise ValueError('Mapper name must be provided') + + # Once we store the key as ../xyzloop.key systemd-cryptsetup can + # automatically load this key if we name the device to "xyzloop" + key_file_path = target_path / 'etc/cryptsetup-keys.d/' / self.mapper_name + key_file = key_file_path / '.key' + crypttab_path = target_path / 'etc/crypttab' + + if key_file.exists(): + if not override: + log(f'Key file {key_file} already exists, keeping existing') + return + else: + log(f'Key file {key_file} already exists, overriding') + + key_file_path.mkdir(parents=True, exist_ok=True) + + with open(key_file, "w") as keyfile: + keyfile.write(generate_password(length=512)) + + key_file_path.chmod(0o400) + + self._add_key(key_file) + self._crypttab(crypttab_path, key_file, options=["luks", "key-slot=1"]) + + def _add_key(self, key_file: Path): + log(f'Adding additional key-file {key_file}', level=logging.INFO) + + command = f'/usr/bin/cryptsetup -q -v luksAddKey {self.luks_dev_path} {key_file}' + worker = SysCommandWorker(command, environment_vars={'LC_ALL': 'C'}) pw_injected = False + while worker.is_alive(): if b'Enter any existing passphrase' in worker and pw_injected is False: - worker.write(bytes(password, 'UTF-8')) + worker.write(self._password_bytes()) pw_injected = True if worker.exit_code != 0: - raise DiskError(f'Could not add encryption key {path} to {self.partition} because: {worker}') - - return True - - def crypttab(self, installation :Installer, key_path :str, options :List[str] = ["luks", "key-slot=1"]) -> None: - log(f'Adding a crypttab entry for key {key_path} in {installation}', level=logging.INFO) - with open(f"{installation.target}/etc/crypttab", "a") as crypttab: - crypttab.write(f"{self.mountpoint} UUID={convert_device_to_uuid(self.partition.path)} {key_path} {','.join(options)}\n") + raise DiskError(f'Could not add encryption key {key_file} to {self.luks_dev_path}: {worker.decode()}') + + def _crypttab( + self, + crypttab_path: Path, + key_file: Path, + options: List[str] + ) -> None: + log(f'Adding crypttab entry for key {key_file}', level=logging.INFO) + + with open(crypttab_path, 'a') as crypttab: + opt = ','.join(options) + uuid = self._get_luks_uuid() + row = f"{self.mapper_name} UUID={uuid} {key_file} {opt}\n" + crypttab.write(row) diff --git a/archinstall/lib/menu/__init__.py b/archinstall/lib/menu/__init__.py index 9b0adb8b..9c86faf5 100644 --- a/archinstall/lib/menu/__init__.py +++ b/archinstall/lib/menu/__init__.py @@ -1,2 +1,9 @@ -from .menu import Menu as Menu -from .global_menu import GlobalMenu as GlobalMenu \ No newline at end of file +from .abstract_menu import Selector, AbstractMenu, AbstractSubMenu +from .list_manager import ListManager +from .menu import ( + MenuSelectionType, + MenuSelection, + Menu, +) +from .table_selection_menu import TableMenu +from .text_input import TextInput diff --git a/archinstall/lib/menu/abstract_menu.py b/archinstall/lib/menu/abstract_menu.py index d659d709..53816655 100644 --- a/archinstall/lib/menu/abstract_menu.py +++ b/archinstall/lib/menu/abstract_menu.py @@ -7,7 +7,6 @@ from .menu import Menu, MenuSelectionType from ..locale_helpers import set_keyboard_language from ..output import log from ..translationhandler import TranslationHandler, Language -from ..user_interaction.general_conf import select_archinstall_language if TYPE_CHECKING: _: Any @@ -16,17 +15,17 @@ if TYPE_CHECKING: class Selector: def __init__( self, - description :str, - func :Optional[Callable] = None, - display_func :Optional[Callable] = None, - default :Any = None, - enabled :bool = False, - dependencies :List = [], - dependencies_not :List = [], - exec_func :Optional[Callable] = None, - preview_func :Optional[Callable] = None, - mandatory :bool = False, - no_store :bool = False + description: str, + func: Optional[Callable[[str], Any]] = None, + display_func: Optional[Callable] = None, + default: Optional[Any] = None, + enabled: bool = False, + dependencies: List = [], + dependencies_not: List = [], + exec_func: Optional[Callable] = None, + preview_func: Optional[Callable] = None, + mandatory: bool = False, + no_store: bool = False ): """ Create a new menu selection entry @@ -82,6 +81,11 @@ class Selector: self._preview_func = preview_func self.mandatory = mandatory self._no_store = no_store + self._default = default + + @property + def default(self) -> Any: + return self._default @property def description(self) -> str: @@ -96,7 +100,7 @@ class Selector: return self._dependencies_not @property - def current_selection(self): + def current_selection(self) -> Optional[Any]: return self._current_selection @property @@ -106,14 +110,14 @@ class Selector: def do_store(self) -> bool: return self._no_store is False - def set_enabled(self, status :bool = True): + def set_enabled(self, status: bool = True): self.enabled = status - def update_description(self, description :str): + def update_description(self, description: str): self._description = description def menu_text(self, padding: int = 0) -> str: - if self._description == '': # special menu option for __separator__ + if self._description == '': # special menu option for __separator__ return '' current = '' @@ -134,7 +138,7 @@ class Selector: return f'{description} {current}' - def set_current_selection(self, current :Optional[str]): + def set_current_selection(self, current: Optional[Any]): self._current_selection = current def has_selection(self) -> bool: @@ -158,14 +162,17 @@ class Selector: def is_mandatory(self) -> bool: return self.mandatory - def set_mandatory(self, status :bool = True): - self.mandatory = status - if status and not self.is_enabled(): - self.set_enabled(True) + def set_mandatory(self, value: bool): + self.mandatory = value class AbstractMenu: - def __init__(self, data_store: Optional[Dict[str, Any]] = None, auto_cursor=False, preview_size :float = 0.2): + def __init__( + self, + data_store: Dict[str, Any] = {}, + auto_cursor: bool = False, + preview_size: float = 0.2 + ): """ Create a new selection menu. @@ -179,25 +186,28 @@ class AbstractMenu: ;type preview_size: float (range 0..1) """ - self._enabled_order :List[str] = [] + self._enabled_order: List[str] = [] self._translation_handler = TranslationHandler() self.is_context_mgr = False - self._data_store = data_store if data_store is not None else {} + self._data_store = data_store self.auto_cursor = auto_cursor self._menu_options: Dict[str, Selector] = {} - self._setup_selection_menu_options() self.preview_size = preview_size self._last_choice = None + self.setup_selection_menu_options() + self._sync_all() + self._populate_default_values() + @property def last_choice(self): return self._last_choice - def __enter__(self, *args :Any, **kwargs :Any) -> AbstractMenu: + def __enter__(self, *args: Any, **kwargs: Any) -> AbstractMenu: self.is_context_mgr = True return self - def __exit__(self, *args :Any, **kwargs :Any) -> None: + def __exit__(self, *args: Any, **kwargs: Any) -> None: # TODO: https://stackoverflow.com/questions/28157929/how-to-safely-handle-an-exception-inside-a-context-manager # TODO: skip processing when it comes from a planified exit if len(args) >= 2 and args[1]: @@ -216,7 +226,50 @@ class AbstractMenu: def translation_handler(self) -> TranslationHandler: return self._translation_handler - def _setup_selection_menu_options(self): + def _populate_default_values(self): + for config_key, selector in self._menu_options.items(): + if selector.default is not None and config_key not in self._data_store: + self._data_store[config_key] = selector.default + + def _sync_all(self): + for key in self._menu_options.keys(): + self._sync(key) + + def _sync(self, selector_name: str): + value = self._data_store.get(selector_name, None) + selector = self._menu_options.get(selector_name, None) + + if value is not None: + self._menu_options[selector_name].set_current_selection(value) + elif selector is not None and selector.has_selection(): + self._data_store[selector_name] = selector.current_selection + + def _missing_configs(self) -> List[str]: + def check(s): + return self._menu_options.get(s).has_selection() + + def has_superuser() -> bool: + sel = self._menu_options['!users'] + if sel.current_selection: + return any([u.sudo for u in sel.current_selection]) + return False + + mandatory_fields = dict(filter(lambda x: x[1].is_mandatory(), self._menu_options.items())) + missing = set() + + for key, selector in mandatory_fields.items(): + if key in ['!root-password', '!users']: + if not check('!root-password') and not has_superuser(): + missing.add( + str(_('Either root-password or at least 1 user with sudo privileges must be specified')) + ) + elif key == 'disk_config': + if not check('disk_config'): + missing.add(self._menu_options['disk_config'].description) + + return list(missing) + + def setup_selection_menu_options(self): """ Define the menu options. Menu options can be defined here in a subclass or done per program calling self.set_option() """ @@ -226,7 +279,7 @@ class AbstractMenu: """ will be called before each action in the menu """ return - def post_callback(self, selection_name: Optional[str] = None, value: Any = None): + def post_callback(self, selection_name: str, value: Any): """ will be called after each action in the menu """ return True @@ -234,31 +287,16 @@ class AbstractMenu: """ will be called at the end of the processing of the menu """ return - def synch(self, selector_name :str, omit_if_set :bool = False,omit_if_disabled :bool = False): - """ loads menu options with data_store value """ - arg = self._data_store.get(selector_name, None) - # don't display the menu option if it was defined already - if arg is not None and omit_if_set: - return - - if not self.option(selector_name).is_enabled() and omit_if_disabled: - return - - if arg is not None: - self._menu_options[selector_name].set_current_selection(arg) - def _update_enabled_order(self, selector_name: str): self._enabled_order.append(selector_name) - def enable(self, selector_name :str, omit_if_set :bool = False , mandatory :bool = False): + def enable(self, selector_name: str, mandatory: bool = False): """ activates menu options """ if self._menu_options.get(selector_name, None): self._menu_options[selector_name].set_enabled(True) self._update_enabled_order(selector_name) - - if mandatory: - self._menu_options[selector_name].set_mandatory(True) - self.synch(selector_name,omit_if_set) + self._menu_options[selector_name].set_mandatory(mandatory) + self._sync(selector_name) else: raise ValueError(f'No selector found: {selector_name}') @@ -274,7 +312,11 @@ class AbstractMenu: def _find_selection(self, selection_name: str) -> Tuple[str, Selector]: enabled_menus = self._menus_to_enable() padding = self._get_menu_text_padding(list(enabled_menus.values())) - option = [(k, v) for k, v in self._menu_options.items() if v.menu_text(padding).strip() == selection_name.strip()] + + option = [] + for k, v in self._menu_options.items(): + if v.menu_text(padding).strip() == selection_name.strip(): + option.append((k, v)) if len(option) != 1: raise ValueError(f'Selection not found: {selection_name}') @@ -283,12 +325,7 @@ class AbstractMenu: return config_name, selector def run(self, allow_reset: bool = False): - """ Calls the Menu framework""" - # we synch all the options just in case - for item in self.list_options(): - self.synch(item) - - self.post_callback() # as all the values can vary i have to exec this callback + self._sync_all() cursor_pos = None while True: @@ -341,13 +378,13 @@ class AbstractMenu: break # we get the last action key - actions = {str(v.description):k for k,v in self._menu_options.items()} + actions = {str(v.description): k for k, v in self._menu_options.items()} self._last_choice = actions[selection.value.strip()] # type: ignore if not self.is_context_mgr: self.__exit__() - def _process_selection(self, selection_name :str) -> bool: + def _process_selection(self, selection_name: str) -> bool: """ determines and executes the selection y Can / Should be extended to handle specific selection issues Returns true if the menu shall continue, False if it has ended @@ -356,7 +393,7 @@ class AbstractMenu: config_name, selector = self._find_selection(selection_name) return self.exec_option(config_name, selector) - def exec_option(self, config_name :str, p_selector :Optional[Selector] = None) -> bool: + def exec_option(self, config_name: str, p_selector: Optional[Selector] = None) -> bool: """ processes the execution of a given menu entry - pre process callback - selection function @@ -372,17 +409,21 @@ class AbstractMenu: self.pre_callback(config_name) result = None + if selector.func is not None: presel_val = self.option(config_name).get_selection() result = selector.func(presel_val) self._menu_options[config_name].set_current_selection(result) if selector.do_store(): self._data_store[config_name] = result - exec_ret_val = selector.exec_func(config_name,result) if selector.exec_func is not None else False - self.post_callback(config_name,result) - if exec_ret_val and self._check_mandatory_status(): + exec_ret_val = selector.exec_func(config_name, result) if selector.exec_func else False + + self.post_callback(config_name, result) + + if exec_ret_val: return False + return True def _set_kb_language(self): @@ -392,7 +433,7 @@ class AbstractMenu: if self._data_store.get('keyboard-layout', None) and len(self._data_store['keyboard-layout']): set_keyboard_language(self._data_store['keyboard-layout']) - def _verify_selection_enabled(self, selection_name :str) -> bool: + def _verify_selection_enabled(self, selection_name: str) -> bool: """ general """ if selection := self._menu_options.get(selection_name, None): if not selection.enabled: @@ -429,16 +470,10 @@ class AbstractMenu: return ordered_menus - def option(self,name :str) -> Selector: + def option(self, name: str) -> Selector: # TODO check inexistent name return self._menu_options[name] - def list_options(self) -> Iterator: - """ Iterator to retrieve the enabled menu option names - """ - for item in self._menu_options: - yield item - def list_enabled_options(self) -> Iterator: """ Iterator to retrieve the enabled menu options at a given time. The results are dynamic (if between calls to the iterator some elements -still not retrieved- are (de)activated @@ -447,44 +482,21 @@ class AbstractMenu: if item in self._menus_to_enable(): yield item - def set_option(self, name :str, selector :Selector): - self._menu_options[name] = selector - self.synch(name) - - def _check_mandatory_status(self) -> bool: - for field in self._menu_options: - option = self._menu_options[field] - if option.is_mandatory() and not option.has_selection(): - return False - return True - - def set_mandatory(self, field :str, status :bool): - self.option(field).set_mandatory(status) - - def mandatory_overview(self) -> Tuple[int, int]: - mandatory_fields = 0 - mandatory_waiting = 0 - for field, option in self._menu_options.items(): - if option.is_mandatory(): - mandatory_fields += 1 - if not option.has_selection(): - mandatory_waiting += 1 - return mandatory_fields, mandatory_waiting - def _select_archinstall_language(self, preset_value: Language) -> Language: + from ..user_interaction.general_conf import select_archinstall_language language = select_archinstall_language(self.translation_handler.translated_languages, preset_value) self._translation_handler.activate(language) return language class AbstractSubMenu(AbstractMenu): - def __init__(self, data_store: Optional[Dict[str, Any]] = None): + def __init__(self, data_store: Dict[str, Any] = {}): super().__init__(data_store=data_store) self._menu_options['__separator__'] = Selector('') self._menu_options['back'] = \ Selector( - _('Back'), + Menu.back(), no_store=True, enabled=True, exec_func=lambda n, v: True, diff --git a/archinstall/lib/menu/global_menu.py b/archinstall/lib/menu/global_menu.py deleted file mode 100644 index 7c5b153e..00000000 --- a/archinstall/lib/menu/global_menu.py +++ /dev/null @@ -1,429 +0,0 @@ -from __future__ import annotations - -from typing import Any, List, Optional, Union, Dict, TYPE_CHECKING - -import archinstall -from ..disk.encryption import DiskEncryptionMenu -from ..general import SysCommand, secret -from ..hardware import has_uefi -from ..menu import Menu -from ..menu.abstract_menu import Selector, AbstractMenu -from ..models import NetworkConfiguration -from ..models.disk_encryption import DiskEncryption, EncryptionType -from ..models.users import User -from ..output import FormattedOutput -from ..profiles import is_desktop_profile, Profile -from ..storage import storage -from ..user_interaction import add_number_of_parrallel_downloads -from ..user_interaction import ask_additional_packages_to_install -from ..user_interaction import ask_for_additional_users -from ..user_interaction import ask_for_audio_selection -from ..user_interaction import ask_for_bootloader -from ..user_interaction import ask_for_swap -from ..user_interaction import ask_hostname -from ..user_interaction import ask_ntp -from ..user_interaction import ask_to_configure_network -from ..user_interaction import get_password, ask_for_a_timezone, save_config -from ..user_interaction import select_additional_repositories -from ..user_interaction import select_disk_layout -from ..user_interaction import select_harddrives -from ..user_interaction import select_kernel -from ..user_interaction import select_language -from ..user_interaction import select_locale_enc -from ..user_interaction import select_locale_lang -from ..user_interaction import select_mirror_regions -from ..user_interaction import select_profile -from ..user_interaction.partitioning_conf import current_partition_layout - -if TYPE_CHECKING: - _: Any - - -class GlobalMenu(AbstractMenu): - def __init__(self,data_store): - self._disk_check = True - super().__init__(data_store=data_store, auto_cursor=True, preview_size=0.3) - - def _setup_selection_menu_options(self): - # archinstall.Language will not use preset values - self._menu_options['archinstall-language'] = \ - Selector( - _('Archinstall language'), - lambda x: self._select_archinstall_language(x), - display_func=lambda x: x.display_name, - default=self.translation_handler.get_language_by_abbr('en')) - self._menu_options['keyboard-layout'] = \ - Selector( - _('Keyboard layout'), - lambda preset: select_language(preset), - default='us') - self._menu_options['mirror-region'] = \ - Selector( - _('Mirror region'), - lambda preset: select_mirror_regions(preset), - display_func=lambda x: list(x.keys()) if x else '[]', - default={}) - self._menu_options['sys-language'] = \ - Selector( - _('Locale language'), - lambda preset: select_locale_lang(preset), - default='en_US') - self._menu_options['sys-encoding'] = \ - Selector( - _('Locale encoding'), - lambda preset: select_locale_enc(preset), - default='UTF-8') - self._menu_options['harddrives'] = \ - Selector( - _('Drive(s)'), - lambda preset: self._select_harddrives(preset), - display_func=lambda x: f'{len(x)} ' + str(_('Drive(s)')) if x is not None and len(x) > 0 else '', - preview_func=self._prev_harddrives, - ) - self._menu_options['disk_layouts'] = \ - Selector( - _('Disk layout'), - lambda preset: select_disk_layout( - preset, - storage['arguments'].get('harddrives', []), - storage['arguments'].get('advanced', False) - ), - preview_func=self._prev_disk_layouts, - display_func=lambda x: self._display_disk_layout(x), - dependencies=['harddrives']) - self._menu_options['disk_encryption'] = \ - Selector( - _('Disk encryption'), - lambda preset: self._disk_encryption(preset), - preview_func=self._prev_disk_encryption, - display_func=lambda x: self._display_disk_encryption(x), - dependencies=['disk_layouts']) - self._menu_options['swap'] = \ - Selector( - _('Swap'), - lambda preset: ask_for_swap(preset), - default=True) - self._menu_options['bootloader'] = \ - Selector( - _('Bootloader'), - lambda preset: ask_for_bootloader(storage['arguments'].get('advanced', False),preset), - default="systemd-bootctl" if has_uefi() else "grub-install") - self._menu_options['hostname'] = \ - Selector( - _('Hostname'), - ask_hostname, - default='archlinux') - # root password won't have preset value - self._menu_options['!root-password'] = \ - Selector( - _('Root password'), - lambda preset:self._set_root_password(), - display_func=lambda x: secret(x) if x else 'None') - self._menu_options['!users'] = \ - Selector( - _('User account'), - lambda x: self._create_user_account(x), - default={}, - display_func=lambda x: f'{len(x)} {_("User(s)")}' if len(x) > 0 else None, - preview_func=self._prev_users) - self._menu_options['profile'] = \ - Selector( - _('Profile'), - lambda preset: self._select_profile(preset), - display_func=lambda x: x if x else 'None' - ) - self._menu_options['audio'] = \ - Selector( - _('Audio'), - lambda preset: ask_for_audio_selection(is_desktop_profile(storage['arguments'].get('profile', None)),preset), - display_func=lambda x: x if x else 'None', - default=None - ) - - self._menu_options['parallel downloads'] = \ - Selector( - _('Parallel Downloads'), - add_number_of_parrallel_downloads, - display_func=lambda x: x if x else '0', - default=0 - ) - - self._menu_options['kernels'] = \ - Selector( - _('Kernels'), - lambda preset: select_kernel(preset), - default=['linux']) - self._menu_options['packages'] = \ - Selector( - _('Additional packages'), - # lambda x: ask_additional_packages_to_install(storage['arguments'].get('packages', None)), - ask_additional_packages_to_install, - default=[]) - self._menu_options['additional-repositories'] = \ - Selector( - _('Optional repositories'), - select_additional_repositories, - default=[]) - self._menu_options['nic'] = \ - Selector( - _('Network configuration'), - ask_to_configure_network, - display_func=lambda x: self._display_network_conf(x), - preview_func=self._prev_network_config, - default={}) - self._menu_options['timezone'] = \ - Selector( - _('Timezone'), - lambda preset: ask_for_a_timezone(preset), - default='UTC') - self._menu_options['ntp'] = \ - Selector( - _('Automatic time sync (NTP)'), - lambda preset: self._select_ntp(preset), - default=True) - self._menu_options['__separator__'] = \ - Selector('') - self._menu_options['save_config'] = \ - Selector( - _('Save configuration'), - lambda preset: save_config(self._data_store), - no_store=True) - self._menu_options['install'] = \ - Selector( - self._install_text(), - exec_func=lambda n,v: True if len(self._missing_configs()) == 0 else False, - preview_func=self._prev_install_missing_config, - no_store=True) - - self._menu_options['abort'] = Selector(_('Abort'), exec_func=lambda n,v:exit(1)) - - def _update_install_text(self, name :Optional[str] = None, result :Any = None): - text = self._install_text() - self._menu_options['install'].update_description(text) - - def post_callback(self,name :Optional[str] = None ,result :Any = None): - self._update_install_text(name, result) - - def _install_text(self): - missing = len(self._missing_configs()) - if missing > 0: - return _('Install ({} config(s) missing)').format(missing) - return _('Install') - - def _display_network_conf(self, cur_value: Union[NetworkConfiguration, List[NetworkConfiguration]]) -> str: - if not cur_value: - return _('Not configured, unavailable unless setup manually') - else: - if isinstance(cur_value, list): - return str(_('Configured {} interfaces')).format(len(cur_value)) - else: - return str(cur_value) - - def _disk_encryption(self, preset: Optional[DiskEncryption]) -> Optional[DiskEncryption]: - data_store: Dict[str, Any] = {} - - selector = self._menu_options['disk_layouts'] - - if selector.has_selection(): - layouts: Dict[str, Dict[str, Any]] = selector.current_selection - else: - # this should not happen as the encryption menu has the disk layout as dependency - raise ValueError('No disk layout specified') - - disk_encryption = DiskEncryptionMenu(data_store, preset, layouts).run() - return disk_encryption - - def _prev_network_config(self) -> Optional[str]: - selector = self._menu_options['nic'] - if selector.has_selection(): - ifaces = selector.current_selection - if isinstance(ifaces, list): - return FormattedOutput.as_table(ifaces) - return None - - def _prev_harddrives(self) -> Optional[str]: - selector = self._menu_options['harddrives'] - if selector.has_selection(): - drives = selector.current_selection - return FormattedOutput.as_table(drives) - return None - - def _prev_disk_layouts(self) -> Optional[str]: - selector = self._menu_options['disk_layouts'] - if selector.has_selection(): - layouts: Dict[str, Dict[str, Any]] = selector.current_selection - - output = '' - for device, layout in layouts.items(): - output += f'{_("Device")}: {device}\n\n' - output += current_partition_layout(layout['partitions'], with_title=False) - output += '\n\n' - - return output.rstrip() - - return None - - def _display_disk_layout(self, current_value: Optional[Dict[str, Any]]) -> str: - if current_value: - total_partitions = [entry['partitions'] for entry in current_value.values()] - total_nr = sum([len(p) for p in total_partitions]) - return f'{total_nr} {_("Partitions")}' - return '' - - def _prev_disk_encryption(self) -> Optional[str]: - selector = self._menu_options['disk_encryption'] - if selector.has_selection(): - encryption: DiskEncryption = selector.current_selection - - enc_type = EncryptionType.type_to_text(encryption.encryption_type) - output = str(_('Encryption type')) + f': {enc_type}\n' - output += str(_('Password')) + f': {secret(encryption.encryption_password)}\n' - - if encryption.all_partitions: - output += 'Partitions: {} selected'.format(len(encryption.all_partitions)) + '\n' - - if encryption.hsm_device: - output += f'HSM: {encryption.hsm_device.manufacturer}' - - return output - - return None - - def _display_disk_encryption(self, current_value: Optional[DiskEncryption]) -> str: - if current_value: - return EncryptionType.type_to_text(current_value.encryption_type) - return '' - - def _prev_install_missing_config(self) -> Optional[str]: - if missing := self._missing_configs(): - text = str(_('Missing configurations:\n')) - for m in missing: - text += f'- {m}\n' - return text[:-1] # remove last new line - return None - - def _prev_users(self) -> Optional[str]: - selector = self._menu_options['!users'] - if selector.has_selection(): - users: List[User] = selector.current_selection - return FormattedOutput.as_table(users) - return None - - def _missing_configs(self) -> List[str]: - def check(s): - return self._menu_options.get(s).has_selection() - - def has_superuser() -> bool: - users = self._menu_options['!users'].current_selection - return any([u.sudo for u in users]) - - missing = [] - if not check('bootloader'): - missing += ['Bootloader'] - if not check('hostname'): - missing += ['Hostname'] - if not check('!root-password') and not has_superuser(): - missing += [str(_('Either root-password or at least 1 user with sudo privileges must be specified'))] - if self._disk_check: - if not check('harddrives'): - missing += [str(_('Drive(s)'))] - if check('harddrives'): - if not self._menu_options['harddrives'].is_empty() and not check('disk_layouts'): - missing += [str(_('Disk layout'))] - - return missing - - def _set_root_password(self) -> Optional[str]: - prompt = str(_('Enter root password (leave blank to disable root): ')) - password = get_password(prompt=prompt) - return password - - # def _select_encrypted_password(self) -> Optional[str]: - # if passwd := get_password(prompt=str(_('Enter disk encryption password (leave blank for no encryption): '))): - # return passwd - # return None - - def _select_ntp(self, preset :bool = True) -> bool: - ntp = ask_ntp(preset) - - value = str(ntp).lower() - SysCommand(f'timedatectl set-ntp {value}') - - return ntp - - def _select_harddrives(self, old_harddrives: List[str] = []) -> List: - harddrives = select_harddrives(old_harddrives) - - if harddrives is not None: - if len(harddrives) == 0: - prompt = _( - "You decided to skip harddrive selection\nand will use whatever drive-setup is mounted at {} (experimental)\n" - "WARNING: Archinstall won't check the suitability of this setup\n" - "Do you wish to continue?" - ).format(storage['MOUNT_POINT']) - - choice = Menu(prompt, Menu.yes_no(), default_option=Menu.yes(), skip=False).run() - - if choice.value == Menu.no(): - self._disk_check = True - return self._select_harddrives(old_harddrives) - else: - self._disk_check = False - - # in case the harddrives got changed we have to reset the disk layout as well - if old_harddrives != harddrives: - self._menu_options['disk_layouts'].set_current_selection(None) - storage['arguments']['disk_layouts'] = {} - - return harddrives - - def _select_profile(self, preset) -> Optional[Profile]: - ret: Optional[Profile] = None - profile = select_profile(preset) - - if profile is None: - if any([ - archinstall.storage.get('profile_minimal', False), - archinstall.storage.get('_selected_servers', None), - archinstall.storage.get('_desktop_profile', None), - archinstall.arguments.get('desktop-environment', None), - archinstall.arguments.get('gfx_driver_packages', None) - ]): - return preset - else: # ctrl+c was actioned and all profile settings have been reset - return None - - servers = archinstall.storage.get('_selected_servers', []) - desktop = archinstall.storage.get('_desktop_profile', None) - desktop_env = archinstall.arguments.get('desktop-environment', None) - gfx_driver = archinstall.arguments.get('gfx_driver_packages', None) - - # Check the potentially selected profiles preparations to get early checks if some additional questions are needed. - if profile and profile.has_prep_function(): - namespace = f'{profile.namespace}.py' - with profile.load_instructions(namespace=namespace) as imported: - if imported._prep_function(servers=servers, desktop=desktop, desktop_env=desktop_env, gfx_driver=gfx_driver): - ret = profile - - match ret.name: - case 'minimal': - reset = ['_selected_servers', '_desktop_profile', 'desktop-environment', 'gfx_driver_packages'] - case 'server': - reset = ['_desktop_profile', 'desktop-environment'] - case 'desktop': - reset = ['_selected_servers'] - case 'xorg': - reset = ['_selected_servers', '_desktop_profile', 'desktop-environment'] - - for r in reset: - archinstall.storage[r] = None - else: - return self._select_profile(preset) - elif profile: - ret = profile - - return ret - - def _create_user_account(self, defined_users: List[User]) -> List[User]: - users = ask_for_additional_users(defined_users=defined_users) - return users diff --git a/archinstall/lib/menu/list_manager.py b/archinstall/lib/menu/list_manager.py index 1e09d987..be31fdf0 100644 --- a/archinstall/lib/menu/list_manager.py +++ b/archinstall/lib/menu/list_manager.py @@ -34,7 +34,7 @@ class ListManager: self._data = copy.deepcopy(entries) explainer = str(_('\n Choose an object from the list, and select one of the available actions for it to execute')) - self._prompt = prompt + explainer if prompt else explainer + self._prompt = prompt if prompt else explainer self._separator = '' self._confirm_action = str(_('Confirm and exit')) @@ -44,13 +44,18 @@ class ListManager: self._base_actions = base_actions self._sub_menu_actions = sub_menu_actions - self._last_choice = None + self._last_choice: Optional[str] = None @property - def last_choice(self): + def last_choice(self) -> Optional[str]: return self._last_choice - def run(self): + def is_last_choice_cancel(self) -> bool: + if self._last_choice is not None: + return self._last_choice == self._cancel_action + return False + + def run(self) -> List[Any]: while True: # this will return a dictionary with the key as the menu entry to be displayed # and the value is the original value from the self._data container @@ -76,10 +81,11 @@ class ListManager: elif choice.value in self._terminate_actions: break else: # an entry of the existing selection was choosen - selected_entry = data_formatted[choice.value] + selected_entry = data_formatted[choice.value] # type: ignore self._run_actions_on_entry(selected_entry) - self._last_choice = choice + self._last_choice = choice.value # type: ignore + if choice.value == self._cancel_action: return self._original_data # return the original list else: @@ -122,21 +128,29 @@ class ListManager: self._data = self.handle_action(choice.value, entry, self._data) def selected_action_display(self, selection: Any) -> str: - # this will return the value to be displayed in the - # "Select an action for '{}'" string + """ + this will return the value to be displayed in the + "Select an action for '{}'" string + """ raise NotImplementedError('Please implement me in the child class') - def reformat(self, data: List[Any]) -> Dict[str, Any]: - # this should return a dictionary of display string to actual data entry - # mapping; if the value for a given display string is None it will be used - # in the header value (useful when displaying tables) + def reformat(self, data: List[Any]) -> Dict[str, Optional[Any]]: + """ + this should return a dictionary of display string to actual data entry + mapping; if the value for a given display string is None it will be used + in the header value (useful when displaying tables) + """ raise NotImplementedError('Please implement me in the child class') def handle_action(self, action: Any, entry: Optional[Any], data: List[Any]) -> List[Any]: - # this function is called when a base action or - # a specific action for an entry is triggered + """ + this function is called when a base action or + a specific action for an entry is triggered + """ raise NotImplementedError('Please implement me in the child class') - def filter_options(self, selection :Any, options :List[str]) -> List[str]: - # filter which actions to show for an specific selection + def filter_options(self, selection: Any, options: List[str]) -> List[str]: + """ + filter which actions to show for an specific selection + """ return options diff --git a/archinstall/lib/menu/menu.py b/archinstall/lib/menu/menu.py index 09685c55..44ac33a6 100644 --- a/archinstall/lib/menu/menu.py +++ b/archinstall/lib/menu/menu.py @@ -3,7 +3,7 @@ from enum import Enum, auto from os import system from typing import Dict, List, Union, Any, TYPE_CHECKING, Optional, Callable -from .simple_menu import TerminalMenu +from simple_term_menu import TerminalMenu from ..exceptions import RequirementError from ..output import log @@ -27,42 +27,56 @@ class MenuSelection: type_: MenuSelectionType value: Optional[Union[str, List[str]]] = None + @property + def single_value(self) -> Any: + return self.value + + @property + def multi_value(self) -> List[Any]: + return self.value + class Menu(TerminalMenu): @classmethod - def yes(cls): + def back(cls) -> str: + return str(_('← Back')) + + @classmethod + def yes(cls) -> str: return str(_('yes')) @classmethod - def no(cls): + def no(cls) -> str: return str(_('no')) @classmethod - def yes_no(cls): + def yes_no(cls) -> List[str]: return [cls.yes(), cls.no()] def __init__( self, - title :str, - p_options :Union[List[str], Dict[str, Any]], - skip :bool = True, - multi :bool = False, - default_option : Optional[str] = None, - sort :bool = True, - preset_values :Union[str, List[str]] = None, - cursor_index : Optional[int] = None, + title: str, + p_options: Union[List[str], Dict[str, Any]], + skip: bool = True, + multi: bool = False, + default_option: Optional[str] = None, + sort: bool = True, + preset_values: Optional[Union[str, List[str]]] = None, + cursor_index: Optional[int] = None, preview_command: Optional[Callable] = None, preview_size: float = 0.0, preview_title: str = 'Info', - header :Union[List[str],str] = None, - allow_reset :bool = False, - allow_reset_warning_msg :str = '', + header: Union[List[str],str] = None, + allow_reset: bool = False, + allow_reset_warning_msg: Optional[str] = None, clear_screen: bool = True, show_search_hint: bool = True, cycle_cursor: bool = True, clear_menu_on_exit: bool = True, - skip_empty_entries: bool = False + skip_empty_entries: bool = False, + display_back_option: bool = False, + extra_bottom_space: bool = False ): """ Creates a new menu @@ -72,7 +86,7 @@ class Menu(TerminalMenu): :param p_options: Options to be displayed in the menu to chose from; if dict is specified then the keys of such will be used as options - :type options: list, dict + :type p_options: list, dict :param skip: Indicate if the selection is not mandatory and can be skipped :type skip: bool @@ -101,16 +115,17 @@ class Menu(TerminalMenu): :param preview_title: Title of the preview window :type preview_title: str - param header: one or more header lines for the menu - type param: string or list + :param header: one or more header lines for the menu + :type header: string or list - param raise_error_on_interrupt: This will explicitly handle a ctrl+c instead and return that specific state - type param: bool + :param allow_reset: This will explicitly handle a ctrl+c instead and return that specific state + :type allow_reset: bool - param raise_error_warning_msg: If raise_error_on_interrupt is True and this is non-empty, there will be a warning with a user confirmation displayed - type param: str + param allow_reset_warning_msg: If raise_error_on_interrupt is True the warnign is set, a user confirmation is displayed + type allow_reset_warning_msg: str - :param kwargs : any SimpleTerminal parameter + :param extra_bottom_space: Add an extra empty line at the end of the menu + :type extra_bottom_space: bool """ # we guarantee the inmutability of the options outside the class. # an unknown number of iterables (.keys(),.values(),generator,...) can't be directly copied, in this case @@ -152,7 +167,6 @@ class Menu(TerminalMenu): self._multi = multi self._raise_error_on_interrupt = allow_reset self._raise_error_warning_msg = allow_reset_warning_msg - self._preview_command = preview_command action_info = '' if skip: @@ -182,6 +196,14 @@ class Menu(TerminalMenu): default = f'{default_option} {self._default_str}' self._menu_options = [default] + [o for o in self._menu_options if default_option != o] + if display_back_option and not multi and skip: + skip_empty_entries = True + self._menu_options += ['', self.back()] + + if extra_bottom_space: + skip_empty_entries = True + self._menu_options += [''] + self._preselection(preset_values,cursor_index) cursor = "> " @@ -194,13 +216,10 @@ class Menu(TerminalMenu): menu_cursor=cursor, menu_cursor_style=main_menu_cursor_style, menu_highlight_style=main_menu_style, - # cycle_cursor=True, - # clear_screen=True, multi_select=multi, - # show_search_hint=True, preselected_entries=self.preset_values, cursor_index=self.cursor_index, - preview_command=lambda x: self._preview_wrapper(preview_command, x), + preview_command=lambda x: self._show_preview(preview_command, x), preview_size=preview_size, preview_title=preview_title, raise_error_on_interrupt=self._raise_error_on_interrupt, @@ -212,6 +231,17 @@ class Menu(TerminalMenu): skip_empty_entries=skip_empty_entries ) + def _show_preview(self, preview_command: Optional[Callable], selection: str) -> Optional[str]: + if selection == self.back(): + return None + + if preview_command: + if self._default_option is not None and f'{self._default_option} {self._default_str}' == selection: + selection = self._default_option + return preview_command(selection) + + return None + def _show(self) -> MenuSelection: try: idx = self.show() @@ -225,39 +255,37 @@ class Menu(TerminalMenu): return elem if idx is not None: - if isinstance(idx, (list, tuple)): + if isinstance(idx, (list, tuple)): # on multi selection results = [] for i in idx: option = check_default(self._menu_options[i]) results.append(option) return MenuSelection(type_=MenuSelectionType.Selection, value=results) - else: + else: # on single selection result = check_default(self._menu_options[idx]) return MenuSelection(type_=MenuSelectionType.Selection, value=result) else: return MenuSelection(type_=MenuSelectionType.Skip) - def _preview_wrapper(self, preview_command: Optional[Callable], current_selection: str) -> Optional[str]: - if preview_command: - if self._default_option is not None and f'{self._default_option} {self._default_str}' == current_selection: - current_selection = self._default_option - return preview_command(current_selection) - return None - def run(self) -> MenuSelection: - ret = self._show() + selection = self._show() - if ret.type_ == MenuSelectionType.Reset: - if self._raise_error_on_interrupt and len(self._raise_error_warning_msg) > 0: + if selection.type_ == MenuSelectionType.Reset: + if self._raise_error_on_interrupt and self._raise_error_warning_msg is not None: response = Menu(self._raise_error_warning_msg, Menu.yes_no(), skip=False).run() if response.value == Menu.no(): return self.run() - elif ret.type_ is MenuSelectionType.Skip: + elif selection.type_ is MenuSelectionType.Skip: if not self._skip: system('clear') return self.run() - return ret + if selection.type_ == MenuSelectionType.Selection: + if selection.value == self.back(): + selection.type_ = MenuSelectionType.Skip + selection.value = None + + return selection def set_cursor_pos(self,pos :int): if pos and 0 < pos < len(self._menu_entries): diff --git a/archinstall/lib/menu/simple_menu.py b/archinstall/lib/menu/simple_menu.py deleted file mode 100644 index 1980e2ce..00000000 --- a/archinstall/lib/menu/simple_menu.py +++ /dev/null @@ -1,2002 +0,0 @@ -""" -This file is copied over from the simple-term-menu project -(https://github.com/IngoMeyer441/simple-term-menu) -In order to comply with installation methods of Arch Linux. -We here by copy the MIT license attached to the project at the time of copy: - -Copyright 2021 Forschungszentrum Jülich GmbH - -Permission is hereby granted, free of charge, to any person obtaining a copy of -this software and associated documentation files (the "Software"), to deal in -the Software without restriction, including without limitation the rights to -use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of -the Software, and to permit persons to whom the Software is furnished to do so, -subject to the following conditions: - -The above copyright notice and this permission notice shall be included in all -copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS -FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR -COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER -IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN -CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -""" -import argparse -import copy -import ctypes -import io -import locale -import os -import platform -import re -import shlex -import signal -import string -import subprocess -import sys -from locale import getlocale -from types import FrameType -from typing import ( - Any, - Callable, - Dict, - Iterable, - Iterator, - List, - Match, - Optional, - Pattern, - Sequence, - Set, - TextIO, - Tuple, - Union, - cast, -) - -try: - import termios -except ImportError as e: - raise NotImplementedError('"{}" is currently not supported.'.format(platform.system())) from e - -__author__ = "Ingo Meyer" -__email__ = "i.meyer@fz-juelich.de" -__copyright__ = "Copyright © 2021 Forschungszentrum Jülich GmbH. All rights reserved." -__license__ = "MIT" -__version_info__ = (1, 5, 0) -__version__ = ".".join(map(str, __version_info__)) - - -DEFAULT_ACCEPT_KEYS = ("enter",) -DEFAULT_CLEAR_MENU_ON_EXIT = True -DEFAULT_CLEAR_SCREEN = False -DEFAULT_CYCLE_CURSOR = True -DEFAULT_EXIT_ON_SHORTCUT = True -DEFAULT_MENU_CURSOR = "> " -DEFAULT_MENU_CURSOR_STYLE = ("fg_red", "bold") -DEFAULT_MENU_HIGHLIGHT_STYLE = ("standout",) -DEFAULT_MULTI_SELECT = False -DEFAULT_MULTI_SELECT_CURSOR = "[*] " -DEFAULT_MULTI_SELECT_CURSOR_BRACKETS_STYLE = ("fg_gray",) -DEFAULT_MULTI_SELECT_CURSOR_STYLE = ("fg_yellow", "bold") -DEFAULT_MULTI_SELECT_KEYS = (" ", "tab") -DEFAULT_MULTI_SELECT_SELECT_ON_ACCEPT = True -DEFAULT_PREVIEW_BORDER = True -DEFAULT_PREVIEW_SIZE = 0.25 -DEFAULT_PREVIEW_TITLE = "preview" -DEFAULT_QUIT_KEYS = ("escape", "q") -DEFAULT_SEARCH_CASE_SENSITIVE = False -DEFAULT_SEARCH_HIGHLIGHT_STYLE = ("fg_black", "bg_yellow", "bold") -DEFAULT_SEARCH_KEY = "/" -DEFAULT_SHORTCUT_BRACKETS_HIGHLIGHT_STYLE = ("fg_gray",) -DEFAULT_SHORTCUT_KEY_HIGHLIGHT_STYLE = ("fg_blue",) -DEFAULT_SHOW_MULTI_SELECT_HINT = False -DEFAULT_SHOW_SEARCH_HINT = False -DEFAULT_SHOW_SHORTCUT_HINTS = False -DEFAULT_SHOW_SHORTCUT_HINTS_IN_STATUS_BAR = True -DEFAULT_STATUS_BAR_BELOW_PREVIEW = False -DEFAULT_STATUS_BAR_STYLE = ("fg_yellow", "bg_black") -MIN_VISIBLE_MENU_ENTRIES_COUNT = 3 - - -class InvalidParameterCombinationError(Exception): - pass - - -class InvalidStyleError(Exception): - pass - - -class NoMenuEntriesError(Exception): - pass - - -class PreviewCommandFailedError(Exception): - pass - - -class UnknownMenuEntryError(Exception): - pass - - -def get_locale() -> str: - user_locale = locale.getlocale()[1] - if user_locale is None: - return "ascii" - else: - return user_locale.lower() - - -def wcswidth(text: str) -> int: - if not hasattr(wcswidth, "libc"): - if platform.system() == "Darwin": - wcswidth.libc = ctypes.cdll.LoadLibrary("libSystem.dylib") # type: ignore - else: - wcswidth.libc = ctypes.cdll.LoadLibrary("libc.so.6") # type: ignore - user_locale = get_locale() - # First replace any null characters with the unicode replacement character (U+FFFD) since they cannot be passed - # in a `c_wchar_p` - encoded_text = text.replace("\0", "\uFFFD").encode(encoding=user_locale, errors="replace") - return wcswidth.libc.wcswidth( # type: ignore - ctypes.c_wchar_p(encoded_text.decode(encoding=user_locale)), len(encoded_text) - ) - - -def static_variables(**variables: Any) -> Callable[[Callable[..., Any]], Callable[..., Any]]: - def decorator(f: Callable[..., Any]) -> Callable[..., Any]: - for key, value in variables.items(): - setattr(f, key, value) - return f - - return decorator - - -class BoxDrawingCharacters: - if getlocale()[1] == "UTF-8": - # Unicode box characters - horizontal = "─" - vertical = "│" - upper_left = "┌" - upper_right = "┐" - lower_left = "└" - lower_right = "┘" - else: - # ASCII box characters - horizontal = "-" - vertical = "|" - upper_left = "+" - upper_right = "+" - lower_left = "+" - lower_right = "+" - - -class TerminalMenu: - class Search: - def __init__( - self, - menu_entries: Iterable[str], - search_text: Optional[str] = None, - case_senitive: bool = False, - show_search_hint: bool = False, - ): - self._menu_entries = menu_entries - self._case_sensitive = case_senitive - self._show_search_hint = show_search_hint - self._matches = [] # type: List[Tuple[int, Match[str]]] - self._search_regex = None # type: Optional[Pattern[str]] - self._change_callback = None # type: Optional[Callable[[], None]] - # Use the property setter since it has some more logic - self.search_text = search_text - - def _update_matches(self) -> None: - if self._search_regex is None: - self._matches = [] - else: - matches = [] - for i, menu_entry in enumerate(self._menu_entries): - match_obj = self._search_regex.search(menu_entry) - if match_obj: - matches.append((i, match_obj)) - self._matches = matches - - @property - def matches(self) -> List[Tuple[int, Match[str]]]: - return list(self._matches) - - @property - def search_regex(self) -> Optional[Pattern[str]]: - return self._search_regex - - @property - def search_text(self) -> Optional[str]: - return self._search_text - - @search_text.setter - def search_text(self, text: Optional[str]) -> None: - self._search_text = text - search_text = self._search_text - self._search_regex = None - while search_text and self._search_regex is None: - try: - self._search_regex = re.compile(search_text, flags=re.IGNORECASE if not self._case_sensitive else 0) - except re.error: - search_text = search_text[:-1] - self._update_matches() - if self._change_callback: - self._change_callback() - - @property - def change_callback(self) -> Optional[Callable[[], None]]: - return self._change_callback - - @change_callback.setter - def change_callback(self, callback: Optional[Callable[[], None]]) -> None: - self._change_callback = callback - - @property - def occupied_lines_count(self) -> int: - if not self and not self._show_search_hint: - return 0 - else: - return 1 - - def __bool__(self) -> bool: - return self._search_text is not None - - def __contains__(self, menu_index: int) -> bool: - return any(i == menu_index for i, _ in self._matches) - - def __len__(self) -> int: - return wcswidth(self._search_text) if self._search_text is not None else 0 - - class Selection: - def __init__(self, num_menu_entries: int, preselected_indices: Optional[Iterable[int]] = None): - self._num_menu_entries = num_menu_entries - self._selected_menu_indices = set(preselected_indices) if preselected_indices is not None else set() - - def clear(self) -> None: - self._selected_menu_indices.clear() - - def add(self, menu_index: int) -> None: - self[menu_index] = True - - def remove(self, menu_index: int) -> None: - self[menu_index] = False - - def toggle(self, menu_index: int) -> bool: - self[menu_index] = menu_index not in self._selected_menu_indices - return self[menu_index] - - def __bool__(self) -> bool: - return bool(self._selected_menu_indices) - - def __contains__(self, menu_index: int) -> bool: - return menu_index in self._selected_menu_indices - - def __getitem__(self, menu_index: int) -> bool: - return menu_index in self._selected_menu_indices - - def __setitem__(self, menu_index: int, is_selected: bool) -> None: - if is_selected: - self._selected_menu_indices.add(menu_index) - else: - self._selected_menu_indices.remove(menu_index) - - def __iter__(self) -> Iterator[int]: - return iter(self._selected_menu_indices) - - @property - def selected_menu_indices(self) -> Tuple[int, ...]: - return tuple(sorted(self._selected_menu_indices)) - - class View: - def __init__( - self, - menu_entries: Iterable[str], - search: "TerminalMenu.Search", - selection: "TerminalMenu.Selection", - viewport: "TerminalMenu.Viewport", - cycle_cursor: bool = True, - skip_indices: List[int] = [], - ): - self._menu_entries = list(menu_entries) - self._search = search - self._selection = selection - self._viewport = viewport - self._cycle_cursor = cycle_cursor - self._active_displayed_index = None # type: Optional[int] - self._skip_indices = skip_indices - self.update_view() - - def update_view(self) -> None: - if self._search and self._search.search_text != "": - self._displayed_index_to_menu_index = tuple(i for i, match_obj in self._search.matches) - else: - self._displayed_index_to_menu_index = tuple(range(len(self._menu_entries))) - self._menu_index_to_displayed_index = { - menu_index: displayed_index - for displayed_index, menu_index in enumerate(self._displayed_index_to_menu_index) - } - self._active_displayed_index = 0 if self._displayed_index_to_menu_index else None - self._viewport.search_lines_count = self._search.occupied_lines_count - self._viewport.keep_visible(self._active_displayed_index) - - def increment_active_index(self) -> None: - if self._active_displayed_index is not None: - if self._active_displayed_index + 1 < len(self._displayed_index_to_menu_index): - self._active_displayed_index += 1 - elif self._cycle_cursor: - self._active_displayed_index = 0 - self._viewport.keep_visible(self._active_displayed_index) - - if self._active_displayed_index in self._skip_indices: - self.increment_active_index() - - def decrement_active_index(self) -> None: - if self._active_displayed_index is not None: - if self._active_displayed_index > 0: - self._active_displayed_index -= 1 - elif self._cycle_cursor: - self._active_displayed_index = len(self._displayed_index_to_menu_index) - 1 - self._viewport.keep_visible(self._active_displayed_index) - - if self._active_displayed_index in self._skip_indices: - self.decrement_active_index() - - def is_visible(self, menu_index: int) -> bool: - return menu_index in self._menu_index_to_displayed_index and ( - self._viewport.lower_index - <= self._menu_index_to_displayed_index[menu_index] - <= self._viewport.upper_index - ) - - def convert_menu_index_to_displayed_index(self, menu_index: int) -> Optional[int]: - if menu_index in self._menu_index_to_displayed_index: - return self._menu_index_to_displayed_index[menu_index] - else: - return None - - def convert_displayed_index_to_menu_index(self, displayed_index: int) -> int: - return self._displayed_index_to_menu_index[displayed_index] - - @property - def active_menu_index(self) -> Optional[int]: - if self._active_displayed_index is not None: - return self._displayed_index_to_menu_index[self._active_displayed_index] - else: - return None - - @active_menu_index.setter - def active_menu_index(self, value: int) -> None: - self._selected_index = value - self._active_displayed_index = [ - displayed_index - for displayed_index, menu_index in enumerate(self._displayed_index_to_menu_index) - if menu_index == value - ][0] - self._viewport.keep_visible(self._active_displayed_index) - - @property - def active_displayed_index(self) -> Optional[int]: - return self._active_displayed_index - - @property - def displayed_selected_indices(self) -> List[int]: - return [ - self._menu_index_to_displayed_index[selected_index] - for selected_index in self._selection - if selected_index in self._menu_index_to_displayed_index - ] - - def __bool__(self) -> bool: - return self._active_displayed_index is not None - - def __iter__(self) -> Iterator[Tuple[int, int, str]]: - for displayed_index, menu_index in enumerate(self._displayed_index_to_menu_index): - if self._viewport.lower_index <= displayed_index <= self._viewport.upper_index: - yield (displayed_index, menu_index, self._menu_entries[menu_index]) - - class Viewport: - def __init__( - self, - num_menu_entries: int, - title_lines_count: int, - status_bar_lines_count: int, - preview_lines_count: int, - search_lines_count: int, - ): - self._num_menu_entries = num_menu_entries - self._title_lines_count = title_lines_count - self._status_bar_lines_count = status_bar_lines_count - # Use the property setter since it has some more logic - self.preview_lines_count = preview_lines_count - self.search_lines_count = search_lines_count - self._num_lines = self._calculate_num_lines() - self._viewport = (0, min(self._num_menu_entries, self._num_lines) - 1) - self.keep_visible(cursor_position=None, refresh_terminal_size=False) - - def _calculate_num_lines(self) -> int: - return ( - TerminalMenu._num_lines() - - self._title_lines_count - - self._status_bar_lines_count - - self._preview_lines_count - - self._search_lines_count - ) - - def keep_visible(self, cursor_position: Optional[int], refresh_terminal_size: bool = True) -> None: - # Treat `cursor_position=None` like `cursor_position=0` - if cursor_position is None: - cursor_position = 0 - if refresh_terminal_size: - self.update_terminal_size() - if self._viewport[0] <= cursor_position <= self._viewport[1]: - # Cursor is already visible - return - if cursor_position < self._viewport[0]: - scroll_num = cursor_position - self._viewport[0] - else: - scroll_num = cursor_position - self._viewport[1] - self._viewport = (self._viewport[0] + scroll_num, self._viewport[1] + scroll_num) - - def update_terminal_size(self) -> None: - num_lines = self._calculate_num_lines() - if num_lines != self._num_lines: - # First let the upper index grow or shrink - upper_index = min(num_lines, self._num_menu_entries) - 1 - # Then, use as much space as possible for the `lower_index` - lower_index = max(0, upper_index - num_lines) - self._viewport = (lower_index, upper_index) - self._num_lines = num_lines - - @property - def lower_index(self) -> int: - return self._viewport[0] - - @property - def upper_index(self) -> int: - return self._viewport[1] - - @property - def viewport(self) -> Tuple[int, int]: - return self._viewport - - @property - def size(self) -> int: - return self._viewport[1] - self._viewport[0] + 1 - - @property - def num_menu_entries(self) -> int: - return self._num_menu_entries - - @property - def title_lines_count(self) -> int: - return self._title_lines_count - - @property - def status_bar_lines_count(self) -> int: - return self._status_bar_lines_count - - @status_bar_lines_count.setter - def status_bar_lines_count(self, value: int) -> None: - self._status_bar_lines_count = value - - @property - def preview_lines_count(self) -> int: - return self._preview_lines_count - - @preview_lines_count.setter - def preview_lines_count(self, value: int) -> None: - self._preview_lines_count = min( - value if value >= 3 else 0, - TerminalMenu._num_lines() - - self._title_lines_count - - self._status_bar_lines_count - - MIN_VISIBLE_MENU_ENTRIES_COUNT, - ) - - @property - def search_lines_count(self) -> int: - return self._search_lines_count - - @search_lines_count.setter - def search_lines_count(self, value: int) -> None: - self._search_lines_count = value - - @property - def must_scroll(self) -> bool: - return self._num_menu_entries > self._num_lines - - _codename_to_capname = { - "bg_black": "setab 0", - "bg_blue": "setab 4", - "bg_cyan": "setab 6", - "bg_gray": "setab 7", - "bg_green": "setab 2", - "bg_purple": "setab 5", - "bg_red": "setab 1", - "bg_yellow": "setab 3", - "bold": "bold", - "clear": "clear", - "colors": "colors", - "cursor_down": "cud1", - "cursor_invisible": "civis", - "cursor_left": "cub1", - "cursor_right": "cuf1", - "cursor_up": "cuu1", - "cursor_visible": "cnorm", - "delete_line": "dl1", - "down": "kcud1", - "enter_application_mode": "smkx", - "exit_application_mode": "rmkx", - "fg_black": "setaf 0", - "fg_blue": "setaf 4", - "fg_cyan": "setaf 6", - "fg_gray": "setaf 7", - "fg_green": "setaf 2", - "fg_purple": "setaf 5", - "fg_red": "setaf 1", - "fg_yellow": "setaf 3", - "italics": "sitm", - "reset_attributes": "sgr0", - "standout": "smso", - "underline": "smul", - "up": "kcuu1", - } - _name_to_control_character = { - "backspace": "", # Is assigned later in `self._init_backspace_control_character` - "ctrl-j": "\012", - "ctrl-k": "\013", - "enter": "\015", - "escape": "\033", - "tab": "\t", - } - _codenames = tuple(_codename_to_capname.keys()) - _codename_to_terminal_code = None # type: Optional[Dict[str, str]] - _terminal_code_to_codename = None # type: Optional[Dict[str, str]] - - def __init__( - self, - menu_entries: Iterable[str], - *, - accept_keys: Iterable[str] = DEFAULT_ACCEPT_KEYS, - clear_menu_on_exit: bool = DEFAULT_CLEAR_MENU_ON_EXIT, - clear_screen: bool = DEFAULT_CLEAR_SCREEN, - cursor_index: Optional[int] = None, - cycle_cursor: bool = DEFAULT_CYCLE_CURSOR, - exit_on_shortcut: bool = DEFAULT_EXIT_ON_SHORTCUT, - menu_cursor: Optional[str] = DEFAULT_MENU_CURSOR, - menu_cursor_style: Optional[Iterable[str]] = DEFAULT_MENU_CURSOR_STYLE, - menu_highlight_style: Optional[Iterable[str]] = DEFAULT_MENU_HIGHLIGHT_STYLE, - multi_select: bool = DEFAULT_MULTI_SELECT, - multi_select_cursor: str = DEFAULT_MULTI_SELECT_CURSOR, - multi_select_cursor_brackets_style: Optional[Iterable[str]] = DEFAULT_MULTI_SELECT_CURSOR_BRACKETS_STYLE, - multi_select_cursor_style: Optional[Iterable[str]] = DEFAULT_MULTI_SELECT_CURSOR_STYLE, - multi_select_empty_ok: bool = False, - multi_select_keys: Optional[Iterable[str]] = DEFAULT_MULTI_SELECT_KEYS, - multi_select_select_on_accept: bool = DEFAULT_MULTI_SELECT_SELECT_ON_ACCEPT, - preselected_entries: Optional[Iterable[Union[str, int]]] = None, - preview_border: bool = DEFAULT_PREVIEW_BORDER, - preview_command: Optional[Union[str, Callable[[str], str]]] = None, - preview_size: float = DEFAULT_PREVIEW_SIZE, - preview_title: str = DEFAULT_PREVIEW_TITLE, - quit_keys: Iterable[str] = DEFAULT_QUIT_KEYS, - raise_error_on_interrupt: bool = False, - search_case_sensitive: bool = DEFAULT_SEARCH_CASE_SENSITIVE, - search_highlight_style: Optional[Iterable[str]] = DEFAULT_SEARCH_HIGHLIGHT_STYLE, - search_key: Optional[str] = DEFAULT_SEARCH_KEY, - shortcut_brackets_highlight_style: Optional[Iterable[str]] = DEFAULT_SHORTCUT_BRACKETS_HIGHLIGHT_STYLE, - shortcut_key_highlight_style: Optional[Iterable[str]] = DEFAULT_SHORTCUT_KEY_HIGHLIGHT_STYLE, - show_multi_select_hint: bool = DEFAULT_SHOW_MULTI_SELECT_HINT, - show_multi_select_hint_text: Optional[str] = None, - show_search_hint: bool = DEFAULT_SHOW_SEARCH_HINT, - show_search_hint_text: Optional[str] = None, - show_shortcut_hints: bool = DEFAULT_SHOW_SHORTCUT_HINTS, - show_shortcut_hints_in_status_bar: bool = DEFAULT_SHOW_SHORTCUT_HINTS_IN_STATUS_BAR, - skip_empty_entries: bool = False, - status_bar: Optional[Union[str, Iterable[str], Callable[[str], str]]] = None, - status_bar_below_preview: bool = DEFAULT_STATUS_BAR_BELOW_PREVIEW, - status_bar_style: Optional[Iterable[str]] = DEFAULT_STATUS_BAR_STYLE, - title: Optional[Union[str, Iterable[str]]] = None - ): - def extract_shortcuts_menu_entries_and_preview_arguments( - entries: Iterable[str], - ) -> Tuple[List[str], List[Optional[str]], List[Optional[str]], List[int]]: - separator_pattern = re.compile(r"([^\\])\|") - escaped_separator_pattern = re.compile(r"\\\|") - menu_entry_pattern = re.compile(r"^(?:\[(\S)\]\s*)?([^\x1F]+)(?:\x1F([^\x1F]*))?") - shortcut_keys = [] # type: List[Optional[str]] - menu_entries = [] # type: List[str] - preview_arguments = [] # type: List[Optional[str]] - skip_indices = [] # type: List[int] - - for idx, entry in enumerate(entries): - if entry is None or (entry == "" and skip_empty_entries): - shortcut_keys.append(None) - menu_entries.append("") - preview_arguments.append(None) - skip_indices.append(idx) - else: - unit_separated_entry = escaped_separator_pattern.sub("|", separator_pattern.sub("\\1\x1F", entry)) - match_obj = menu_entry_pattern.match(unit_separated_entry) - # this is none in case the entry was an emtpy string which - # will be interpreted as a separator - assert match_obj is not None - shortcut_key = match_obj.group(1) - display_text = match_obj.group(2) - preview_argument = match_obj.group(3) - shortcut_keys.append(shortcut_key) - menu_entries.append(display_text) - preview_arguments.append(preview_argument) - - return menu_entries, shortcut_keys, preview_arguments, skip_indices - - def convert_preselected_entries_to_indices( - preselected_indices_or_entries: Iterable[Union[str, int]] - ) -> Set[int]: - menu_entry_to_indices = {} # type: Dict[str, Set[int]] - for menu_index, menu_entry in enumerate(self._menu_entries): - menu_entry_to_indices.setdefault(menu_entry, set()) - menu_entry_to_indices[menu_entry].add(menu_index) - preselected_indices = set() - for item in preselected_indices_or_entries: - if isinstance(item, int): - if 0 <= item < len(self._menu_entries): - preselected_indices.add(item) - else: - raise IndexError( - "Error: {} is outside the allowable range of 0..{}.".format( - item, len(self._menu_entries) - 1 - ) - ) - elif isinstance(item, str): - try: - preselected_indices.update(menu_entry_to_indices[item]) - except KeyError as e: - raise UnknownMenuEntryError('Pre-selection "{}" is not a valid menu entry.'.format(item)) from e - else: - raise ValueError('"preselected_entries" must either contain integers or strings.') - return preselected_indices - - def setup_title_or_status_bar_lines( - title_or_status_bar: Optional[Union[str, Iterable[str]]], - show_shortcut_hints: bool, - menu_entries: Iterable[str], - shortcut_keys: Iterable[Optional[str]], - shortcut_hints_in_parentheses: bool, - ) -> Tuple[str, ...]: - if title_or_status_bar is None: - lines = [] # type: List[str] - elif isinstance(title_or_status_bar, str): - lines = title_or_status_bar.split("\n") - else: - lines = list(title_or_status_bar) - if show_shortcut_hints: - shortcut_hints_line = self._get_shortcut_hints_line( - menu_entries, shortcut_keys, shortcut_hints_in_parentheses - ) - if shortcut_hints_line is not None: - lines.append(shortcut_hints_line) - return tuple(lines) - - ( - self._menu_entries, - self._shortcut_keys, - self._preview_arguments, - self._skip_indices, - ) = extract_shortcuts_menu_entries_and_preview_arguments(menu_entries) - self._shortcuts_defined = any(key is not None for key in self._shortcut_keys) - self._accept_keys = tuple(accept_keys) - self._clear_menu_on_exit = clear_menu_on_exit - self._clear_screen = clear_screen - self._cycle_cursor = cycle_cursor - self._multi_select_empty_ok = multi_select_empty_ok - self._exit_on_shortcut = exit_on_shortcut - self._menu_cursor = menu_cursor if menu_cursor is not None else "" - self._menu_cursor_style = tuple(menu_cursor_style) if menu_cursor_style is not None else () - self._menu_highlight_style = tuple(menu_highlight_style) if menu_highlight_style is not None else () - self._multi_select = multi_select - self._multi_select_cursor = multi_select_cursor - self._multi_select_cursor_brackets_style = ( - tuple(multi_select_cursor_brackets_style) if multi_select_cursor_brackets_style is not None else () - ) - self._multi_select_cursor_style = ( - tuple(multi_select_cursor_style) if multi_select_cursor_style is not None else () - ) - self._multi_select_keys = tuple(multi_select_keys) if multi_select_keys is not None else () - self._multi_select_select_on_accept = multi_select_select_on_accept - if preselected_entries and not self._multi_select: - raise InvalidParameterCombinationError( - "Multi-select mode must be enabled when preselected entries are given." - ) - self._preselected_indices = ( - convert_preselected_entries_to_indices(preselected_entries) if preselected_entries is not None else None - ) - self._preview_border = preview_border - self._preview_command = preview_command - self._preview_size = preview_size - self._preview_title = preview_title - self._quit_keys = tuple(quit_keys) - self._raise_error_on_interrupt = raise_error_on_interrupt - self._search_case_sensitive = search_case_sensitive - self._search_highlight_style = tuple(search_highlight_style) if search_highlight_style is not None else () - self._search_key = search_key - self._shortcut_brackets_highlight_style = ( - tuple(shortcut_brackets_highlight_style) if shortcut_brackets_highlight_style is not None else () - ) - self._shortcut_key_highlight_style = ( - tuple(shortcut_key_highlight_style) if shortcut_key_highlight_style is not None else () - ) - self._show_search_hint = show_search_hint - self._show_search_hint_text = show_search_hint_text - self._show_shortcut_hints = show_shortcut_hints - self._show_shortcut_hints_in_status_bar = show_shortcut_hints_in_status_bar - self._status_bar_func = None # type: Optional[Callable[[str], str]] - self._status_bar_lines = None # type: Optional[Tuple[str, ...]] - if callable(status_bar): - self._status_bar_func = status_bar - else: - self._status_bar_lines = setup_title_or_status_bar_lines( - status_bar, - show_shortcut_hints and show_shortcut_hints_in_status_bar, - self._menu_entries, - self._shortcut_keys, - False, - ) - self._status_bar_below_preview = status_bar_below_preview - self._status_bar_style = tuple(status_bar_style) if status_bar_style is not None else () - self._title_lines = setup_title_or_status_bar_lines( - title, - show_shortcut_hints and not show_shortcut_hints_in_status_bar, - self._menu_entries, - self._shortcut_keys, - True, - ) - self._show_multi_select_hint = show_multi_select_hint - self._show_multi_select_hint_text = show_multi_select_hint_text - self._chosen_accept_key = None # type: Optional[str] - self._chosen_menu_index = None # type: Optional[int] - self._chosen_menu_indices = None # type: Optional[Tuple[int, ...]] - self._paint_before_next_read = False - self._previous_displayed_menu_height = None # type: Optional[int] - self._reading_next_key = False - self._search = self.Search( - self._menu_entries, - case_senitive=self._search_case_sensitive, - show_search_hint=self._show_search_hint, - ) - self._selection = self.Selection(len(self._menu_entries), self._preselected_indices) - self._viewport = self.Viewport( - len(self._menu_entries), - len(self._title_lines), - len(self._status_bar_lines) if self._status_bar_lines is not None else 0, - 0, - 0, - ) - self._view = self.View( - self._menu_entries, self._search, self._selection, self._viewport, self._cycle_cursor, self._skip_indices - ) - if cursor_index and 0 < cursor_index < len(self._menu_entries): - self._view.active_menu_index = cursor_index - self._search.change_callback = self._view.update_view - self._old_term = None # type: Optional[List[Union[int, List[bytes]]]] - self._new_term = None # type: Optional[List[Union[int, List[bytes]]]] - self._tty_in = None # type: Optional[TextIO] - self._tty_out = None # type: Optional[TextIO] - self._user_locale = get_locale() - self._check_for_valid_styles() - # backspace can be queried from the terminal database but is unreliable, query the terminal directly instead - self._init_backspace_control_character() - self._add_missing_control_characters_for_keys(self._accept_keys) - self._add_missing_control_characters_for_keys(self._quit_keys) - self._init_terminal_codes() - - @staticmethod - def _get_shortcut_hints_line( - menu_entries: Iterable[str], - shortcut_keys: Iterable[Optional[str]], - shortcut_hints_in_parentheses: bool, - ) -> Optional[str]: - shortcut_hints_line = ", ".join( - "[{}]: {}".format(shortcut_key, menu_entry) - for shortcut_key, menu_entry in zip(shortcut_keys, menu_entries) - if shortcut_key is not None - ) - if shortcut_hints_line != "": - if shortcut_hints_in_parentheses: - return "(" + shortcut_hints_line + ")" - else: - return shortcut_hints_line - return None - - @staticmethod - def _get_keycode_for_key(key: str) -> str: - if len(key) == 1: - # One letter keys represent themselves - return key - alt_modified_regex = re.compile(r"[Aa]lt-(\S)") - ctrl_modified_regex = re.compile(r"[Cc]trl-(\S)") - match_obj = alt_modified_regex.match(key) - if match_obj: - return "\033" + match_obj.group(1) - match_obj = ctrl_modified_regex.match(key) - if match_obj: - # Ctrl + key is interpreted by terminals as the ascii code of that key minus 64 - ctrl_code_ascii = ord(match_obj.group(1).upper()) - 64 - if ctrl_code_ascii < 0: - # Interpret negative ascii codes as unsigned 7-Bit integers - ctrl_code_ascii = ctrl_code_ascii & 0x80 - 1 - return chr(ctrl_code_ascii) - raise ValueError('Cannot interpret the given key "{}".'.format(key)) - - @classmethod - def _init_backspace_control_character(self) -> None: - try: - with open("/dev/tty", "r") as tty: - stty_output = subprocess.check_output(["stty", "-a"], universal_newlines=True, stdin=tty) - name_to_keycode_regex = re.compile(r"^\s*(\S+)\s*=\s*\^(\S+)\s*$") - for field in stty_output.split(";"): - match_obj = name_to_keycode_regex.match(field) - if not match_obj: - continue - name, ctrl_code = match_obj.group(1), match_obj.group(2) - if name != "erase": - continue - self._name_to_control_character["backspace"] = self._get_keycode_for_key("ctrl-" + ctrl_code) - return - except subprocess.CalledProcessError: - pass - # Backspace control character could not be queried, assume `` (is most often used) - self._name_to_control_character["backspace"] = "\177" - - @classmethod - def _add_missing_control_characters_for_keys(cls, keys: Iterable[str]) -> None: - for key in keys: - if key not in cls._name_to_control_character and key not in string.ascii_letters: - cls._name_to_control_character[key] = cls._get_keycode_for_key(key) - - @classmethod - def _init_terminal_codes(cls) -> None: - if cls._codename_to_terminal_code is not None: - return - supported_colors = int(cls._query_terminfo_database("colors")) - cls._codename_to_terminal_code = { - codename: cls._query_terminfo_database(codename) - if not (codename.startswith("bg_") or codename.startswith("fg_")) or supported_colors >= 8 - else "" - for codename in cls._codenames - } - cls._codename_to_terminal_code.update(cls._name_to_control_character) - cls._terminal_code_to_codename = { - terminal_code: codename for codename, terminal_code in cls._codename_to_terminal_code.items() - } - - @classmethod - def _query_terminfo_database(cls, codename: str) -> str: - if codename in cls._codename_to_capname: - capname = cls._codename_to_capname[codename] - else: - capname = codename - try: - return subprocess.check_output(["tput"] + capname.split(), universal_newlines=True) - except subprocess.CalledProcessError as e: - # The return code 1 indicates a missing terminal capability - if e.returncode == 1: - return "" - raise e - - @classmethod - def _num_lines(self) -> int: - return int(self._query_terminfo_database("lines")) - - @classmethod - def _num_cols(self) -> int: - return int(self._query_terminfo_database("cols")) - - def _check_for_valid_styles(self) -> None: - invalid_styles = [] - for style_tuple in ( - self._menu_cursor_style, - self._menu_highlight_style, - self._search_highlight_style, - self._shortcut_key_highlight_style, - self._shortcut_brackets_highlight_style, - self._status_bar_style, - self._multi_select_cursor_brackets_style, - self._multi_select_cursor_style, - ): - for style in style_tuple: - if style not in self._codename_to_capname: - invalid_styles.append(style) - if invalid_styles: - if len(invalid_styles) == 1: - raise InvalidStyleError('The style "{}" does not exist.'.format(invalid_styles[0])) - else: - raise InvalidStyleError('The styles ("{}") do not exist.'.format('", "'.join(invalid_styles))) - - def _init_term(self) -> None: - # pylint: disable=unsubscriptable-object - assert self._codename_to_terminal_code is not None - self._tty_in = open("/dev/tty", "r", encoding=self._user_locale) - self._tty_out = open("/dev/tty", "w", encoding=self._user_locale, errors="replace") - self._old_term = termios.tcgetattr(self._tty_in.fileno()) - self._new_term = termios.tcgetattr(self._tty_in.fileno()) - # set the terminal to: unbuffered, no echo and no to translation (so sends instead of - # and since generates ) - self._new_term[3] = cast(int, self._new_term[3]) & ~termios.ICANON & ~termios.ECHO & ~termios.ICRNL - self._new_term[0] = cast(int, self._new_term[0]) & ~termios.ICRNL - termios.tcsetattr( - self._tty_in.fileno(), termios.TCSAFLUSH, cast(List[Union[int, List[Union[bytes, int]]]], self._new_term) - ) - # Enter terminal application mode to get expected escape codes for arrow keys - self._tty_out.write(self._codename_to_terminal_code["enter_application_mode"]) - self._tty_out.write(self._codename_to_terminal_code["cursor_invisible"]) - if self._clear_screen: - self._tty_out.write(self._codename_to_terminal_code["clear"]) - - def _reset_term(self) -> None: - # pylint: disable=unsubscriptable-object - assert self._codename_to_terminal_code is not None - assert self._tty_in is not None - assert self._tty_out is not None - assert self._old_term is not None - termios.tcsetattr( - self._tty_out.fileno(), termios.TCSAFLUSH, cast(List[Union[int, List[Union[bytes, int]]]], self._old_term) - ) - self._tty_out.write(self._codename_to_terminal_code["cursor_visible"]) - self._tty_out.write(self._codename_to_terminal_code["exit_application_mode"]) - if self._clear_screen: - self._tty_out.write(self._codename_to_terminal_code["clear"]) - self._tty_in.close() - self._tty_out.close() - - def _paint_menu(self) -> None: - def get_status_bar_lines() -> Tuple[str, ...]: - def get_multi_select_hint() -> str: - def get_string_from_keys(keys: Sequence[str]) -> str: - string_to_key = { - " ": "space", - } - keys_string = ", ".join( - "<" + string_to_key.get(accept_key, accept_key) + ">" for accept_key in keys - ) - return keys_string - - accept_keys_string = get_string_from_keys(self._accept_keys) - multi_select_keys_string = get_string_from_keys(self._multi_select_keys) - if self._show_multi_select_hint_text is not None: - return self._show_multi_select_hint_text.format( - multi_select_keys=multi_select_keys_string, accept_keys=accept_keys_string - ) - else: - return "Press {} for multi-selection and {} to {}accept".format( - multi_select_keys_string, - accept_keys_string, - "select and " if self._multi_select_select_on_accept else "", - ) - - if self._status_bar_func is not None and self._view.active_menu_index is not None: - status_bar_lines = tuple( - self._status_bar_func(self._menu_entries[self._view.active_menu_index]).strip().split("\n") - ) - if self._show_shortcut_hints and self._show_shortcut_hints_in_status_bar: - shortcut_hints_line = self._get_shortcut_hints_line(self._menu_entries, self._shortcut_keys, False) - if shortcut_hints_line is not None: - status_bar_lines += (shortcut_hints_line,) - elif self._status_bar_lines is not None: - status_bar_lines = self._status_bar_lines - else: - status_bar_lines = tuple() - if self._multi_select and self._show_multi_select_hint: - status_bar_lines += (get_multi_select_hint(),) - return status_bar_lines - - def apply_style( - style_iterable: Optional[Iterable[str]] = None, reset: bool = True, file: Optional[TextIO] = None - ) -> None: - # pylint: disable=unsubscriptable-object - assert self._codename_to_terminal_code is not None - assert self._tty_out is not None - if file is None: - file = self._tty_out - if reset or style_iterable is None: - file.write(self._codename_to_terminal_code["reset_attributes"]) - if style_iterable is not None: - for style in style_iterable: - file.write(self._codename_to_terminal_code[style]) - - def print_menu_entries() -> int: - # pylint: disable=unsubscriptable-object - assert self._codename_to_terminal_code is not None - assert self._tty_out is not None - all_cursors_width = wcswidth(self._menu_cursor) + ( - wcswidth(self._multi_select_cursor) if self._multi_select else 0 - ) - current_menu_block_displayed_height = 0 # sum all written lines - num_cols = self._num_cols() - if self._title_lines: - self._tty_out.write( - len(self._title_lines) * self._codename_to_terminal_code["cursor_up"] - + "\r" - + "\n".join( - (title_line[:num_cols] + (num_cols - wcswidth(title_line)) * " ") - for title_line in self._title_lines - ) - + "\n" - ) - shortcut_string_len = 4 if self._shortcuts_defined else 0 - displayed_index = -1 - for displayed_index, menu_index, menu_entry in self._view: - current_shortcut_key = self._shortcut_keys[menu_index] - self._tty_out.write(all_cursors_width * self._codename_to_terminal_code["cursor_right"]) - if self._shortcuts_defined: - if current_shortcut_key is not None: - apply_style(self._shortcut_brackets_highlight_style) - self._tty_out.write("[") - apply_style(self._shortcut_key_highlight_style) - self._tty_out.write(current_shortcut_key) - apply_style(self._shortcut_brackets_highlight_style) - self._tty_out.write("]") - apply_style() - else: - self._tty_out.write(3 * " ") - self._tty_out.write(" ") - if menu_index == self._view.active_menu_index: - apply_style(self._menu_highlight_style) - if self._search and self._search.search_text != "": - match_obj = self._search.matches[displayed_index][1] - self._tty_out.write( - menu_entry[: min(match_obj.start(), num_cols - all_cursors_width - shortcut_string_len)] - ) - apply_style(self._search_highlight_style) - self._tty_out.write( - menu_entry[ - match_obj.start() : min(match_obj.end(), num_cols - all_cursors_width - shortcut_string_len) - ] - ) - apply_style() - if menu_index == self._view.active_menu_index: - apply_style(self._menu_highlight_style) - self._tty_out.write( - menu_entry[match_obj.end() : num_cols - all_cursors_width - shortcut_string_len] - ) - else: - self._tty_out.write(menu_entry[: num_cols - all_cursors_width - shortcut_string_len]) - if menu_index == self._view.active_menu_index: - apply_style() - self._tty_out.write((num_cols - wcswidth(menu_entry) - all_cursors_width - shortcut_string_len) * " ") - if displayed_index < self._viewport.upper_index: - self._tty_out.write("\n") - empty_menu_lines = self._viewport.upper_index - displayed_index - self._tty_out.write( - max(0, empty_menu_lines - 1) * (num_cols * " " + "\n") + min(1, empty_menu_lines) * (num_cols * " ") - ) - self._tty_out.write("\r" + (self._viewport.size - 1) * self._codename_to_terminal_code["cursor_up"]) - current_menu_block_displayed_height += self._viewport.size - 1 # sum all written lines - return current_menu_block_displayed_height - - def print_search_line(current_menu_height: int) -> int: - # pylint: disable=unsubscriptable-object - assert self._codename_to_terminal_code is not None - assert self._tty_out is not None - current_menu_block_displayed_height = 0 - num_cols = self._num_cols() - if self._search or self._show_search_hint: - self._tty_out.write((current_menu_height + 1) * self._codename_to_terminal_code["cursor_down"]) - if self._search: - assert self._search.search_text is not None - self._tty_out.write( - ( - (self._search_key if self._search_key is not None else DEFAULT_SEARCH_KEY) - + self._search.search_text - )[:num_cols] - ) - self._tty_out.write((num_cols - len(self._search) - 1) * " ") - elif self._show_search_hint: - if self._show_search_hint_text is not None: - search_hint = self._show_search_hint_text.format(key=self._search_key)[:num_cols] - elif self._search_key is not None: - search_hint = '(Press "{key}" to search)'.format(key=self._search_key)[:num_cols] - else: - search_hint = "(Press any letter key to search)"[:num_cols] - self._tty_out.write(search_hint) - self._tty_out.write((num_cols - wcswidth(search_hint)) * " ") - if self._search or self._show_search_hint: - self._tty_out.write("\r" + (current_menu_height + 1) * self._codename_to_terminal_code["cursor_up"]) - current_menu_block_displayed_height = 1 - return current_menu_block_displayed_height - - def print_status_bar(current_menu_height: int, status_bar_lines: Tuple[str, ...]) -> int: - # pylint: disable=unsubscriptable-object - assert self._codename_to_terminal_code is not None - assert self._tty_out is not None - current_menu_block_displayed_height = 0 # sum all written lines - num_cols = self._num_cols() - if status_bar_lines: - self._tty_out.write((current_menu_height + 1) * self._codename_to_terminal_code["cursor_down"]) - apply_style(self._status_bar_style) - self._tty_out.write( - "\r" - + "\n".join( - (status_bar_line[:num_cols] + (num_cols - wcswidth(status_bar_line)) * " ") - for status_bar_line in status_bar_lines - ) - + "\r" - ) - apply_style() - self._tty_out.write( - (current_menu_height + len(status_bar_lines)) * self._codename_to_terminal_code["cursor_up"] - ) - current_menu_block_displayed_height += len(status_bar_lines) - return current_menu_block_displayed_height - - def print_preview(current_menu_height: int, preview_max_num_lines: int) -> int: - # pylint: disable=unsubscriptable-object - assert self._codename_to_terminal_code is not None - assert self._tty_out is not None - if self._preview_command is None or preview_max_num_lines < 3: - return 0 - - def get_preview_string() -> Optional[str]: - assert self._preview_command is not None - if self._view.active_menu_index is None: - return None - preview_argument = ( - self._preview_arguments[self._view.active_menu_index] - if self._preview_arguments[self._view.active_menu_index] is not None - else self._menu_entries[self._view.active_menu_index] - ) - if preview_argument == "": - return None - if isinstance(self._preview_command, str): - try: - preview_process = subprocess.Popen( - [cmd_part.format(preview_argument) for cmd_part in shlex.split(self._preview_command)], - stdout=subprocess.PIPE, - stderr=subprocess.PIPE, - ) - assert preview_process.stdout is not None - preview_string = ( - io.TextIOWrapper(preview_process.stdout, encoding=self._user_locale, errors="replace") - .read() - .strip() - ) - except subprocess.CalledProcessError as e: - raise PreviewCommandFailedError( - e.stderr.decode(encoding=self._user_locale, errors="replace").strip() - ) from e - else: - preview_string = self._preview_command(preview_argument) if preview_argument is not None else "" - return preview_string - - @static_variables( - # Regex taken from https://stackoverflow.com/a/14693789/5958465 - ansi_escape_regex=re.compile(r"\x1B(?:[@-Z\\-_]|\[[0-?]*[ -/]*[@-~])"), - # Modified version of https://stackoverflow.com/a/2188410/5958465 - ansi_sgr_regex=re.compile(r"\x1B\[[;\d]*m"), - ) - def strip_ansi_codes_except_styling(string: str) -> str: - stripped_string = strip_ansi_codes_except_styling.ansi_escape_regex.sub( # type: ignore - lambda match_obj: match_obj.group(0) - if strip_ansi_codes_except_styling.ansi_sgr_regex.match(match_obj.group(0)) # type: ignore - else "", - string, - ) - return cast(str, stripped_string) - - @static_variables( - regular_text_regex=re.compile(r"([^\x1B]+)(.*)"), - ansi_escape_regex=re.compile(r"(\x1B(?:[@-Z\\-_]|\[[0-?]*[ -/]*[@-~]))(.*)"), - ) - def limit_string_with_escape_codes(string: str, max_len: int) -> Tuple[str, int]: - if max_len <= 0: - return "", 0 - string_parts = [] - string_len = 0 - while string: - regular_text_match = limit_string_with_escape_codes.regular_text_regex.match(string) # type: ignore - if regular_text_match is not None: - regular_text = regular_text_match.group(1) - regular_text_len = wcswidth(regular_text) - if string_len + regular_text_len > max_len: - string_parts.append(regular_text[: max_len - string_len]) - string_len = max_len - break - string_parts.append(regular_text) - string_len += regular_text_len - string = regular_text_match.group(2) - else: - ansi_escape_match = limit_string_with_escape_codes.ansi_escape_regex.match( # type: ignore - string - ) - if ansi_escape_match is not None: - # Adopt the ansi escape code but do not count its length - ansi_escape_code_text = ansi_escape_match.group(1) - string_parts.append(ansi_escape_code_text) - string = ansi_escape_match.group(2) - else: - # It looks like an escape code (starts with escape), but it is something else - # -> skip the escape character and continue the loop - string_parts.append("\x1B") - string = string[1:] - return "".join(string_parts), string_len - - num_cols = self._num_cols() - try: - preview_string = get_preview_string() - if preview_string is not None: - preview_string = strip_ansi_codes_except_styling(preview_string) - except PreviewCommandFailedError as e: - preview_string = "The preview command failed with error message:\n\n" + str(e) - self._tty_out.write(current_menu_height * self._codename_to_terminal_code["cursor_down"]) - if preview_string is not None: - self._tty_out.write(self._codename_to_terminal_code["cursor_down"] + "\r") - if self._preview_border: - self._tty_out.write( - ( - BoxDrawingCharacters.upper_left - + (2 * BoxDrawingCharacters.horizontal + " " + self._preview_title)[: num_cols - 3] - + " " - + (num_cols - len(self._preview_title) - 6) * BoxDrawingCharacters.horizontal - + BoxDrawingCharacters.upper_right - )[:num_cols] - + "\n" - ) - # `finditer` can be used as a generator version of `str.join` - for i, line in enumerate( - match.group(0) for match in re.finditer(r"^.*$", preview_string, re.MULTILINE) - ): - if i >= preview_max_num_lines - (2 if self._preview_border else 0): - preview_num_lines = preview_max_num_lines - break - limited_line, limited_line_len = limit_string_with_escape_codes( - line, num_cols - (3 if self._preview_border else 0) - ) - self._tty_out.write( - ( - ((BoxDrawingCharacters.vertical + " ") if self._preview_border else "") - + limited_line - + self._codename_to_terminal_code["reset_attributes"] - + max(num_cols - limited_line_len - (3 if self._preview_border else 0), 0) * " " - + (BoxDrawingCharacters.vertical if self._preview_border else "") - ) - ) - else: - preview_num_lines = i + (3 if self._preview_border else 1) - if self._preview_border: - self._tty_out.write( - "\n" - + ( - BoxDrawingCharacters.lower_left - + (num_cols - 2) * BoxDrawingCharacters.horizontal - + BoxDrawingCharacters.lower_right - )[:num_cols] - ) - self._tty_out.write("\r") - else: - preview_num_lines = 0 - self._tty_out.write( - (current_menu_height + preview_num_lines) * self._codename_to_terminal_code["cursor_up"] - ) - return preview_num_lines - - def delete_old_menu_lines(displayed_menu_height: int) -> None: - # pylint: disable=unsubscriptable-object - assert self._codename_to_terminal_code is not None - assert self._tty_out is not None - if ( - self._previous_displayed_menu_height is not None - and self._previous_displayed_menu_height > displayed_menu_height - ): - self._tty_out.write((displayed_menu_height + 1) * self._codename_to_terminal_code["cursor_down"]) - self._tty_out.write( - (self._previous_displayed_menu_height - displayed_menu_height) - * self._codename_to_terminal_code["delete_line"] - ) - self._tty_out.write((displayed_menu_height + 1) * self._codename_to_terminal_code["cursor_up"]) - - def position_cursor() -> None: - # pylint: disable=unsubscriptable-object - assert self._codename_to_terminal_code is not None - assert self._tty_out is not None - if self._view.active_displayed_index is None: - return - - cursor_width = wcswidth(self._menu_cursor) - for displayed_index in range(self._viewport.lower_index, self._viewport.upper_index + 1): - if displayed_index == self._view.active_displayed_index: - apply_style(self._menu_cursor_style) - self._tty_out.write(self._menu_cursor) - apply_style() - else: - self._tty_out.write(cursor_width * " ") - self._tty_out.write("\r") - if displayed_index < self._viewport.upper_index: - self._tty_out.write(self._codename_to_terminal_code["cursor_down"]) - self._tty_out.write((self._viewport.size - 1) * self._codename_to_terminal_code["cursor_up"]) - - def print_multi_select_column() -> None: - # pylint: disable=unsubscriptable-object - assert self._codename_to_terminal_code is not None - assert self._tty_out is not None - if not self._multi_select: - return - - def prepare_multi_select_cursors() -> Tuple[str, str]: - bracket_characters = "([{<)]}>" - bracket_style_escape_codes_io = io.StringIO() - multi_select_cursor_style_escape_codes_io = io.StringIO() - reset_codes_io = io.StringIO() - apply_style(self._multi_select_cursor_brackets_style, file=bracket_style_escape_codes_io) - apply_style(self._multi_select_cursor_style, file=multi_select_cursor_style_escape_codes_io) - apply_style(file=reset_codes_io) - bracket_style_escape_codes = bracket_style_escape_codes_io.getvalue() - multi_select_cursor_style_escape_codes = multi_select_cursor_style_escape_codes_io.getvalue() - reset_codes = reset_codes_io.getvalue() - - cursor_with_brackets_only = re.sub( - r"[^{}]".format(re.escape(bracket_characters)), " ", self._multi_select_cursor - ) - cursor_with_brackets_only_styled = re.sub( - r"[{}]+".format(re.escape(bracket_characters)), - lambda match_obj: bracket_style_escape_codes + match_obj.group(0) + reset_codes, - cursor_with_brackets_only, - ) - cursor_styled = re.sub( - r"[{brackets}]+|[^{brackets}\s]+".format(brackets=re.escape(bracket_characters)), - lambda match_obj: ( - bracket_style_escape_codes - if match_obj.group(0)[0] in bracket_characters - else multi_select_cursor_style_escape_codes - ) - + match_obj.group(0) - + reset_codes, - self._multi_select_cursor, - ) - return cursor_styled, cursor_with_brackets_only_styled - - if not self._view: - return - checked_multi_select_cursor, unchecked_multi_select_cursor = prepare_multi_select_cursors() - cursor_width = wcswidth(self._menu_cursor) - displayed_selected_indices = self._view.displayed_selected_indices - displayed_index = 0 - for displayed_index, _, _ in self._view: - self._tty_out.write("\r" + cursor_width * self._codename_to_terminal_code["cursor_right"]) - if displayed_index in self._skip_indices: - self._tty_out.write("") - elif displayed_index in displayed_selected_indices: - self._tty_out.write(checked_multi_select_cursor) - else: - self._tty_out.write(unchecked_multi_select_cursor) - if displayed_index < self._viewport.upper_index: - self._tty_out.write(self._codename_to_terminal_code["cursor_down"]) - self._tty_out.write("\r") - self._tty_out.write( - (displayed_index + (1 if displayed_index < self._viewport.upper_index else 0)) - * self._codename_to_terminal_code["cursor_up"] - ) - - # pylint: disable=unsubscriptable-object - assert self._codename_to_terminal_code is not None - assert self._tty_out is not None - displayed_menu_height = 0 # sum all written lines - status_bar_lines = get_status_bar_lines() - self._viewport.status_bar_lines_count = len(status_bar_lines) - if self._preview_command is not None: - self._viewport.preview_lines_count = int(self._preview_size * self._num_lines()) - preview_max_num_lines = self._viewport.preview_lines_count - self._viewport.keep_visible(self._view.active_displayed_index) - displayed_menu_height += print_menu_entries() - displayed_menu_height += print_search_line(displayed_menu_height) - if not self._status_bar_below_preview: - displayed_menu_height += print_status_bar(displayed_menu_height, status_bar_lines) - if self._preview_command is not None: - displayed_menu_height += print_preview(displayed_menu_height, preview_max_num_lines) - if self._status_bar_below_preview: - displayed_menu_height += print_status_bar(displayed_menu_height, status_bar_lines) - delete_old_menu_lines(displayed_menu_height) - position_cursor() - if self._multi_select: - print_multi_select_column() - self._previous_displayed_menu_height = displayed_menu_height - self._tty_out.flush() - - def _clear_menu(self) -> None: - # pylint: disable=unsubscriptable-object - assert self._codename_to_terminal_code is not None - assert self._previous_displayed_menu_height is not None - assert self._tty_out is not None - if self._clear_menu_on_exit: - if self._title_lines: - self._tty_out.write(len(self._title_lines) * self._codename_to_terminal_code["cursor_up"]) - self._tty_out.write(len(self._title_lines) * self._codename_to_terminal_code["delete_line"]) - self._tty_out.write( - (self._previous_displayed_menu_height + 1) * self._codename_to_terminal_code["delete_line"] - ) - else: - self._tty_out.write( - (self._previous_displayed_menu_height + 1) * self._codename_to_terminal_code["cursor_down"] - ) - self._tty_out.flush() - - def _read_next_key(self, ignore_case: bool = True) -> str: - # pylint: disable=unsubscriptable-object,unsupported-membership-test - assert self._terminal_code_to_codename is not None - assert self._tty_in is not None - # Needed for asynchronous handling of terminal resize events - self._reading_next_key = True - if self._paint_before_next_read: - self._paint_menu() - self._paint_before_next_read = False - # blocks until any amount of bytes is available - code = os.read(self._tty_in.fileno(), 80).decode("ascii", errors="ignore") - self._reading_next_key = False - if code in self._terminal_code_to_codename: - return self._terminal_code_to_codename[code] - elif ignore_case: - return code.lower() - else: - return code - - def show(self) -> Optional[Union[int, Tuple[int, ...]]]: - def init_signal_handling() -> None: - # `SIGWINCH` is send on terminal resizes - def handle_sigwinch(signum: signal.Signals, frame: FrameType) -> None: - # pylint: disable=unused-argument - if self._reading_next_key: - self._paint_menu() - else: - self._paint_before_next_read = True - - signal.signal(signal.SIGWINCH, handle_sigwinch) - - def reset_signal_handling() -> None: - signal.signal(signal.SIGWINCH, signal.SIG_DFL) - - def remove_letter_keys(menu_action_to_keys: Dict[str, Set[Optional[str]]]) -> None: - letter_keys = frozenset(string.ascii_lowercase) | frozenset(" ") - for keys in menu_action_to_keys.values(): - keys -= letter_keys - - # pylint: disable=unsubscriptable-object - assert self._codename_to_terminal_code is not None - self._init_term() - if self._preselected_indices is None: - self._selection.clear() - self._chosen_accept_key = None - self._chosen_menu_indices = None - self._chosen_menu_index = None - assert self._tty_out is not None - if self._title_lines: - # `print_menu` expects the cursor on the first menu item -> reserve one line for the title - self._tty_out.write(len(self._title_lines) * self._codename_to_terminal_code["cursor_down"]) - menu_was_interrupted = False - try: - init_signal_handling() - menu_action_to_keys = { - "menu_up": set(("up", "ctrl-k", "k")), - "menu_down": set(("down", "ctrl-j", "j")), - "accept": set(self._accept_keys), - "multi_select": set(self._multi_select_keys), - "quit": set(self._quit_keys), - "search_start": set((self._search_key,)), - "backspace": set(("backspace",)), - } # type: Dict[str, Set[Optional[str]]] - while True: - self._paint_menu() - current_menu_action_to_keys = copy.deepcopy(menu_action_to_keys) - next_key = self._read_next_key(ignore_case=False) - if self._search or self._search_key is None: - remove_letter_keys(current_menu_action_to_keys) - else: - next_key = next_key.lower() - if self._search_key is not None and not self._search and next_key in self._shortcut_keys: - shortcut_menu_index = self._shortcut_keys.index(next_key) - if self._exit_on_shortcut: - self._selection.add(shortcut_menu_index) - break - else: - if self._multi_select: - self._selection.toggle(shortcut_menu_index) - else: - self._view.active_menu_index = shortcut_menu_index - elif next_key in current_menu_action_to_keys["menu_up"]: - self._view.decrement_active_index() - elif next_key in current_menu_action_to_keys["menu_down"]: - self._view.increment_active_index() - elif self._multi_select and next_key in current_menu_action_to_keys["multi_select"]: - if self._view.active_menu_index is not None: - self._selection.toggle(self._view.active_menu_index) - elif next_key in current_menu_action_to_keys["accept"]: - if self._view.active_menu_index is not None: - if self._multi_select_select_on_accept or ( - not self._selection and self._multi_select_empty_ok is False - ): - self._selection.add(self._view.active_menu_index) - self._chosen_accept_key = next_key - break - elif next_key in current_menu_action_to_keys["quit"]: - if not self._search: - menu_was_interrupted = True - break - else: - self._search.search_text = None - elif not self._search: - if next_key in current_menu_action_to_keys["search_start"] or ( - self._search_key is None and next_key == DEFAULT_SEARCH_KEY - ): - self._search.search_text = "" - elif self._search_key is None: - self._search.search_text = next_key - else: - assert self._search.search_text is not None - if next_key in ("backspace",): - if self._search.search_text != "": - self._search.search_text = self._search.search_text[:-1] - else: - self._search.search_text = None - elif wcswidth(next_key) >= 0 and not ( - next_key in current_menu_action_to_keys["search_start"] and self._search.search_text == "" - ): - # Only append `next_key` if it is a printable character and the first character is not the - # `search_start` key - self._search.search_text += next_key - except KeyboardInterrupt as e: - if self._raise_error_on_interrupt: - raise e - menu_was_interrupted = True - finally: - reset_signal_handling() - self._clear_menu() - self._reset_term() - if not menu_was_interrupted: - chosen_menu_indices = self._selection.selected_menu_indices - if chosen_menu_indices: - if self._multi_select: - self._chosen_menu_indices = chosen_menu_indices - else: - self._chosen_menu_index = chosen_menu_indices[0] - return self._chosen_menu_indices if self._multi_select else self._chosen_menu_index - - @property - def chosen_accept_key(self) -> Optional[str]: - return self._chosen_accept_key - - @property - def chosen_menu_entry(self) -> Optional[str]: - return self._menu_entries[self._chosen_menu_index] if self._chosen_menu_index is not None else None - - @property - def chosen_menu_entries(self) -> Optional[Tuple[str, ...]]: - return ( - tuple(self._menu_entries[menu_index] for menu_index in self._chosen_menu_indices) - if self._chosen_menu_indices is not None - else None - ) - - @property - def chosen_menu_index(self) -> Optional[int]: - return self._chosen_menu_index - - @property - def chosen_menu_indices(self) -> Optional[Tuple[int, ...]]: - return self._chosen_menu_indices - - -class AttributeDict(dict): # type: ignore - def __getattr__(self, attr: str) -> Any: - return self[attr] - - def __setattr__(self, attr: str, value: Any) -> None: - self[attr] = value - - -def get_argumentparser() -> argparse.ArgumentParser: - parser = argparse.ArgumentParser( - formatter_class=argparse.RawDescriptionHelpFormatter, - description=""" -%(prog)s creates simple interactive menus in the terminal and returns the selected entry as exit code. -""", - ) - parser.add_argument( - "-s", "--case-sensitive", action="store_true", dest="case_sensitive", help="searches are case sensitive" - ) - parser.add_argument( - "-X", - "--no-clear-menu-on-exit", - action="store_false", - dest="clear_menu_on_exit", - help="do not clear the menu on exit", - ) - parser.add_argument( - "-l", - "--clear-screen", - action="store_true", - dest="clear_screen", - help="clear the screen before the menu is shown", - ) - parser.add_argument( - "--cursor", - action="store", - dest="cursor", - default=DEFAULT_MENU_CURSOR, - help='menu cursor (default: "%(default)s")', - ) - parser.add_argument( - "-i", - "--cursor-index", - action="store", - dest="cursor_index", - type=int, - default=0, - help="initially selected item index", - ) - parser.add_argument( - "--cursor-style", - action="store", - dest="cursor_style", - default=",".join(DEFAULT_MENU_CURSOR_STYLE), - help='style for the menu cursor as comma separated list (default: "%(default)s")', - ) - parser.add_argument("-C", "--no-cycle", action="store_false", dest="cycle", help="do not cycle the menu selection") - parser.add_argument( - "-E", - "--no-exit-on-shortcut", - action="store_false", - dest="exit_on_shortcut", - help="do not exit on shortcut keys", - ) - parser.add_argument( - "--highlight-style", - action="store", - dest="highlight_style", - default=",".join(DEFAULT_MENU_HIGHLIGHT_STYLE), - help='style for the selected menu entry as comma separated list (default: "%(default)s")', - ) - parser.add_argument( - "-m", - "--multi-select", - action="store_true", - dest="multi_select", - help="Allow the selection of multiple entries (implies `--stdout`)", - ) - parser.add_argument( - "--multi-select-cursor", - action="store", - dest="multi_select_cursor", - default=DEFAULT_MULTI_SELECT_CURSOR, - help='multi-select menu cursor (default: "%(default)s")', - ) - parser.add_argument( - "--multi-select-cursor-brackets-style", - action="store", - dest="multi_select_cursor_brackets_style", - default=",".join(DEFAULT_MULTI_SELECT_CURSOR_BRACKETS_STYLE), - help='style for brackets of the multi-select menu cursor as comma separated list (default: "%(default)s")', - ) - parser.add_argument( - "--multi-select-cursor-style", - action="store", - dest="multi_select_cursor_style", - default=",".join(DEFAULT_MULTI_SELECT_CURSOR_STYLE), - help='style for the multi-select menu cursor as comma separated list (default: "%(default)s")', - ) - parser.add_argument( - "--multi-select-keys", - action="store", - dest="multi_select_keys", - default=",".join(DEFAULT_MULTI_SELECT_KEYS), - help=('key for toggling a selected item in a multi-selection (default: "%(default)s", '), - ) - parser.add_argument( - "--multi-select-no-select-on-accept", - action="store_false", - dest="multi_select_select_on_accept", - help=( - "do not select the currently highlighted menu item when the accept key is pressed " - "(it is still selected if no other item was selected before)" - ), - ) - parser.add_argument( - "--multi-select-empty-ok", - action="store_true", - dest="multi_select_empty_ok", - help=("when used together with --multi-select-no-select-on-accept allows returning no selection at all"), - ) - parser.add_argument( - "-p", - "--preview", - action="store", - dest="preview_command", - help=( - "Command to generate a preview for the selected menu entry. " - '"{}" can be used as placeholder for the menu text. ' - 'If the menu entry has a data component (separated by "|"), this is used instead.' - ), - ) - parser.add_argument( - "--no-preview-border", - action="store_false", - dest="preview_border", - help="do not draw a border around the preview window", - ) - parser.add_argument( - "--preview-size", - action="store", - dest="preview_size", - type=float, - default=DEFAULT_PREVIEW_SIZE, - help='maximum height of the preview window in fractions of the terminal height (default: "%(default)s")', - ) - parser.add_argument( - "--preview-title", - action="store", - dest="preview_title", - default=DEFAULT_PREVIEW_TITLE, - help='title of the preview window (default: "%(default)s")', - ) - parser.add_argument( - "--search-highlight-style", - action="store", - dest="search_highlight_style", - default=",".join(DEFAULT_SEARCH_HIGHLIGHT_STYLE), - help='style of matched search patterns (default: "%(default)s")', - ) - parser.add_argument( - "--search-key", - action="store", - dest="search_key", - default=DEFAULT_SEARCH_KEY, - help=( - 'key to start a search (default: "%(default)s", ' - '"none" is treated a special value which activates the search on any letter key)' - ), - ) - parser.add_argument( - "--shortcut-brackets-highlight-style", - action="store", - dest="shortcut_brackets_highlight_style", - default=",".join(DEFAULT_SHORTCUT_BRACKETS_HIGHLIGHT_STYLE), - help='style of brackets enclosing shortcut keys (default: "%(default)s")', - ) - parser.add_argument( - "--shortcut-key-highlight-style", - action="store", - dest="shortcut_key_highlight_style", - default=",".join(DEFAULT_SHORTCUT_KEY_HIGHLIGHT_STYLE), - help='style of shortcut keys (default: "%(default)s")', - ) - parser.add_argument( - "--show-multi-select-hint", - action="store_true", - dest="show_multi_select_hint", - help="show a multi-select hint in the status bar", - ) - parser.add_argument( - "--show-multi-select-hint-text", - action="store", - dest="show_multi_select_hint_text", - help=( - "Custom text which will be shown as multi-select hint. Use the placeholders {multi_select_keys} and " - "{accept_keys} if appropriately." - ), - ) - parser.add_argument( - "--show-search-hint", - action="store_true", - dest="show_search_hint", - help="show a search hint in the search line", - ) - parser.add_argument( - "--show-search-hint-text", - action="store", - dest="show_search_hint_text", - help=( - "Custom text which will be shown as search hint. Use the placeholders {key} for the search key " - "if appropriately." - ), - ) - parser.add_argument( - "--show-shortcut-hints", - action="store_true", - dest="show_shortcut_hints", - help="show shortcut hints in the status bar", - ) - parser.add_argument( - "--show-shortcut-hints-in-title", - action="store_false", - dest="show_shortcut_hints_in_status_bar", - default=True, - help="show shortcut hints in the menu title", - ) - parser.add_argument( - "--skip-empty-entries", - action="store_true", - dest="skip_empty_entries", - help="Interpret an empty string in menu entries as an empty menu entry", - ) - parser.add_argument( - "-b", - "--status-bar", - action="store", - dest="status_bar", - help="status bar text", - ) - parser.add_argument( - "-d", - "--status-bar-below-preview", - action="store_true", - dest="status_bar_below_preview", - help="show the status bar below the preview window if any", - ) - parser.add_argument( - "--status-bar-style", - action="store", - dest="status_bar_style", - default=",".join(DEFAULT_STATUS_BAR_STYLE), - help='style of the status bar lines (default: "%(default)s")', - ) - parser.add_argument( - "--stdout", - action="store_true", - dest="stdout", - help=( - "Print the selected menu index or indices to stdout (in addition to the exit status). " - 'Multiple indices are separated by ";".' - ), - ) - parser.add_argument("-t", "--title", action="store", dest="title", help="menu title") - parser.add_argument( - "-V", "--version", action="store_true", dest="print_version", help="print the version number and exit" - ) - parser.add_argument("entries", action="store", nargs="*", help="the menu entries to show") - group = parser.add_mutually_exclusive_group() - group.add_argument( - "-r", - "--preselected_entries", - action="store", - dest="preselected_entries", - help="Comma separated list of strings matching menu items to start pre-selected in a multi-select menu.", - ) - group.add_argument( - "-R", - "--preselected_indices", - action="store", - dest="preselected_indices", - help="Comma separated list of numeric indexes of menu items to start pre-selected in a multi-select menu.", - ) - return parser - - -def parse_arguments() -> AttributeDict: - parser = get_argumentparser() - args = AttributeDict({key: value for key, value in vars(parser.parse_args()).items()}) - if not args.print_version and not args.entries: - raise NoMenuEntriesError("No menu entries given!") - if args.skip_empty_entries: - args.entries = [entry if entry != "None" else None for entry in args.entries] - if args.cursor_style != "": - args.cursor_style = tuple(args.cursor_style.split(",")) - else: - args.cursor_style = None - if args.highlight_style != "": - args.highlight_style = tuple(args.highlight_style.split(",")) - else: - args.highlight_style = None - if args.search_highlight_style != "": - args.search_highlight_style = tuple(args.search_highlight_style.split(",")) - else: - args.search_highlight_style = None - if args.shortcut_key_highlight_style != "": - args.shortcut_key_highlight_style = tuple(args.shortcut_key_highlight_style.split(",")) - else: - args.shortcut_key_highlight_style = None - if args.shortcut_brackets_highlight_style != "": - args.shortcut_brackets_highlight_style = tuple(args.shortcut_brackets_highlight_style.split(",")) - else: - args.shortcut_brackets_highlight_style = None - if args.status_bar_style != "": - args.status_bar_style = tuple(args.status_bar_style.split(",")) - else: - args.status_bar_style = None - if args.multi_select_cursor_brackets_style != "": - args.multi_select_cursor_brackets_style = tuple(args.multi_select_cursor_brackets_style.split(",")) - else: - args.multi_select_cursor_brackets_style = None - if args.multi_select_cursor_style != "": - args.multi_select_cursor_style = tuple(args.multi_select_cursor_style.split(",")) - else: - args.multi_select_cursor_style = None - if args.multi_select_keys != "": - args.multi_select_keys = tuple(args.multi_select_keys.split(",")) - else: - args.multi_select_keys = None - if args.search_key.lower() == "none": - args.search_key = None - if args.show_shortcut_hints_in_status_bar: - args.show_shortcut_hints = True - if args.multi_select: - args.stdout = True - if args.preselected_entries is not None: - args.preselected = list(args.preselected_entries.split(",")) - elif args.preselected_indices is not None: - args.preselected = list(map(int, args.preselected_indices.split(","))) - else: - args.preselected = None - return args - - -def main() -> None: - try: - args = parse_arguments() - except SystemExit: - sys.exit(0) # Error code 0 is the error case in this program - except NoMenuEntriesError as e: - print(str(e), file=sys.stderr) - sys.exit(0) - if args.print_version: - print("{}, version {}".format(os.path.basename(sys.argv[0]), __version__)) - sys.exit(0) - try: - terminal_menu = TerminalMenu( - menu_entries=args.entries, - clear_menu_on_exit=args.clear_menu_on_exit, - clear_screen=args.clear_screen, - cursor_index=args.cursor_index, - cycle_cursor=args.cycle, - exit_on_shortcut=args.exit_on_shortcut, - menu_cursor=args.cursor, - menu_cursor_style=args.cursor_style, - menu_highlight_style=args.highlight_style, - multi_select=args.multi_select, - multi_select_cursor=args.multi_select_cursor, - multi_select_cursor_brackets_style=args.multi_select_cursor_brackets_style, - multi_select_cursor_style=args.multi_select_cursor_style, - multi_select_empty_ok=args.multi_select_empty_ok, - multi_select_keys=args.multi_select_keys, - multi_select_select_on_accept=args.multi_select_select_on_accept, - preselected_entries=args.preselected, - preview_border=args.preview_border, - preview_command=args.preview_command, - preview_size=args.preview_size, - preview_title=args.preview_title, - search_case_sensitive=args.case_sensitive, - search_highlight_style=args.search_highlight_style, - search_key=args.search_key, - shortcut_brackets_highlight_style=args.shortcut_brackets_highlight_style, - shortcut_key_highlight_style=args.shortcut_key_highlight_style, - show_multi_select_hint=args.show_multi_select_hint, - show_multi_select_hint_text=args.show_multi_select_hint_text, - show_search_hint=args.show_search_hint, - show_search_hint_text=args.show_search_hint_text, - show_shortcut_hints=args.show_shortcut_hints, - show_shortcut_hints_in_status_bar=args.show_shortcut_hints_in_status_bar, - skip_empty_entries=args.skip_empty_entries, - status_bar=args.status_bar, - status_bar_below_preview=args.status_bar_below_preview, - status_bar_style=args.status_bar_style, - title=args.title, - ) - except (InvalidParameterCombinationError, InvalidStyleError, UnknownMenuEntryError) as e: - print(str(e), file=sys.stderr) - sys.exit(0) - chosen_entries = terminal_menu.show() - if chosen_entries is None: - sys.exit(0) - else: - if isinstance(chosen_entries, Iterable): - if args.stdout: - print(",".join(str(entry + 1) for entry in chosen_entries)) - sys.exit(chosen_entries[0] + 1) - else: - chosen_entry = chosen_entries - if args.stdout: - print(chosen_entry + 1) - sys.exit(chosen_entry + 1) - - -if __name__ == "__main__": - main() diff --git a/archinstall/lib/menu/table_selection_menu.py b/archinstall/lib/menu/table_selection_menu.py index 09cd6ee2..4cff7216 100644 --- a/archinstall/lib/menu/table_selection_menu.py +++ b/archinstall/lib/menu/table_selection_menu.py @@ -1,19 +1,24 @@ -from typing import Any, Tuple, List, Dict, Optional +from typing import Any, Tuple, List, Dict, Optional, Callable -from .menu import MenuSelectionType, MenuSelection +from .menu import MenuSelectionType, MenuSelection, Menu from ..output import FormattedOutput -from ..menu import Menu class TableMenu(Menu): def __init__( self, title: str, - data: List[Any] = [], + data: Optional[List[Any]] = None, table_data: Optional[Tuple[List[Any], str]] = None, + preset: List[Any] = [], custom_menu_options: List[str] = [], default: Any = None, - multi: bool = False + multi: bool = False, + preview_command: Optional[Callable] = None, + preview_title: str = 'Info', + preview_size: float = 0.0, + allow_reset: bool = True, + allow_reset_warning_msg: Optional[str] = None, ): """ param title: Text that will be displayed above the menu @@ -29,10 +34,10 @@ class TableMenu(Menu): param custom_options: List of custom options that will be displayed under the table :type custom_menu_options: List - """ - if not data and not table_data: - raise ValueError('Either "data" or "table_data" must be provided') + :param preview_command: A function that should return a string that will be displayed in a preview window when a menu selection item is in focus + :type preview_command: Callable + """ self._custom_options = custom_menu_options self._multi = multi @@ -41,7 +46,7 @@ class TableMenu(Menu): else: header_padding = 2 - if len(data): + if data is not None: table_text = FormattedOutput.as_table(data) rows = table_text.split('\n') table = self._create_table(data, rows, header_padding=header_padding) @@ -53,20 +58,53 @@ class TableMenu(Menu): data = table_data[0] rows = table_data[1].split('\n') table = self._create_table(data, rows, header_padding=header_padding) + else: + raise ValueError('Either "data" or "table_data" must be provided') self._options, header = self._prepare_selection(table) + preset_values = self._preset_values(preset) + + extra_bottom_space = True if preview_command else False + super().__init__( title, self._options, + preset_values=preset_values, header=header, skip_empty_entries=True, show_search_hint=False, - allow_reset=True, multi=multi, - default_option=default + default_option=default, + preview_command=lambda x: self._table_show_preview(preview_command, x), + preview_size=preview_size, + preview_title=preview_title, + extra_bottom_space=extra_bottom_space, + allow_reset=allow_reset, + allow_reset_warning_msg=allow_reset_warning_msg ) + def _preset_values(self, preset: List[Any]) -> List[str]: + # when we create the table of just the preset values it will + # be formatted a bit different due to spacing, so to determine + # correct rows lets remove all the spaces and compare apples with apples + preset_table = FormattedOutput.as_table(preset).strip() + data_rows = preset_table.split('\n')[2:] # get all data rows + pure_data_rows = [self._escape_row(row.replace(' ', '')) for row in data_rows] + + # the actual preset value has to be in non-escaped form + pure_option_rows = {o.replace(' ', ''): self._unescape_row(o) for o in self._options.keys()} + preset_rows = [row for pure, row in pure_option_rows.items() if pure in pure_data_rows] + + return preset_rows + + def _table_show_preview(self, preview_command: Optional[Callable], selection: Any) -> Optional[str]: + if preview_command: + row = self._escape_row(selection) + obj = self._options[row] + return preview_command(obj) + return None + def run(self) -> MenuSelection: choice = super().run() @@ -79,6 +117,12 @@ class TableMenu(Menu): return choice + def _escape_row(self, row: str) -> str: + return row.replace('|', '\\|') + + def _unescape_row(self, row: str) -> str: + return row.replace('\\|', '|') + def _create_table(self, data: List[Any], rows: List[str], header_padding: int = 2) -> Dict[str, Any]: # these are the header rows of the table and do not map to any data obviously # we're adding 2 spaces as prefix because the menu selector '> ' will be put before @@ -87,7 +131,7 @@ class TableMenu(Menu): display_data = {f'{padding}{rows[0]}': None, f'{padding}{rows[1]}': None} for row, entry in zip(rows[2:], data): - row = row.replace('|', '\\|') + row = self._escape_row(row) display_data[row] = entry return display_data diff --git a/archinstall/lib/mirrors.py b/archinstall/lib/mirrors.py index d76e0473..4bae6d8b 100644 --- a/archinstall/lib/mirrors.py +++ b/archinstall/lib/mirrors.py @@ -2,7 +2,7 @@ import logging import pathlib import urllib.error import urllib.request -from typing import Union, Mapping, Iterable, Dict, Any, List +from typing import Union, Iterable, Dict, Any, List from .general import SysCommand from .output import log @@ -121,7 +121,7 @@ def insert_mirrors(mirrors :Dict[str, Any], *args :str, **kwargs :str) -> bool: def use_mirrors( - regions: Mapping[str, Iterable[str]], + regions: Dict[str, Iterable[str]], destination: str = '/etc/pacman.d/mirrorlist' ) -> None: log(f'A new package mirror-list has been created: {destination}', level=logging.INFO) diff --git a/archinstall/lib/models/__init__.py b/archinstall/lib/models/__init__.py index 4a018b2c..8cc49ea0 100644 --- a/archinstall/lib/models/__init__.py +++ b/archinstall/lib/models/__init__.py @@ -1 +1,4 @@ -from .network_configuration import NetworkConfiguration as NetworkConfiguration \ No newline at end of file +from .network_configuration import NetworkConfiguration, NicType, NetworkConfigurationHandler +from .bootloader import Bootloader +from .gen import VersionDef, PackageSearchResult, PackageSearch, LocalPackage +from .users import PasswordStrength, User diff --git a/archinstall/lib/models/bootloader.py b/archinstall/lib/models/bootloader.py new file mode 100644 index 00000000..38254c99 --- /dev/null +++ b/archinstall/lib/models/bootloader.py @@ -0,0 +1,40 @@ +from __future__ import annotations + +import logging +import sys +from enum import Enum +from typing import List + +from ..hardware import has_uefi +from ..output import log + + +class Bootloader(Enum): + Systemd = 'Systemd-boot' + Grub = 'Grub' + Efistub = 'Efistub' + + def json(self): + return self.value + + @classmethod + def values(cls) -> List[str]: + return [e.value for e in cls] + + @classmethod + def get_default(cls) -> Bootloader: + if has_uefi(): + return Bootloader.Systemd + else: + return Bootloader.Grub + + @classmethod + def from_arg(cls, bootloader: str) -> Bootloader: + # to support old configuration files + bootloader = bootloader.capitalize() + + if bootloader not in cls.values(): + values = ', '.join(cls.values()) + log(f'Invalid bootloader value "{bootloader}". Allowed values: {values}', level=logging.WARN) + sys.exit(1) + return Bootloader(bootloader) diff --git a/archinstall/lib/models/dataclasses.py b/archinstall/lib/models/dataclasses.py deleted file mode 100644 index 99221fe3..00000000 --- a/archinstall/lib/models/dataclasses.py +++ /dev/null @@ -1,136 +0,0 @@ -from dataclasses import dataclass -from typing import Optional, List - -@dataclass -class VersionDef: - version_string: str - - @classmethod - def parse_version(self) -> List[str]: - if '.' in self.version_string: - versions = self.version_string.split('.') - else: - versions = [self.version_string] - - return versions - - @classmethod - def major(self) -> str: - return self.parse_version()[0] - - @classmethod - def minor(self) -> str: - versions = self.parse_version() - if len(versions) >= 2: - return versions[1] - - @classmethod - def patch(self) -> str: - versions = self.parse_version() - if '-' in versions[-1]: - _, patch_version = versions[-1].split('-', 1) - return patch_version - - def __eq__(self, other :'VersionDef') -> bool: - if other.major == self.major and \ - other.minor == self.minor and \ - other.patch == self.patch: - - return True - return False - - def __lt__(self, other :'VersionDef') -> bool: - if self.major > other.major: - return False - elif self.minor and other.minor and self.minor > other.minor: - return False - elif self.patch and other.patch and self.patch > other.patch: - return False - - def __str__(self) -> str: - return self.version_string - -@dataclass -class PackageSearchResult: - pkgname: str - pkgbase: str - repo: str - arch: str - pkgver: str - pkgrel: str - epoch: int - pkgdesc: str - url: str - filename: str - compressed_size: int - installed_size: int - build_date: str - last_update: str - flag_date: Optional[str] - maintainers: List[str] - packager: str - groups: List[str] - licenses: List[str] - conflicts: List[str] - provides: List[str] - replaces: List[str] - depends: List[str] - optdepends: List[str] - makedepends: List[str] - checkdepends: List[str] - - @property - def pkg_version(self) -> str: - return self.pkgver - - def __eq__(self, other :'VersionDef') -> bool: - return self.pkg_version == other.pkg_version - - def __lt__(self, other :'VersionDef') -> bool: - return self.pkg_version < other.pkg_version - -@dataclass -class PackageSearch: - version: int - limit: int - valid: bool - num_pages: int - page: int - results: List[PackageSearchResult] - - def __post_init__(self): - self.results = [PackageSearchResult(**x) for x in self.results] - -@dataclass -class LocalPackage: - name: str - version: str - description:str - architecture: str - url: str - licenses: str - groups: str - depends_on: str - optional_deps: str - required_by: str - optional_for: str - conflicts_with: str - replaces: str - installed_size: str - packager: str - build_date: str - install_date: str - install_reason: str - install_script: str - validated_by: str - provides: str - - @property - def pkg_version(self) -> str: - return self.version - - def __eq__(self, other :'VersionDef') -> bool: - return self.pkg_version == other.pkg_version - - def __lt__(self, other :'VersionDef') -> bool: - return self.pkg_version < other.pkg_version \ No newline at end of file diff --git a/archinstall/lib/models/disk_encryption.py b/archinstall/lib/models/disk_encryption.py deleted file mode 100644 index a4a501d9..00000000 --- a/archinstall/lib/models/disk_encryption.py +++ /dev/null @@ -1,90 +0,0 @@ -from __future__ import annotations - -from dataclasses import dataclass, field -from enum import Enum -from typing import Optional, List, Dict, TYPE_CHECKING, Any - -from ..hsm.fido import Fido2Device - -if TYPE_CHECKING: - _: Any - - -class EncryptionType(Enum): - Partition = 'partition' - - @classmethod - def _encryption_type_mapper(cls) -> Dict[str, 'EncryptionType']: - return { - # str(_('Full disk encryption')): EncryptionType.FullDiskEncryption, - str(_('Partition encryption')): EncryptionType.Partition - } - - @classmethod - def text_to_type(cls, text: str) -> 'EncryptionType': - mapping = cls._encryption_type_mapper() - return mapping[text] - - @classmethod - def type_to_text(cls, type_: 'EncryptionType') -> str: - mapping = cls._encryption_type_mapper() - type_to_text = {type_: text for text, type_ in mapping.items()} - return type_to_text[type_] - - -@dataclass -class DiskEncryption: - encryption_type: EncryptionType = EncryptionType.Partition - encryption_password: str = '' - partitions: Dict[str, List[Dict[str, Any]]] = field(default_factory=dict) - hsm_device: Optional[Fido2Device] = None - - @property - def all_partitions(self) -> List[Dict[str, Any]]: - _all: List[Dict[str, Any]] = [] - for parts in self.partitions.values(): - _all += parts - return _all - - def generate_encryption_file(self, partition) -> bool: - return partition in self.all_partitions and partition['mountpoint'] != '/' - - def json(self) -> Dict[str, Any]: - obj = { - 'encryption_type': self.encryption_type.value, - 'partitions': self.partitions - } - - if self.hsm_device: - obj['hsm_device'] = self.hsm_device.json() - - return obj - - @classmethod - def parse_arg( - cls, - disk_layout: Dict[str, Any], - arg: Dict[str, Any], - password: str = '' - ) -> 'DiskEncryption': - # we have to map the enc partition config to the disk layout objects - # they both need to point to the same object as it will get modified - # during the installation process - enc_partitions: Dict[str, List[Dict[str, Any]]] = {} - - for path, partitions in disk_layout.items(): - conf_partitions = arg['partitions'].get(path, []) - for part in partitions['partitions']: - if part in conf_partitions: - enc_partitions.setdefault(path, []).append(part) - - enc = DiskEncryption( - EncryptionType(arg['encryption_type']), - password, - enc_partitions - ) - - if hsm := arg.get('hsm_device', None): - enc.hsm_device = Fido2Device.parse_arg(hsm) - - return enc diff --git a/archinstall/lib/models/gen.py b/archinstall/lib/models/gen.py new file mode 100644 index 00000000..cc8d7605 --- /dev/null +++ b/archinstall/lib/models/gen.py @@ -0,0 +1,146 @@ +from dataclasses import dataclass +from typing import Optional, List + + +@dataclass +class VersionDef: + version_string: str + + @classmethod + def parse_version(cls) -> List[str]: + if '.' in cls.version_string: + versions = cls.version_string.split('.') + else: + versions = [cls.version_string] + + return versions + + @classmethod + def major(self) -> str: + return self.parse_version()[0] + + @classmethod + def minor(cls) -> Optional[str]: + versions = cls.parse_version() + if len(versions) >= 2: + return versions[1] + + return None + + @classmethod + def patch(cls) -> Optional[str]: + versions = cls.parse_version() + if '-' in versions[-1]: + _, patch_version = versions[-1].split('-', 1) + return patch_version + + return None + + def __eq__(self, other) -> bool: + if other.major == self.major and \ + other.minor == self.minor and \ + other.patch == self.patch: + + return True + return False + + def __lt__(self, other) -> bool: + if self.major() > other.major(): + return False + elif self.minor() and other.minor() and self.minor() > other.minor(): + return False + elif self.patch() and other.patch() and self.patch() > other.patch(): + return False + + return True + + def __str__(self) -> str: + return self.version_string + + +@dataclass +class PackageSearchResult: + pkgname: str + pkgbase: str + repo: str + arch: str + pkgver: str + pkgrel: str + epoch: int + pkgdesc: str + url: str + filename: str + compressed_size: int + installed_size: int + build_date: str + last_update: str + flag_date: Optional[str] + maintainers: List[str] + packager: str + groups: List[str] + licenses: List[str] + conflicts: List[str] + provides: List[str] + replaces: List[str] + depends: List[str] + optdepends: List[str] + makedepends: List[str] + checkdepends: List[str] + + @property + def pkg_version(self) -> str: + return self.pkgver + + def __eq__(self, other) -> bool: + return self.pkg_version == other.pkg_version + + def __lt__(self, other) -> bool: + return self.pkg_version < other.pkg_version + + +@dataclass +class PackageSearch: + version: int + limit: int + valid: bool + num_pages: int + page: int + results: List[PackageSearchResult] + + def __post_init__(self): + self.results = [PackageSearchResult(**x) for x in self.results] + + +@dataclass +class LocalPackage: + name: str + version: str + description:str + architecture: str + url: str + licenses: str + groups: str + depends_on: str + optional_deps: str + required_by: str + optional_for: str + conflicts_with: str + replaces: str + installed_size: str + packager: str + build_date: str + install_date: str + install_reason: str + install_script: str + validated_by: str + provides: str + + @property + def pkg_version(self) -> str: + return self.version + + def __eq__(self, other) -> bool: + return self.pkg_version == other.pkg_version + + def __lt__(self, other) -> bool: + return self.pkg_version < other.pkg_version diff --git a/archinstall/lib/models/network_configuration.py b/archinstall/lib/models/network_configuration.py index e026e97b..b7ab690d 100644 --- a/archinstall/lib/models/network_configuration.py +++ b/archinstall/lib/models/network_configuration.py @@ -93,7 +93,7 @@ class NetworkConfigurationHandler: enable_services=True) # Sources the ISO network configuration to the install medium. elif self._configuration.is_network_manager(): installation.add_additional_packages(["networkmanager"]) - if (profile := storage['arguments'].get('profile')) and profile.is_desktop_profile: + if (profile := storage['arguments'].get('profile_config')) and profile.is_desktop_type_profile: installation.add_additional_packages(["network-manager-applet"]) installation.enable_service('NetworkManager.service') diff --git a/archinstall/lib/models/password_strength.py b/archinstall/lib/models/password_strength.py deleted file mode 100644 index 61986bf0..00000000 --- a/archinstall/lib/models/password_strength.py +++ /dev/null @@ -1,85 +0,0 @@ -from enum import Enum - - -class PasswordStrength(Enum): - VERY_WEAK = 'very weak' - WEAK = 'weak' - MODERATE = 'moderate' - STRONG = 'strong' - - @property - def value(self): - match self: - case PasswordStrength.VERY_WEAK: return str(_('very weak')) - case PasswordStrength.WEAK: return str(_('weak')) - case PasswordStrength.MODERATE: return str(_('moderate')) - case PasswordStrength.STRONG: return str(_('strong')) - - def color(self): - match self: - case PasswordStrength.VERY_WEAK: return 'red' - case PasswordStrength.WEAK: return 'red' - case PasswordStrength.MODERATE: return 'yellow' - case PasswordStrength.STRONG: return 'green' - - @classmethod - def strength(cls, password: str) -> 'PasswordStrength': - digit = any(character.isdigit() for character in password) - upper = any(character.isupper() for character in password) - lower = any(character.islower() for character in password) - symbol = any(not character.isalnum() for character in password) - return cls._check_password_strength(digit, upper, lower, symbol, len(password)) - - @classmethod - def _check_password_strength( - cls, - digit: bool, - upper: bool, - lower: bool, - symbol: bool, - length: int - ) -> 'PasswordStrength': - # suggested evaluation - # https://github.com/archlinux/archinstall/issues/1304#issuecomment-1146768163 - if digit and upper and lower and symbol: - match length: - case num if 13 <= num: - return PasswordStrength.STRONG - case num if 11 <= num <= 12: - return PasswordStrength.MODERATE - case num if 7 <= num <= 10: - return PasswordStrength.WEAK - case num if num <= 6: - return PasswordStrength.VERY_WEAK - elif digit and upper and lower: - match length: - case num if 14 <= num: - return PasswordStrength.STRONG - case num if 11 <= num <= 13: - return PasswordStrength.MODERATE - case num if 7 <= num <= 10: - return PasswordStrength.WEAK - case num if num <= 6: - return PasswordStrength.VERY_WEAK - elif upper and lower: - match length: - case num if 15 <= num: - return PasswordStrength.STRONG - case num if 12 <= num <= 14: - return PasswordStrength.MODERATE - case num if 7 <= num <= 11: - return PasswordStrength.WEAK - case num if num <= 6: - return PasswordStrength.VERY_WEAK - elif lower or upper: - match length: - case num if 18 <= num: - return PasswordStrength.STRONG - case num if 14 <= num <= 17: - return PasswordStrength.MODERATE - case num if 9 <= num <= 13: - return PasswordStrength.WEAK - case num if num <= 8: - return PasswordStrength.VERY_WEAK - - return PasswordStrength.VERY_WEAK diff --git a/archinstall/lib/models/pydantic.py b/archinstall/lib/models/pydantic.py deleted file mode 100644 index 799e92af..00000000 --- a/archinstall/lib/models/pydantic.py +++ /dev/null @@ -1,134 +0,0 @@ -from typing import Optional, List -from pydantic import BaseModel - -""" -This python file is not in use. -Pydantic is not a builtin, and we use the dataclasses.py instead! -""" - -class VersionDef(BaseModel): - version_string: str - - @classmethod - def parse_version(self) -> List[str]: - if '.' in self.version_string: - versions = self.version_string.split('.') - else: - versions = [self.version_string] - - return versions - - @classmethod - def major(self) -> str: - return self.parse_version()[0] - - @classmethod - def minor(self) -> str: - versions = self.parse_version() - if len(versions) >= 2: - return versions[1] - - @classmethod - def patch(self) -> str: - versions = self.parse_version() - if '-' in versions[-1]: - _, patch_version = versions[-1].split('-', 1) - return patch_version - - def __eq__(self, other :'VersionDef') -> bool: - if other.major == self.major and \ - other.minor == self.minor and \ - other.patch == self.patch: - - return True - return False - - def __lt__(self, other :'VersionDef') -> bool: - if self.major > other.major: - return False - elif self.minor and other.minor and self.minor > other.minor: - return False - elif self.patch and other.patch and self.patch > other.patch: - return False - - def __str__(self) -> str: - return self.version_string - - -class PackageSearchResult(BaseModel): - pkgname: str - pkgbase: str - repo: str - arch: str - pkgver: str - pkgrel: str - epoch: int - pkgdesc: str - url: str - filename: str - compressed_size: int - installed_size: int - build_date: str - last_update: str - flag_date: Optional[str] - maintainers: List[str] - packager: str - groups: List[str] - licenses: List[str] - conflicts: List[str] - provides: List[str] - replaces: List[str] - depends: List[str] - optdepends: List[str] - makedepends: List[str] - checkdepends: List[str] - - @property - def pkg_version(self) -> str: - return self.pkgver - - def __eq__(self, other :'VersionDef') -> bool: - return self.pkg_version == other.pkg_version - - def __lt__(self, other :'VersionDef') -> bool: - return self.pkg_version < other.pkg_version - - -class PackageSearch(BaseModel): - version: int - limit: int - valid: bool - results: List[PackageSearchResult] - - -class LocalPackage(BaseModel): - name: str - version: str - description:str - architecture: str - url: str - licenses: str - groups: str - depends_on: str - optional_deps: str - required_by: str - optional_for: str - conflicts_with: str - replaces: str - installed_size: str - packager: str - build_date: str - install_date: str - install_reason: str - install_script: str - validated_by: str - - @property - def pkg_version(self) -> str: - return self.version - - def __eq__(self, other :'VersionDef') -> bool: - return self.pkg_version == other.pkg_version - - def __lt__(self, other :'VersionDef') -> bool: - return self.pkg_version < other.pkg_version \ No newline at end of file diff --git a/archinstall/lib/models/subvolume.py b/archinstall/lib/models/subvolume.py deleted file mode 100644 index 34a09227..00000000 --- a/archinstall/lib/models/subvolume.py +++ /dev/null @@ -1,68 +0,0 @@ -from dataclasses import dataclass -from typing import List, Any, Dict - - -@dataclass -class Subvolume: - name: str - mountpoint: str - compress: bool = False - nodatacow: bool = False - - def display(self) -> str: - options_str = ','.join(self.options) - return f'{_("Subvolume")}: {self.name:15} {_("Mountpoint")}: {self.mountpoint:20} {_("Options")}: {options_str}' - - @property - def options(self) -> List[str]: - options = [ - 'compress' if self.compress else '', - 'nodatacow' if self.nodatacow else '' - ] - return [o for o in options if len(o)] - - def json(self) -> Dict[str, Any]: - return { - 'name': self.name, - 'mountpoint': self.mountpoint, - 'compress': self.compress, - 'nodatacow': self.nodatacow - } - - @classmethod - def _parse(cls, config_subvolumes: List[Dict[str, Any]]) -> List['Subvolume']: - subvolumes = [] - for entry in config_subvolumes: - if not entry.get('name', None) or not entry.get('mountpoint', None): - continue - - subvolumes.append( - Subvolume( - entry['name'], - entry['mountpoint'], - entry.get('compress', False), - entry.get('nodatacow', False) - ) - ) - - return subvolumes - - @classmethod - def _parse_backwards_compatible(cls, config_subvolumes) -> List['Subvolume']: - subvolumes = [] - for name, mountpoint in config_subvolumes.items(): - if not name or not mountpoint: - continue - - subvolumes.append(Subvolume(name, mountpoint)) - - return subvolumes - - @classmethod - def parse_arguments(cls, config_subvolumes: Any) -> List['Subvolume']: - if isinstance(config_subvolumes, list): - return cls._parse(config_subvolumes) - elif isinstance(config_subvolumes, dict): - return cls._parse_backwards_compatible(config_subvolumes) - - raise ValueError('Unknown disk layout btrfs subvolume format') diff --git a/archinstall/lib/models/users.py b/archinstall/lib/models/users.py index a8feb9ef..9ed70eef 100644 --- a/archinstall/lib/models/users.py +++ b/archinstall/lib/models/users.py @@ -1,12 +1,95 @@ from dataclasses import dataclass from typing import Dict, List, Union, Any, TYPE_CHECKING - -from .password_strength import PasswordStrength +from enum import Enum if TYPE_CHECKING: _: Any +class PasswordStrength(Enum): + VERY_WEAK = 'very weak' + WEAK = 'weak' + MODERATE = 'moderate' + STRONG = 'strong' + + @property + def value(self): + match self: + case PasswordStrength.VERY_WEAK: return str(_('very weak')) + case PasswordStrength.WEAK: return str(_('weak')) + case PasswordStrength.MODERATE: return str(_('moderate')) + case PasswordStrength.STRONG: return str(_('strong')) + + def color(self): + match self: + case PasswordStrength.VERY_WEAK: return 'red' + case PasswordStrength.WEAK: return 'red' + case PasswordStrength.MODERATE: return 'yellow' + case PasswordStrength.STRONG: return 'green' + + @classmethod + def strength(cls, password: str) -> 'PasswordStrength': + digit = any(character.isdigit() for character in password) + upper = any(character.isupper() for character in password) + lower = any(character.islower() for character in password) + symbol = any(not character.isalnum() for character in password) + return cls._check_password_strength(digit, upper, lower, symbol, len(password)) + + @classmethod + def _check_password_strength( + cls, + digit: bool, + upper: bool, + lower: bool, + symbol: bool, + length: int + ) -> 'PasswordStrength': + # suggested evaluation + # https://github.com/archlinux/archinstall/issues/1304#issuecomment-1146768163 + if digit and upper and lower and symbol: + match length: + case num if 13 <= num: + return PasswordStrength.STRONG + case num if 11 <= num <= 12: + return PasswordStrength.MODERATE + case num if 7 <= num <= 10: + return PasswordStrength.WEAK + case num if num <= 6: + return PasswordStrength.VERY_WEAK + elif digit and upper and lower: + match length: + case num if 14 <= num: + return PasswordStrength.STRONG + case num if 11 <= num <= 13: + return PasswordStrength.MODERATE + case num if 7 <= num <= 10: + return PasswordStrength.WEAK + case num if num <= 6: + return PasswordStrength.VERY_WEAK + elif upper and lower: + match length: + case num if 15 <= num: + return PasswordStrength.STRONG + case num if 12 <= num <= 14: + return PasswordStrength.MODERATE + case num if 7 <= num <= 11: + return PasswordStrength.WEAK + case num if num <= 6: + return PasswordStrength.VERY_WEAK + elif lower or upper: + match length: + case num if 18 <= num: + return PasswordStrength.STRONG + case num if 14 <= num <= 17: + return PasswordStrength.MODERATE + case num if 9 <= num <= 13: + return PasswordStrength.WEAK + case num if num <= 8: + return PasswordStrength.VERY_WEAK + + return PasswordStrength.VERY_WEAK + + @dataclass class User: username: str @@ -26,13 +109,6 @@ class User: 'sudo': self.sudo } - def display(self) -> str: - password = '*' * (len(self.password) if self.password else 0) - if password: - strength = PasswordStrength.strength(self.password) - password += f' ({strength.value})' - return f'{_("Username")}: {self.username:16} {_("Password")}: {password:20} sudo: {str(self.sudo)}' - @classmethod def _parse(cls, config_users: List[Dict[str, Any]]) -> List['User']: users = [] diff --git a/archinstall/lib/networking.py b/archinstall/lib/networking.py index 96e8f3a1..3516aac4 100644 --- a/archinstall/lib/networking.py +++ b/archinstall/lib/networking.py @@ -1,8 +1,12 @@ import logging import os import socket +import ssl import struct -from typing import Union, Dict, Any, List +from typing import Union, Dict, Any, List, Optional +from urllib.error import URLError +from urllib.parse import urlencode +from urllib.request import urlopen from .exceptions import HardwareIncompatibilityError, SysCallError from .general import SysCommand @@ -39,7 +43,7 @@ def check_mirror_reachable() -> bool: elif os.geteuid() != 0: log("check_mirror_reachable() uses 'pacman -Sy' which requires root.", level=logging.ERROR, fg="red") except SysCallError as err: - log(err, level=logging.DEBUG) + log(f'exit_code: {err.exit_code}, Error: {err.message}', level=logging.DEBUG) return False @@ -75,12 +79,8 @@ def enrich_iface_types(interfaces: Union[Dict[str, Any], List[str]]) -> Dict[str return result -def get_interface_from_mac(mac :str) -> str: - return list_interfaces().get(mac.lower(), None) - - def wireless_scan(interface :str) -> None: - interfaces = enrich_iface_types(list_interfaces().values()) + interfaces = enrich_iface_types(list(list_interfaces().values())) if interfaces[interface] != 'WIRELESS': raise HardwareIncompatibilityError(f"Interface {interface} is not a wireless interface: {interfaces}") @@ -107,3 +107,22 @@ def get_wireless_networks(interface :str) -> None: for line in SysCommand(f"iwctl station {interface} get-networks"): print(line) + + +def fetch_data_from_url(url: str, params: Optional[Dict] = None) -> str: + ssl_context = ssl.create_default_context() + ssl_context.check_hostname = False + ssl_context.verify_mode = ssl.CERT_NONE + + if params is not None: + encoded = urlencode(params) + full_url = f'{url}?{encoded}' + else: + full_url = url + + try: + response = urlopen(full_url, context=ssl_context) + data = response.read().decode('UTF-8') + return data + except URLError: + raise ValueError(f'Unable to fetch data from url: {url}') diff --git a/archinstall/lib/output.py b/archinstall/lib/output.py index 709a7382..d65f835f 100644 --- a/archinstall/lib/output.py +++ b/archinstall/lib/output.py @@ -2,7 +2,7 @@ import logging import os import sys from pathlib import Path -from typing import Dict, Union, List, Any, Callable +from typing import Dict, Union, List, Any, Callable, Optional from .storage import storage from dataclasses import asdict, is_dataclass @@ -11,7 +11,12 @@ from dataclasses import asdict, is_dataclass class FormattedOutput: @classmethod - def values(cls, o: Any, class_formatter: str = None, filter_list: List[str] = None) -> Dict[str, Any]: + def values( + cls, + o: Any, + class_formatter: Optional[Union[str, Callable]] = None, + filter_list: List[str] = [] + ) -> Dict[str, Any]: """ the original values returned a dataclass as dict thru the call to some specific methods this version allows thru the parameter class_formatter to call a dynamicly selected formatting method. Can transmit a filter list to the class_formatter, @@ -25,7 +30,8 @@ class FormattedOutput: elif hasattr(o, class_formatter) and callable(getattr(o, class_formatter)): func = getattr(o, class_formatter) return func(filter_list) - # kept as to make it backward compatible + + raise ValueError('Unsupported formatting call') elif hasattr(o, 'as_json'): return o.as_json() elif hasattr(o, 'json'): @@ -36,7 +42,13 @@ class FormattedOutput: return o.__dict__ @classmethod - def as_table(cls, obj: List[Any], class_formatter: Union[str, Callable] = None, filter_list: List[str] = None) -> str: + def as_table( + cls, + obj: List[Any], + class_formatter: Optional[Union[str, Callable]] = None, + filter_list: List[str] = [], + capitalize: bool = False + ) -> str: """ variant of as_table (subtly different code) which has two additional parameters filter which is a list of fields which will be shon class_formatter a special method to format the outgoing data @@ -46,6 +58,7 @@ class FormattedOutput: As_table_filter can be a drop in replacement for as_table """ raw_data = [cls.values(o, class_formatter, filter_list) for o in obj] + # determine the maximum column size column_width: Dict[str, int] = {} for o in raw_data: @@ -55,14 +68,20 @@ class FormattedOutput: column_width[k] = max([column_width[k], len(str(v)), len(k)]) if not filter_list: - filter_list = (column_width.keys()) + filter_list = list(column_width.keys()) + # create the header lines output = '' key_list = [] for key in filter_list: width = column_width[key] - key = key.replace('!', '') + key = key.replace('!', '').replace('_', ' ') + + if capitalize: + key = key.capitalize() + key_list.append(key.ljust(width)) + output += ' | '.join(key_list) + '\n' output += '-' * len(output) + '\n' @@ -82,6 +101,20 @@ class FormattedOutput: return output + @classmethod + def as_columns(cls, entries: List[str], cols: int) -> str: + chunks = [] + output = '' + + for i in range(0, len(entries), cols): + chunks.append(entries[i:i + cols]) + + for row in chunks: + out_fmt = '{: <30} ' * len(row) + output += out_fmt.format(*row) + '\n' + + return output + class Journald: @staticmethod @@ -204,6 +237,6 @@ def log(*args :str, **kwargs :Union[str, int, Dict[str, Union[str, int]]]) -> No # Finally, print the log unless we skipped it based on level. # We use sys.stdout.write()+flush() instead of print() to try and # fix issue #94 - if kwargs.get('level', logging.INFO) != logging.DEBUG or storage['arguments'].get('verbose', False): + if kwargs.get('level', logging.INFO) != logging.DEBUG or storage.get('arguments', {}).get('verbose', False): sys.stdout.write(f"{string}\n") sys.stdout.flush() diff --git a/archinstall/lib/packages/__init__.py b/archinstall/lib/packages/__init__.py index e69de29b..e2aab577 100644 --- a/archinstall/lib/packages/__init__.py +++ b/archinstall/lib/packages/__init__.py @@ -0,0 +1,4 @@ +from .packages import ( + group_search, package_search, find_package, + find_packages, validate_package_list, installed_package +) diff --git a/archinstall/lib/packages/packages.py b/archinstall/lib/packages/packages.py index 0743e83b..71818ca5 100644 --- a/archinstall/lib/packages/packages.py +++ b/archinstall/lib/packages/packages.py @@ -7,7 +7,7 @@ from urllib.parse import urlencode from urllib.request import urlopen from ..exceptions import PackageError, SysCallError -from ..models.dataclasses import PackageSearch, PackageSearchResult, LocalPackage +from ..models.gen import PackageSearch, PackageSearchResult, LocalPackage from ..pacman import run_pacman BASE_URL_PKG_SEARCH = 'https://archlinux.org/packages/search/json/' @@ -113,4 +113,4 @@ def installed_package(package :str) -> LocalPackage: except SysCallError: pass - return LocalPackage({field.name: package_info.get(field.name) for field in dataclasses.fields(LocalPackage)}) + return LocalPackage({field.name: package_info.get(field.name) for field in dataclasses.fields(LocalPackage)}) # type: ignore diff --git a/archinstall/lib/pacman.py b/archinstall/lib/pacman.py index 9c427aff..0dfd5afa 100644 --- a/archinstall/lib/pacman.py +++ b/archinstall/lib/pacman.py @@ -1,10 +1,14 @@ import logging import pathlib import time +from typing import TYPE_CHECKING, Any from .general import SysCommand from .output import log +if TYPE_CHECKING: + _: Any + def run_pacman(args :str, default_cmd :str = 'pacman') -> SysCommand: """ diff --git a/archinstall/lib/profile/__init__.py b/archinstall/lib/profile/__init__.py new file mode 100644 index 00000000..e69de29b diff --git a/archinstall/lib/profile/profile_menu.py b/archinstall/lib/profile/profile_menu.py new file mode 100644 index 00000000..6462685a --- /dev/null +++ b/archinstall/lib/profile/profile_menu.py @@ -0,0 +1,203 @@ +from __future__ import annotations + +from typing import TYPE_CHECKING, Any, Optional, Dict + +from archinstall.default_profiles.profile import Profile, GreeterType +from .profile_model import ProfileConfiguration +from ..hardware import AVAILABLE_GFX_DRIVERS +from ..menu import Menu, MenuSelectionType, AbstractSubMenu, Selector +from ..user_interaction.system_conf import select_driver + +if TYPE_CHECKING: + _: Any + + +class ProfileMenu(AbstractSubMenu): + def __init__( + self, + data_store: Dict[str, Any], + preset: Optional[ProfileConfiguration] = None + ): + if preset: + self._preset = preset + else: + self._preset = ProfileConfiguration() + + super().__init__(data_store=data_store) + + def setup_selection_menu_options(self): + self._menu_options['profile'] = Selector( + _('Profile'), + lambda x: self._select_profile(x), + display_func=lambda x: x.name if x else None, + preview_func=self._preview_profile, + default=self._preset.profile, + enabled=True + ) + + self._menu_options['gfx_driver'] = Selector( + _('Graphics driver'), + lambda preset: self._select_gfx_driver(preset), + display_func=lambda x: x if x else None, + dependencies=['profile'], + default=self._preset.gfx_driver if self._preset.profile and self._preset.profile.is_graphic_driver_supported() else None, + enabled=self._preset.profile.is_graphic_driver_supported() if self._preset.profile else False + ) + + self._menu_options['greeter'] = Selector( + _('Greeter'), + lambda preset: select_greeter(self._menu_options['profile'].current_selection, preset), + display_func=lambda x: x.value if x else None, + dependencies=['profile'], + default=self._preset.greeter if self._preset.profile and self._preset.profile.is_greeter_supported() else None, + enabled=self._preset.profile.is_greeter_supported() if self._preset.profile else False + ) + + def run(self, allow_reset: bool = True) -> Optional[ProfileConfiguration]: + super().run(allow_reset=allow_reset) + + if self._data_store.get('profile', None): + return ProfileConfiguration( + self._menu_options['profile'].current_selection, + self._menu_options['gfx_driver'].current_selection, + self._menu_options['greeter'].current_selection + ) + + return None + + def _select_profile(self, preset: Optional[Profile]) -> Optional[Profile]: + profile = select_profile(preset) + if profile is not None: + if not profile.is_graphic_driver_supported(): + self._menu_options['gfx_driver'].set_enabled(False) + self._menu_options['gfx_driver'].set_current_selection(None) + else: + self._menu_options['gfx_driver'].set_enabled(True) + self._menu_options['gfx_driver'].set_current_selection('All open-source (default)') + + if not profile.is_greeter_supported(): + self._menu_options['greeter'].set_enabled(False) + self._menu_options['greeter'].set_current_selection(None) + else: + self._menu_options['greeter'].set_enabled(True) + self._menu_options['greeter'].set_current_selection(profile.default_greeter_type) + else: + self._menu_options['gfx_driver'].set_current_selection(None) + self._menu_options['greeter'].set_current_selection(None) + + return profile + + def _select_gfx_driver(self, preset: Optional[str] = None) -> Optional[str]: + driver = preset + profile: Optional[Profile] = self._menu_options['profile'].current_selection + + if profile: + if profile.is_graphic_driver_supported(): + driver = select_driver(current_value=preset) + + if driver and 'Sway' in profile.current_selection_names(): + packages = AVAILABLE_GFX_DRIVERS[driver] + + if packages and "nvidia" in packages: + prompt = str( + _('The proprietary Nvidia driver is not supported by Sway. It is likely that you will run into issues, are you okay with that?')) + choice = Menu(prompt, Menu.yes_no(), default_option=Menu.no(), skip=False).run() + + if choice.value == Menu.no(): + return None + + return driver + + def _preview_profile(self) -> Optional[str]: + profile: Optional[Profile] = self._menu_options['profile'].current_selection + + if profile: + names = profile.current_selection_names() + return '\n'.join(names) + + return None + + +def select_greeter( + profile: Optional[Profile] = None, + preset: Optional[GreeterType] = None +) -> Optional[GreeterType]: + if not profile or profile.is_greeter_supported(): + title = str(_('Please chose which greeter to install')) + greeter_options = [greeter.value for greeter in GreeterType] + + default: Optional[GreeterType] = None + + if preset is not None: + default = preset + elif profile is not None: + default_greeter = profile.default_greeter_type + default = default_greeter if default_greeter else None + + choice = Menu( + title, + greeter_options, + skip=True, + default_option=default.value if default else None + ).run() + + match choice.type_: + case MenuSelectionType.Skip: + return default + + return GreeterType(choice.single_value) + + return None + + +def select_profile( + current_profile: Optional[Profile] = None, + title: Optional[str] = None, + allow_reset: bool = True, + multi: bool = False +) -> Optional[Profile]: + from archinstall.lib.profile.profiles_handler import profile_handler + top_level_profiles = profile_handler.get_top_level_profiles() + + display_title = title + if not display_title: + display_title = str(_('This is a list of pre-programmed default_profiles')) + + choice = profile_handler.select_profile( + top_level_profiles, + current_profile=current_profile, + title=display_title, + allow_reset=allow_reset, + multi=multi + ) + + match choice.type_: + case MenuSelectionType.Selection: + profile_selection: Profile = choice.single_value + select_result = profile_selection.do_on_select() + + if not select_result: + return select_profile( + current_profile=current_profile, + title=title, + allow_reset=allow_reset, + multi=multi + ) + + # we're going to reset the currently selected profile(s) to avoid + # any stale data laying around + match select_result: + case select_result.NewSelection: + profile_handler.reset_top_level_profiles(exclude=[profile_selection]) + current_profile = profile_selection + case select_result.ResetCurrent: + profile_handler.reset_top_level_profiles() + current_profile = None + case select_result.SameSelection: + pass + + return current_profile + case MenuSelectionType.Reset: + return None + case MenuSelectionType.Skip: + return current_profile diff --git a/archinstall/lib/profile/profile_model.py b/archinstall/lib/profile/profile_model.py new file mode 100644 index 00000000..ad3015ae --- /dev/null +++ b/archinstall/lib/profile/profile_model.py @@ -0,0 +1,35 @@ +from __future__ import annotations + +from dataclasses import dataclass +from typing import TYPE_CHECKING, Any, Optional, Dict + +from archinstall.default_profiles.profile import Profile, GreeterType + +if TYPE_CHECKING: + _: Any + + +@dataclass +class ProfileConfiguration: + profile: Optional[Profile] = None + gfx_driver: Optional[str] = None + greeter: Optional[GreeterType] = None + + def json(self) -> Dict[str, Any]: + from .profiles_handler import profile_handler + return { + 'profile': profile_handler.to_json(self.profile), + 'gfx_driver': self.gfx_driver, + 'greeter': self.greeter.value if self.greeter else None + } + + @classmethod + def parse_arg(cls, arg: Dict[str, Any]) -> 'ProfileConfiguration': + from .profiles_handler import profile_handler + greeter = arg.get('greeter', None) + + return ProfileConfiguration( + profile_handler.parse_profile_config(arg['profile']), + arg.get('gfx_driver', None), + GreeterType(greeter) if greeter else None + ) diff --git a/archinstall/lib/profile/profiles_handler.py b/archinstall/lib/profile/profiles_handler.py new file mode 100644 index 00000000..063b12ea --- /dev/null +++ b/archinstall/lib/profile/profiles_handler.py @@ -0,0 +1,391 @@ +from __future__ import annotations + +import importlib.util +import logging +import sys +from collections import Counter +from functools import cached_property +from pathlib import Path +from tempfile import NamedTemporaryFile +from types import ModuleType +from typing import List, TYPE_CHECKING, Any, Optional, Dict, Union + +from archinstall.default_profiles.profile import Profile, TProfile, GreeterType +from .profile_model import ProfileConfiguration +from ..hardware import AVAILABLE_GFX_DRIVERS +from ..menu import MenuSelectionType, Menu, MenuSelection +from ..networking import list_interfaces, fetch_data_from_url +from ..output import log +from ..storage import storage + +if TYPE_CHECKING: + from ..installer import Installer + _: Any + + +class ProfileHandler: + def __init__(self): + self._profiles_path: Path = storage['PROFILE'] + self._profiles = None + + # special variable to keep track of a profile url configuration + # it is merely used to be able to export the path again when a user + # wants to save the configuration + self._url_path = None + + def to_json(self, profile: Optional[Profile]) -> Dict[str, Any]: + """ + Serialize the selected profile setting to JSON + """ + data: Dict[str, Any] = {} + + if profile is not None: + data = { + 'main': profile.name, + 'details': [profile.name for profile in profile.current_selection], + } + + if self._url_path is not None: + data['path'] = self._url_path + + return data + + def parse_profile_config(self, profile_config: Dict[str, Any]) -> Optional[Profile]: + """ + Deserialize JSON configuration + """ + profile = None + + # the order of these is important, we want to + # load all the default_profiles from url and custom + # so that we can then apply whatever was specified + # in the main/detail sections + if url_path := profile_config.get('path', None): + self._url_path = url_path + local_path = Path(url_path) + + if local_path.is_file(): + profiles = self._process_profile_file(local_path) + self.remove_custom_profiles(profiles) + self.add_custom_profiles(profiles) + else: + self._import_profile_from_url(url_path) + + if custom := profile_config.get('custom', None): + from archinstall.default_profiles.custom import CustomTypeProfile + custom_types = [] + + for entry in custom: + custom_types.append( + CustomTypeProfile( + entry['name'], + entry['enabled'], + entry.get('packages', []), + entry.get('services', []) + ) + ) + + self.remove_custom_profiles(custom_types) + self.add_custom_profiles(custom_types) + + # this doesn't mean it's actual going to be set as a selection + # but we are simply populating the custom profile with all + # possible custom definitions + if custom_profile := self.get_profile_by_name('Custom'): + custom_profile.set_current_selection(custom_types) + + if main := profile_config.get('main', None): + profile = self.get_profile_by_name(main) if main else None + + valid: List[Profile] = [] + if details := profile_config.get('details', []): + resolved = {detail: self.get_profile_by_name(detail) for detail in details if detail} + valid = [p for p in resolved.values() if p is not None] + invalid = ', '.join([k for k, v in resolved.items() if v is None]) + + if invalid: + log(f'No profile definition found: {invalid}') + + if profile is not None: + profile.set_current_selection(valid) + + return profile + + @property + def profiles(self) -> List[Profile]: + """ + List of all available default_profiles + """ + if self._profiles is None: + self._profiles = self._find_available_profiles() + return self._profiles + + @cached_property + def _local_mac_addresses(self) -> List[str]: + ifaces = list_interfaces() + return list(ifaces.keys()) + + def add_custom_profiles(self, profiles: Union[TProfile, List[TProfile]]): + if not isinstance(profiles, list): + profiles = [profiles] + + for profile in profiles: + self._profiles.append(profile) + + self._verify_unique_profile_names(self._profiles) + + def remove_custom_profiles(self, profiles: Union[TProfile, List[TProfile]]): + if not isinstance(profiles, list): + profiles = [profiles] + + remove_names = [p.name for p in profiles] + self._profiles = [p for p in self._profiles if p.name not in remove_names] + + def get_profile_by_name(self, name: str) -> Optional[Profile]: + return next(filter(lambda x: x.name == name, self.profiles), None) # type: ignore + + def get_top_level_profiles(self) -> List[Profile]: + return list(filter(lambda x: x.is_top_level_profile(), self.profiles)) + + def get_server_profiles(self) -> List[Profile]: + return list(filter(lambda x: x.is_server_type_profile(), self.profiles)) + + def get_desktop_profiles(self) -> List[Profile]: + return list(filter(lambda x: x.is_desktop_type_profile(), self.profiles)) + + def get_custom_profiles(self) -> List[Profile]: + return list(filter(lambda x: x.is_custom_type_profile(), self.profiles)) + + def get_mac_addr_profiles(self) -> List[Profile]: + tailored = list(filter(lambda x: x.is_tailored(), self.profiles)) + match_mac_addr_profiles = list(filter(lambda x: x.name in self._local_mac_addresses, tailored)) + return match_mac_addr_profiles + + def install_greeter(self, install_session: 'Installer', greeter: GreeterType): + packages = [] + service = None + + match greeter: + case GreeterType.Lightdm: + packages = ['lightdm', 'lightdm-gtk-greeter'] + service = ['lightdm'] + case GreeterType.Sddm: + packages = ['sddm'] + service = ['sddm'] + case GreeterType.Gdm: + packages = ['gdm'] + service = ['gdm'] + + if packages: + install_session.add_additional_packages(packages) + if service: + install_session.enable_service(service) + + def install_gfx_driver(self, install_session: 'Installer', driver: str): + try: + driver_pkgs = AVAILABLE_GFX_DRIVERS[driver] if driver else [] + additional_pkg = ' '.join(['xorg-server', 'xorg-xinit'] + driver_pkgs) + + if driver is not None: + if 'nvidia' in driver: + if "linux-zen" in install_session.base_packages or "linux-lts" in install_session.base_packages: + for kernel in install_session.kernels: + # Fixes https://github.com/archlinux/archinstall/issues/585 + install_session.add_additional_packages(f"{kernel}-headers") + + # I've had kernel regen fail if it wasn't installed before nvidia-dkms + install_session.add_additional_packages("dkms xorg-server xorg-xinit nvidia-dkms") + return + elif 'amdgpu' in driver_pkgs: + # The order of these two are important if amdgpu is installed #808 + if 'amdgpu' in install_session.MODULES: + install_session.MODULES.remove('amdgpu') + install_session.MODULES.append('amdgpu') + + if 'radeon' in install_session.MODULES: + install_session.MODULES.remove('radeon') + install_session.MODULES.append('radeon') + + install_session.add_additional_packages(additional_pkg) + except Exception as err: + log(f"Could not handle nvidia and linuz-zen specific situations during xorg installation: {err}", level=logging.WARNING, fg="yellow") + # Prep didn't run, so there's no driver to install + install_session.add_additional_packages("xorg-server xorg-xinit") + + def install_profile_config(self, install_session: 'Installer', profile_config: ProfileConfiguration): + profile = profile_config.profile + + if profile: + profile.install(install_session) + + if profile and profile_config.gfx_driver: + if profile.is_xorg_type_profile() or profile.is_desktop_type_profile(): + self.install_gfx_driver(install_session, profile_config.gfx_driver) + + if profile and profile_config.greeter: + self.install_greeter(install_session, profile_config.greeter) + + def _import_profile_from_url(self, url: str): + """ + Import default_profiles from a url path + """ + try: + data = fetch_data_from_url(url) + b_data = bytes(data, 'utf-8') + + with NamedTemporaryFile(delete=False, suffix='.py') as fp: + fp.write(b_data) + filepath = Path(fp.name) + + profiles = self._process_profile_file(filepath) + self.remove_custom_profiles(profiles) + self.add_custom_profiles(profiles) + except ValueError: + err = str(_('Unable to fetch profile from specified url: {}')).format(url) + log(err, level=logging.ERROR, fg="red") + + def _load_profile_class(self, module: ModuleType) -> List[Profile]: + """ + Load all default_profiles defined in a module + """ + profiles = [] + for k, v in module.__dict__.items(): + if isinstance(v, type) and v.__module__ == module.__name__: + try: + cls_ = v() + if isinstance(cls_, Profile): + profiles.append(cls_) + except Exception: + log(f'Cannot import {module}, it does not appear to be a Profile class', level=logging.DEBUG) + + return profiles + + def _verify_unique_profile_names(self, profiles: List[Profile]): + """ + All profile names have to be unique, this function will verify + that the provided list contains only default_profiles with unique names + """ + counter = Counter([p.name for p in profiles]) + duplicates = list(filter(lambda x: x[1] != 1, counter.items())) + + if len(duplicates) > 0: + err = str(_('Profiles must have unique name, but profile definitions with duplicate name found: {}')).format(duplicates[0][0]) + log(err, level=logging.ERROR, fg="red") + sys.exit(1) + + def _is_legacy(self, file: Path) -> bool: + """ + Check if the provided profile file contains a + legacy profile definition + """ + with open(file, 'r') as fp: + for line in fp.readlines(): + if '__packages__' in line: + return True + return False + + def _process_profile_file(self, file: Path) -> List[Profile]: + """ + Process a file for profile definitions + """ + if self._is_legacy(file): + log(f'Cannot import {file} because it is no longer supported, please use the new profile format') + return [] + + if not file.is_file(): + log(f'Cannot find profile file {file}') + return [] + + name = file.name.removesuffix(file.suffix) + log(f'Importing profile: {file}', level=logging.DEBUG) + + try: + spec = importlib.util.spec_from_file_location(name, file) + if spec is not None: + imported = importlib.util.module_from_spec(spec) + if spec.loader is not None: + spec.loader.exec_module(imported) + return self._load_profile_class(imported) + except Exception as e: + log(f'Unable to parse file {file}: {e}', level=logging.ERROR) + + return [] + + def _find_available_profiles(self) -> List[Profile]: + """ + Search the profile path for profile definitions + """ + profiles = [] + for file in self._profiles_path.glob('**/*.py'): + # ignore the abstract default_profiles class + if 'profile.py' in file.name: + continue + profiles += self._process_profile_file(file) + + self._verify_unique_profile_names(profiles) + return profiles + + def reset_top_level_profiles(self, exclude: List[Profile] = []): + """ + Reset all top level profile configurations, this is usually necessary + when a new top level profile is selected + """ + excluded_profiles = [p.name for p in exclude] + for profile in self.get_top_level_profiles(): + if profile.name not in excluded_profiles: + profile.reset() + + def select_profile( + self, + selectable_profiles: List[Profile], + current_profile: Optional[Union[TProfile, List[TProfile]]] = None, + title: str = '', + allow_reset: bool = True, + multi: bool = False, + ) -> MenuSelection: + """ + Helper function to perform a profile selection + """ + options = {p.name: p for p in selectable_profiles} + + warning = str(_('Are you sure you want to reset this setting?')) + + preset_value: Optional[Union[str, List[str]]] = None + if current_profile is not None: + if isinstance(current_profile, list): + preset_value = [p.name for p in current_profile] + else: + preset_value = current_profile.name + + choice = Menu( + title=title, + preset_values=preset_value, + p_options=options, + allow_reset=allow_reset, + allow_reset_warning_msg=warning, + multi=multi, + sort=True, + preview_command=self.preview_text, + preview_size=0.5 + ).run() + + if choice.type_ == MenuSelectionType.Selection: + value = choice.value + if multi: + # this is quite dirty and should eb switched to a + # dedicated return type instead + choice.value = [options[val] for val in value] # type: ignore + else: + choice.value = options[value] # type: ignore + + return choice + + def preview_text(self, selection: str) -> Optional[str]: + """ + Callback for preview display on profile selection + """ + profile = self.get_profile_by_name(selection) + return profile.preview_text() if profile is not None else None + + +profile_handler = ProfileHandler() diff --git a/archinstall/lib/profiles.py b/archinstall/lib/profiles.py deleted file mode 100644 index a4fbe490..00000000 --- a/archinstall/lib/profiles.py +++ /dev/null @@ -1,340 +0,0 @@ -from __future__ import annotations -import hashlib -import importlib.util -import json -import os -import re -import ssl -import sys -import urllib.error -import urllib.parse -import urllib.request -from typing import Optional, Dict, Union, TYPE_CHECKING, Any -from types import ModuleType -# https://stackoverflow.com/a/39757388/929999 -if TYPE_CHECKING: - from .installer import Installer - _: Any - -from .general import multisplit -from .networking import list_interfaces -from .storage import storage -from .exceptions import ProfileNotFound - - -def grab_url_data(path :str) -> str: - safe_path = path[: path.find(':') + 1] + ''.join([item if item in ('/', '?', '=', '&') else urllib.parse.quote(item) for item in multisplit(path[path.find(':') + 1:], ('/', '?', '=', '&'))]) - ssl_context = ssl.create_default_context() - ssl_context.check_hostname = False - ssl_context.verify_mode = ssl.CERT_NONE - response = urllib.request.urlopen(safe_path, context=ssl_context) - return response.read() # bytes? - - -def is_desktop_profile(profile :str) -> bool: - if str(profile) == 'Profile(desktop)': - return True - - desktop_profile = Profile(None, "desktop") - with open(desktop_profile.path, 'r') as source: - source_data = source.read() - - if '__name__' in source_data and '__supported__' in source_data: - with desktop_profile.load_instructions(namespace=f"{desktop_profile.namespace}.py") as imported: - if hasattr(imported, '__supported__'): - desktop_profiles = imported.__supported__ - return str(profile) in [f"Profile({s})" for s in desktop_profiles] - - return False - - -def list_profiles( - filter_irrelevant_macs :bool = True, - subpath :str = '', - filter_top_level_profiles :bool = False -) -> Dict[str, Dict[str, Union[str, bool]]]: - # TODO: Grab from github page as well, not just local static files - - if filter_irrelevant_macs: - local_macs = list_interfaces() - - cache = {} - # Grab all local profiles found in PROFILE_PATH - for PATH_ITEM in storage['PROFILE_PATH']: - for root, folders, files in os.walk(os.path.abspath(os.path.expanduser(PATH_ITEM + subpath))): - for file in files: - if file == '__init__.py': - continue - if os.path.splitext(file)[1] == '.py': - tailored = False - if len(mac := re.findall('(([a-zA-z0-9]{2}[-:]){5}([a-zA-z0-9]{2}))', file)): - if filter_irrelevant_macs and mac[0][0].lower() not in local_macs: - continue - tailored = True - - description = '' - with open(os.path.join(root, file), 'r') as fh: - first_line = fh.readline() - if len(first_line) and first_line[0] == '#': - description = first_line[1:].strip() - - cache[file[:-3]] = {'path': os.path.join(root, file), 'description': description, 'tailored': tailored} - break - - # Grab profiles from upstream URL - if storage['PROFILE_DB']: - profiles_url = os.path.join(storage["UPSTREAM_URL"] + subpath, storage['PROFILE_DB']) - try: - profile_list = json.loads(grab_url_data(profiles_url)) - except urllib.error.HTTPError as err: - print(_('Error: Listing profiles on URL "{}" resulted in:').format(profiles_url), err) - return cache - except json.decoder.JSONDecodeError as err: - print(_('Error: Could not decode "{}" result as JSON:').format(profiles_url), err) - return cache - - for profile in profile_list: - if os.path.splitext(profile)[1] == '.py': - tailored = False - if len(mac := re.findall('(([a-zA-z0-9]{2}[-:]){5}([a-zA-z0-9]{2}))', profile)): - if filter_irrelevant_macs and mac[0][0].lower() not in local_macs: - continue - tailored = True - - cache[profile[:-3]] = {'path': os.path.join(storage["UPSTREAM_URL"] + subpath, profile), 'description': profile_list[profile], 'tailored': tailored} - - if filter_top_level_profiles: - for profile in list(cache.keys()): - if Profile(None, profile).is_top_level_profile() is False: - del cache[profile] - - return cache - - -class Script: - def __init__(self, profile :str, installer :Optional[Installer] = None): - """ - :param profile: A string representing either a boundled profile, a local python file - or a remote path (URL) to a python script-profile. Three examples: - * profile: https://archlinux.org/some_profile.py - * profile: desktop - * profile: /path/to/profile.py - """ - self.profile = profile - self.installer = installer # TODO: Appears not to be used anymore? - self.converted_path = None - self.spec = None - self.examples = {} - self.namespace = os.path.splitext(os.path.basename(self.path))[0] - self.original_namespace = self.namespace - - def __enter__(self, *args :str, **kwargs :str) -> ModuleType: - self.execute() - return sys.modules[self.namespace] - - def __exit__(self, *args :str, **kwargs :str) -> None: - # TODO: https://stackoverflow.com/questions/28157929/how-to-safely-handle-an-exception-inside-a-context-manager - if len(args) >= 2 and args[1]: - raise args[1] - - if self.original_namespace: - self.namespace = self.original_namespace - - def localize_path(self, profile_path :str) -> str: - if (url := urllib.parse.urlparse(profile_path)).scheme and url.scheme in ('https', 'http'): - if not self.converted_path: - self.converted_path = f"/tmp/{os.path.basename(self.profile).replace('.py', '')}_{hashlib.md5(os.urandom(12)).hexdigest()}.py" - - with open(self.converted_path, "w") as temp_file: - temp_file.write(urllib.request.urlopen(url.geturl()).read().decode('utf-8')) - - return self.converted_path - else: - return profile_path - - @property - def path(self) -> str: - parsed_url = urllib.parse.urlparse(self.profile) - - # The Profile was not a direct match on a remote URL - if not parsed_url.scheme: - # Try to locate all local or known URL's - if not self.examples: - self.examples = list_profiles() - - if f"{self.profile}" in self.examples: - return self.localize_path(self.examples[self.profile]['path']) - # TODO: Redundant, the below block shouldn't be needed as profiles are stripped of their .py, but just in case for now: - elif f"{self.profile}.py" in self.examples: - return self.localize_path(self.examples[f"{self.profile}.py"]['path']) - - # Path was not found in any known examples, check if it's an absolute path - if os.path.isfile(self.profile): - return self.profile - - raise ProfileNotFound(f"File {self.profile} does not exist in {storage['PROFILE_PATH']}") - elif parsed_url.scheme in ('https', 'http'): - return self.localize_path(self.profile) - else: - raise ProfileNotFound(f"Cannot handle scheme {parsed_url.scheme}") - - def load_instructions(self, namespace :Optional[str] = None) -> 'Script': - if namespace: - self.namespace = namespace - - self.spec = importlib.util.spec_from_file_location(self.namespace, self.path) - imported = importlib.util.module_from_spec(self.spec) - sys.modules[self.namespace] = imported - - return self - - def execute(self) -> ModuleType: - if self.namespace not in sys.modules or self.spec is None: - self.load_instructions() - - self.spec.loader.exec_module(sys.modules[self.namespace]) - - return sys.modules[self.namespace] - - -class Profile(Script): - def __init__(self, installer :Optional[Installer], path :str): - super(Profile, self).__init__(path, installer) - - def __dump__(self, *args :str, **kwargs :str) -> Dict[str, str]: - return {'path': self.path} - - def __repr__(self, *args :str, **kwargs :str) -> str: - return f'Profile({os.path.basename(self.profile)})' - - @property - def name(self) -> str: - return os.path.basename(self.profile) - - @property - def is_desktop_profile(self) -> bool: - return is_desktop_profile(repr(self)) - - def install(self) -> ModuleType: - # Before installing, revert any temporary changes to the namespace. - # This ensures that the namespace during installation is the original initiation namespace. - # (For instance awesome instead of aweosme.py or app-awesome.py) - self.namespace = self.original_namespace - return self.execute() - - def has_prep_function(self) -> bool: - with open(self.path, 'r') as source: - source_data = source.read() - - # Some crude safety checks, make sure the imported profile has - # a __name__ check and if so, check if it's got a _prep_function() - # we can call to ask for more user input. - # - # If the requirements are met, import with .py in the namespace to not - # trigger a traditional: - # if __name__ == 'moduleName' - if '__name__' in source_data and '_prep_function' in source_data: - with self.load_instructions(namespace=f"{self.namespace}.py") as imported: - if hasattr(imported, '_prep_function'): - return True - return False - - def has_post_install(self) -> bool: - with open(self.path, 'r') as source: - source_data = source.read() - - # Some crude safety checks, make sure the imported profile has - # a __name__ check and if so, check if it's got a _prep_function() - # we can call to ask for more user input. - # - # If the requirements are met, import with .py in the namespace to not - # trigger a traditional: - # if __name__ == 'moduleName' - if '__name__' in source_data and '_post_install' in source_data: - with self.load_instructions(namespace=f"{self.namespace}.py") as imported: - if hasattr(imported, '_post_install'): - return True - - def is_top_level_profile(self) -> bool: - with open(self.path, 'r') as source: - source_data = source.read() - - if '__name__' in source_data and 'is_top_level_profile' in source_data: - with self.load_instructions(namespace=f"{self.namespace}.py") as imported: - if hasattr(imported, 'is_top_level_profile'): - return imported.is_top_level_profile - - # Default to True if nothing is specified, - # since developers like less code - omitting it should assume they want to present it. - return True - - def get_profile_description(self) -> str: - with open(self.path, 'r') as source: - source_data = source.read() - - if '__description__' in source_data: - with self.load_instructions(namespace=f"{self.namespace}.py") as imported: - if hasattr(imported, '__description__'): - return imported.__description__ - - # Default to this string if the profile does not have a description. - return "This profile does not have the __description__ attribute set." - - @property - def packages(self) -> Optional[list]: - """ - Returns a list of packages baked into the profile definition. - If no package definition has been done, .packages() will return None. - """ - with open(self.path, 'r') as source: - source_data = source.read() - - # Some crude safety checks, make sure the imported profile has - # a __name__ check before importing. - # - # If the requirements are met, import with .py in the namespace to not - # trigger a traditional: - # if __name__ == 'moduleName' - if '__name__' in source_data and '__packages__' in source_data: - with self.load_instructions(namespace=f"{self.namespace}.py") as imported: - if hasattr(imported, '__packages__'): - return imported.__packages__ - return None - - -class Application(Profile): - def __repr__(self, *args :str, **kwargs :str): - return f'Application({os.path.basename(self.profile)})' - - @property - def path(self) -> str: - parsed_url = urllib.parse.urlparse(self.profile) - - # The Profile was not a direct match on a remote URL - if not parsed_url.scheme: - # Try to locate all local or known URL's - if not self.examples: - self.examples = list_profiles(subpath='/applications') - - if f"{self.profile}" in self.examples: - return self.localize_path(self.examples[self.profile]['path']) - # TODO: Redundant, the below block shouldn't be needed as profiles are stripped of their .py, but just in case for now: - elif f"{self.profile}.py" in self.examples: - return self.localize_path(self.examples[f"{self.profile}.py"]['path']) - - # Path was not found in any known examples, check if it's an absolute path - if os.path.isfile(self.profile): - return os.path.basename(self.profile) - - raise ProfileNotFound(f"Application file {self.profile} does not exist in {storage['PROFILE_PATH']}") - elif parsed_url.scheme in ('https', 'http'): - return self.localize_path(self.profile) - else: - raise ProfileNotFound(f"Application cannot handle scheme {parsed_url.scheme}") - - def install(self) -> ModuleType: - # Before installing, revert any temporary changes to the namespace. - # This ensures that the namespace during installation is the original initiation namespace. - # (For instance awesome instead of aweosme.py or app-awesome.py) - self.namespace = self.original_namespace - return self.execute() diff --git a/archinstall/lib/storage.py b/archinstall/lib/storage.py index 8c358161..5a54d816 100644 --- a/archinstall/lib/storage.py +++ b/archinstall/lib/storage.py @@ -1,26 +1,19 @@ -import os - # There's a few scenarios of execution: -# 1. In the git repository, where ./profiles/ exist +# 1. In the git repository, where ./profiles_bck/ exist # 2. When executing from a remote directory, but targeted a script that starts from the git repository -# 3. When executing as a python -m archinstall module where profiles exist one step back for library reasons. +# 3. When executing as a python -m archinstall module where profiles_bck exist one step back for library reasons. # (4. Added the ~/.config directory as an additional option for future reasons) # # And Keeping this in dict ensures that variables are shared across imports. from typing import Any, Dict +from pathlib import Path + storage: Dict[str, Any] = { - 'PROFILE_PATH': [ - './profiles', - '~/.config/archinstall/profiles', - os.path.join(os.path.dirname(os.path.dirname(os.path.abspath(__file__))), 'profiles'), - # os.path.abspath(f'{os.path.dirname(__file__)}/../examples') - ], - 'UPSTREAM_URL': 'https://raw.githubusercontent.com/archlinux/archinstall/master/profiles', - 'PROFILE_DB': None, # Used in cases when listing profiles is desired, not mandatory for direct profile grabbing. + 'PROFILE': Path(__file__).parent.parent.joinpath('default_profiles'), 'LOG_PATH': '/var/log/archinstall', 'LOG_FILE': 'install.log', - 'MOUNT_POINT': '/mnt/archinstall', + 'MOUNT_POINT': Path('/mnt/archinstall'), 'ENC_IDENTIFIER': 'ainst', 'DISK_TIMEOUTS' : 1, # seconds 'DISK_RETRY_ATTEMPTS' : 5, # RETRY_ATTEMPTS * DISK_TIMEOUTS is used in disk operations diff --git a/archinstall/lib/udev/__init__.py b/archinstall/lib/udev/__init__.py deleted file mode 100644 index 86c8cc29..00000000 --- a/archinstall/lib/udev/__init__.py +++ /dev/null @@ -1 +0,0 @@ -from .udevadm import udevadm_info \ No newline at end of file diff --git a/archinstall/lib/udev/udevadm.py b/archinstall/lib/udev/udevadm.py deleted file mode 100644 index 84ec9cfd..00000000 --- a/archinstall/lib/udev/udevadm.py +++ /dev/null @@ -1,17 +0,0 @@ -import typing -import pathlib -from ..general import SysCommand - -def udevadm_info(path :pathlib.Path) -> typing.Dict[str, str]: - if path.resolve().exists() is False: - return {} - - result = SysCommand(f"udevadm info {path.resolve()}") - data = {} - for line in result: - if b': ' in line and b'=' in line: - _, obj = line.split(b': ', 1) - key, value = obj.split(b'=', 1) - data[key.decode('UTF-8').lower()] = value.decode('UTF-8').strip() - - return data \ No newline at end of file diff --git a/archinstall/lib/user_interaction/__init__.py b/archinstall/lib/user_interaction/__init__.py index 2bc46759..5ee89de0 100644 --- a/archinstall/lib/user_interaction/__init__.py +++ b/archinstall/lib/user_interaction/__init__.py @@ -1,12 +1,10 @@ -from .save_conf import save_config from .manage_users_conf import ask_for_additional_users -from .backwards_compatible_conf import generic_select, generic_multi_select from .locale_conf import select_locale_lang, select_locale_enc -from .system_conf import select_kernel, select_harddrives, select_driver, ask_for_bootloader, ask_for_swap +from .system_conf import select_kernel, select_driver, ask_for_bootloader, ask_for_swap from .network_conf import ask_to_configure_network -from .partitioning_conf import select_partition -from .general_conf import (ask_ntp, ask_for_a_timezone, ask_for_audio_selection, select_language, select_mirror_regions, - select_profile, select_archinstall_language, ask_additional_packages_to_install, - select_additional_repositories, ask_hostname, add_number_of_parrallel_downloads) -from .disk_conf import ask_for_main_filesystem_format, select_individual_blockdevice_usage, select_disk_layout, select_disk -from .utils import get_password, do_countdown +from .general_conf import ( + ask_ntp, ask_for_a_timezone, ask_for_audio_selection, select_language, select_mirror_regions, + select_archinstall_language, ask_additional_packages_to_install, + select_additional_repositories, ask_hostname, add_number_of_parrallel_downloads +) +from .utils import get_password diff --git a/archinstall/lib/user_interaction/backwards_compatible_conf.py b/archinstall/lib/user_interaction/backwards_compatible_conf.py deleted file mode 100644 index 296572d2..00000000 --- a/archinstall/lib/user_interaction/backwards_compatible_conf.py +++ /dev/null @@ -1,95 +0,0 @@ -from __future__ import annotations - -import logging -import sys -from collections.abc import Iterable -from typing import Any, Union, TYPE_CHECKING - -from ..exceptions import RequirementError -from ..menu import Menu -from ..output import log - -if TYPE_CHECKING: - _: Any - - -def generic_select( - p_options: Union[list, dict], - input_text: str = '', - allow_empty_input: bool = True, - options_output: bool = True, # function not available - sort: bool = False, - multi: bool = False, - default: Any = None) -> Any: - """ - A generic select function that does not output anything - other than the options and their indexes. As an example: - - generic_select(["first", "second", "third option"]) - > first - second - third option - When the user has entered the option correctly, - this function returns an item from list, a string, or None - - Options can be any iterable. - Duplicate entries are not checked, but the results with them are unreliable. Which element to choose from the duplicates depends on the return of the index() - Default value if not on the list of options will be added as the first element - sort will be handled by Menu() - """ - # We check that the options are iterable. If not we abort. Else we copy them to lists - # it options is a dictionary we use the values as entries of the list - # if options is a string object, each character becomes an entry - # if options is a list, we implictily build a copy to maintain immutability - if not isinstance(p_options, Iterable): - log(f"Objects of type {type(p_options)} is not iterable, and are not supported at generic_select", fg="red") - log(f"invalid parameter at Menu() call was at <{sys._getframe(1).f_code.co_name}>", level=logging.WARNING) - raise RequirementError("generic_select() requires an iterable as option.") - - input_text = input_text if input_text else _('Select one of the values shown below: ') - - if isinstance(p_options, dict): - options = list(p_options.values()) - else: - options = list(p_options) - # check that the default value is in the list. If not it will become the first entry - if default and default not in options: - options.insert(0, default) - - # one of the drawbacks of the new interface is that in only allows string like options, so we do a conversion - # also for the default value if it exists - soptions = list(map(str, options)) - default_value = options[options.index(default)] if default else None - - selected_option = Menu(input_text, - soptions, - skip=allow_empty_input, - multi=multi, - default_option=default_value, - sort=sort).run() - # we return the original objects, not the strings. - # options is the list with the original objects and soptions the list with the string values - # thru the map, we get from the value selected in soptions it index, and thu it the original object - if not selected_option: - return selected_option - elif isinstance(selected_option, list): # for multi True - selected_option = list(map(lambda x: options[soptions.index(x)], selected_option)) - else: # for multi False - selected_option = options[soptions.index(selected_option)] - return selected_option - - -def generic_multi_select(p_options: Union[list, dict], - text: str = '', - sort: bool = False, - default: Any = None, - allow_empty: bool = False) -> Any: - - text = text if text else _("Select one or more of the options below: ") - - return generic_select(p_options, - input_text=text, - allow_empty_input=allow_empty, - sort=sort, - multi=True, - default=default) diff --git a/archinstall/lib/user_interaction/disk_conf.py b/archinstall/lib/user_interaction/disk_conf.py index 554d13ef..a77e950a 100644 --- a/archinstall/lib/user_interaction/disk_conf.py +++ b/archinstall/lib/user_interaction/disk_conf.py @@ -1,86 +1,391 @@ from __future__ import annotations -from typing import Any, Dict, TYPE_CHECKING, Optional +import logging +from pathlib import Path +from typing import Any, TYPE_CHECKING, Optional, List, Tuple -from .partitioning_conf import manage_new_and_existing_partitions, get_default_partition_layout -from ..disk import BlockDevice -from ..exceptions import DiskError -from ..menu import Menu -from ..menu.menu import MenuSelectionType +from .. import disk +from ..hardware import has_uefi +from ..menu import Menu, MenuSelectionType, TableMenu +from ..output import FormattedOutput +from ..output import log +from ..utils.util import prompt_dir if TYPE_CHECKING: _: Any -def ask_for_main_filesystem_format(advanced_options=False) -> str: - options = {'btrfs': 'btrfs', 'ext4': 'ext4', 'xfs': 'xfs', 'f2fs': 'f2fs'} +def select_devices(preset: List[disk.BDevice] = []) -> List[disk.BDevice]: + """ + Asks the user to select one or multiple devices - advanced = {'ntfs': 'ntfs'} + :return: List of selected devices + :rtype: list + """ - if advanced_options: - options.update(advanced) + def _preview_device_selection(selection: disk._DeviceInfo) -> Optional[str]: + dev = disk.device_handler.get_device(selection.path) + if dev and dev.partition_infos: + return FormattedOutput.as_table(dev.partition_infos) + return None - prompt = _('Select which filesystem your main partition should use') - choice = Menu(prompt, options, skip=False).run() - return choice.value + if preset is None: + preset = [] + + title = str(_('Select one or more devices to use and configure')) + warning = str(_('If you reset the device selection this will also reset the current disk layout. Are you sure?')) + + devices = disk.device_handler.devices + options = [d.device_info for d in devices] + preset_value = [p.device_info for p in preset] + + choice = TableMenu( + title, + data=options, + multi=True, + preset=preset_value, + preview_command=_preview_device_selection, + preview_title=str(_('Existing Partitions')), + preview_size=0.2, + allow_reset=True, + allow_reset_warning_msg=warning + ).run() + + match choice.type_: + case MenuSelectionType.Reset: return [] + case MenuSelectionType.Skip: return preset + case MenuSelectionType.Selection: + selected_device_info: List[disk._DeviceInfo] = choice.value # type: ignore + selected_devices = [] + + for device in devices: + if device.device_info in selected_device_info: + selected_devices.append(device) + + return selected_devices -def select_individual_blockdevice_usage(block_devices: list) -> Dict[str, Any]: - result = {} +def get_default_partition_layout( + devices: List[disk.BDevice], + filesystem_type: Optional[disk.FilesystemType] = None, + advanced_option: bool = False +) -> List[disk.DeviceModification]: - for device in block_devices: - layout = manage_new_and_existing_partitions(device) - result[device.path] = layout + if len(devices) == 1: + device_modification = suggest_single_disk_layout( + devices[0], + filesystem_type=filesystem_type, + advanced_options=advanced_option + ) + return [device_modification] + else: + return suggest_multi_disk_layout( + devices, + filesystem_type=filesystem_type, + advanced_options=advanced_option + ) - return result +def _manual_partitioning( + preset: List[disk.DeviceModification], + devices: List[disk.BDevice] +) -> List[disk.DeviceModification]: + modifications = [] + for device in devices: + mod = next(filter(lambda x: x.device == device, preset), None) + if not mod: + mod = disk.DeviceModification(device, wipe=False) -def select_disk_layout(preset: Optional[Dict[str, Any]], block_devices: list, advanced_options=False) -> Optional[Dict[str, Any]]: - wipe_mode = str(_('Wipe all selected drives and use a best-effort default partition layout')) - custome_mode = str(_('Select what to do with each individual drive (followed by partition usage)')) - modes = [wipe_mode, custome_mode] + if partitions := disk.manual_partitioning(device, preset=mod.partitions): + mod.partitions = partitions + modifications.append(mod) + return modifications + + +def select_disk_config( + preset: Optional[disk.DiskLayoutConfiguration] = None, + advanced_option: bool = False +) -> Optional[disk.DiskLayoutConfiguration]: + default_layout = disk.DiskLayoutType.Default.display_msg() + manual_mode = disk.DiskLayoutType.Manual.display_msg() + pre_mount_mode = disk.DiskLayoutType.Pre_mount.display_msg() + + options = [default_layout, manual_mode, pre_mount_mode] + preset_value = preset.config_type.display_msg() if preset else None warning = str(_('Are you sure you want to reset this setting?')) choice = Menu( - _('Select what you wish to do with the selected block devices'), - modes, + _('Select a partitioning option'), + options, allow_reset=True, - allow_reset_warning_msg=warning + allow_reset_warning_msg=warning, + sort=False, + preview_size=0.2, + preset_values=preset_value ).run() match choice.type_: case MenuSelectionType.Skip: return preset case MenuSelectionType.Reset: return None case MenuSelectionType.Selection: - if choice.value == wipe_mode: - return get_default_partition_layout(block_devices, advanced_options) + if choice.single_value == pre_mount_mode: + output = "You will use whatever drive-setup is mounted at the specified directory\n" + output += "WARNING: Archinstall won't check the suitability of this setup\n" + + path = prompt_dir(str(_('Enter the root directory of the mounted devices: ')), output) + mods = disk.device_handler.detect_pre_mounted_mods(path) + + return disk.DiskLayoutConfiguration( + config_type=disk.DiskLayoutType.Pre_mount, + relative_mountpoint=path, + device_modifications=mods + ) + + preset_devices = [mod.device for mod in preset.device_modifications] if preset else [] + + devices = select_devices(preset_devices) + + if not devices: + return None + + if choice.value == default_layout: + modifications = get_default_partition_layout(devices, advanced_option=advanced_option) + if modifications: + return disk.DiskLayoutConfiguration( + config_type=disk.DiskLayoutType.Default, + device_modifications=modifications + ) + elif choice.value == manual_mode: + preset_mods = preset.device_modifications if preset else [] + modifications = _manual_partitioning(preset_mods, devices) + + if modifications: + return disk.DiskLayoutConfiguration( + config_type=disk.DiskLayoutType.Manual, + device_modifications=modifications + ) + + return None + + +def _boot_partition() -> disk.PartitionModification: + if has_uefi(): + start = disk.Size(1, disk.Unit.MiB) + size = disk.Size(512, disk.Unit.MiB) + else: + start = disk.Size(3, disk.Unit.MiB) + size = disk.Size(203, disk.Unit.MiB) + + # boot partition + return disk.PartitionModification( + status=disk.ModificationStatus.Create, + type=disk.PartitionType.Primary, + start=start, + length=size, + mountpoint=Path('/boot'), + fs_type=disk.FilesystemType.Fat32, + flags=[disk.PartitionFlag.Boot] + ) + + +def ask_for_main_filesystem_format(advanced_options=False) -> disk.FilesystemType: + options = { + 'btrfs': disk.FilesystemType.Btrfs, + 'ext4': disk.FilesystemType.Ext4, + 'xfs': disk.FilesystemType.Xfs, + 'f2fs': disk.FilesystemType.F2fs + } + + if advanced_options: + options.update({'ntfs': disk.FilesystemType.Ntfs}) + + prompt = _('Select which filesystem your main partition should use') + choice = Menu(prompt, options, skip=False, sort=False).run() + return options[choice.single_value] + + +def suggest_single_disk_layout( + device: disk.BDevice, + filesystem_type: Optional[disk.FilesystemType] = None, + advanced_options: bool = False, + separate_home: Optional[bool] = None +) -> disk.DeviceModification: + if not filesystem_type: + filesystem_type = ask_for_main_filesystem_format(advanced_options) + + min_size_to_allow_home_part = disk.Size(40, disk.Unit.GiB) + root_partition_size = disk.Size(20, disk.Unit.GiB) + using_subvolumes = False + using_home_partition = False + compression = False + device_size_gib = device.device_info.total_size + + if filesystem_type == disk.FilesystemType.Btrfs: + prompt = str(_('Would you like to use BTRFS subvolumes with a default structure?')) + choice = Menu(prompt, Menu.yes_no(), skip=False, default_option=Menu.yes()).run() + using_subvolumes = choice.value == Menu.yes() + + prompt = str(_('Would you like to use BTRFS compression?')) + choice = Menu(prompt, Menu.yes_no(), skip=False, default_option=Menu.yes()).run() + compression = choice.value == Menu.yes() + + device_modification = disk.DeviceModification(device, wipe=True) + + # Used for reference: https://wiki.archlinux.org/title/partitioning + # 2 MiB is unallocated for GRUB on BIOS. Potentially unneeded for other bootloaders? + + # TODO: On BIOS, /boot partition is only needed if the drive will + # be encrypted, otherwise it is not recommended. We should probably + # add a check for whether the drive will be encrypted or not. + + # Increase the UEFI partition if UEFI is detected. + # Also re-align the start to 1MiB since we don't need the first sectors + # like we do in MBR layouts where the boot loader is installed traditionally. + + boot_partition = _boot_partition() + device_modification.add_partition(boot_partition) + + if not using_subvolumes: + if device_size_gib >= min_size_to_allow_home_part: + if separate_home is None: + prompt = str(_('Would you like to create a separate partition for /home?')) + choice = Menu(prompt, Menu.yes_no(), skip=False, default_option=Menu.yes()).run() + using_home_partition = choice.value == Menu.yes() + elif separate_home is True: + using_home_partition = True else: - return select_individual_blockdevice_usage(block_devices) + using_home_partition = False + # root partition + start = disk.Size(513, disk.Unit.MiB) if has_uefi() else disk.Size(206, disk.Unit.MiB) -def select_disk(dict_o_disks: Dict[str, BlockDevice]) -> Optional[BlockDevice]: - """ - Asks the user to select a harddrive from the `dict_o_disks` selection. - Usually this is combined with :ref:`archinstall.list_drives`. + # Set a size for / (/root) + if using_subvolumes or device_size_gib < min_size_to_allow_home_part or not using_home_partition: + length = disk.Size(100, disk.Unit.Percent, total_size=device.device_info.total_size) + else: + length = min(device.device_info.total_size, root_partition_size) - :param dict_o_disks: A `dict` where keys are the drive-name, value should be a dict containing drive information. - :type dict_o_disks: dict + root_partition = disk.PartitionModification( + status=disk.ModificationStatus.Create, + type=disk.PartitionType.Primary, + start=start, + length=length, + mountpoint=Path('/') if not using_subvolumes else None, + fs_type=filesystem_type, + mount_options=['compress=zstd'] if compression else [], + ) + device_modification.add_partition(root_partition) - :return: The name/path (the dictionary key) of the selected drive - :rtype: str - """ - drives = sorted(list(dict_o_disks.keys())) - if len(drives) >= 1: - title = str(_('You can skip selecting a drive and partitioning and use whatever drive-setup is mounted at /mnt (experimental)')) + '\n' - title += str(_('Select one of the disks or skip and use /mnt as default')) + if using_subvolumes: + # https://btrfs.wiki.kernel.org/index.php/FAQ + # https://unix.stackexchange.com/questions/246976/btrfs-subvolume-uuid-clash + # https://github.com/classy-giraffe/easy-arch/blob/main/easy-arch.sh + subvolumes = [ + disk.SubvolumeModification(Path('@'), Path('/')), + disk.SubvolumeModification(Path('@home'), Path('/home')), + disk.SubvolumeModification(Path('@log'), Path('/var/log')), + disk.SubvolumeModification(Path('@pkg'), Path('/var/cache/pacman/pkg')), + disk.SubvolumeModification(Path('@.snapshots'), Path('/.snapshots')) + ] + root_partition.btrfs_subvols = subvolumes + elif using_home_partition: + # If we don't want to use subvolumes, + # But we want to be able to re-use data between re-installs.. + # A second partition for /home would be nice if we have the space for it + home_partition = disk.PartitionModification( + status=disk.ModificationStatus.Create, + type=disk.PartitionType.Primary, + start=root_partition.length, + length=disk.Size(100, disk.Unit.Percent, total_size=device.device_info.total_size), + mountpoint=Path('/home'), + fs_type=filesystem_type, + mount_options=['compress=zstd'] if compression else [] + ) + device_modification.add_partition(home_partition) + + return device_modification + + +def suggest_multi_disk_layout( + devices: List[disk.BDevice], + filesystem_type: Optional[disk.FilesystemType] = None, + advanced_options: bool = False +) -> List[disk.DeviceModification]: + if not devices: + return [] + + # Not really a rock solid foundation of information to stand on, but it's a start: + # https://www.reddit.com/r/btrfs/comments/m287gp/partition_strategy_for_two_physical_disks/ + # https://www.reddit.com/r/btrfs/comments/9us4hr/what_is_your_btrfs_partitionsubvolumes_scheme/ + min_home_partition_size = disk.Size(40, disk.Unit.GiB) + # rough estimate taking in to account user desktops etc. TODO: Catch user packages to detect size? + desired_root_partition_size = disk.Size(20, disk.Unit.GiB) + compression = False + + if not filesystem_type: + filesystem_type = ask_for_main_filesystem_format(advanced_options) + + # find proper disk for /home + possible_devices = list(filter(lambda x: x.device_info.total_size >= min_home_partition_size, devices)) + home_device = max(possible_devices, key=lambda d: d.device_info.total_size) if possible_devices else None + + # find proper device for /root + devices_delta = {} + for device in devices: + if device is not home_device: + delta = device.device_info.total_size - desired_root_partition_size + devices_delta[device] = delta + + sorted_delta: List[Tuple[disk.BDevice, Any]] = sorted(devices_delta.items(), key=lambda x: x[1]) + root_device: Optional[disk.BDevice] = sorted_delta[0][0] + + if home_device is None or root_device is None: + text = _('The selected drives do not have the minimum capacity required for an automatic suggestion\n') + text += _('Minimum capacity for /home partition: {}GiB\n').format(min_home_partition_size.format_size(disk.Unit.GiB)) + text += _('Minimum capacity for Arch Linux partition: {}GiB').format(desired_root_partition_size.format_size(disk.Unit.GiB)) + Menu(str(text), [str(_('Continue'))], skip=False).run() + return [] + + if filesystem_type == disk.FilesystemType.Btrfs: + prompt = str(_('Would you like to use BTRFS compression?')) + choice = Menu(prompt, Menu.yes_no(), skip=False, default_option=Menu.yes()).run() + compression = choice.value == Menu.yes() + + device_paths = ', '.join([str(d.device_info.path) for d in devices]) + log(f"Suggesting multi-disk-layout for devices: {device_paths}", level=logging.DEBUG) + log(f"/root: {root_device.device_info.path}", level=logging.DEBUG) + log(f"/home: {home_device.device_info.path}", level=logging.DEBUG) + + root_device_modification = disk.DeviceModification(root_device, wipe=True) + home_device_modification = disk.DeviceModification(home_device, wipe=True) - choice = Menu(title, drives).run() + # add boot partition to the root device + boot_partition = _boot_partition() + root_device_modification.add_partition(boot_partition) - if choice.type_ == MenuSelectionType.Skip: - return None + # add root partition to the root device + root_partition = disk.PartitionModification( + status=disk.ModificationStatus.Create, + type=disk.PartitionType.Primary, + start=disk.Size(513, disk.Unit.MiB) if has_uefi() else disk.Size(206, disk.Unit.MiB), + length=disk.Size(100, disk.Unit.Percent, total_size=root_device.device_info.total_size), + mountpoint=Path('/'), + mount_options=['compress=zstd'] if compression else [], + fs_type=filesystem_type + ) + root_device_modification.add_partition(root_partition) - drive = dict_o_disks[choice.value] - return drive + # add home partition to home device + home_partition = disk.PartitionModification( + status=disk.ModificationStatus.Create, + type=disk.PartitionType.Primary, + start=disk.Size(1, disk.Unit.MiB), + length=disk.Size(100, disk.Unit.Percent, total_size=home_device.device_info.total_size), + mountpoint=Path('/home'), + mount_options=['compress=zstd'] if compression else [], + fs_type=filesystem_type, + ) + home_device_modification.add_partition(home_partition) - raise DiskError('select_disk() requires a non-empty dictionary of disks to select from.') + return [root_device_modification, home_device_modification] diff --git a/archinstall/lib/user_interaction/general_conf.py b/archinstall/lib/user_interaction/general_conf.py index fc7ded45..7a6bb358 100644 --- a/archinstall/lib/user_interaction/general_conf.py +++ b/archinstall/lib/user_interaction/general_conf.py @@ -3,15 +3,13 @@ from __future__ import annotations import logging import pathlib from typing import List, Any, Optional, Dict, TYPE_CHECKING +from typing import Union from ..locale_helpers import list_keyboard_languages, list_timezones -from ..menu import Menu -from ..menu.menu import MenuSelectionType -from ..menu.text_input import TextInput +from ..menu import MenuSelectionType, Menu, TextInput from ..mirrors import list_mirrors from ..output import log from ..packages.packages import validate_package_list -from ..profiles import Profile, list_profiles from ..storage import storage from ..translationhandler import Language @@ -32,9 +30,10 @@ def ask_ntp(preset: bool = True) -> bool: def ask_hostname(preset: str = None) -> str: - hostname = TextInput(_('Desired hostname for the installation: '), preset).run().strip(' ') - return hostname - + while True: + hostname = TextInput(_('Desired hostname for the installation: '), preset).run().strip() + if hostname: + return hostname def ask_for_a_timezone(preset: str = None) -> str: timezones = list_timezones() @@ -52,7 +51,7 @@ def ask_for_a_timezone(preset: str = None) -> str: case MenuSelectionType.Selection: return choice.value -def ask_for_audio_selection(desktop: bool = True, preset: str = None) -> str: +def ask_for_audio_selection(desktop: bool = True, preset: Union[str, None] = None) -> Union[str, None]: no_audio = str(_('No audio server')) choices = ['pipewire', 'pulseaudio'] if desktop else ['pipewire', 'pulseaudio', no_audio] default = 'pipewire' if desktop else no_audio @@ -140,50 +139,6 @@ def select_archinstall_language(languages: List[Language], preset_value: Languag return options[choice.value] -def select_profile(preset) -> Optional[Profile]: - """ - # Asks the user to select a profile from the available profiles. - # - # :return: The name/dictionary key of the selected profile - # :rtype: str - # """ - top_level_profiles = sorted(list(list_profiles(filter_top_level_profiles=True))) - options = {} - - for profile in top_level_profiles: - profile = Profile(None, profile) - description = profile.get_profile_description() - - option = f'{profile.profile}: {description}' - options[option] = profile - - title = _('This is a list of pre-programmed profiles, they might make it easier to install things like desktop environments') - warning = str(_('Are you sure you want to reset this setting?')) - - selection = Menu( - title=title, - p_options=list(options.keys()), - allow_reset=True, - allow_reset_warning_msg=warning - ).run() - - match selection.type_: - case MenuSelectionType.Selection: - return options[selection.value] if selection.value is not None else None - case MenuSelectionType.Reset: - storage['profile_minimal'] = False - storage['_selected_servers'] = [] - storage['_desktop_profile'] = None - storage['sway_sys_priv_ctrl'] = None - storage['arguments']['sway_sys_priv_ctrl'] = None - storage['arguments']['desktop-environment'] = None - storage['arguments']['gfx_driver'] = None - storage['arguments']['gfx_driver_packages'] = None - return None - case MenuSelectionType.Skip: - return None - - def ask_additional_packages_to_install(pre_set_packages: List[str] = []) -> List[str]: # Additional packages (with some light weight error handling for invalid package names) print(_('Only packages such as base, base-devel, linux, linux-firmware, efibootmgr and optional profile packages are installed.')) diff --git a/archinstall/lib/user_interaction/locale_conf.py b/archinstall/lib/user_interaction/locale_conf.py index bbbe070b..88aec64e 100644 --- a/archinstall/lib/user_interaction/locale_conf.py +++ b/archinstall/lib/user_interaction/locale_conf.py @@ -3,8 +3,7 @@ from __future__ import annotations from typing import Any, TYPE_CHECKING from ..locale_helpers import list_locales -from ..menu import Menu -from ..menu.menu import MenuSelectionType +from ..menu import Menu, MenuSelectionType if TYPE_CHECKING: _: Any diff --git a/archinstall/lib/user_interaction/manage_users_conf.py b/archinstall/lib/user_interaction/manage_users_conf.py index 84ce3556..879578da 100644 --- a/archinstall/lib/user_interaction/manage_users_conf.py +++ b/archinstall/lib/user_interaction/manage_users_conf.py @@ -4,8 +4,7 @@ import re from typing import Any, Dict, TYPE_CHECKING, List, Optional from .utils import get_password -from ..menu import Menu -from ..menu.list_manager import ListManager +from ..menu import Menu, ListManager from ..models.users import User from ..output import FormattedOutput @@ -27,14 +26,14 @@ class UserList(ListManager): ] super().__init__(prompt, lusers, [self._actions[0]], self._actions[1:]) - def reformat(self, data: List[User]) -> Dict[str, User]: + def reformat(self, data: List[User]) -> Dict[str, Any]: table = FormattedOutput.as_table(data) rows = table.split('\n') # these are the header rows of the table and do not map to any User obviously # we're adding 2 spaces as prefix because the menu selector '> ' will be put before # the selectable rows so the header has to be aligned - display_data = {f' {rows[0]}': None, f' {rows[1]}': None} + display_data: Dict[str, Optional[User]] = {f' {rows[0]}': None, f' {rows[1]}': None} for row, user in zip(rows[2:], data): row = row.replace('|', '\\|') @@ -53,16 +52,16 @@ class UserList(ListManager): # was created we'll replace the existing one data = [d for d in data if d.username != new_user.username] data += [new_user] - elif action == self._actions[1]: # change password + elif action == self._actions[1] and entry: # change password prompt = str(_('Password for user "{}": ').format(entry.username)) new_password = get_password(prompt=prompt) if new_password: user = next(filter(lambda x: x == entry, data)) user.password = new_password - elif action == self._actions[2]: # promote/demote + elif action == self._actions[2] and entry: # promote/demote user = next(filter(lambda x: x == entry, data)) user.sudo = False if user.sudo else True - elif action == self._actions[3]: # delete + elif action == self._actions[3] and entry: # delete data = [d for d in data if d != entry] return data @@ -80,16 +79,20 @@ class UserList(ListManager): if not username: return None if not self._check_for_correct_username(username): - prompt = str(_("The username you entered is invalid. Try again")) + '\n' + prompt + error_prompt = str(_("The username you entered is invalid. Try again")) + print(error_prompt) else: break password = get_password(prompt=str(_('Password for user "{}": ').format(username))) + if not password: + return None + choice = Menu( str(_('Should "{}" be a superuser (sudo)?')).format(username), Menu.yes_no(), skip=False, - default_option=Menu.no(), + default_option=Menu.yes(), clear_screen=False, show_search_hint=False ).run() diff --git a/archinstall/lib/user_interaction/network_conf.py b/archinstall/lib/user_interaction/network_conf.py index 5e637f23..b682c1d2 100644 --- a/archinstall/lib/user_interaction/network_conf.py +++ b/archinstall/lib/user_interaction/network_conf.py @@ -4,14 +4,12 @@ import ipaddress import logging from typing import Any, Optional, TYPE_CHECKING, List, Union, Dict -from ..menu.menu import MenuSelectionType -from ..menu.text_input import TextInput +from ..menu import MenuSelectionType, TextInput from ..models.network_configuration import NetworkConfiguration, NicType from ..networking import list_interfaces -from ..menu import Menu from ..output import log, FormattedOutput -from ..menu.list_manager import ListManager +from ..menu import ListManager, Menu if TYPE_CHECKING: _: Any diff --git a/archinstall/lib/user_interaction/partitioning_conf.py b/archinstall/lib/user_interaction/partitioning_conf.py deleted file mode 100644 index 0a5ede51..00000000 --- a/archinstall/lib/user_interaction/partitioning_conf.py +++ /dev/null @@ -1,362 +0,0 @@ -from __future__ import annotations - -import copy -from typing import List, Any, Dict, Union, TYPE_CHECKING, Callable, Optional - -from ..menu import Menu -from ..menu.menu import MenuSelectionType -from ..output import log, FormattedOutput - -from ..disk.validators import fs_types - -if TYPE_CHECKING: - from ..disk import BlockDevice - from ..disk.partition import Partition - _: Any - - -def partition_overlap(partitions: list, start: str, end: str) -> bool: - # TODO: Implement sanity check - return False - - -def current_partition_layout(partitions: List[Dict[str, Any]], with_idx: bool = False, with_title: bool = True) -> str: - - def do_padding(name: str, max_len: int): - spaces = abs(len(str(name)) - max_len) + 2 - pad_left = int(spaces / 2) - pad_right = spaces - pad_left - return f'{pad_right * " "}{name}{pad_left * " "}|' - - def flatten_data(data: Dict[str, Any]) -> Dict[str, Any]: - flattened = {} - for k, v in data.items(): - if k == 'filesystem': - flat = flatten_data(v) - flattened.update(flat) - elif k == 'btrfs': - # we're going to create a separate table for the btrfs subvolumes - pass - else: - flattened[k] = v - return flattened - - display_data: List[Dict[str, Any]] = [flatten_data(entry) for entry in partitions] - - column_names = {} - - # this will add an initial index to the table for each partition - if with_idx: - column_names['index'] = max([len(str(len(display_data))), len('index')]) - - # determine all attribute names and the max length - # of the value among all display_data to know the width - # of the table cells - for p in display_data: - for attribute, value in p.items(): - if attribute in column_names.keys(): - column_names[attribute] = max([column_names[attribute], len(str(value)), len(attribute)]) - else: - column_names[attribute] = max([len(str(value)), len(attribute)]) - - current_layout = '' - for name, max_len in column_names.items(): - current_layout += do_padding(name, max_len) - - current_layout = f'{current_layout[:-1]}\n{"-" * len(current_layout)}\n' - - for idx, p in enumerate(display_data): - row = '' - for name, max_len in column_names.items(): - if name == 'index': - row += do_padding(str(idx), max_len) - elif name in p: - row += do_padding(p[name], max_len) - else: - row += ' ' * (max_len + 2) + '|' - - current_layout += f'{row[:-1]}\n' - - # we'll create a separate table for the btrfs subvolumes - btrfs_subvolumes = [partition['btrfs']['subvolumes'] for partition in partitions if partition.get('btrfs', None)] - if len(btrfs_subvolumes) > 0: - for subvolumes in btrfs_subvolumes: - output = FormattedOutput.as_table(subvolumes) - current_layout += f'\n{output}' - - if with_title: - title = str(_('Current partition layout')) - return f'\n\n{title}:\n\n{current_layout}' - - return current_layout - - -def _get_partitions(partitions :List[Partition], filter_ :Callable = None) -> List[str]: - """ - filter allows to filter out the indexes once they are set. Should return True if element is to be included - """ - partition_indexes = [] - for i in range(len(partitions)): - if filter_: - if filter_(partitions[i]): - partition_indexes.append(str(i)) - else: - partition_indexes.append(str(i)) - - return partition_indexes - - -def select_partition( - title :str, - partitions :List[Partition], - multiple :bool = False, - filter_ :Callable = None -) -> Optional[int, List[int]]: - partition_indexes = _get_partitions(partitions, filter_) - - if len(partition_indexes) == 0: - return None - - choice = Menu(title, partition_indexes, multi=multiple).run() - - if choice.type_ == MenuSelectionType.Skip: - return None - - if isinstance(choice.value, list): - return [int(p) for p in choice.value] - else: - return int(choice.value) - - -def get_default_partition_layout( - block_devices: Union['BlockDevice', List['BlockDevice']], - advanced_options: bool = False -) -> Optional[Dict[str, Any]]: - from ..disk import suggest_single_disk_layout, suggest_multi_disk_layout - - if len(block_devices) == 1: - return suggest_single_disk_layout(block_devices[0], advanced_options=advanced_options) - else: - return suggest_multi_disk_layout(block_devices, advanced_options=advanced_options) - - -def manage_new_and_existing_partitions(block_device: 'BlockDevice') -> Dict[str, Any]: # noqa: max-complexity: 50 - block_device_struct = {"partitions": [partition.__dump__() for partition in block_device.partitions.values()]} - original_layout = copy.deepcopy(block_device_struct) - - new_partition = str(_('Create a new partition')) - suggest_partition_layout = str(_('Suggest partition layout')) - delete_partition = str(_('Delete a partition')) - delete_all_partitions = str(_('Clear/Delete all partitions')) - assign_mount_point = str(_('Assign mount-point for a partition')) - mark_formatted = str(_('Mark/Unmark a partition to be formatted (wipes data)')) - mark_compressed = str(_('Mark/Unmark a partition as compressed (btrfs only)')) - mark_bootable = str(_('Mark/Unmark a partition as bootable (automatic for /boot)')) - set_filesystem_partition = str(_('Set desired filesystem for a partition')) - set_btrfs_subvolumes = str(_('Set desired subvolumes on a btrfs partition')) - save_and_exit = str(_('Save and exit')) - cancel = str(_('Cancel')) - - while True: - modes = [new_partition, suggest_partition_layout] - - if len(block_device_struct['partitions']) > 0: - modes += [ - delete_partition, - delete_all_partitions, - assign_mount_point, - mark_formatted, - mark_bootable, - mark_compressed, - set_filesystem_partition, - ] - - indexes = _get_partitions( - block_device_struct["partitions"], - filter_=lambda x: True if x.get('filesystem', {}).get('format') == 'btrfs' else False - ) - - if len(indexes) > 0: - modes += [set_btrfs_subvolumes] - - title = _('Select what to do with\n{}').format(block_device) - - # show current partition layout: - if len(block_device_struct["partitions"]): - title += current_partition_layout(block_device_struct['partitions']) + '\n' - - modes += [save_and_exit, cancel] - - task = Menu(title, modes, sort=False, skip=False).run() - task = task.value - - if task == cancel: - return original_layout - elif task == save_and_exit: - break - - if task == new_partition: - from ..disk import valid_parted_position - - # if partition_type == 'gpt': - # # https://www.gnu.org/software/parted/manual/html_node/mkpart.html - # # https://www.gnu.org/software/parted/manual/html_node/mklabel.html - # name = input("Enter a desired name for the partition: ").strip() - - fs_choice = Menu(_('Enter a desired filesystem type for the partition'), fs_types()).run() - - if fs_choice.type_ == MenuSelectionType.Skip: - continue - - prompt = str(_('Enter the start location (in parted units: s, GB, %, etc. ; default: {}): ')).format( - block_device.first_free_sector - ) - start = input(prompt).strip() - - if not start.strip(): - start = block_device.first_free_sector - end_suggested = block_device.first_end_sector - else: - end_suggested = '100%' - - prompt = str(_('Enter the end location (in parted units: s, GB, %, etc. ; ex: {}): ')).format( - end_suggested - ) - end = input(prompt).strip() - - if not end.strip(): - end = end_suggested - - if valid_parted_position(start) and valid_parted_position(end): - if partition_overlap(block_device_struct["partitions"], start, end): - log(f"This partition overlaps with other partitions on the drive! Ignoring this partition creation.", - fg="red") - continue - - block_device_struct["partitions"].append({ - "type": "primary", # Strictly only allowed under MS-DOS, but GPT accepts it so it's "safe" to inject - "start": start, - "size": end, - "mountpoint": None, - "wipe": True, - "filesystem": { - "format": fs_choice.value - } - }) - else: - log(f"Invalid start ({valid_parted_position(start)}) or end ({valid_parted_position(end)}) for this partition. Ignoring this partition creation.", - fg="red") - continue - elif task == suggest_partition_layout: - from ..disk import suggest_single_disk_layout - - if len(block_device_struct["partitions"]): - prompt = _('{}\ncontains queued partitions, this will remove those, are you sure?').format(block_device) - choice = Menu(prompt, Menu.yes_no(), default_option=Menu.no(), skip=False).run() - - if choice.value == Menu.no(): - continue - - block_device_struct.update(suggest_single_disk_layout(block_device)[block_device.path]) - else: - current_layout = current_partition_layout(block_device_struct['partitions'], with_idx=True) - - if task == delete_partition: - title = _('{}\n\nSelect by index which partitions to delete').format(current_layout) - to_delete = select_partition(title, block_device_struct["partitions"], multiple=True) - - if to_delete: - block_device_struct['partitions'] = [ - p for idx, p in enumerate(block_device_struct['partitions']) if idx not in to_delete - ] - elif task == mark_compressed: - title = _('{}\n\nSelect which partition to mark as bootable').format(current_layout) - partition = select_partition(title, block_device_struct["partitions"]) - - if partition is not None: - if "filesystem" not in block_device_struct["partitions"][partition]: - block_device_struct["partitions"][partition]["filesystem"] = {} - if "mount_options" not in block_device_struct["partitions"][partition]["filesystem"]: - block_device_struct["partitions"][partition]["filesystem"]["mount_options"] = [] - - if "compress=zstd" not in block_device_struct["partitions"][partition]["filesystem"]["mount_options"]: - block_device_struct["partitions"][partition]["filesystem"]["mount_options"].append("compress=zstd") - elif task == delete_all_partitions: - block_device_struct["partitions"] = [] - block_device_struct["wipe"] = True - elif task == assign_mount_point: - title = _('{}\n\nSelect by index which partition to mount where').format(current_layout) - partition = select_partition(title, block_device_struct["partitions"]) - - if partition is not None: - print(_(' * Partition mount-points are relative to inside the installation, the boot would be /boot as an example.')) - mountpoint = input(_('Select where to mount partition (leave blank to remove mountpoint): ')).strip() - - if len(mountpoint): - block_device_struct["partitions"][partition]['mountpoint'] = mountpoint - if mountpoint == '/boot': - log(f"Marked partition as bootable because mountpoint was set to /boot.", fg="yellow") - block_device_struct["partitions"][partition]['boot'] = True - else: - del (block_device_struct["partitions"][partition]['mountpoint']) - - elif task == mark_formatted: - title = _('{}\n\nSelect which partition to mask for formatting').format(current_layout) - partition = select_partition(title, block_device_struct["partitions"]) - - if partition is not None: - # If we mark a partition for formatting, but the format is CRYPTO LUKS, there's no point in formatting it really - # without asking the user which inner-filesystem they want to use. Since the flag 'encrypted' = True is already set, - # it's safe to change the filesystem for this partition. - if block_device_struct["partitions"][partition].get('filesystem',{}).get('format', 'crypto_LUKS') == 'crypto_LUKS': - if not block_device_struct["partitions"][partition].get('filesystem', None): - block_device_struct["partitions"][partition]['filesystem'] = {} - - fs_choice = Menu(_('Enter a desired filesystem type for the partition'), fs_types()).run() - - if fs_choice.type_ == MenuSelectionType.Selection: - block_device_struct["partitions"][partition]['filesystem']['format'] = fs_choice.value - - # Negate the current wipe marking - block_device_struct["partitions"][partition]['wipe'] = not block_device_struct["partitions"][partition].get('wipe', False) - - elif task == mark_bootable: - title = _('{}\n\nSelect which partition to mark as bootable').format(current_layout) - partition = select_partition(title, block_device_struct["partitions"]) - - if partition is not None: - block_device_struct["partitions"][partition]['boot'] = \ - not block_device_struct["partitions"][partition].get('boot', False) - - elif task == set_filesystem_partition: - title = _('{}\n\nSelect which partition to set a filesystem on').format(current_layout) - partition = select_partition(title, block_device_struct["partitions"]) - - if partition is not None: - if not block_device_struct["partitions"][partition].get('filesystem', None): - block_device_struct["partitions"][partition]['filesystem'] = {} - - fstype_title = _('Enter a desired filesystem type for the partition: ') - fs_choice = Menu(fstype_title, fs_types()).run() - - if fs_choice.type_ == MenuSelectionType.Selection: - block_device_struct["partitions"][partition]['filesystem']['format'] = fs_choice.value - - elif task == set_btrfs_subvolumes: - from .subvolume_config import SubvolumeList - - # TODO get preexisting partitions - title = _('{}\n\nSelect which partition to set subvolumes on').format(current_layout) - partition = select_partition(title, block_device_struct["partitions"],filter_=lambda x:True if x.get('filesystem',{}).get('format') == 'btrfs' else False) - - if partition is not None: - if not block_device_struct["partitions"][partition].get('btrfs', {}): - block_device_struct["partitions"][partition]['btrfs'] = {} - if not block_device_struct["partitions"][partition]['btrfs'].get('subvolumes', []): - block_device_struct["partitions"][partition]['btrfs']['subvolumes'] = [] - - prev = block_device_struct["partitions"][partition]['btrfs']['subvolumes'] - result = SubvolumeList(_("Manage btrfs subvolumes for current partition"), prev).run() - block_device_struct["partitions"][partition]['btrfs']['subvolumes'] = result - - return block_device_struct diff --git a/archinstall/lib/user_interaction/save_conf.py b/archinstall/lib/user_interaction/save_conf.py index 5b4ae2b3..e05b9afe 100644 --- a/archinstall/lib/user_interaction/save_conf.py +++ b/archinstall/lib/user_interaction/save_conf.py @@ -5,38 +5,30 @@ import logging from pathlib import Path from typing import Any, Dict, TYPE_CHECKING -from ..configuration import ConfigurationOutput from ..general import SysCommand from ..menu import Menu from ..menu.menu import MenuSelectionType from ..output import log +from ..configuration import ConfigurationOutput if TYPE_CHECKING: _: Any def save_config(config: Dict): - def preview(selection: str): if options['user_config'] == selection: - json_config = config_output.user_config_to_json() - return f'{config_output.user_configuration_file}\n{json_config}' + serialized = config_output.user_config_to_json() + return f'{config_output.user_configuration_file}\n{serialized}' elif options['user_creds'] == selection: - if json_config := config_output.user_credentials_to_json(): - return f'{config_output.user_credentials_file}\n{json_config}' - else: - return str(_('No configuration')) - elif options['disk_layout'] == selection: - if json_config := config_output.disk_layout_to_json(): - return f'{config_output.disk_layout_file}\n{json_config}' + if maybe_serial := config_output.user_credentials_to_json(): + return f'{config_output.user_credentials_file}\n{maybe_serial}' else: return str(_('No configuration')) elif options['all'] == selection: output = f'{config_output.user_configuration_file}\n' - if json_config := config_output.user_credentials_to_json(): + if config_output.user_credentials_to_json(): output += f'{config_output.user_credentials_file}\n' - if json_config := config_output.disk_layout_to_json(): - output += f'{config_output.disk_layout_file}\n' return output[:-1] return None @@ -61,6 +53,9 @@ def save_config(config: Dict): if choice.type_ == MenuSelectionType.Skip: return + save_config_value = choice.single_value + saving_key = [k for k, v in options.items() if v == save_config_value][0] + dirs_to_exclude = [ '/bin', '/dev', @@ -76,19 +71,19 @@ def save_config(config: Dict): '/usr', '/var', ] - log( - _('When picking a directory to save configuration files to,' - ' by default we will ignore the following folders: ') + ','.join(dirs_to_exclude), - level=logging.DEBUG - ) + log('Ignore configuration option folders: ' + ','.join(dirs_to_exclude), level=logging.DEBUG) log(_('Finding possible directories to save configuration files ...'), level=logging.INFO) - + find_exclude = '-path ' + ' -prune -o -path '.join(dirs_to_exclude) + ' -prune ' file_picker_command = f'find / {find_exclude} -o -type d -print0' - possible_save_dirs = list( - filter(None, SysCommand(file_picker_command).decode().split('\x00')) - ) + + directories = SysCommand(file_picker_command).decode() + + if directories is None: + raise ValueError('Failed to retrieve possible configuration directories') + + possible_save_dirs = list(filter(None, directories.split('\x00'))) selection = Menu( _('Select directory (or directories) for saving configuration files'), @@ -101,35 +96,18 @@ def save_config(config: Dict): match selection.type_: case MenuSelectionType.Skip: return - case _: - save_dirs = selection.value - - prompt = _('Do you want to save {} configuration file(s) in the following locations?\n\n{}').format( - list(options.keys())[list(options.values()).index(choice.value)], - save_dirs - ) - save_confirmation = Menu(prompt, Menu.yes_no(), default_option=Menu.yes()).run() - if save_confirmation == Menu.no(): - return - - log( - _('Saving {} configuration files to {}').format( - list(options.keys())[list(options.values()).index(choice.value)], - save_dirs - ), - level=logging.DEBUG - ) - + + save_dirs = selection.multi_value + + log(f'Saving {saving_key} configuration files to {save_dirs}', level=logging.DEBUG) + if save_dirs is not None: for save_dir_str in save_dirs: save_dir = Path(save_dir_str) - if options['user_config'] == choice.value: + if options['user_config'] == save_config_value: config_output.save_user_config(save_dir) - elif options['user_creds'] == choice.value: + elif options['user_creds'] == save_config_value: config_output.save_user_creds(save_dir) - elif options['disk_layout'] == choice.value: - config_output.save_disk_layout(save_dir) - elif options['all'] == choice.value: + elif options['all'] == save_config_value: config_output.save_user_config(save_dir) config_output.save_user_creds(save_dir) - config_output.save_disk_layout(save_dir) diff --git a/archinstall/lib/user_interaction/subvolume_config.py b/archinstall/lib/user_interaction/subvolume_config.py deleted file mode 100644 index 94150dee..00000000 --- a/archinstall/lib/user_interaction/subvolume_config.py +++ /dev/null @@ -1,98 +0,0 @@ -from typing import Dict, List, Optional, Any, TYPE_CHECKING - -from ..menu.list_manager import ListManager -from ..menu.menu import MenuSelectionType -from ..menu.text_input import TextInput -from ..menu import Menu -from ..models.subvolume import Subvolume -from ... import FormattedOutput - -if TYPE_CHECKING: - _: Any - - -class SubvolumeList(ListManager): - def __init__(self, prompt: str, subvolumes: List[Subvolume]): - self._actions = [ - str(_('Add subvolume')), - str(_('Edit subvolume')), - str(_('Delete subvolume')) - ] - super().__init__(prompt, subvolumes, [self._actions[0]], self._actions[1:]) - - def reformat(self, data: List[Subvolume]) -> Dict[str, Optional[Subvolume]]: - table = FormattedOutput.as_table(data) - rows = table.split('\n') - - # these are the header rows of the table and do not map to any User obviously - # we're adding 2 spaces as prefix because the menu selector '> ' will be put before - # the selectable rows so the header has to be aligned - display_data: Dict[str, Optional[Subvolume]] = {f' {rows[0]}': None, f' {rows[1]}': None} - - for row, subvol in zip(rows[2:], data): - row = row.replace('|', '\\|') - display_data[row] = subvol - - return display_data - - def selected_action_display(self, subvolume: Subvolume) -> str: - return subvolume.name - - def _prompt_options(self, editing: Optional[Subvolume] = None) -> List[str]: - preset_options = [] - if editing: - preset_options = editing.options - - choice = Menu( - str(_("Select the desired subvolume options ")), - ['nodatacow','compress'], - skip=True, - preset_values=preset_options, - multi=True - ).run() - - if choice.type_ == MenuSelectionType.Selection: - return choice.value # type: ignore - - return [] - - def _add_subvolume(self, editing: Optional[Subvolume] = None) -> Optional[Subvolume]: - name = TextInput(f'\n\n{_("Subvolume name")}: ', editing.name if editing else '').run() - - if not name: - return None - - mountpoint = TextInput(f'\n{_("Subvolume mountpoint")}: ', editing.mountpoint if editing else '').run() - - if not mountpoint: - return None - - options = self._prompt_options(editing) - - subvolume = Subvolume(name, mountpoint) - subvolume.compress = 'compress' in options - subvolume.nodatacow = 'nodatacow' in options - - return subvolume - - def handle_action(self, action: str, entry: Optional[Subvolume], data: List[Subvolume]) -> List[Subvolume]: - if action == self._actions[0]: # add - new_subvolume = self._add_subvolume() - - if new_subvolume is not None: - # in case a user with the same username as an existing user - # was created we'll replace the existing one - data = [d for d in data if d.name != new_subvolume.name] - data += [new_subvolume] - elif entry is not None: - if action == self._actions[1]: # edit subvolume - new_subvolume = self._add_subvolume(entry) - - if new_subvolume is not None: - # we'll remove the original subvolume and add the modified version - data = [d for d in data if d.name != entry.name and d.name != new_subvolume.name] - data += [new_subvolume] - elif action == self._actions[2]: # delete - data = [d for d in data if d != entry] - - return data diff --git a/archinstall/lib/user_interaction/system_conf.py b/archinstall/lib/user_interaction/system_conf.py index e1581677..3f57d0e7 100644 --- a/archinstall/lib/user_interaction/system_conf.py +++ b/archinstall/lib/user_interaction/system_conf.py @@ -1,19 +1,16 @@ from __future__ import annotations -from typing import List, Any, Dict, TYPE_CHECKING +from typing import List, Any, Dict, TYPE_CHECKING, Optional -from ..disk import all_blockdevices -from ..exceptions import RequirementError from ..hardware import AVAILABLE_GFX_DRIVERS, has_uefi, has_amd_graphics, has_intel_graphics, has_nvidia_graphics -from ..menu import Menu -from ..menu.menu import MenuSelectionType -from ..storage import storage +from ..menu import MenuSelectionType, Menu +from ..models.bootloader import Bootloader if TYPE_CHECKING: _: Any -def select_kernel(preset: List[str] = None) -> List[str]: +def select_kernel(preset: List[str] = []) -> List[str]: """ Asks the user to select a kernel for system. @@ -39,39 +36,36 @@ def select_kernel(preset: List[str] = None) -> List[str]: match choice.type_: case MenuSelectionType.Skip: return preset case MenuSelectionType.Reset: return [] - case MenuSelectionType.Selection: return choice.value + case MenuSelectionType.Selection: return choice.value # type: ignore -def select_harddrives(preset: List[str] = []) -> List[str]: - """ - Asks the user to select one or multiple hard drives - - :return: List of selected hard drives - :rtype: list - """ - hard_drives = all_blockdevices(partitions=False).values() - options = {f'{option}': option for option in hard_drives} - - title = str(_('Select one or more hard drives to use and configure\n')) - title += str(_('Any modifications to the existing setting will reset the disk layout!')) +def ask_for_bootloader(preset: Bootloader) -> Bootloader: + # when the system only supports grub + if not has_uefi(): + options = [Bootloader.Grub.value] + default = Bootloader.Grub.value + else: + options = Bootloader.values() + default = Bootloader.Systemd.value - warning = str(_('If you reset the harddrive selection this will also reset the current disk layout. Are you sure?')) + preset_value = preset.value if preset else None - selected_harddrive = Menu( - title, - list(options.keys()), - multi=True, - allow_reset=True, - allow_reset_warning_msg=warning + choice = Menu( + _('Choose a bootloader'), + options, + preset_values=preset_value, + sort=False, + default_option=default ).run() - match selected_harddrive.type_: - case MenuSelectionType.Reset: return [] + match choice.type_: case MenuSelectionType.Skip: return preset - case MenuSelectionType.Selection: return [options[i] for i in selected_harddrive.value] + case MenuSelectionType.Selection: return Bootloader(choice.value) + + return preset -def select_driver(options: Dict[str, Any] = AVAILABLE_GFX_DRIVERS) -> str: +def select_driver(options: Dict[str, Any] = {}, current_value: Optional[str] = None) -> Optional[str]: """ Some what convoluted function, whose job is simple. Select a graphics driver from a pre-defined set of popular options. @@ -80,78 +74,31 @@ def select_driver(options: Dict[str, Any] = AVAILABLE_GFX_DRIVERS) -> str: there for appeal to the general public first and edge cases later) """ - drivers = sorted(list(options)) + if not options: + options = AVAILABLE_GFX_DRIVERS + + drivers = sorted(list(options.keys())) if drivers: - arguments = storage.get('arguments', {}) title = '' - if has_amd_graphics(): - title += str(_( - 'For the best compatibility with your AMD hardware, you may want to use either the all open-source or AMD / ATI options.' - )) + '\n' + title += str(_('For the best compatibility with your AMD hardware, you may want to use either the all open-source or AMD / ATI options.')) + '\n' if has_intel_graphics(): - title += str(_( - 'For the best compatibility with your Intel hardware, you may want to use either the all open-source or Intel options.\n' - )) + title += str(_('For the best compatibility with your Intel hardware, you may want to use either the all open-source or Intel options.\n')) if has_nvidia_graphics(): - title += str(_( - 'For the best compatibility with your Nvidia hardware, you may want to use the Nvidia proprietary driver.\n' - )) + title += str(_('For the best compatibility with your Nvidia hardware, you may want to use the Nvidia proprietary driver.\n')) - title += str(_('\n\nSelect a graphics driver or leave blank to install all open-source drivers')) - choice = Menu(title, drivers).run() + title += str(_('\nSelect a graphics driver or leave blank to install all open-source drivers')) - if choice.type_ != MenuSelectionType.Selection: - return arguments.get('gfx_driver') + preset = current_value if current_value else None + choice = Menu(title, drivers, preset_values=preset).run() - arguments['gfx_driver'] = choice.value - return options.get(choice.value) - - raise RequirementError("Selecting drivers require a least one profile to be given as an option.") + if choice.type_ != MenuSelectionType.Selection: + return None + return choice.value # type: ignore -def ask_for_bootloader(advanced_options: bool = False, preset: str = None) -> str: - if preset == 'systemd-bootctl': - preset_val = 'systemd-boot' if advanced_options else Menu.no() - elif preset == 'grub-install': - preset_val = 'grub' if advanced_options else Menu.yes() - else: - preset_val = preset - - bootloader = "systemd-bootctl" if has_uefi() else "grub-install" - - if has_uefi(): - if not advanced_options: - selection = Menu( - _('Would you like to use GRUB as a bootloader instead of systemd-boot?'), - Menu.yes_no(), - preset_values=preset_val, - default_option=Menu.no() - ).run() - - match selection.type_: - case MenuSelectionType.Skip: return preset - case MenuSelectionType.Selection: bootloader = 'grub-install' if selection.value == Menu.yes() else bootloader - else: - # We use the common names for the bootloader as the selection, and map it back to the expected values. - choices = ['systemd-boot', 'grub', 'efistub'] - selection = Menu(_('Choose a bootloader'), choices, preset_values=preset_val).run() - - value = '' - match selection.type_: - case MenuSelectionType.Skip: value = preset_val - case MenuSelectionType.Selection: value = selection.value - - if value != "": - if value == 'systemd-boot': - bootloader = 'systemd-bootctl' - elif value == 'grub': - bootloader = 'grub-install' - else: - bootloader = value - - return bootloader + return current_value def ask_for_swap(preset: bool = True) -> bool: @@ -166,3 +113,5 @@ def ask_for_swap(preset: bool = True) -> bool: match choice.type_: case MenuSelectionType.Skip: return preset case MenuSelectionType.Selection: return False if choice.value == Menu.no() else True + + return preset diff --git a/archinstall/lib/user_interaction/utils.py b/archinstall/lib/user_interaction/utils.py index 7ee6fc07..918945c0 100644 --- a/archinstall/lib/user_interaction/utils.py +++ b/archinstall/lib/user_interaction/utils.py @@ -1,13 +1,9 @@ from __future__ import annotations import getpass -import signal -import sys -import time from typing import Any, Optional, TYPE_CHECKING -from ..menu import Menu -from ..models.password_strength import PasswordStrength +from ..models import PasswordStrength from ..output import log if TYPE_CHECKING: @@ -36,44 +32,3 @@ def get_password(prompt: str = '') -> Optional[str]: return password return None - - -def do_countdown() -> bool: - SIG_TRIGGER = False - - def kill_handler(sig: int, frame: Any) -> None: - print() - exit(0) - - def sig_handler(sig: int, frame: Any) -> None: - global SIG_TRIGGER - SIG_TRIGGER = True - signal.signal(signal.SIGINT, kill_handler) - - original_sigint_handler = signal.getsignal(signal.SIGINT) - signal.signal(signal.SIGINT, sig_handler) - - for i in range(5, 0, -1): - print(f"{i}", end='') - - for x in range(4): - sys.stdout.flush() - time.sleep(0.25) - print(".", end='') - - if SIG_TRIGGER: - prompt = _('Do you really want to abort?') - choice = Menu(prompt, Menu.yes_no(), skip=False).run() - if choice.value == Menu.yes(): - exit(0) - - if SIG_TRIGGER is False: - sys.stdin.read() - - SIG_TRIGGER = False - signal.signal(signal.SIGINT, sig_handler) - - print() - signal.signal(signal.SIGINT, original_sigint_handler) - - return True diff --git a/archinstall/lib/utils/__init__.py b/archinstall/lib/utils/__init__.py new file mode 100644 index 00000000..e69de29b diff --git a/archinstall/lib/utils/singleton.py b/archinstall/lib/utils/singleton.py new file mode 100644 index 00000000..55be70eb --- /dev/null +++ b/archinstall/lib/utils/singleton.py @@ -0,0 +1,15 @@ +from typing import Dict, Any + + +class _Singleton(type): + """ A metaclass that creates a Singleton base class when called. """ + _instances: Dict[Any, Any] = {} + + def __call__(cls, *args, **kwargs): + if cls not in cls._instances: + cls._instances[cls] = super().__call__(*args, **kwargs) + return cls._instances[cls] + + +class Singleton(_Singleton('SingletonMeta', (object,), {})): # type: ignore + pass diff --git a/archinstall/lib/utils/util.py b/archinstall/lib/utils/util.py new file mode 100644 index 00000000..ded480ae --- /dev/null +++ b/archinstall/lib/utils/util.py @@ -0,0 +1,30 @@ +from pathlib import Path +from typing import Any, TYPE_CHECKING, Optional + +from ..output import log + +if TYPE_CHECKING: + _: Any + + +def prompt_dir(text: str, header: Optional[str] = None) -> Path: + if header: + print(header) + + while True: + path = input(text).strip(' ') + dest_path = Path(path) + if dest_path.exists() and dest_path.is_dir(): + return dest_path + log(_('Not a valid directory: {}').format(dest_path), fg='red') + + +def is_subpath(first: Path, second: Path): + """ + Check if _first_ a subpath of _second_ + """ + try: + first.relative_to(second) + return True + except ValueError: + return False diff --git a/archinstall/locales/ar/LC_MESSAGES/base.po b/archinstall/locales/ar/LC_MESSAGES/base.po index c9540b38..9c3a6bff 100644 --- a/archinstall/locales/ar/LC_MESSAGES/base.po +++ b/archinstall/locales/ar/LC_MESSAGES/base.po @@ -792,6 +792,108 @@ msgstr "" msgid "The font should be stored as {}" msgstr "" +msgid "Archinstall requires root privileges to run. See --help for more." +msgstr "" + +#, fuzzy +msgid "Select an execution mode" +msgstr "حدِّد منطقة زمنية" + +msgid "Unable to fetch profile from specified url: {}" +msgstr "" + +msgid "Profiles must have unique name, but profile definitions with duplicate name found: {}" +msgstr "" + +#, fuzzy +msgid "Select one or more devices to use and configure" +msgstr "حدِّد واجهة شبكة واحدة للإعداد" + +msgid "If you reset the device selection this will also reset the current disk layout. Are you sure?" +msgstr "" + +msgid "Existing Partitions" +msgstr "" + +#, fuzzy +msgid "Select a partitioning option" +msgstr "حدِّد منطقة زمنية" + +msgid "Enter the root directory of the mounted devices: " +msgstr "" + +msgid "Minimum capacity for /home partition: {}GiB\n" +msgstr "" + +msgid "Minimum capacity for Arch Linux partition: {}GiB" +msgstr "" + +msgid "This is a list of pre-programmed profiles_bck, they might make it easier to install things like desktop environments" +msgstr "" + +msgid "Current profile selection" +msgstr "" + +msgid "Remove all newly added partitions" +msgstr "" + +msgid "Assign mountpoint" +msgstr "" + +msgid "Mark/Unmark to be formatted (wipes data)" +msgstr "" + +msgid "Mark/Unmark as bootable" +msgstr "" + +msgid "Change filesystem" +msgstr "" + +msgid "Mark/Unmark as compressed" +msgstr "" + +msgid "Set subvolumes" +msgstr "" + +msgid "Delete partition" +msgstr "" + +msgid "Partition" +msgstr "" + +msgid "This partition is currently encrypted, to format it a filesystem has to be specified" +msgstr "" + +msgid "Partition mount-points are relative to inside the installation, the boot would be /boot as an example." +msgstr "" + +msgid "If mountpoint /boot is set, then the partition will also be marked as bootable." +msgstr "" + +msgid "Mountpoint: " +msgstr "" + +msgid "Current free sectors on device {}:" +msgstr "" + +msgid "Total sectors: {}" +msgstr "" + +msgid "Enter the start sector (default: {}): " +msgstr "" + +msgid "Enter the end sector of the partition (percentage or block number, default: {}): " +msgstr "" + +msgid "This will remove all newly added partitions, continue?" +msgstr "" + +msgid "Partition management: {}" +msgstr "" + +msgid "Total length: {}" +msgstr "" + msgid "Encryption type" msgstr "" @@ -810,17 +912,118 @@ msgstr "" msgid "Select a FIDO2 device to use for HSM" msgstr "" -msgid "All settings will be reset, are you sure?" +msgid "Use a best-effort default partition layout" msgstr "" -msgid "Back" +msgid "Manual Partitioning" +msgstr "" + +msgid "Pre-mounted configuration" +msgstr "" + +msgid "Unknown" +msgstr "" + +msgid "Partition encryption" +msgstr "" + +msgid " ! Formatting {} in " +msgstr "" + +msgid "← Back" msgstr "" msgid "Disk encryption" msgstr "" +msgid "Configuration" +msgstr "" + msgid "Password" msgstr "" -msgid "Partition encryption" +msgid "All settings will be reset, are you sure?" msgstr "" + +msgid "Back" +msgstr "" + +msgid "Please chose which greeter to install for the chosen profiles: {}" +msgstr "" + +msgid "Environment type: {}" +msgstr "" + +msgid "The proprietary Nvidia driver is not supported by Sway. It is likely that you will run into issues, are you okay with that?" +msgstr "" + +msgid "Installed packages" +msgstr "" + +msgid "Add profile" +msgstr "" + +msgid "Edit profile" +msgstr "" + +msgid "Delete profile" +msgstr "" + +msgid "Profile name: " +msgstr "" + +msgid "The profile name you entered is already in use. Try again" +msgstr "" + +#, fuzzy +msgid "Packages to be install with this profile (space separated, leave blank to skip): " +msgstr "اكتب حزمًا إضافية لتثبيتها (تُفصَل بالمسافات، اتركها فارغة للتخطي):" + +#, fuzzy +msgid "Services to be enabled with this profile (space separated, leave blank to skip): " +msgstr "اكتب حزمًا إضافية لتثبيتها (تُفصَل بالمسافات، اتركها فارغة للتخطي):" + +msgid "Should this profile be enabled for installation?" +msgstr "" + +msgid "Create your own" +msgstr "" + +msgid "" +"\n" +"Select a graphics driver or leave blank to install all open-source drivers" +msgstr "" + +msgid "Sway needs access to your seat (collection of hardware devices i.e. keyboard, mouse, etc)" +msgstr "" + +msgid "" +"\n" +"\n" +"Choose an option to give Sway access to your hardware" +msgstr "" + +msgid "Graphics driver" +msgstr "" + +msgid "Greeter" +msgstr "" + +msgid "Please chose which greeter to install" +msgstr "" + +msgid "This is a list of pre-programmed default_profiles" +msgstr "" + +msgid "Disk configuration" +msgstr "" + +msgid "Profiles" +msgstr "" + +msgid "Finding possible directories to save configuration files ..." +msgstr "" + +#, fuzzy +msgid "Select directory (or directories) for saving configuration files" +msgstr "حدِّد واجهة شبكة واحدة للإعداد" diff --git a/archinstall/locales/base.pot b/archinstall/locales/base.pot index 651fbd58..009dc382 100644 --- a/archinstall/locales/base.pot +++ b/archinstall/locales/base.pot @@ -844,6 +844,119 @@ msgstr "" msgid "The font should be stored as {}" msgstr "" +msgid "Archinstall requires root privileges to run. See --help for more." +msgstr "" + +msgid "Select an execution mode" +msgstr "" + +msgid "Unable to fetch profile from specified url: {}" +msgstr "" + +msgid "" +"Profiles must have unique name, but profile definitions with duplicate name " +"found: {}" +msgstr "" + +msgid "Select one or more devices to use and configure" +msgstr "" + +msgid "" +"If you reset the device selection this will also reset the current disk " +"layout. Are you sure?" +msgstr "" + +msgid "Existing Partitions" +msgstr "" + +msgid "Select a partitioning option" +msgstr "" + +msgid "Enter the root directory of the mounted devices: " +msgstr "" + +msgid "Minimum capacity for /home partition: {}GiB\n" +msgstr "" + +msgid "Minimum capacity for Arch Linux partition: {}GiB" +msgstr "" + +msgid "" +"This is a list of pre-programmed profiles_bck, they might make it easier to " +"install things like desktop environments" +msgstr "" + +msgid "Current profile selection" +msgstr "" + +msgid "Remove all newly added partitions" +msgstr "" + +msgid "Assign mountpoint" +msgstr "" + +msgid "Mark/Unmark to be formatted (wipes data)" +msgstr "" + +msgid "Mark/Unmark as bootable" +msgstr "" + +msgid "Change filesystem" +msgstr "" + +msgid "Mark/Unmark as compressed" +msgstr "" + +msgid "Set subvolumes" +msgstr "" + +msgid "Delete partition" +msgstr "" + +msgid "Partition" +msgstr "" + +msgid "" +"This partition is currently encrypted, to format it a filesystem has to be " +"specified" +msgstr "" + +msgid "" +"Partition mount-points are relative to inside the installation, the boot " +"would be /boot as an example." +msgstr "" + +msgid "" +"If mountpoint /boot is set, then the partition will also be marked as " +"bootable." +msgstr "" + +msgid "Mountpoint: " +msgstr "" + +msgid "Current free sectors on device {}:" +msgstr "" + +msgid "Total sectors: {}" +msgstr "" + +msgid "Enter the start sector (default: {}): " +msgstr "" + +msgid "" +"Enter the end sector of the partition (percentage or block number, default: " +"{}): " +msgstr "" + +msgid "This will remove all newly added partitions, continue?" +msgstr "" + +msgid "Partition management: {}" +msgstr "" + +msgid "Total length: {}" +msgstr "" + msgid "Encryption type" msgstr "" @@ -862,17 +975,123 @@ msgstr "" msgid "Select a FIDO2 device to use for HSM" msgstr "" -msgid "All settings will be reset, are you sure?" +msgid "Use a best-effort default partition layout" msgstr "" -msgid "Back" +msgid "Manual Partitioning" +msgstr "" + +msgid "Pre-mounted configuration" +msgstr "" + +msgid "Unknown" +msgstr "" + +msgid "Partition encryption" +msgstr "" + +msgid " ! Formatting {} in " +msgstr "" + +msgid "← Back" msgstr "" msgid "Disk encryption" msgstr "" +msgid "Configuration" +msgstr "" + msgid "Password" msgstr "" -msgid "Partition encryption" +msgid "All settings will be reset, are you sure?" +msgstr "" + +msgid "Back" +msgstr "" + +msgid "Please chose which greeter to install for the chosen profiles: {}" +msgstr "" + +msgid "Environment type: {}" +msgstr "" + +msgid "" +"The proprietary Nvidia driver is not supported by Sway. It is likely that " +"you will run into issues, are you okay with that?" +msgstr "" + +msgid "Installed packages" +msgstr "" + +msgid "Add profile" +msgstr "" + +msgid "Edit profile" +msgstr "" + +msgid "Delete profile" +msgstr "" + +msgid "Profile name: " +msgstr "" + +msgid "The profile name you entered is already in use. Try again" +msgstr "" + +msgid "" +"Packages to be install with this profile (space separated, leave blank to " +"skip): " +msgstr "" + +msgid "" +"Services to be enabled with this profile (space separated, leave blank to " +"skip): " +msgstr "" + +msgid "Should this profile be enabled for installation?" +msgstr "" + +msgid "Create your own" +msgstr "" + +msgid "" +"\n" +"Select a graphics driver or leave blank to install all open-source drivers" +msgstr "" + +msgid "" +"Sway needs access to your seat (collection of hardware devices i.e. " +"keyboard, mouse, etc)" +msgstr "" + +msgid "" +"\n" +"\n" +"Choose an option to give Sway access to your hardware" +msgstr "" + +msgid "Graphics driver" +msgstr "" + +msgid "Greeter" +msgstr "" + +msgid "Please chose which greeter to install" +msgstr "" + +msgid "This is a list of pre-programmed default_profiles" +msgstr "" + +msgid "Disk configuration" +msgstr "" + +msgid "Profiles" +msgstr "" + +msgid "Finding possible directories to save configuration files ..." +msgstr "" + +msgid "Select directory (or directories) for saving configuration files" msgstr "" diff --git a/archinstall/locales/cs/LC_MESSAGES/base.po b/archinstall/locales/cs/LC_MESSAGES/base.po index a09c6001..76c885aa 100644 --- a/archinstall/locales/cs/LC_MESSAGES/base.po +++ b/archinstall/locales/cs/LC_MESSAGES/base.po @@ -831,6 +831,125 @@ msgstr "" msgid "The font should be stored as {}" msgstr "" +msgid "Archinstall requires root privileges to run. See --help for more." +msgstr "" + +#, fuzzy +msgid "Select an execution mode" +msgstr "Zvolte akci pro '{}'" + +msgid "Unable to fetch profile from specified url: {}" +msgstr "" + +msgid "Profiles must have unique name, but profile definitions with duplicate name found: {}" +msgstr "" + +#, fuzzy +msgid "Select one or more devices to use and configure" +msgstr "Zvolte jeden nebo více pevných disků k použití a konfiguraci" + +#, fuzzy +msgid "If you reset the device selection this will also reset the current disk layout. Are you sure?" +msgstr "Pokud resetujete výběr disku, také tím resetujete stávající rozdělení. Přejete si pokračovat?" + +#, fuzzy +msgid "Existing Partitions" +msgstr "Přidávání nového oddílu..." + +#, fuzzy +msgid "Select a partitioning option" +msgstr "Smazat oddíl" + +#, fuzzy +msgid "Enter the root directory of the mounted devices: " +msgstr "Zadejte adresář pro uložení konfigurace (konfigurací): " + +#, fuzzy +msgid "Minimum capacity for /home partition: {}GiB\n" +msgstr "Minimální kapacita pro oddíl /home: {}GB\n" + +#, fuzzy +msgid "Minimum capacity for Arch Linux partition: {}GiB" +msgstr "Minimální kapacita pro oddíl s Arch Linux: {}GB" + +#, fuzzy +msgid "This is a list of pre-programmed profiles_bck, they might make it easier to install things like desktop environments" +msgstr "Toto je seznam před-programovaných profilů, které by mohly usnadnit instalaci věcí jako jsou desktopová prostředí" + +#, fuzzy +msgid "Current profile selection" +msgstr "Aktuální rozdělení disku" + +#, fuzzy +msgid "Remove all newly added partitions" +msgstr "Vytvořit nový oddíl" + +#, fuzzy +msgid "Assign mountpoint" +msgstr "Přiřaďte přípojný bod k oddílu" + +#, fuzzy +msgid "Mark/Unmark to be formatted (wipes data)" +msgstr "Označení/Odznačení oddílu ke zformátování (vymaže data)" + +msgid "Mark/Unmark as bootable" +msgstr "" + +msgid "Change filesystem" +msgstr "" + +#, fuzzy +msgid "Mark/Unmark as compressed" +msgstr "Označit/Odznačit oddíl s kompresí (jen pro btrfs)" + +#, fuzzy +msgid "Set subvolumes" +msgstr "Smazat podsvazek" + +#, fuzzy +msgid "Delete partition" +msgstr "Smazat oddíl" + +msgid "Partition" +msgstr "" + +msgid "This partition is currently encrypted, to format it a filesystem has to be specified" +msgstr "" + +#, fuzzy +msgid "Partition mount-points are relative to inside the installation, the boot would be /boot as an example." +msgstr " * Přípojné body diskových oddílů jsou relativní uvnitř instalace, například spouštěcí bod by byl /boot." + +msgid "If mountpoint /boot is set, then the partition will also be marked as bootable." +msgstr "" + +msgid "Mountpoint: " +msgstr "" + +msgid "Current free sectors on device {}:" +msgstr "" + +#, fuzzy +msgid "Total sectors: {}" +msgstr "Adresář není validní: {}" + +#, fuzzy +msgid "Enter the start sector (default: {}): " +msgstr "Zadejte počáteční sektor (procenta nebo číslo bloku, výchozí: {}): " + +#, fuzzy +msgid "Enter the end sector of the partition (percentage or block number, default: {}): " +msgstr "Zadejte koncový sektor oddílu (procenta nebo číslo bloku, např. {}): " + +msgid "This will remove all newly added partitions, continue?" +msgstr "" + +msgid "Partition management: {}" +msgstr "" + +msgid "Total length: {}" +msgstr "" + #, fuzzy msgid "Encryption type" msgstr "Šifrovací heslo" @@ -852,24 +971,135 @@ msgid "Select a FIDO2 device to use for HSM" msgstr "" #, fuzzy -msgid "All settings will be reset, are you sure?" -msgstr "{} obsahuje oddíly ve frontě, toto je odstraní, jste si jisti?" +msgid "Use a best-effort default partition layout" +msgstr "Vymazat všechny vybrané disky a použít chytré výchozí rozdělení oddílů" -msgid "Back" +#, fuzzy +msgid "Manual Partitioning" +msgstr "Ruční konfigurace" + +#, fuzzy +msgid "Pre-mounted configuration" +msgstr "Žádná konfigurace" + +msgid "Unknown" +msgstr "" + +msgid "Partition encryption" +msgstr "" + +msgid " ! Formatting {} in " +msgstr "" + +msgid "← Back" msgstr "" msgid "Disk encryption" msgstr "" +#, fuzzy +msgid "Configuration" +msgstr "Žádná konfigurace" + #, fuzzy msgid "Password" msgstr "Heslo správce (root)" -msgid "Partition encryption" +#, fuzzy +msgid "All settings will be reset, are you sure?" +msgstr "{} obsahuje oddíly ve frontě, toto je odstraní, jste si jisti?" + +msgid "Back" +msgstr "" + +msgid "Please chose which greeter to install for the chosen profiles: {}" +msgstr "" + +msgid "Environment type: {}" +msgstr "" + +msgid "The proprietary Nvidia driver is not supported by Sway. It is likely that you will run into issues, are you okay with that?" +msgstr "" + +#, fuzzy +msgid "Installed packages" +msgstr "Dodatečné balíčky" + +#, fuzzy +msgid "Add profile" +msgstr "Profil" + +#, fuzzy +msgid "Edit profile" +msgstr "Profil" + +#, fuzzy +msgid "Delete profile" +msgstr "Smazat rozhraní" + +#, fuzzy +msgid "Profile name: " +msgstr "Profil" + +#, fuzzy +msgid "The profile name you entered is already in use. Try again" +msgstr "Zadané uživatelské jméno není platné. Zkuste to znovu" + +#, fuzzy +msgid "Packages to be install with this profile (space separated, leave blank to skip): " +msgstr "Zadejte další balíčky k instalaci (oddělené mezerou, ponechte prázdné k přeskočení): " + +#, fuzzy +msgid "Services to be enabled with this profile (space separated, leave blank to skip): " +msgstr "Zadejte další balíčky k instalaci (oddělené mezerou, ponechte prázdné k přeskočení): " + +msgid "Should this profile be enabled for installation?" +msgstr "" + +msgid "Create your own" +msgstr "" + +#, fuzzy +msgid "" +"\n" +"Select a graphics driver or leave blank to install all open-source drivers" +msgstr "" +"\n" +"\n" +"Zvolte ovladač grafické karty nebo ponechte prázdné k instalaci všech open-source ovladačů" + +msgid "Sway needs access to your seat (collection of hardware devices i.e. keyboard, mouse, etc)" msgstr "" -#~ msgid "Enter the start sector (percentage or block number, default: {}): " -#~ msgstr "Zadejte počáteční sektor (procenta nebo číslo bloku, výchozí: {}): " +msgid "" +"\n" +"\n" +"Choose an option to give Sway access to your hardware" +msgstr "" + +msgid "Graphics driver" +msgstr "" + +msgid "Greeter" +msgstr "" + +msgid "Please chose which greeter to install" +msgstr "" + +msgid "This is a list of pre-programmed default_profiles" +msgstr "" + +#, fuzzy +msgid "Disk configuration" +msgstr "Žádná konfigurace" -#~ msgid "Enter the end sector of the partition (percentage or block number, ex: {}): " -#~ msgstr "Zadejte koncový sektor oddílu (procenta nebo číslo bloku, např. {}): " +#, fuzzy +msgid "Profiles" +msgstr "Profil" + +msgid "Finding possible directories to save configuration files ..." +msgstr "" + +#, fuzzy +msgid "Select directory (or directories) for saving configuration files" +msgstr "Zvolte jeden nebo více pevných disků k použití a konfiguraci" diff --git a/archinstall/locales/de/LC_MESSAGES/base.po b/archinstall/locales/de/LC_MESSAGES/base.po index ac677188..e1d01ab8 100644 --- a/archinstall/locales/de/LC_MESSAGES/base.po +++ b/archinstall/locales/de/LC_MESSAGES/base.po @@ -850,6 +850,125 @@ msgstr "" msgid "The font should be stored as {}" msgstr "" +msgid "Archinstall requires root privileges to run. See --help for more." +msgstr "" + +#, fuzzy +msgid "Select an execution mode" +msgstr "Wählen sie eine Aktion aus für '{}'" + +msgid "Unable to fetch profile from specified url: {}" +msgstr "" + +msgid "Profiles must have unique name, but profile definitions with duplicate name found: {}" +msgstr "" + +#, fuzzy +msgid "Select one or more devices to use and configure" +msgstr "Bitte wählen sie eine oder mehrere Laufwerke aus die konfiguriert werden sollen" + +#, fuzzy +msgid "If you reset the device selection this will also reset the current disk layout. Are you sure?" +msgstr "Wenn sie die Laufwerkkonfiguration ändern, dann wird die Laufwer-layout zurückgesetzt. Sind sie sicher?" + +#, fuzzy +msgid "Existing Partitions" +msgstr "Partitionen werden hinzugefügt..." + +#, fuzzy +msgid "Select a partitioning option" +msgstr "Partition löschen" + +#, fuzzy +msgid "Enter the root directory of the mounted devices: " +msgstr "Geben sie eine Ordner an wo die Konfigurationen gespeichert werden sollen: " + +#, fuzzy +msgid "Minimum capacity for /home partition: {}GiB\n" +msgstr "Minimaler Speicherplatz für /home Partition: {}GB\n" + +#, fuzzy +msgid "Minimum capacity for Arch Linux partition: {}GiB" +msgstr "Minimaler Speicherplatz für Arch Linux Partition: {}GB" + +#, fuzzy +msgid "This is a list of pre-programmed profiles_bck, they might make it easier to install things like desktop environments" +msgstr "Dies ist eine Liste von bereits programmierten Profilen, diese ermöglichen es einfacher Desktop Umgebungen einzustellen" + +#, fuzzy +msgid "Current profile selection" +msgstr "Momentanes Partitionslayout" + +#, fuzzy +msgid "Remove all newly added partitions" +msgstr "Neue Partition erstellen" + +#, fuzzy +msgid "Assign mountpoint" +msgstr "Mountort für Partition angeben" + +#, fuzzy +msgid "Mark/Unmark to be formatted (wipes data)" +msgstr "Markieren welche Partition formattiert werden soll (alle Daten werden gelöscht)" + +msgid "Mark/Unmark as bootable" +msgstr "" + +msgid "Change filesystem" +msgstr "" + +#, fuzzy +msgid "Mark/Unmark as compressed" +msgstr "Markieren/Unmarkieren Kompression von einer Partition (nur Btrfs) " + +#, fuzzy +msgid "Set subvolumes" +msgstr "Benutzerkonto löschen" + +#, fuzzy +msgid "Delete partition" +msgstr "Partition löschen" + +msgid "Partition" +msgstr "" + +msgid "This partition is currently encrypted, to format it a filesystem has to be specified" +msgstr "" + +#, fuzzy +msgid "Partition mount-points are relative to inside the installation, the boot would be /boot as an example." +msgstr " * Die Mountorte sind relativ zur Installation, zum Beispiel boot würde gemountet auf /boot" + +msgid "If mountpoint /boot is set, then the partition will also be marked as bootable." +msgstr "" + +msgid "Mountpoint: " +msgstr "" + +msgid "Current free sectors on device {}:" +msgstr "" + +#, fuzzy +msgid "Total sectors: {}" +msgstr "Ordner existiert nicht: {}" + +#, fuzzy +msgid "Enter the start sector (default: {}): " +msgstr "Bitte geben Sie den start Sektor ein (in Prozent oder Blocknummer, default: {}): " + +#, fuzzy +msgid "Enter the end sector of the partition (percentage or block number, default: {}): " +msgstr "Bitte geben Sie den end Sektor ein (in Prozent oder Blocknummer, default: {}): " + +msgid "This will remove all newly added partitions, continue?" +msgstr "" + +msgid "Partition management: {}" +msgstr "" + +msgid "Total length: {}" +msgstr "" + #, fuzzy msgid "Encryption type" msgstr "Verschlüsselungspasswort angeben" @@ -872,22 +991,138 @@ msgid "Select a FIDO2 device to use for HSM" msgstr "" #, fuzzy -msgid "All settings will be reset, are you sure?" -msgstr "{} enthält Partitionen in der Warteschlange, dies werden damit entfernt, sind sie sicher?" +msgid "Use a best-effort default partition layout" +msgstr "Alle Laufwerke löschen und ein vorgegebenes Partitionenlayout verwenden" -msgid "Back" +#, fuzzy +msgid "Manual Partitioning" +msgstr "Manuelle konfiguration" + +#, fuzzy +msgid "Pre-mounted configuration" +msgstr "Keine Konfiguration" + +msgid "Unknown" +msgstr "" + +msgid "Partition encryption" +msgstr "" + +msgid " ! Formatting {} in " +msgstr "" + +msgid "← Back" msgstr "" msgid "Disk encryption" msgstr "" +#, fuzzy +msgid "Configuration" +msgstr "Keine Konfiguration" + #, fuzzy msgid "Password" msgstr "Root Passwort" -msgid "Partition encryption" +#, fuzzy +msgid "All settings will be reset, are you sure?" +msgstr "{} enthält Partitionen in der Warteschlange, dies werden damit entfernt, sind sie sicher?" + +msgid "Back" +msgstr "" + +msgid "Please chose which greeter to install for the chosen profiles: {}" msgstr "" +msgid "Environment type: {}" +msgstr "" + +msgid "The proprietary Nvidia driver is not supported by Sway. It is likely that you will run into issues, are you okay with that?" +msgstr "" + +#, fuzzy +msgid "Installed packages" +msgstr "Zus. Packete" + +#, fuzzy +msgid "Add profile" +msgstr "Profile" + +#, fuzzy +msgid "Edit profile" +msgstr "Profile" + +#, fuzzy +msgid "Delete profile" +msgstr "Verbindung löschen" + +#, fuzzy +msgid "Profile name: " +msgstr "Profile" + +msgid "The profile name you entered is already in use. Try again" +msgstr "" + +#, fuzzy +msgid "Packages to be install with this profile (space separated, leave blank to skip): " +msgstr "Schreiben Sie zusätzliche Packete die installiert werden sollen mit einem Leerzeichen getrennt (zum Überspringen leer lassen): " + +#, fuzzy +msgid "Services to be enabled with this profile (space separated, leave blank to skip): " +msgstr "Schreiben Sie zusätzliche Packete die installiert werden sollen mit einem Leerzeichen getrennt (zum Überspringen leer lassen): " + +msgid "Should this profile be enabled for installation?" +msgstr "" + +msgid "Create your own" +msgstr "" + +#, fuzzy +msgid "" +"\n" +"Select a graphics driver or leave blank to install all open-source drivers" +msgstr "" +"\n" +"\n" +"Bitte wählen sie einen Grafiktreiber aus oder leer lassen um alle open-source Treiber zu installieren" + +msgid "Sway needs access to your seat (collection of hardware devices i.e. keyboard, mouse, etc)" +msgstr "" + +msgid "" +"\n" +"\n" +"Choose an option to give Sway access to your hardware" +msgstr "" + +msgid "Graphics driver" +msgstr "" + +msgid "Greeter" +msgstr "" + +msgid "Please chose which greeter to install" +msgstr "" + +msgid "This is a list of pre-programmed default_profiles" +msgstr "" + +#, fuzzy +msgid "Disk configuration" +msgstr "Keine Konfiguration" + +#, fuzzy +msgid "Profiles" +msgstr "Profile" + +msgid "Finding possible directories to save configuration files ..." +msgstr "" + +#, fuzzy +msgid "Select directory (or directories) for saving configuration files" +msgstr "Bitte wählen sie eine oder mehrere Laufwerke aus die konfiguriert werden sollen" + #~ msgid "Add :" #~ msgstr "Hinzufügen :" diff --git a/archinstall/locales/el/LC_MESSAGES/base.po b/archinstall/locales/el/LC_MESSAGES/base.po index efcd6b49..2d2d04c7 100644 --- a/archinstall/locales/el/LC_MESSAGES/base.po +++ b/archinstall/locales/el/LC_MESSAGES/base.po @@ -838,6 +838,125 @@ msgstr "" msgid "The font should be stored as {}" msgstr "" +msgid "Archinstall requires root privileges to run. See --help for more." +msgstr "" + +#, fuzzy +msgid "Select an execution mode" +msgstr "Επιλέξτε μία ενέργεια για '{}'" + +msgid "Unable to fetch profile from specified url: {}" +msgstr "" + +msgid "Profiles must have unique name, but profile definitions with duplicate name found: {}" +msgstr "" + +#, fuzzy +msgid "Select one or more devices to use and configure" +msgstr "Επιλέξτε έναν ή περισσότερους σκληρούς δίσκους προς χρήση και διαμόρφωση" + +#, fuzzy +msgid "If you reset the device selection this will also reset the current disk layout. Are you sure?" +msgstr "Αν επαναφέρετε την επιλογή σκληρού δίσκου αυτό επίσης θα επαναφέρει την τρέχουσα διάταξη δίσκου. Είστε σίγουρη/ος;" + +#, fuzzy +msgid "Existing Partitions" +msgstr "Προσθέτωντας τη διαμέριση...." + +#, fuzzy +msgid "Select a partitioning option" +msgstr "Διαγραφή διαμέρισης" + +#, fuzzy +msgid "Enter the root directory of the mounted devices: " +msgstr "Εισάγετε έναν φάκελο για την αποθήκευση της/ων διαμόρφωση/ων: " + +#, fuzzy +msgid "Minimum capacity for /home partition: {}GiB\n" +msgstr "Ελάχιστη χωρητικότητα για τη διαμέριση /home: {}GB\n" + +#, fuzzy +msgid "Minimum capacity for Arch Linux partition: {}GiB" +msgstr "Ελάχιστη χωρητικότητα για τη διαμέριση Arch Linux: {}GB" + +#, fuzzy +msgid "This is a list of pre-programmed profiles_bck, they might make it easier to install things like desktop environments" +msgstr "Αυτή είναι μία λίστα με προ-προγραμματισμένα προφίλ, που μπορεί να κάνουν την εγκατάσταση πραγμάτων όπως περιβάλλοντα επιφάνειας εργασίας πιο εύκολη" + +#, fuzzy +msgid "Current profile selection" +msgstr "Τρέχουσα διάταξη διαμέρισης" + +#, fuzzy +msgid "Remove all newly added partitions" +msgstr "Δημιουργία καινούργιας διαμέρισης" + +#, fuzzy +msgid "Assign mountpoint" +msgstr "Εκχώρηση σημείου mount για μία διαμέριση" + +#, fuzzy +msgid "Mark/Unmark to be formatted (wipes data)" +msgstr "Σημείωση/Ξεμαρκάρισμα διαμέρισης προς μορφοποίηση (διαγράφει τα δεδομένα)" + +msgid "Mark/Unmark as bootable" +msgstr "" + +msgid "Change filesystem" +msgstr "" + +#, fuzzy +msgid "Mark/Unmark as compressed" +msgstr "Σημείωση/Ξεμαρκάρισμα μίας διαμέρισως ως συμπιεσμένη (μόνο για btrfs)" + +#, fuzzy +msgid "Set subvolumes" +msgstr "Διαγραφή υποόγκου" + +#, fuzzy +msgid "Delete partition" +msgstr "Διαγραφή διαμέρισης" + +msgid "Partition" +msgstr "" + +msgid "This partition is currently encrypted, to format it a filesystem has to be specified" +msgstr "" + +#, fuzzy +msgid "Partition mount-points are relative to inside the installation, the boot would be /boot as an example." +msgstr " * Τα σημεία mount της διαμέρισης είναι σχετικά ως προς το εσωτερικό της εγκατάστασης, για παράδειγμα το boot θα ήταν /boot." + +msgid "If mountpoint /boot is set, then the partition will also be marked as bootable." +msgstr "" + +msgid "Mountpoint: " +msgstr "" + +msgid "Current free sectors on device {}:" +msgstr "" + +#, fuzzy +msgid "Total sectors: {}" +msgstr "Μη έγκυρος φάκελος: {}" + +#, fuzzy +msgid "Enter the start sector (default: {}): " +msgstr "Εισάγετε τον start sector (ποσοστό ή αριθμό block, προκαθορισμένο {}): " + +#, fuzzy +msgid "Enter the end sector of the partition (percentage or block number, default: {}): " +msgstr "Εισάγετε τον end sector της διαμέρισης (ποσοστό ή αριθμό block, πχ: {}) " + +msgid "This will remove all newly added partitions, continue?" +msgstr "" + +msgid "Partition management: {}" +msgstr "" + +msgid "Total length: {}" +msgstr "" + #, fuzzy msgid "Encryption type" msgstr "Κωδικός κρυπτογράφησης" @@ -859,24 +978,135 @@ msgid "Select a FIDO2 device to use for HSM" msgstr "" #, fuzzy -msgid "All settings will be reset, are you sure?" -msgstr "{} περιέχει διαμερίσεις στην ουρά, αυτό θα τις διαγράψει, είστε σίγουρη/ος;" +msgid "Use a best-effort default partition layout" +msgstr "Διαγραφή όλων των επιλεγμένων δίσκων και χρήση μίας προκαθορισμένης διάταξης βέλτιστης προσπάθειας" -msgid "Back" +#, fuzzy +msgid "Manual Partitioning" +msgstr "Χειροκίνητη διαμόρφωση" + +#, fuzzy +msgid "Pre-mounted configuration" +msgstr "Καμία διαμόρφωση" + +msgid "Unknown" +msgstr "" + +msgid "Partition encryption" +msgstr "" + +msgid " ! Formatting {} in " +msgstr "" + +msgid "← Back" msgstr "" msgid "Disk encryption" msgstr "" +#, fuzzy +msgid "Configuration" +msgstr "Καμία διαμόρφωση" + #, fuzzy msgid "Password" msgstr "Κωδικός root" -msgid "Partition encryption" +#, fuzzy +msgid "All settings will be reset, are you sure?" +msgstr "{} περιέχει διαμερίσεις στην ουρά, αυτό θα τις διαγράψει, είστε σίγουρη/ος;" + +msgid "Back" +msgstr "" + +msgid "Please chose which greeter to install for the chosen profiles: {}" +msgstr "" + +msgid "Environment type: {}" +msgstr "" + +msgid "The proprietary Nvidia driver is not supported by Sway. It is likely that you will run into issues, are you okay with that?" +msgstr "" + +#, fuzzy +msgid "Installed packages" +msgstr "Περαιτέρω πακέτα" + +#, fuzzy +msgid "Add profile" +msgstr "Προφίλ" + +#, fuzzy +msgid "Edit profile" +msgstr "Προφίλ" + +#, fuzzy +msgid "Delete profile" +msgstr "Διαγραφή διεπαφής" + +#, fuzzy +msgid "Profile name: " +msgstr "Προφίλ" + +#, fuzzy +msgid "The profile name you entered is already in use. Try again" +msgstr "Το όνομα χρήστη που εισάγατε δεν είναι έγκυρο. Προσπαθήστε ξανά" + +#, fuzzy +msgid "Packages to be install with this profile (space separated, leave blank to skip): " +msgstr "Γράψτε περαιτέρω πακέτα προς εγκατάσταση (χωρισμένα με κενό, αφήστε άδειο για να παραληφθεί): " + +#, fuzzy +msgid "Services to be enabled with this profile (space separated, leave blank to skip): " +msgstr "Γράψτε περαιτέρω πακέτα προς εγκατάσταση (χωρισμένα με κενό, αφήστε άδειο για να παραληφθεί): " + +msgid "Should this profile be enabled for installation?" +msgstr "" + +msgid "Create your own" +msgstr "" + +#, fuzzy +msgid "" +"\n" +"Select a graphics driver or leave blank to install all open-source drivers" +msgstr "" +"\n" +"\n" +"Επιλέξτε έναν οδηγώ γραφικών ή αφήστε άδειο για να εγκατασταθούν όλοι οι οδηγοί ανοιχτής πηγής" + +msgid "Sway needs access to your seat (collection of hardware devices i.e. keyboard, mouse, etc)" msgstr "" -#~ msgid "Enter the start sector (percentage or block number, default: {}): " -#~ msgstr "Εισάγετε τον start sector (ποσοστό ή αριθμό block, προκαθορισμένο {}): " +msgid "" +"\n" +"\n" +"Choose an option to give Sway access to your hardware" +msgstr "" + +msgid "Graphics driver" +msgstr "" + +msgid "Greeter" +msgstr "" + +msgid "Please chose which greeter to install" +msgstr "" + +msgid "This is a list of pre-programmed default_profiles" +msgstr "" + +#, fuzzy +msgid "Disk configuration" +msgstr "Καμία διαμόρφωση" -#~ msgid "Enter the end sector of the partition (percentage or block number, ex: {}): " -#~ msgstr "Εισάγετε τον end sector της διαμέρισης (ποσοστό ή αριθμό block, πχ: {}) " +#, fuzzy +msgid "Profiles" +msgstr "Προφίλ" + +msgid "Finding possible directories to save configuration files ..." +msgstr "" + +#, fuzzy +msgid "Select directory (or directories) for saving configuration files" +msgstr "Επιλέξτε έναν ή περισσότερους σκληρούς δίσκους προς χρήση και διαμόρφωση" diff --git a/archinstall/locales/en/LC_MESSAGES/base.po b/archinstall/locales/en/LC_MESSAGES/base.po index f1722ef9..c95cc951 100644 --- a/archinstall/locales/en/LC_MESSAGES/base.po +++ b/archinstall/locales/en/LC_MESSAGES/base.po @@ -788,6 +788,105 @@ msgstr "" msgid "The font should be stored as {}" msgstr "" +msgid "Archinstall requires root privileges to run. See --help for more." +msgstr "" + +msgid "Select an execution mode" +msgstr "" + +msgid "Unable to fetch profile from specified url: {}" +msgstr "" + +msgid "Profiles must have unique name, but profile definitions with duplicate name found: {}" +msgstr "" + +msgid "Select one or more devices to use and configure" +msgstr "" + +msgid "If you reset the device selection this will also reset the current disk layout. Are you sure?" +msgstr "" + +msgid "Existing Partitions" +msgstr "" + +msgid "Select a partitioning option" +msgstr "" + +msgid "Enter the root directory of the mounted devices: " +msgstr "" + +msgid "Minimum capacity for /home partition: {}GiB\n" +msgstr "" + +msgid "Minimum capacity for Arch Linux partition: {}GiB" +msgstr "" + +msgid "This is a list of pre-programmed profiles_bck, they might make it easier to install things like desktop environments" +msgstr "" + +msgid "Current profile selection" +msgstr "" + +msgid "Remove all newly added partitions" +msgstr "" + +msgid "Assign mountpoint" +msgstr "" + +msgid "Mark/Unmark to be formatted (wipes data)" +msgstr "" + +msgid "Mark/Unmark as bootable" +msgstr "" + +msgid "Change filesystem" +msgstr "" + +msgid "Mark/Unmark as compressed" +msgstr "" + +msgid "Set subvolumes" +msgstr "" + +msgid "Delete partition" +msgstr "" + +msgid "Partition" +msgstr "" + +msgid "This partition is currently encrypted, to format it a filesystem has to be specified" +msgstr "" + +msgid "Partition mount-points are relative to inside the installation, the boot would be /boot as an example." +msgstr "" + +msgid "If mountpoint /boot is set, then the partition will also be marked as bootable." +msgstr "" + +msgid "Mountpoint: " +msgstr "" + +msgid "Current free sectors on device {}:" +msgstr "" + +msgid "Total sectors: {}" +msgstr "" + +msgid "Enter the start sector (default: {}): " +msgstr "" + +msgid "Enter the end sector of the partition (percentage or block number, default: {}): " +msgstr "" + +msgid "This will remove all newly added partitions, continue?" +msgstr "" + +msgid "Partition management: {}" +msgstr "" + +msgid "Total length: {}" +msgstr "" + msgid "Encryption type" msgstr "" @@ -806,17 +905,115 @@ msgstr "" msgid "Select a FIDO2 device to use for HSM" msgstr "" -msgid "All settings will be reset, are you sure?" +msgid "Use a best-effort default partition layout" msgstr "" -msgid "Back" +msgid "Manual Partitioning" +msgstr "" + +msgid "Pre-mounted configuration" +msgstr "" + +msgid "Unknown" +msgstr "" + +msgid "Partition encryption" +msgstr "" + +msgid " ! Formatting {} in " +msgstr "" + +msgid "← Back" msgstr "" msgid "Disk encryption" msgstr "" +msgid "Configuration" +msgstr "" + msgid "Password" msgstr "" -msgid "Partition encryption" +msgid "All settings will be reset, are you sure?" +msgstr "" + +msgid "Back" +msgstr "" + +msgid "Please chose which greeter to install for the chosen profiles: {}" +msgstr "" + +msgid "Environment type: {}" +msgstr "" + +msgid "The proprietary Nvidia driver is not supported by Sway. It is likely that you will run into issues, are you okay with that?" +msgstr "" + +msgid "Installed packages" +msgstr "" + +msgid "Add profile" +msgstr "" + +msgid "Edit profile" +msgstr "" + +msgid "Delete profile" +msgstr "" + +msgid "Profile name: " +msgstr "" + +msgid "The profile name you entered is already in use. Try again" +msgstr "" + +msgid "Packages to be install with this profile (space separated, leave blank to skip): " +msgstr "" + +msgid "Services to be enabled with this profile (space separated, leave blank to skip): " +msgstr "" + +msgid "Should this profile be enabled for installation?" +msgstr "" + +msgid "Create your own" +msgstr "" + +msgid "" +"\n" +"Select a graphics driver or leave blank to install all open-source drivers" +msgstr "" + +msgid "Sway needs access to your seat (collection of hardware devices i.e. keyboard, mouse, etc)" +msgstr "" + +msgid "" +"\n" +"\n" +"Choose an option to give Sway access to your hardware" +msgstr "" + +msgid "Graphics driver" +msgstr "" + +msgid "Greeter" +msgstr "" + +msgid "Please chose which greeter to install" +msgstr "" + +msgid "This is a list of pre-programmed default_profiles" +msgstr "" + +msgid "Disk configuration" +msgstr "" + +msgid "Profiles" +msgstr "" + +msgid "Finding possible directories to save configuration files ..." +msgstr "" + +msgid "Select directory (or directories) for saving configuration files" msgstr "" diff --git a/archinstall/locales/es/LC_MESSAGES/base.po b/archinstall/locales/es/LC_MESSAGES/base.po index 20101de0..1599e7f4 100644 --- a/archinstall/locales/es/LC_MESSAGES/base.po +++ b/archinstall/locales/es/LC_MESSAGES/base.po @@ -836,6 +836,125 @@ msgstr "" msgid "The font should be stored as {}" msgstr "" +msgid "Archinstall requires root privileges to run. See --help for more." +msgstr "" + +#, fuzzy +msgid "Select an execution mode" +msgstr "Seleccione una acción para '{}'" + +msgid "Unable to fetch profile from specified url: {}" +msgstr "" + +msgid "Profiles must have unique name, but profile definitions with duplicate name found: {}" +msgstr "" + +#, fuzzy +msgid "Select one or more devices to use and configure" +msgstr "Seleccione uno o más discos duros para usar y configurar" + +#, fuzzy +msgid "If you reset the device selection this will also reset the current disk layout. Are you sure?" +msgstr "Si restablece la selección del disco duro, esto también restablecerá el diseño actual del disco. ¿Está seguro?" + +#, fuzzy +msgid "Existing Partitions" +msgstr "Añadiendo partición..." + +#, fuzzy +msgid "Select a partitioning option" +msgstr "Eliminar una partición" + +#, fuzzy +msgid "Enter the root directory of the mounted devices: " +msgstr "Introduzca un directorio para guardar la(s) configuración(es): " + +#, fuzzy +msgid "Minimum capacity for /home partition: {}GiB\n" +msgstr "Capacidad mínima para la partición /home: {}GB\n" + +#, fuzzy +msgid "Minimum capacity for Arch Linux partition: {}GiB" +msgstr "Capacidad mínima para la partición Arch Linux: {}GB" + +#, fuzzy +msgid "This is a list of pre-programmed profiles_bck, they might make it easier to install things like desktop environments" +msgstr "Esta es una lista de perfiles pre-programados, pueden facilitar la instalación de aplicaciones como entornos de escritorio" + +#, fuzzy +msgid "Current profile selection" +msgstr "Distribución actual de las particiones" + +#, fuzzy +msgid "Remove all newly added partitions" +msgstr "Crear una nueva partición" + +#, fuzzy +msgid "Assign mountpoint" +msgstr "Asignar punto de montaje para una partición" + +#, fuzzy +msgid "Mark/Unmark to be formatted (wipes data)" +msgstr "Marcar/Desmarcar una partición para ser formateada (borra los datos)" + +msgid "Mark/Unmark as bootable" +msgstr "" + +msgid "Change filesystem" +msgstr "" + +#, fuzzy +msgid "Mark/Unmark as compressed" +msgstr "Marcar/Desmarcar una partición como comprimida (solo btrfs)" + +#, fuzzy +msgid "Set subvolumes" +msgstr "Eliminar usuario" + +#, fuzzy +msgid "Delete partition" +msgstr "Eliminar una partición" + +msgid "Partition" +msgstr "" + +msgid "This partition is currently encrypted, to format it a filesystem has to be specified" +msgstr "" + +#, fuzzy +msgid "Partition mount-points are relative to inside the installation, the boot would be /boot as an example." +msgstr " * Los puntos de montaje de partición son relativos a la instalación, el arranque sería /boot como ejemplo." + +msgid "If mountpoint /boot is set, then the partition will also be marked as bootable." +msgstr "" + +msgid "Mountpoint: " +msgstr "" + +msgid "Current free sectors on device {}:" +msgstr "" + +#, fuzzy +msgid "Total sectors: {}" +msgstr "No es un directorio válido: {}" + +#, fuzzy +msgid "Enter the start sector (default: {}): " +msgstr "Introduzca el sector de inicio (porcentaje o número de bloque, predeterminado: {}): " + +#, fuzzy +msgid "Enter the end sector of the partition (percentage or block number, default: {}): " +msgstr "Ingrese el sector final de la partición (porcentaje o número de bloque, ej: {}): " + +msgid "This will remove all newly added partitions, continue?" +msgstr "" + +msgid "Partition management: {}" +msgstr "" + +msgid "Total length: {}" +msgstr "" + #, fuzzy msgid "Encryption type" msgstr "Contraseña de cifrado" @@ -858,27 +977,138 @@ msgid "Select a FIDO2 device to use for HSM" msgstr "" #, fuzzy -msgid "All settings will be reset, are you sure?" -msgstr "{} contiene particiones en cola, esto eliminará esas particiones, ¿estás seguro?" +msgid "Use a best-effort default partition layout" +msgstr "Borrar todas las unidades seleccionadas y use un diseño de partición predeterminado de mejor esfuerzo" -msgid "Back" +#, fuzzy +msgid "Manual Partitioning" +msgstr "Configuración manual" + +#, fuzzy +msgid "Pre-mounted configuration" +msgstr "Sin configuración" + +msgid "Unknown" +msgstr "" + +msgid "Partition encryption" +msgstr "" + +msgid " ! Formatting {} in " +msgstr "" + +msgid "← Back" msgstr "" msgid "Disk encryption" msgstr "" +#, fuzzy +msgid "Configuration" +msgstr "Sin configuración" + #, fuzzy msgid "Password" msgstr "Contraseña de root" -msgid "Partition encryption" +#, fuzzy +msgid "All settings will be reset, are you sure?" +msgstr "{} contiene particiones en cola, esto eliminará esas particiones, ¿estás seguro?" + +msgid "Back" +msgstr "" + +msgid "Please chose which greeter to install for the chosen profiles: {}" +msgstr "" + +msgid "Environment type: {}" +msgstr "" + +msgid "The proprietary Nvidia driver is not supported by Sway. It is likely that you will run into issues, are you okay with that?" +msgstr "" + +#, fuzzy +msgid "Installed packages" +msgstr "Paquetes adicionales" + +#, fuzzy +msgid "Add profile" +msgstr "Perfil" + +#, fuzzy +msgid "Edit profile" +msgstr "Perfil" + +#, fuzzy +msgid "Delete profile" +msgstr "Eliminar intefaz" + +#, fuzzy +msgid "Profile name: " +msgstr "Perfil" + +#, fuzzy +msgid "The profile name you entered is already in use. Try again" +msgstr "El nombre de usuario que ingresó no es válido. Intente nuevamente" + +#, fuzzy +msgid "Packages to be install with this profile (space separated, leave blank to skip): " +msgstr "Escriba paquetes adicionales para instalar (separados por espacios, deja en blanco para omitir): " + +#, fuzzy +msgid "Services to be enabled with this profile (space separated, leave blank to skip): " +msgstr "Escriba paquetes adicionales para instalar (separados por espacios, deja en blanco para omitir): " + +msgid "Should this profile be enabled for installation?" +msgstr "" + +msgid "Create your own" +msgstr "" + +#, fuzzy +msgid "" +"\n" +"Select a graphics driver or leave blank to install all open-source drivers" +msgstr "" +"\n" +"\n" +"Seleccione un controlador de gráficos o déjelo en blanco para instalar todos los controladores de código abierto" + +msgid "Sway needs access to your seat (collection of hardware devices i.e. keyboard, mouse, etc)" msgstr "" -#~ msgid "Enter the start sector (percentage or block number, default: {}): " -#~ msgstr "Introduzca el sector de inicio (porcentaje o número de bloque, predeterminado: {}): " +msgid "" +"\n" +"\n" +"Choose an option to give Sway access to your hardware" +msgstr "" + +msgid "Graphics driver" +msgstr "" + +msgid "Greeter" +msgstr "" + +msgid "Please chose which greeter to install" +msgstr "" + +msgid "This is a list of pre-programmed default_profiles" +msgstr "" + +#, fuzzy +msgid "Disk configuration" +msgstr "Sin configuración" -#~ msgid "Enter the end sector of the partition (percentage or block number, ex: {}): " -#~ msgstr "Ingrese el sector final de la partición (porcentaje o número de bloque, ej: {}): " +#, fuzzy +msgid "Profiles" +msgstr "Perfil" + +msgid "Finding possible directories to save configuration files ..." +msgstr "" + +#, fuzzy +msgid "Select directory (or directories) for saving configuration files" +msgstr "Seleccione uno o más discos duros para usar y configurar" #~ msgid "Add :" #~ msgstr "Añadir :" diff --git a/archinstall/locales/fr/LC_MESSAGES/base.mo b/archinstall/locales/fr/LC_MESSAGES/base.mo index 16b8a6cf..22e004e0 100644 Binary files a/archinstall/locales/fr/LC_MESSAGES/base.mo and b/archinstall/locales/fr/LC_MESSAGES/base.mo differ diff --git a/archinstall/locales/fr/LC_MESSAGES/base.po b/archinstall/locales/fr/LC_MESSAGES/base.po index 76080e40..87b365e0 100644 --- a/archinstall/locales/fr/LC_MESSAGES/base.po +++ b/archinstall/locales/fr/LC_MESSAGES/base.po @@ -103,7 +103,7 @@ msgid "Enter the end location (in parted units: s, GB, %, etc. ; ex: {}): " msgstr "" msgid "{} contains queued partitions, this will remove those, are you sure?" -msgstr "{} contient des partitions en file d'attente, cela les supprimera, êtes-vous sûr ?" +msgstr "{} contient des partitions en file d'attente, cela les supprimera, êtes-vous sûr ?" msgid "" "{}\n" @@ -127,7 +127,7 @@ msgid " * Partition mount-points are relative to inside the installation, the bo msgstr " * Les points de montage de la partition sont relatifs à l'intérieur de l'installation, le démarrage serait /boot par exemple." msgid "Select where to mount partition (leave blank to remove mountpoint): " -msgstr "Sélectionner où monter la partition (laisser vide pour supprimer le point de montage) : " +msgstr "Sélectionner où monter la partition (laisser vide pour supprimer le point de montage) : " msgid "" "{}\n" @@ -166,7 +166,7 @@ msgstr "" "Sélectionner la partition sur laquelle définir un système de fichiers" msgid "Enter a desired filesystem type for the partition: " -msgstr "Entrer un type de système de fichiers souhaité pour la partition : " +msgstr "Entrer un type de système de fichiers souhaité pour la partition : " msgid "Archinstall language" msgstr "Langue d'Archinstall" @@ -223,10 +223,10 @@ msgid "Choose which locale encoding to use" msgstr "Choisir quel encodage de paramètres régionaux utiliser" msgid "Select one of the values shown below: " -msgstr "Sélectionner l'une des valeurs ci-dessous : " +msgstr "Sélectionner l'une des valeurs ci-dessous : " msgid "Select one or more of the options below: " -msgstr "Sélectionner une ou plusieurs des options ci-dessous : " +msgstr "Sélectionner une ou plusieurs des options ci-dessous : " msgid "Adding partition...." msgstr "Ajout de la partition...." @@ -235,10 +235,10 @@ msgid "You need to enter a valid fs-type in order to continue. See `man parted` msgstr "Vous devez entrer un type de fs valide pour continuer. Voir `man parted` pour les types de fs valides." msgid "Error: Listing profiles on URL \"{}\" resulted in:" -msgstr "Erreur : la liste des profils sur l'URL \"{}\" a entraîné :" +msgstr "Erreur : la liste des profils sur l'URL \"{}\" a entraîné :" msgid "Error: Could not decode \"{}\" result as JSON:" -msgstr "Erreur : Impossible de décoder le résultat \"{}\" en tant que JSON :" +msgstr "Erreur : Impossible de décoder le résultat \"{}\" en tant que JSON :" msgid "Keyboard layout" msgstr "Disposition du clavier" @@ -309,7 +309,7 @@ msgstr "" "Souhaitez-vous continuer ?" msgid "Re-using partition instance: {}" -msgstr "Réutilisation de l'instance de partition : {}" +msgstr "Réutilisation de l'instance de partition : {}" msgid "Create a new partition" msgstr "Créer une nouvelle partition" @@ -364,19 +364,19 @@ msgid "Suggest partition layout" msgstr "Suggérer la disposition des partitions" msgid "Enter a password: " -msgstr "Entrer un mot de passe : " +msgstr "Entrer un mot de passe : " msgid "Enter a encryption password for {}" msgstr "Entrer un mot de passe de chiffrement pour {}" msgid "Enter disk encryption password (leave blank for no encryption): " -msgstr "Entrer le mot de passe de chiffrement du disque (laisser vide pour aucun chiffrement) : " +msgstr "Entrer le mot de passe de chiffrement du disque (laisser vide pour aucun chiffrement) : " msgid "Create a required super-user with sudo privileges: " -msgstr "Créer un super-utilisateur requis avec les privilèges sudo : " +msgstr "Créer un super-utilisateur requis avec les privilèges sudo : " msgid "Enter root password (leave blank to disable root): " -msgstr "Entrer le mot de passe root (laisser vide pour désactiver root) : " +msgstr "Entrer le mot de passe root (laisser vide pour désactiver root) : " msgid "Password for user \"{}\": " msgstr "Mot de passe pour l'utilisateur \"{}\" : " @@ -385,7 +385,7 @@ msgid "Verifying that additional packages exist (this might take a few seconds)" msgstr "Vérifier que des packages supplémentaires existent (cela peut prendre quelques secondes)" msgid "Would you like to use automatic time synchronization (NTP) with the default time servers?\n" -msgstr "Souhaitez-vous utiliser la synchronisation automatique de l'heure (NTP) avec les serveurs de temps par défaut ?\n" +msgstr "Souhaitez-vous utiliser la synchronisation automatique de l'heure (NTP) avec les serveurs de temps par défaut ?\n" msgid "" "Hardware time and other post-configuration steps might be required in order for NTP to work.\n" @@ -395,7 +395,7 @@ msgstr "" "Pour plus d'informations, veuillez consulter le wiki Arch" msgid "Enter a username to create an additional user (leave blank to skip): " -msgstr "Entrer un nom d'utilisateur pour créer un utilisateur supplémentaire (laisser vide pour ignorer) : " +msgstr "Entrer un nom d'utilisateur pour créer un utilisateur supplémentaire (laisser vide pour ignorer) : " msgid "Use ESC to skip\n" msgstr "Utiliser ESC pour ignorer\n" @@ -588,22 +588,22 @@ msgid "[!] A log file has been created here: {}" msgstr "[!] Un fichier journal a été créé ici : {}" msgid "Would you like to use BTRFS subvolumes with a default structure?" -msgstr "Souhaitez-vous utiliser des sous-volumes BTRFS avec une structure par défaut ?" +msgstr "Souhaitez-vous utiliser des sous-volumes BTRFS avec une structure par défaut ?" msgid "Would you like to use BTRFS compression?" -msgstr "Souhaitez-vous utiliser la compression BTRFS ?" +msgstr "Souhaitez-vous utiliser la compression BTRFS ?" msgid "Would you like to create a separate partition for /home?" -msgstr "Souhaitez-vous créer une partition séparée pour /home ?" +msgstr "Souhaitez-vous créer une partition séparée pour /home ?" msgid "The selected drives do not have the minimum capacity required for an automatic suggestion\n" msgstr "Les disques sélectionnés n'ont pas la capacité minimale requise pour une suggestion automatique\n" msgid "Minimum capacity for /home partition: {}GB\n" -msgstr "Capacité minimale pour la partition /home : {} Go\n" +msgstr "Capacité minimale pour la partition /home : {} Go\n" msgid "Minimum capacity for Arch Linux partition: {}GB" -msgstr "Capacité minimale pour la partition Arch Linux : {} Go" +msgstr "Capacité minimale pour la partition Arch Linux : {} Go" msgid "Continue" msgstr "Poursuivre" @@ -645,7 +645,7 @@ msgid "Mark/Unmark a partition as compressed (btrfs only)" msgstr "Marquer/Démarquer une partition comme compressée (btrfs uniquement)" msgid "The password you are using seems to be weak, are you sure you want to use it?" -msgstr "Le mot de passe que vous utilisez semble faible, êtes-vous sûr de vouloir l'utiliser ?" +msgstr "Le mot de passe que vous utilisez semble faible, êtes-vous sûr de vouloir l'utiliser ?" msgid "Provides a selection of desktop environments and tiling window managers, e.g. gnome, kde, sway" msgstr "Fournit une sélection d'environnements de bureau et de gestionnaires de fenêtres en mosaïque, par ex. gnome, kde, sway" @@ -669,16 +669,16 @@ msgid "Press Enter to continue." msgstr "Appuyer sur Entrée pour continuer." msgid "Would you like to chroot into the newly created installation and perform post-installation configuration?" -msgstr "Souhaitez-vous chrooter dans l'installation nouvellement créée et effectuer la configuration post-installation ?" +msgstr "Souhaitez-vous chrooter dans l'installation nouvellement créée et effectuer la configuration post-installation ?" msgid "Are you sure you want to reset this setting?" -msgstr "Voulez-vous vraiment réinitialiser ce paramètre ?" +msgstr "Voulez-vous vraiment réinitialiser ce paramètre ?" msgid "Select one or more hard drives to use and configure\n" msgstr "Sélectionner un ou plusieurs disques durs à utiliser et à configurer\n" msgid "Any modifications to the existing setting will reset the disk layout!" -msgstr "Toute modification du paramètre existant réinitialisera la disposition du disque !" +msgstr "Toute modification du paramètre existant réinitialisera la disposition du disque !" msgid "If you reset the harddrive selection this will also reset the current disk layout. Are you sure?" msgstr "Si vous réinitialisez la sélection du disque dur, cela réinitialisera également la disposition actuelle du disque. Êtes-vous sûr ?" @@ -691,7 +691,7 @@ msgid "" "contains queued partitions, this will remove those, are you sure?" msgstr "" "{}\n" -"contient des partitions en file d'attente, cela les supprimera, êtes-vous sûr ?" +"contient des partitions en file d'attente, cela les supprimera, êtes-vous sûr ?" msgid "No audio server" msgstr "Pas de serveur audio" @@ -761,7 +761,7 @@ msgid "The username you entered is invalid. Try again" msgstr "Le nom d'utilisateur que vous avez saisi n'est pas valide. Réessayer" msgid "Should \"{}\" be a superuser (sudo)?" -msgstr "\"{}\" devrait-il être un superutilisateur (sudo) ?" +msgstr "\"{}\" devrait-il être un superutilisateur (sudo) ?" msgid "Select which partitions to encrypt" msgstr "Sélectionner les partitions à chiffrer" @@ -804,13 +804,13 @@ msgstr "" "Note :" msgid " - Maximum value : {max_downloads} ( Allows {max_downloads} parallel downloads, allows {max_downloads+1} downloads at a time )" -msgstr " - Valeur maximale : {max_downloads} (Autorise {max_downloads} téléchargements parallèles, autorise {max_downloads+1} téléchargements à la fois)" +msgstr " - Valeur maximale : {max_downloads} (Autorise {max_downloads} téléchargements parallèles, autorise {max_downloads+1} téléchargements à la fois)" msgid " - Minimum value : 1 ( Allows 1 parallel download, allows 2 downloads at a time )" msgstr " - Valeur minimale : 1 (Autorise 1 téléchargement parallèle, autorise 2 téléchargements à la fois)" msgid " - Disable/Default : 0 ( Disables parallel downloading, allows only 1 download at a time )" -msgstr " - Désactiver/Défaut : 0 (Désactive le téléchargement parallèle, n'autorise qu'un seul téléchargement à la fois)" +msgstr " - Désactiver/Défaut : 0 (Désactive le téléchargement parallèle, n'autorise qu'un seul téléchargement à la fois)" #, python-brace-format msgid "Invalid input! Try again with a valid input [1 to {max_downloads}, or 0 to disable]" @@ -837,6 +837,125 @@ msgstr "Pour pouvoir utiliser cette traduction, veuillez installer manuellement msgid "The font should be stored as {}" msgstr "La police doit être stockée sous {}" +msgid "Archinstall requires root privileges to run. See --help for more." +msgstr "" + +#, fuzzy +msgid "Select an execution mode" +msgstr "Sélectionner une action pour '{}'" + +msgid "Unable to fetch profile from specified url: {}" +msgstr "" + +msgid "Profiles must have unique name, but profile definitions with duplicate name found: {}" +msgstr "" + +#, fuzzy +msgid "Select one or more devices to use and configure" +msgstr "Sélectionner un ou plusieurs disques durs à utiliser et à configurer" + +#, fuzzy +msgid "If you reset the device selection this will also reset the current disk layout. Are you sure?" +msgstr "Si vous réinitialisez la sélection du disque dur, cela réinitialisera également la disposition actuelle du disque. Êtes-vous sûr ?" + +#, fuzzy +msgid "Existing Partitions" +msgstr "Ajout de la partition...." + +#, fuzzy +msgid "Select a partitioning option" +msgstr "Supprimer une partition" + +#, fuzzy +msgid "Enter the root directory of the mounted devices: " +msgstr "Saisir un répertoire pour la ou les configuration(s) à enregistrer : " + +#, fuzzy +msgid "Minimum capacity for /home partition: {}GiB\n" +msgstr "Capacité minimale pour la partition /home : {} Go\n" + +#, fuzzy +msgid "Minimum capacity for Arch Linux partition: {}GiB" +msgstr "Capacité minimale pour la partition Arch Linux : {} Go" + +#, fuzzy +msgid "This is a list of pre-programmed profiles_bck, they might make it easier to install things like desktop environments" +msgstr "Ceci est une liste de profils préprogrammés, ils pourraient faciliter l'installation d'outils comme les environnements de bureau" + +#, fuzzy +msgid "Current profile selection" +msgstr "Disposition actuelle des partitions" + +#, fuzzy +msgid "Remove all newly added partitions" +msgstr "Créer une nouvelle partition" + +#, fuzzy +msgid "Assign mountpoint" +msgstr "Attribuer un point de montage pour une partition" + +#, fuzzy +msgid "Mark/Unmark to be formatted (wipes data)" +msgstr "Marquer/Démarquer une partition à formater (efface les données)" + +msgid "Mark/Unmark as bootable" +msgstr "" + +msgid "Change filesystem" +msgstr "" + +#, fuzzy +msgid "Mark/Unmark as compressed" +msgstr "Marquer/Démarquer une partition comme compressée (btrfs uniquement)" + +#, fuzzy +msgid "Set subvolumes" +msgstr "Supprimer le sous-volume" + +#, fuzzy +msgid "Delete partition" +msgstr "Supprimer une partition" + +msgid "Partition" +msgstr "" + +msgid "This partition is currently encrypted, to format it a filesystem has to be specified" +msgstr "" + +#, fuzzy +msgid "Partition mount-points are relative to inside the installation, the boot would be /boot as an example." +msgstr " * Les points de montage de la partition sont relatifs à l'intérieur de l'installation, le démarrage serait /boot par exemple." + +msgid "If mountpoint /boot is set, then the partition will also be marked as bootable." +msgstr "" + +msgid "Mountpoint: " +msgstr "" + +msgid "Current free sectors on device {}:" +msgstr "" + +#, fuzzy +msgid "Total sectors: {}" +msgstr "Répertoire non valide : {}" + +#, fuzzy +msgid "Enter the start sector (default: {}): " +msgstr "Entrer le secteur de début (pourcentage ou numéro de bloc, par défaut : {}) : " + +#, fuzzy +msgid "Enter the end sector of the partition (percentage or block number, default: {}): " +msgstr "Entrer le secteur de fin de la partition (pourcentage ou numéro de bloc, ex : {}) : " + +msgid "This will remove all newly added partitions, continue?" +msgstr "" + +msgid "Partition management: {}" +msgstr "" + +msgid "Total length: {}" +msgstr "" + #, fuzzy msgid "Encryption type" msgstr "Mot de passe de chiffrement" @@ -859,27 +978,138 @@ msgid "Select a FIDO2 device to use for HSM" msgstr "" #, fuzzy -msgid "All settings will be reset, are you sure?" -msgstr "{} contient des partitions en file d'attente, cela les supprimera, êtes-vous sûr ?" +msgid "Use a best-effort default partition layout" +msgstr "Effacer tous les lecteurs sélectionnés et utiliser une disposition de partition par défaut optimale" -msgid "Back" +#, fuzzy +msgid "Manual Partitioning" +msgstr "Configuration manuelle" + +#, fuzzy +msgid "Pre-mounted configuration" +msgstr "Aucune configuration" + +msgid "Unknown" +msgstr "" + +msgid "Partition encryption" +msgstr "" + +msgid " ! Formatting {} in " +msgstr "" + +msgid "← Back" msgstr "" msgid "Disk encryption" msgstr "" +#, fuzzy +msgid "Configuration" +msgstr "Aucune configuration" + #, fuzzy msgid "Password" msgstr "Mot de passe root" -msgid "Partition encryption" +#, fuzzy +msgid "All settings will be reset, are you sure?" +msgstr "{} contient des partitions en file d'attente, cela les supprimera, êtes-vous sûr ?" + +msgid "Back" +msgstr "" + +msgid "Please chose which greeter to install for the chosen profiles: {}" +msgstr "" + +msgid "Environment type: {}" +msgstr "" + +msgid "The proprietary Nvidia driver is not supported by Sway. It is likely that you will run into issues, are you okay with that?" +msgstr "" + +#, fuzzy +msgid "Installed packages" +msgstr "Packages supplémentaires" + +#, fuzzy +msgid "Add profile" +msgstr "Profil" + +#, fuzzy +msgid "Edit profile" +msgstr "Profil" + +#, fuzzy +msgid "Delete profile" +msgstr "Supprimer l'interface" + +#, fuzzy +msgid "Profile name: " +msgstr "Profil" + +#, fuzzy +msgid "The profile name you entered is already in use. Try again" +msgstr "Le nom d'utilisateur que vous avez saisi n'est pas valide. Réessayer" + +#, fuzzy +msgid "Packages to be install with this profile (space separated, leave blank to skip): " +msgstr "Écrire des packages supplémentaires à installer (espaces séparés, laisser vide pour ignorer) : " + +#, fuzzy +msgid "Services to be enabled with this profile (space separated, leave blank to skip): " +msgstr "Écrire des packages supplémentaires à installer (espaces séparés, laisser vide pour ignorer) : " + +msgid "Should this profile be enabled for installation?" +msgstr "" + +msgid "Create your own" +msgstr "" + +#, fuzzy +msgid "" +"\n" +"Select a graphics driver or leave blank to install all open-source drivers" msgstr "" +"\n" +"\n" +"Sélectionner un pilote graphique ou laisser vide pour installer tous les pilotes open-source" -#~ msgid "Enter the start sector (percentage or block number, default: {}): " -#~ msgstr "Entrer le secteur de début (pourcentage ou numéro de bloc, par défaut : {}) : " +msgid "Sway needs access to your seat (collection of hardware devices i.e. keyboard, mouse, etc)" +msgstr "" -#~ msgid "Enter the end sector of the partition (percentage or block number, ex: {}): " -#~ msgstr "Entrer le secteur de fin de la partition (pourcentage ou numéro de bloc, ex : {}) : " +msgid "" +"\n" +"\n" +"Choose an option to give Sway access to your hardware" +msgstr "" + +msgid "Graphics driver" +msgstr "" + +msgid "Greeter" +msgstr "" + +msgid "Please chose which greeter to install" +msgstr "" + +msgid "This is a list of pre-programmed default_profiles" +msgstr "" + +#, fuzzy +msgid "Disk configuration" +msgstr "Aucune configuration" + +#, fuzzy +msgid "Profiles" +msgstr "Profil" + +msgid "Finding possible directories to save configuration files ..." +msgstr "" + +#, fuzzy +msgid "Select directory (or directories) for saving configuration files" +msgstr "Sélectionner un ou plusieurs disques durs à utiliser et à configurer" #, python-brace-format #~ msgid "Edit {origkey} :" diff --git a/archinstall/locales/id/LC_MESSAGES/base.mo b/archinstall/locales/id/LC_MESSAGES/base.mo index 6e707237..b81fe108 100644 Binary files a/archinstall/locales/id/LC_MESSAGES/base.mo and b/archinstall/locales/id/LC_MESSAGES/base.mo differ diff --git a/archinstall/locales/id/LC_MESSAGES/base.po b/archinstall/locales/id/LC_MESSAGES/base.po index 6cc19cbf..5ed2f3c8 100644 --- a/archinstall/locales/id/LC_MESSAGES/base.po +++ b/archinstall/locales/id/LC_MESSAGES/base.po @@ -832,46 +832,280 @@ msgid "[Default value: 0] > " msgstr "[Nilai default: 0] > " msgid "To be able to use this translation, please install a font manually that supports the language." -msgstr "Untuk dapat menggunakan terjemahan ini, silakan instal font yang mendukung bahasa tersebut secara manual." +msgstr "" msgid "The font should be stored as {}" -msgstr "Font harus disimpan sebagai {}" +msgstr "" + +msgid "Archinstall requires root privileges to run. See --help for more." +msgstr "" + +#, fuzzy +msgid "Select an execution mode" +msgstr "Pilih tindakan untuk '{}'" + +msgid "Unable to fetch profile from specified url: {}" +msgstr "" + +msgid "Profiles must have unique name, but profile definitions with duplicate name found: {}" +msgstr "" + +#, fuzzy +msgid "Select one or more devices to use and configure" +msgstr "Pilih satu atau lebih hard drive untuk digunakan dan dikonfigurasi" + +#, fuzzy +msgid "If you reset the device selection this will also reset the current disk layout. Are you sure?" +msgstr "Jika Anda mengatur ulang pilihan harddrive, ini juga akan mengatur ulang tata letak disk saat ini. Apakah Anda yakin?" + +#, fuzzy +msgid "Existing Partitions" +msgstr "Menambahkan partisi...." + +#, fuzzy +msgid "Select a partitioning option" +msgstr "Hapus partisi" + +#, fuzzy +msgid "Enter the root directory of the mounted devices: " +msgstr "Masukkan direktori untuk konfigurasi yang akan disimpan: " + +#, fuzzy +msgid "Minimum capacity for /home partition: {}GiB\n" +msgstr "Kapasitas minimum untuk partisi /home: {}GB\n" + +#, fuzzy +msgid "Minimum capacity for Arch Linux partition: {}GiB" +msgstr "Kapasitas minimum untuk partisi Arch Linux: {}GB" + +#, fuzzy +msgid "This is a list of pre-programmed profiles_bck, they might make it easier to install things like desktop environments" +msgstr "Ini adalah daftar profil yang telah diprogram sebelumnya, mereka mungkin memudahkan untuk menginstal hal-hal seperti desktop environment" + +#, fuzzy +msgid "Current profile selection" +msgstr "Tata letak partisi saat ini" + +#, fuzzy +msgid "Remove all newly added partitions" +msgstr "Buat partisi baru" + +#, fuzzy +msgid "Assign mountpoint" +msgstr "Tetapkan titik-mount untuk sebuah partisi" + +#, fuzzy +msgid "Mark/Unmark to be formatted (wipes data)" +msgstr "Tandai/Hapus tanda partisi yang akan diformat (menghapus data)" + +msgid "Mark/Unmark as bootable" +msgstr "" + +msgid "Change filesystem" +msgstr "" +#, fuzzy +msgid "Mark/Unmark as compressed" +msgstr "Tandai/Hapus tanda partisi sebagai terkompresi (hanya btrfs)" + +#, fuzzy +msgid "Set subvolumes" +msgstr "Hapus subvolume" + +#, fuzzy +msgid "Delete partition" +msgstr "Hapus partisi" + +msgid "Partition" +msgstr "" + +msgid "This partition is currently encrypted, to format it a filesystem has to be specified" +msgstr "" + +#, fuzzy +msgid "Partition mount-points are relative to inside the installation, the boot would be /boot as an example." +msgstr " * Mount point partisi relatif terhadap di dalam instalasi, boot akan menjadi /boot sebagai contoh." + +msgid "If mountpoint /boot is set, then the partition will also be marked as bootable." +msgstr "" + +msgid "Mountpoint: " +msgstr "" + +msgid "Current free sectors on device {}:" +msgstr "" + +#, fuzzy +msgid "Total sectors: {}" +msgstr "Bukan direktori yang valid: {}" + +#, fuzzy +msgid "Enter the start sector (default: {}): " +msgstr "Masukkan sektor awal (persentase atau nomor blok, default: {}): " + +#, fuzzy +msgid "Enter the end sector of the partition (percentage or block number, default: {}): " +msgstr "Masukkan sektor akhir partisi (persentase atau nomor blok, mis: {}): " + +msgid "This will remove all newly added partitions, continue?" +msgstr "" + +msgid "Partition management: {}" +msgstr "" + +msgid "Total length: {}" +msgstr "" + +#, fuzzy msgid "Encryption type" -msgstr "Tipe enkripsi" +msgstr "Kata sandi enkripsi" msgid "Partitions" -msgstr "Partisi" +msgstr "" msgid "No HSM devices available" -msgstr "Tidak ada perangkat HSM yang tersedia" +msgstr "" +#, fuzzy msgid "Partitions to be encrypted" -msgstr "Partisi yang akan dienkripsi" +msgstr "Pilih partisi mana yang akan dienkripsi" msgid "Select disk encryption option" -msgstr "Pilih opsi enkripsi disk" +msgstr "" msgid "Select a FIDO2 device to use for HSM" -msgstr "Pilih perangkat FID02 yang akan digunakan untuk HSM" +msgstr "" -msgid "All settings will be reset, are you sure?" -msgstr "Semua pengaturan akan direset, apakah Anda yakin?" +#, fuzzy +msgid "Use a best-effort default partition layout" +msgstr "Hapus semua drive yang dipilih dan gunakan upaya terbaik tata letak partisi default" -msgid "Back" -msgstr "Kembali" +#, fuzzy +msgid "Manual Partitioning" +msgstr "Konfigurasi manual" + +#, fuzzy +msgid "Pre-mounted configuration" +msgstr "Tidak ada konfigurasi" + +msgid "Unknown" +msgstr "" + +msgid "Partition encryption" +msgstr "" + +msgid " ! Formatting {} in " +msgstr "" + +msgid "← Back" +msgstr "" msgid "Disk encryption" -msgstr "Enkripsi disk" +msgstr "" +#, fuzzy +msgid "Configuration" +msgstr "Tidak ada konfigurasi" + +#, fuzzy msgid "Password" -msgstr "Kata sandi" +msgstr "Kata sandi root" -msgid "Partition encryption" -msgstr "Enkripsi partisi" +#, fuzzy +msgid "All settings will be reset, are you sure?" +msgstr "{} berisi partisi yang mengantri, ini akan menghapusnya, apakah Anda yakin?" + +msgid "Back" +msgstr "" + +msgid "Please chose which greeter to install for the chosen profiles: {}" +msgstr "" + +msgid "Environment type: {}" +msgstr "" -#~ msgid "Enter the start sector (percentage or block number, default: {}): " -#~ msgstr "Masukkan sektor awal (persentase atau nomor blok, default: {}): " +msgid "The proprietary Nvidia driver is not supported by Sway. It is likely that you will run into issues, are you okay with that?" +msgstr "" + +#, fuzzy +msgid "Installed packages" +msgstr "Paket tambahan" + +#, fuzzy +msgid "Add profile" +msgstr "Profil" -#~ msgid "Enter the end sector of the partition (percentage or block number, ex: {}): " -#~ msgstr "Masukkan sektor akhir partisi (persentase atau nomor blok, mis: {}): " +#, fuzzy +msgid "Edit profile" +msgstr "Profil" + +#, fuzzy +msgid "Delete profile" +msgstr "Hapus interface" + +#, fuzzy +msgid "Profile name: " +msgstr "Profil" + +#, fuzzy +msgid "The profile name you entered is already in use. Try again" +msgstr "Nama pengguna yang Anda masukkan tidak valid. Coba lagi" + +#, fuzzy +msgid "Packages to be install with this profile (space separated, leave blank to skip): " +msgstr "Ketik paket tambahan untuk diinstal (dipisahkan dengan spasi, biarkan kosong untuk dilewati): " + +#, fuzzy +msgid "Services to be enabled with this profile (space separated, leave blank to skip): " +msgstr "Ketik paket tambahan untuk diinstal (dipisahkan dengan spasi, biarkan kosong untuk dilewati): " + +msgid "Should this profile be enabled for installation?" +msgstr "" + +msgid "Create your own" +msgstr "" + +#, fuzzy +msgid "" +"\n" +"Select a graphics driver or leave blank to install all open-source drivers" +msgstr "" +"\n" +"\n" +"Pilih driver grafis atau biarkan kosong untuk menginstal semua driver open-source" + +msgid "Sway needs access to your seat (collection of hardware devices i.e. keyboard, mouse, etc)" +msgstr "" + +msgid "" +"\n" +"\n" +"Choose an option to give Sway access to your hardware" +msgstr "" + +msgid "Graphics driver" +msgstr "" + +msgid "Greeter" +msgstr "" + +msgid "Please chose which greeter to install" +msgstr "" + +msgid "This is a list of pre-programmed default_profiles" +msgstr "" + +#, fuzzy +msgid "Disk configuration" +msgstr "Tidak ada konfigurasi" + +#, fuzzy +msgid "Profiles" +msgstr "Profil" + +msgid "Finding possible directories to save configuration files ..." +msgstr "" + +#, fuzzy +msgid "Select directory (or directories) for saving configuration files" +msgstr "Pilih satu atau lebih hard drive untuk digunakan dan dikonfigurasi" diff --git a/archinstall/locales/it/LC_MESSAGES/base.po b/archinstall/locales/it/LC_MESSAGES/base.po index 00df1a3f..c4acc04d 100644 --- a/archinstall/locales/it/LC_MESSAGES/base.po +++ b/archinstall/locales/it/LC_MESSAGES/base.po @@ -837,6 +837,125 @@ msgstr "Per poter utilizzare questa traduzione, installa manualmente un font che msgid "The font should be stored as {}" msgstr "Il carattere dovrebbe essere memorizzato come {}" +msgid "Archinstall requires root privileges to run. See --help for more." +msgstr "" + +#, fuzzy +msgid "Select an execution mode" +msgstr "Seleziona un'azione per '{}'" + +msgid "Unable to fetch profile from specified url: {}" +msgstr "" + +msgid "Profiles must have unique name, but profile definitions with duplicate name found: {}" +msgstr "" + +#, fuzzy +msgid "Select one or more devices to use and configure" +msgstr "Selezionare uno o più dischi rigidi da utilizzare e configurare" + +#, fuzzy +msgid "If you reset the device selection this will also reset the current disk layout. Are you sure?" +msgstr "Se si ripristina la selezione del disco rigido, verrà ripristinato anche il layout del disco corrente. Sei sicuro?" + +#, fuzzy +msgid "Existing Partitions" +msgstr "Aggiungendo la partizione...." + +#, fuzzy +msgid "Select a partitioning option" +msgstr "Elimina una partizione" + +#, fuzzy +msgid "Enter the root directory of the mounted devices: " +msgstr "Immettere una directory per le configurazioni da salvare: " + +#, fuzzy +msgid "Minimum capacity for /home partition: {}GiB\n" +msgstr "Capacità minima per la partizione /home: {}GB\n" + +#, fuzzy +msgid "Minimum capacity for Arch Linux partition: {}GiB" +msgstr "Capacità minima per la partizione Arch Linux: {}GB" + +#, fuzzy +msgid "This is a list of pre-programmed profiles_bck, they might make it easier to install things like desktop environments" +msgstr "Questo è un elenco di profili preprogrammati, che potrebbero semplificare l'installazione di elementi come gli ambienti desktop" + +#, fuzzy +msgid "Current profile selection" +msgstr "Layout della partizione corrente" + +#, fuzzy +msgid "Remove all newly added partitions" +msgstr "Crea una nuova partizione" + +#, fuzzy +msgid "Assign mountpoint" +msgstr "Assegna punto di montaggio per una partizione" + +#, fuzzy +msgid "Mark/Unmark to be formatted (wipes data)" +msgstr "Seleziona/Deseleziona una partizione da formattare (cancella i dati)" + +msgid "Mark/Unmark as bootable" +msgstr "" + +msgid "Change filesystem" +msgstr "" + +#, fuzzy +msgid "Mark/Unmark as compressed" +msgstr "Seleziona/Deseleziona una partizione come compressa (solo btrfs)" + +#, fuzzy +msgid "Set subvolumes" +msgstr "Elimina sottovolume" + +#, fuzzy +msgid "Delete partition" +msgstr "Elimina una partizione" + +msgid "Partition" +msgstr "" + +msgid "This partition is currently encrypted, to format it a filesystem has to be specified" +msgstr "" + +#, fuzzy +msgid "Partition mount-points are relative to inside the installation, the boot would be /boot as an example." +msgstr " * I punti di montaggio della partizione sono relativi all'interno dell'installazione, l'avvio sarebbe per esempio /boot." + +msgid "If mountpoint /boot is set, then the partition will also be marked as bootable." +msgstr "" + +msgid "Mountpoint: " +msgstr "" + +msgid "Current free sectors on device {}:" +msgstr "" + +#, fuzzy +msgid "Total sectors: {}" +msgstr "Directory non valida: {}" + +#, fuzzy +msgid "Enter the start sector (default: {}): " +msgstr "Inserisci il settore iniziale (percentuale o numero di blocco, predefinito: {}): " + +#, fuzzy +msgid "Enter the end sector of the partition (percentage or block number, default: {}): " +msgstr "Inserisci il settore finale (percentuale o numero di blocco, predefinito: {}): " + +msgid "This will remove all newly added partitions, continue?" +msgstr "" + +msgid "Partition management: {}" +msgstr "" + +msgid "Total length: {}" +msgstr "" + #, fuzzy msgid "Encryption type" msgstr "Password di crittografia" @@ -858,24 +977,135 @@ msgid "Select a FIDO2 device to use for HSM" msgstr "" #, fuzzy -msgid "All settings will be reset, are you sure?" -msgstr "{} contiene partizioni in coda, questo le rimuoverà, sei sicuro?" +msgid "Use a best-effort default partition layout" +msgstr "Cancella tutte le unità selezionate e utilizza un layout di partizione predefinito ottimale" -msgid "Back" +#, fuzzy +msgid "Manual Partitioning" +msgstr "Configurazione manuale" + +#, fuzzy +msgid "Pre-mounted configuration" +msgstr "Nessuna configurazione" + +msgid "Unknown" +msgstr "" + +msgid "Partition encryption" +msgstr "" + +msgid " ! Formatting {} in " +msgstr "" + +msgid "← Back" msgstr "" msgid "Disk encryption" msgstr "" +#, fuzzy +msgid "Configuration" +msgstr "Nessuna configurazione" + #, fuzzy msgid "Password" msgstr "Password di root" -msgid "Partition encryption" +#, fuzzy +msgid "All settings will be reset, are you sure?" +msgstr "{} contiene partizioni in coda, questo le rimuoverà, sei sicuro?" + +msgid "Back" +msgstr "" + +msgid "Please chose which greeter to install for the chosen profiles: {}" +msgstr "" + +msgid "Environment type: {}" +msgstr "" + +msgid "The proprietary Nvidia driver is not supported by Sway. It is likely that you will run into issues, are you okay with that?" +msgstr "" + +#, fuzzy +msgid "Installed packages" +msgstr "Pacchetti aggiuntivi" + +#, fuzzy +msgid "Add profile" +msgstr "Profilo" + +#, fuzzy +msgid "Edit profile" +msgstr "Profilo" + +#, fuzzy +msgid "Delete profile" +msgstr "Elimina interfaccia" + +#, fuzzy +msgid "Profile name: " +msgstr "Profilo" + +#, fuzzy +msgid "The profile name you entered is already in use. Try again" +msgstr "Il nome utente inserito non è valido. Riprova" + +#, fuzzy +msgid "Packages to be install with this profile (space separated, leave blank to skip): " +msgstr "Scrivi pacchetti aggiuntivi da installare (separati da spazi, lascia vuoto per saltare): " + +#, fuzzy +msgid "Services to be enabled with this profile (space separated, leave blank to skip): " +msgstr "Scrivi pacchetti aggiuntivi da installare (separati da spazi, lascia vuoto per saltare): " + +msgid "Should this profile be enabled for installation?" +msgstr "" + +msgid "Create your own" +msgstr "" + +#, fuzzy +msgid "" +"\n" +"Select a graphics driver or leave blank to install all open-source drivers" +msgstr "" +"\n" +"\n" +"Seleziona un driver grafico o lascia vuoto per installare tutti i driver open source" + +msgid "Sway needs access to your seat (collection of hardware devices i.e. keyboard, mouse, etc)" msgstr "" -#~ msgid "Enter the start sector (percentage or block number, default: {}): " -#~ msgstr "Inserisci il settore iniziale (percentuale o numero di blocco, predefinito: {}): " +msgid "" +"\n" +"\n" +"Choose an option to give Sway access to your hardware" +msgstr "" + +msgid "Graphics driver" +msgstr "" + +msgid "Greeter" +msgstr "" + +msgid "Please chose which greeter to install" +msgstr "" + +msgid "This is a list of pre-programmed default_profiles" +msgstr "" + +#, fuzzy +msgid "Disk configuration" +msgstr "Nessuna configurazione" -#~ msgid "Enter the end sector of the partition (percentage or block number, ex: {}): " -#~ msgstr "Inserisci il settore finale (percentuale o numero di blocco, predefinito: {}): " +#, fuzzy +msgid "Profiles" +msgstr "Profilo" + +msgid "Finding possible directories to save configuration files ..." +msgstr "" + +#, fuzzy +msgid "Select directory (or directories) for saving configuration files" +msgstr "Selezionare uno o più dischi rigidi da utilizzare e configurare" diff --git a/archinstall/locales/ka/LC_MESSAGES/base.po b/archinstall/locales/ka/LC_MESSAGES/base.po index c89ec795..7a88f96c 100644 --- a/archinstall/locales/ka/LC_MESSAGES/base.po +++ b/archinstall/locales/ka/LC_MESSAGES/base.po @@ -838,6 +838,126 @@ msgstr "თარგმანის გამოსაყენებლად msgid "The font should be stored as {}" msgstr "ფონტი {}-ში უნდა იყოს შენახული" +msgid "Archinstall requires root privileges to run. See --help for more." +msgstr "" + +#, fuzzy +msgid "Select an execution mode" +msgstr "აირჩიეთ ქმედება '{}'-სთვის" + +msgid "Unable to fetch profile from specified url: {}" +msgstr "" + +msgid "Profiles must have unique name, but profile definitions with duplicate name found: {}" +msgstr "" + +#, fuzzy +msgid "Select one or more devices to use and configure" +msgstr "აირჩიეთ ერთი ან მეტი მყარი დისკი და მოირგეთ" + +#, fuzzy +msgid "If you reset the device selection this will also reset the current disk layout. Are you sure?" +msgstr "ეს მყარი დისკის არჩევანს და მიმდინარე დისკის განლაგებას საწყის მნიშვნელობებზე დააბრუნებს. დარწმუნებული ბრძანდებით?" + +#, fuzzy +msgid "Existing Partitions" +msgstr "დანაყოფები" + +#, fuzzy +msgid "Select a partitioning option" +msgstr "აირჩიეთ დისკის დაშიფვრის პარამეტრი" + +#, fuzzy +msgid "Enter the root directory of the mounted devices: " +msgstr "შეიყვანეთ საქაღალდე, სადაც კონფიგურაცი(ებ)-ი იქნება შენახული: " + +#, fuzzy +msgid "Minimum capacity for /home partition: {}GiB\n" +msgstr "მინიმალური სივრცე დანაყოფისთვის /home: {}გბ\n" + +#, fuzzy +msgid "Minimum capacity for Arch Linux partition: {}GiB" +msgstr "მინიმალური სივრცე ArchLinux-ის დანაყოფისთვის: {}გბ" + +#, fuzzy +msgid "This is a list of pre-programmed profiles_bck, they might make it easier to install things like desktop environments" +msgstr "ეს წინასწარ მითითებული პროფილების სიაა. მათი დახმარებით ისეთი რამების, როგორიცაა სამუშაო მაგიდის გარემოები, დაყენება უფრო ადვილია" + +#, fuzzy +msgid "Current profile selection" +msgstr "მიმდინარე დანაყოფების განლაგება" + +#, fuzzy +msgid "Remove all newly added partitions" +msgstr "ახალი დანაყოფის შექმნა" + +#, fuzzy +msgid "Assign mountpoint" +msgstr "დანაყოფის მიმაგრების წერტილის მინიჭება" + +#, fuzzy +msgid "Mark/Unmark to be formatted (wipes data)" +msgstr "დანაყოფის დასაფორმატებლობის ჭდის მოხსნა/დადება (მონაცემები წაიშლება)" + +msgid "Mark/Unmark as bootable" +msgstr "" + +msgid "Change filesystem" +msgstr "" + +#, fuzzy +msgid "Mark/Unmark as compressed" +msgstr "დანაყოფზე შეკუმშულობის ჭდის მოხსნა/დადება (მხოლოდ btrfs)" + +#, fuzzy +msgid "Set subvolumes" +msgstr "ქვეტომის წაშლა" + +#, fuzzy +msgid "Delete partition" +msgstr "დანაყოფის წაშლა" + +#, fuzzy +msgid "Partition" +msgstr "დანაყოფები" + +msgid "This partition is currently encrypted, to format it a filesystem has to be specified" +msgstr "" + +#, fuzzy +msgid "Partition mount-points are relative to inside the installation, the boot would be /boot as an example." +msgstr " * დანაყოფის მიმაგრების წერტილები შედარებითია დაყენების შიგნით. ჩატვირთვა, მაგალითად, /boot შეიძლება, იყოს." + +msgid "If mountpoint /boot is set, then the partition will also be marked as bootable." +msgstr "" + +msgid "Mountpoint: " +msgstr "" + +msgid "Current free sectors on device {}:" +msgstr "" + +#, fuzzy +msgid "Total sectors: {}" +msgstr "არასწორი საქაღალდე: {}" + +#, fuzzy +msgid "Enter the start sector (default: {}): " +msgstr "შეიყვანეთ საწყისი სექტორი (პროცენტებში ან ბლოკის ნომერი. ნაგულისხმები: {}): " + +#, fuzzy +msgid "Enter the end sector of the partition (percentage or block number, default: {}): " +msgstr "შეიყვანეთ დანაყოფის ბოლო სექტორი (პროცენტულად ან ბლოკის ნომერი. მაგ: {}): " + +msgid "This will remove all newly added partitions, continue?" +msgstr "" + +msgid "Partition management: {}" +msgstr "" + +msgid "Total length: {}" +msgstr "" + msgid "Encryption type" msgstr "დაშიფვრის ტიპი" @@ -856,23 +976,135 @@ msgstr "აირჩიეთ დისკის დაშიფვრის პ msgid "Select a FIDO2 device to use for HSM" msgstr "აირჩიეთ HSM-სთვის გამოსაყენებელი FIDO2 მოწყობილობა" -msgid "All settings will be reset, are you sure?" -msgstr "ყველა პარამეტრი დაბრუნდება. დარწმუნებული ბრძანდებით?" +#, fuzzy +msgid "Use a best-effort default partition layout" +msgstr "მონიშნულ დისკებზე ყველაფრის წაშლა და დანაყოფების განლაგების საუკეთესო განლაგების გამოყენება" -msgid "Back" +#, fuzzy +msgid "Manual Partitioning" +msgstr "დანაყოფები" + +#, fuzzy +msgid "Pre-mounted configuration" +msgstr "მორგების გარეშე" + +msgid "Unknown" +msgstr "" + +msgid "Partition encryption" +msgstr "დანაყოფის დაშიფვრა" + +msgid " ! Formatting {} in " +msgstr "" + +#, fuzzy +msgid "← Back" msgstr "უკან" msgid "Disk encryption" msgstr "დისკის დაშიფვრა" +#, fuzzy +msgid "Configuration" +msgstr "მორგების გარეშე" + msgid "Password" msgstr "პაროლი" -msgid "Partition encryption" -msgstr "დანაყოფის დაშიფვრა" +msgid "All settings will be reset, are you sure?" +msgstr "ყველა პარამეტრი დაბრუნდება. დარწმუნებული ბრძანდებით?" + +msgid "Back" +msgstr "უკან" + +msgid "Please chose which greeter to install for the chosen profiles: {}" +msgstr "" -#~ msgid "Enter the start sector (percentage or block number, default: {}): " -#~ msgstr "შეიყვანეთ საწყისი სექტორი (პროცენტებში ან ბლოკის ნომერი. ნაგულისხმები: {}): " +msgid "Environment type: {}" +msgstr "" + +msgid "The proprietary Nvidia driver is not supported by Sway. It is likely that you will run into issues, are you okay with that?" +msgstr "" + +#, fuzzy +msgid "Installed packages" +msgstr "დამატებითი პაკეტები" + +#, fuzzy +msgid "Add profile" +msgstr "პროფილი" + +#, fuzzy +msgid "Edit profile" +msgstr "პროფილი" -#~ msgid "Enter the end sector of the partition (percentage or block number, ex: {}): " -#~ msgstr "შეიყვანეთ დანაყოფის ბოლო სექტორი (პროცენტულად ან ბლოკის ნომერი. მაგ: {}): " +#, fuzzy +msgid "Delete profile" +msgstr "ინტერფეისის წაშლა" + +#, fuzzy +msgid "Profile name: " +msgstr "პროფილი" + +#, fuzzy +msgid "The profile name you entered is already in use. Try again" +msgstr "შეყვანილი მომხმარებლის სახელი არასწორია. კიდევ სცადეთ" + +#, fuzzy +msgid "Packages to be install with this profile (space separated, leave blank to skip): " +msgstr "დამატებითი პაკეტები დასაყენებლად (გამოტოვებით გამოყოფილი, გამოსატოვებლად ცარიელი დატოვეთ): " + +#, fuzzy +msgid "Services to be enabled with this profile (space separated, leave blank to skip): " +msgstr "დამატებითი პაკეტები დასაყენებლად (გამოტოვებით გამოყოფილი, გამოსატოვებლად ცარიელი დატოვეთ): " + +msgid "Should this profile be enabled for installation?" +msgstr "" + +msgid "Create your own" +msgstr "" + +#, fuzzy +msgid "" +"\n" +"Select a graphics driver or leave blank to install all open-source drivers" +msgstr "" +"\n" +"\n" +"აირჩიეთ გრაფიკის დრაივერი ან, ღია კოდის მქონე დრაივერის დასაყენებლად, ცარიელი დატოვეთ" + +msgid "Sway needs access to your seat (collection of hardware devices i.e. keyboard, mouse, etc)" +msgstr "" + +msgid "" +"\n" +"\n" +"Choose an option to give Sway access to your hardware" +msgstr "" + +msgid "Graphics driver" +msgstr "" + +msgid "Greeter" +msgstr "" + +msgid "Please chose which greeter to install" +msgstr "" + +msgid "This is a list of pre-programmed default_profiles" +msgstr "" + +#, fuzzy +msgid "Disk configuration" +msgstr "მორგების გარეშე" + +#, fuzzy +msgid "Profiles" +msgstr "პროფილი" + +msgid "Finding possible directories to save configuration files ..." +msgstr "" + +#, fuzzy +msgid "Select directory (or directories) for saving configuration files" +msgstr "აირჩიეთ ერთი ან მეტი მყარი დისკი და მოირგეთ" diff --git a/archinstall/locales/ko/LC_MESSAGES/base.po b/archinstall/locales/ko/LC_MESSAGES/base.po index 4363031e..3503a816 100644 --- a/archinstall/locales/ko/LC_MESSAGES/base.po +++ b/archinstall/locales/ko/LC_MESSAGES/base.po @@ -838,6 +838,125 @@ msgstr "이 번역을 사용하려면 해당 언어를 지원하는 글꼴을 msgid "The font should be stored as {}" msgstr "글꼴은 {} (으)로 저장해야 합니다" +msgid "Archinstall requires root privileges to run. See --help for more." +msgstr "" + +#, fuzzy +msgid "Select an execution mode" +msgstr "'{}' 에 대한 작업 선택" + +msgid "Unable to fetch profile from specified url: {}" +msgstr "" + +msgid "Profiles must have unique name, but profile definitions with duplicate name found: {}" +msgstr "" + +#, fuzzy +msgid "Select one or more devices to use and configure" +msgstr "사용하고 구성할 하드 드라이브를 하나 이상 선택하세요" + +#, fuzzy +msgid "If you reset the device selection this will also reset the current disk layout. Are you sure?" +msgstr "하드 드라이브 선택을 재설정하면 현재 디스크 레이아웃도 재설정됩니다. 정말 진행하시겠습니까?" + +#, fuzzy +msgid "Existing Partitions" +msgstr "파티션 추가 중...." + +#, fuzzy +msgid "Select a partitioning option" +msgstr "파티션 제거" + +#, fuzzy +msgid "Enter the root directory of the mounted devices: " +msgstr "저장할 구성의 디렉토리를 입력하세요: " + +#, fuzzy +msgid "Minimum capacity for /home partition: {}GiB\n" +msgstr "Arch Linux 파티션의 최대 용량: {}GB\n" + +#, fuzzy +msgid "Minimum capacity for Arch Linux partition: {}GiB" +msgstr "Arch Linux 파티션의 최소 용량: {}GB" + +#, fuzzy +msgid "This is a list of pre-programmed profiles_bck, they might make it easier to install things like desktop environments" +msgstr "이것은 사전 프로그래밍된 프로필 목록이며 데스크톱 환경과 같은 것을 더 쉽게 설치할 수 있습니다" + +#, fuzzy +msgid "Current profile selection" +msgstr "현재 파티션 레이아웃" + +#, fuzzy +msgid "Remove all newly added partitions" +msgstr "새 파티션 생성" + +#, fuzzy +msgid "Assign mountpoint" +msgstr "파티션에 대한 마운트 지점 할당" + +#, fuzzy +msgid "Mark/Unmark to be formatted (wipes data)" +msgstr "포맷할 파티션 표시/표시 해제 (데이터 삭제)" + +msgid "Mark/Unmark as bootable" +msgstr "" + +msgid "Change filesystem" +msgstr "" + +#, fuzzy +msgid "Mark/Unmark as compressed" +msgstr "파티션을 압축된 것으로 표시/표시 해제(btrfs만 해당)" + +#, fuzzy +msgid "Set subvolumes" +msgstr "하위 볼륨 제거" + +#, fuzzy +msgid "Delete partition" +msgstr "파티션 제거" + +msgid "Partition" +msgstr "" + +msgid "This partition is currently encrypted, to format it a filesystem has to be specified" +msgstr "" + +#, fuzzy +msgid "Partition mount-points are relative to inside the installation, the boot would be /boot as an example." +msgstr " * 파티션 마운트 포인트는 설치 내부를 기준으로 하며 예를 들어 부팅은 /boot 입니다." + +msgid "If mountpoint /boot is set, then the partition will also be marked as bootable." +msgstr "" + +msgid "Mountpoint: " +msgstr "" + +msgid "Current free sectors on device {}:" +msgstr "" + +#, fuzzy +msgid "Total sectors: {}" +msgstr "올바른 디렉터리가 아닙니다: {}" + +#, fuzzy +msgid "Enter the start sector (default: {}): " +msgstr "시작 섹터를 입력하세요 (백분율 또는 블록 번호, 기본값: {}): " + +#, fuzzy +msgid "Enter the end sector of the partition (percentage or block number, default: {}): " +msgstr "파티션의 끝 섹터를 입력하세요 (백분율 또는 블록 번호, 예시: {}): " + +msgid "This will remove all newly added partitions, continue?" +msgstr "" + +msgid "Partition management: {}" +msgstr "" + +msgid "Total length: {}" +msgstr "" + #, fuzzy msgid "Encryption type" msgstr "비밀번호 암호화" @@ -859,24 +978,135 @@ msgid "Select a FIDO2 device to use for HSM" msgstr "" #, fuzzy -msgid "All settings will be reset, are you sure?" -msgstr "{} 에 대기 중인 파티션이 포함되어 있습니다. 그러면 이러한 파티션이 제거됩니다. 정말 진행하시겠습니까?" +msgid "Use a best-effort default partition layout" +msgstr "선택한 모든 드라이브를 지우고 최선의 기본 파티션 레이아웃 사용" -msgid "Back" +#, fuzzy +msgid "Manual Partitioning" +msgstr "수동 구성" + +#, fuzzy +msgid "Pre-mounted configuration" +msgstr "구성 없음" + +msgid "Unknown" +msgstr "" + +msgid "Partition encryption" +msgstr "" + +msgid " ! Formatting {} in " +msgstr "" + +msgid "← Back" msgstr "" msgid "Disk encryption" msgstr "" +#, fuzzy +msgid "Configuration" +msgstr "구성 없음" + #, fuzzy msgid "Password" msgstr "루트 비밀번호" -msgid "Partition encryption" +#, fuzzy +msgid "All settings will be reset, are you sure?" +msgstr "{} 에 대기 중인 파티션이 포함되어 있습니다. 그러면 이러한 파티션이 제거됩니다. 정말 진행하시겠습니까?" + +msgid "Back" +msgstr "" + +msgid "Please chose which greeter to install for the chosen profiles: {}" +msgstr "" + +msgid "Environment type: {}" +msgstr "" + +msgid "The proprietary Nvidia driver is not supported by Sway. It is likely that you will run into issues, are you okay with that?" +msgstr "" + +#, fuzzy +msgid "Installed packages" +msgstr "추가 패키지" + +#, fuzzy +msgid "Add profile" +msgstr "프로필" + +#, fuzzy +msgid "Edit profile" +msgstr "프로필" + +#, fuzzy +msgid "Delete profile" +msgstr "인터페이스 제거" + +#, fuzzy +msgid "Profile name: " +msgstr "프로필" + +#, fuzzy +msgid "The profile name you entered is already in use. Try again" +msgstr "입력한 사용자 이름이 잘못되었습니다. 다시 시도하세요" + +#, fuzzy +msgid "Packages to be install with this profile (space separated, leave blank to skip): " +msgstr "설치할 추가 패키지 작성하세요 (띄어쓰기로 구분, 건너뛰려면 공백): " + +#, fuzzy +msgid "Services to be enabled with this profile (space separated, leave blank to skip): " +msgstr "설치할 추가 패키지 작성하세요 (띄어쓰기로 구분, 건너뛰려면 공백): " + +msgid "Should this profile be enabled for installation?" +msgstr "" + +msgid "Create your own" +msgstr "" + +#, fuzzy +msgid "" +"\n" +"Select a graphics driver or leave blank to install all open-source drivers" +msgstr "" +"\n" +"\n" +"모든 오픈 소스 드라이버를 설치하려면 그래픽 드라이버를 선택하거나 공백으로 두세요" + +msgid "Sway needs access to your seat (collection of hardware devices i.e. keyboard, mouse, etc)" msgstr "" -#~ msgid "Enter the start sector (percentage or block number, default: {}): " -#~ msgstr "시작 섹터를 입력하세요 (백분율 또는 블록 번호, 기본값: {}): " +msgid "" +"\n" +"\n" +"Choose an option to give Sway access to your hardware" +msgstr "" + +msgid "Graphics driver" +msgstr "" + +msgid "Greeter" +msgstr "" + +msgid "Please chose which greeter to install" +msgstr "" + +msgid "This is a list of pre-programmed default_profiles" +msgstr "" + +#, fuzzy +msgid "Disk configuration" +msgstr "구성 없음" -#~ msgid "Enter the end sector of the partition (percentage or block number, ex: {}): " -#~ msgstr "파티션의 끝 섹터를 입력하세요 (백분율 또는 블록 번호, 예시: {}): " +#, fuzzy +msgid "Profiles" +msgstr "프로필" + +msgid "Finding possible directories to save configuration files ..." +msgstr "" + +#, fuzzy +msgid "Select directory (or directories) for saving configuration files" +msgstr "사용하고 구성할 하드 드라이브를 하나 이상 선택하세요" diff --git a/archinstall/locales/languages.json b/archinstall/locales/languages.json index 1e33dcde..58a55373 100644 --- a/archinstall/locales/languages.json +++ b/archinstall/locales/languages.json @@ -169,7 +169,7 @@ {"abbr": "tr", "lang": "Turkish", "translated_lang" : "Türkçe"}, {"abbr": "tw", "lang": "Twi"}, {"abbr": "ug", "lang": "Uighur"}, - {"abbr": "uk", "lang": "Ukrainian", "translated_lang": "Українська"}, + {"abbr": "uk", "lang": "Ukrainian"}, {"abbr": "ur", "lang": "Urdu", "translated_lang": "اردو"}, {"abbr": "uz", "lang": "Uzbek"}, {"abbr": "ve", "lang": "Venda"}, diff --git a/archinstall/locales/nl/LC_MESSAGES/base.po b/archinstall/locales/nl/LC_MESSAGES/base.po index 7f3de195..3f97513a 100644 --- a/archinstall/locales/nl/LC_MESSAGES/base.po +++ b/archinstall/locales/nl/LC_MESSAGES/base.po @@ -865,6 +865,122 @@ msgstr "" msgid "The font should be stored as {}" msgstr "" +msgid "Archinstall requires root privileges to run. See --help for more." +msgstr "" + +#, fuzzy +msgid "Select an execution mode" +msgstr "Kies een actie voor '{}'" + +msgid "Unable to fetch profile from specified url: {}" +msgstr "" + +msgid "Profiles must have unique name, but profile definitions with duplicate name found: {}" +msgstr "" + +#, fuzzy +msgid "Select one or more devices to use and configure" +msgstr "Selecteer één of meer in te stellen harde schijven" + +msgid "If you reset the device selection this will also reset the current disk layout. Are you sure?" +msgstr "" + +#, fuzzy +msgid "Existing Partitions" +msgstr "Bezig met toevoegen van partitie…" + +#, fuzzy +msgid "Select a partitioning option" +msgstr "Partitie verwijderen" + +#, fuzzy +msgid "Enter the root directory of the mounted devices: " +msgstr "Voer de naam in van de map waarin de configuratie(s) moet(en) worden vastgelegd: " + +msgid "Minimum capacity for /home partition: {}GiB\n" +msgstr "" + +msgid "Minimum capacity for Arch Linux partition: {}GiB" +msgstr "" + +#, fuzzy +msgid "This is a list of pre-programmed profiles_bck, they might make it easier to install things like desktop environments" +msgstr "Dit is een vooraf opgestelde lijst met profielen, welke het installeren van zaken als werkomgevingen vereenvoudigt" + +#, fuzzy +msgid "Current profile selection" +msgstr "Huidige partitie-indeling" + +#, fuzzy +msgid "Remove all newly added partitions" +msgstr "Partitie aanmaken" + +#, fuzzy +msgid "Assign mountpoint" +msgstr "Aankoppelpunt toekennen aan partitie" + +#, fuzzy +msgid "Mark/Unmark to be formatted (wipes data)" +msgstr "Partitie (de)markeren voor formatteren (alle gegevens worden gewist)" + +msgid "Mark/Unmark as bootable" +msgstr "" + +msgid "Change filesystem" +msgstr "" + +#, fuzzy +msgid "Mark/Unmark as compressed" +msgstr "Partitie (de)markeren voor versleuteling" + +#, fuzzy +msgid "Set subvolumes" +msgstr "Gebruiker verwijderen" + +#, fuzzy +msgid "Delete partition" +msgstr "Partitie verwijderen" + +msgid "Partition" +msgstr "" + +msgid "This partition is currently encrypted, to format it a filesystem has to be specified" +msgstr "" + +#, fuzzy +msgid "Partition mount-points are relative to inside the installation, the boot would be /boot as an example." +msgstr " *Partitie-aankoppelpunten zijn gekoppeld aan de fysieke installatie. Voorbeeld: ‘boot’ wordt ‘/boot’." + +msgid "If mountpoint /boot is set, then the partition will also be marked as bootable." +msgstr "" + +msgid "Mountpoint: " +msgstr "" + +msgid "Current free sectors on device {}:" +msgstr "" + +#, fuzzy +msgid "Total sectors: {}" +msgstr "Ongeldige map: {}" + +#, fuzzy +msgid "Enter the start sector (default: {}): " +msgstr "Voer de beginsector in (percentage of bloknummer - standaard: {}): " + +#, fuzzy +msgid "Enter the end sector of the partition (percentage or block number, default: {}): " +msgstr "Voer de eindsector in (percentage of bloknummer - bijvoorbeeld: {}): " + +msgid "This will remove all newly added partitions, continue?" +msgstr "" + +msgid "Partition management: {}" +msgstr "" + +msgid "Total length: {}" +msgstr "" + #, fuzzy msgid "Encryption type" msgstr "Versleutelwachtwoord instellen" @@ -887,27 +1003,137 @@ msgid "Select a FIDO2 device to use for HSM" msgstr "" #, fuzzy -msgid "All settings will be reset, are you sure?" -msgstr "‘{}’ bevat in behandeling zijnde partities, welke hierdoor worden verwijderd. Weet u zeker dat u wilt doorgaan?" +msgid "Use a best-effort default partition layout" +msgstr "Alle geselecteerde schijven formatteren en best mogelijke partitie-indeling gebruiken" -msgid "Back" +#, fuzzy +msgid "Manual Partitioning" +msgstr "Configuratie vastleggen" + +#, fuzzy +msgid "Pre-mounted configuration" +msgstr "Geen configuratie" + +msgid "Unknown" +msgstr "" + +msgid "Partition encryption" +msgstr "" + +msgid " ! Formatting {} in " +msgstr "" + +msgid "← Back" msgstr "" msgid "Disk encryption" msgstr "" +#, fuzzy +msgid "Configuration" +msgstr "Geen configuratie" + #, fuzzy msgid "Password" msgstr "Rootwachtwoord" -msgid "Partition encryption" +#, fuzzy +msgid "All settings will be reset, are you sure?" +msgstr "‘{}’ bevat in behandeling zijnde partities, welke hierdoor worden verwijderd. Weet u zeker dat u wilt doorgaan?" + +msgid "Back" +msgstr "" + +msgid "Please chose which greeter to install for the chosen profiles: {}" +msgstr "" + +msgid "Environment type: {}" +msgstr "" + +msgid "The proprietary Nvidia driver is not supported by Sway. It is likely that you will run into issues, are you okay with that?" +msgstr "" + +#, fuzzy +msgid "Installed packages" +msgstr "Aanvullende pakketten" + +#, fuzzy +msgid "Add profile" +msgstr "Profiel" + +#, fuzzy +msgid "Edit profile" +msgstr "Profiel" + +#, fuzzy +msgid "Delete profile" +msgstr "Gebruiker verwijderen" + +#, fuzzy +msgid "Profile name: " +msgstr "Profiel" + +msgid "The profile name you entered is already in use. Try again" msgstr "" -#~ msgid "Enter the start sector (percentage or block number, default: {}): " -#~ msgstr "Voer de beginsector in (percentage of bloknummer - standaard: {}): " +#, fuzzy +msgid "Packages to be install with this profile (space separated, leave blank to skip): " +msgstr "Typ de namen van te installeren pakketten (spatiegescheiden - laat leeg om over te slaan): " + +#, fuzzy +msgid "Services to be enabled with this profile (space separated, leave blank to skip): " +msgstr "Typ de namen van te installeren pakketten (spatiegescheiden - laat leeg om over te slaan): " + +msgid "Should this profile be enabled for installation?" +msgstr "" + +msgid "Create your own" +msgstr "" + +#, fuzzy +msgid "" +"\n" +"Select a graphics driver or leave blank to install all open-source drivers" +msgstr "" +"\n" +"\n" +"Kies een grafisch stuurprogramma of laat leeg om alle opensource-stuurprogramma's te installeren" + +msgid "Sway needs access to your seat (collection of hardware devices i.e. keyboard, mouse, etc)" +msgstr "" -#~ msgid "Enter the end sector of the partition (percentage or block number, ex: {}): " -#~ msgstr "Voer de eindsector in (percentage of bloknummer - bijvoorbeeld: {}): " +msgid "" +"\n" +"\n" +"Choose an option to give Sway access to your hardware" +msgstr "" + +msgid "Graphics driver" +msgstr "" + +msgid "Greeter" +msgstr "" + +msgid "Please chose which greeter to install" +msgstr "" + +msgid "This is a list of pre-programmed default_profiles" +msgstr "" + +#, fuzzy +msgid "Disk configuration" +msgstr "Geen configuratie" + +#, fuzzy +msgid "Profiles" +msgstr "Profiel" + +msgid "Finding possible directories to save configuration files ..." +msgstr "" + +#, fuzzy +msgid "Select directory (or directories) for saving configuration files" +msgstr "Selecteer één of meer in te stellen harde schijven" #~ msgid "Add :" #~ msgstr "Toevoegen:" diff --git a/archinstall/locales/pl/LC_MESSAGES/base.po b/archinstall/locales/pl/LC_MESSAGES/base.po index ec4fcbd4..3f6c1dca 100644 --- a/archinstall/locales/pl/LC_MESSAGES/base.po +++ b/archinstall/locales/pl/LC_MESSAGES/base.po @@ -839,6 +839,125 @@ msgstr "" msgid "The font should be stored as {}" msgstr "" +msgid "Archinstall requires root privileges to run. See --help for more." +msgstr "" + +#, fuzzy +msgid "Select an execution mode" +msgstr "Wybierz akcję dla '{}'" + +msgid "Unable to fetch profile from specified url: {}" +msgstr "" + +msgid "Profiles must have unique name, but profile definitions with duplicate name found: {}" +msgstr "" + +#, fuzzy +msgid "Select one or more devices to use and configure" +msgstr "Wybierz jeden lub więcej dysków twardych do użycia i skonfiguruj je" + +#, fuzzy +msgid "If you reset the device selection this will also reset the current disk layout. Are you sure?" +msgstr "Jeżeli zresetujesz wybór dysków, zresetujesz także obecny układ dysków. Jesteś pewny, że chcesz to zrobić?" + +#, fuzzy +msgid "Existing Partitions" +msgstr "Dodawanie partycji..." + +#, fuzzy +msgid "Select a partitioning option" +msgstr "Usuń partycję" + +#, fuzzy +msgid "Enter the root directory of the mounted devices: " +msgstr "Wprowadź katalog, w którym ma zostać zapisana konfiguracja: " + +#, fuzzy +msgid "Minimum capacity for /home partition: {}GiB\n" +msgstr "Maksymalna pojemność dla partycji /home: {}GB\n" + +#, fuzzy +msgid "Minimum capacity for Arch Linux partition: {}GiB" +msgstr "Minimalna pojemność dla partycji Arch Linux: {}GB" + +#, fuzzy +msgid "This is a list of pre-programmed profiles_bck, they might make it easier to install things like desktop environments" +msgstr "To jest lista wstępnie zaprogramowanych profili, które mogą ułatwić instalację takich rzeczy jak środowiska graficzne" + +#, fuzzy +msgid "Current profile selection" +msgstr "Aktualny układ partycji" + +#, fuzzy +msgid "Remove all newly added partitions" +msgstr "Utwórz nową partycję" + +#, fuzzy +msgid "Assign mountpoint" +msgstr "Przydzielanie punktu montowania dla partycji" + +#, fuzzy +msgid "Mark/Unmark to be formatted (wipes data)" +msgstr "Zaznacz/odznacz partycję, która ma zostać sformatowana (wymazuje dane)" + +msgid "Mark/Unmark as bootable" +msgstr "" + +msgid "Change filesystem" +msgstr "" + +#, fuzzy +msgid "Mark/Unmark as compressed" +msgstr "Oznacz/odznacz partycje jako skompresowaną (tylko w btrfs)" + +#, fuzzy +msgid "Set subvolumes" +msgstr "Usuń podwolumen" + +#, fuzzy +msgid "Delete partition" +msgstr "Usuń partycję" + +msgid "Partition" +msgstr "" + +msgid "This partition is currently encrypted, to format it a filesystem has to be specified" +msgstr "" + +#, fuzzy +msgid "Partition mount-points are relative to inside the installation, the boot would be /boot as an example." +msgstr " * Punkty montowania partycji są względne w stosunku do wnętrza instalacji, np. partycja startowa to /boot." + +msgid "If mountpoint /boot is set, then the partition will also be marked as bootable." +msgstr "" + +msgid "Mountpoint: " +msgstr "" + +msgid "Current free sectors on device {}:" +msgstr "" + +#, fuzzy +msgid "Total sectors: {}" +msgstr "Nie jest to prawidłowy katalog: {}" + +#, fuzzy +msgid "Enter the start sector (default: {}): " +msgstr "Wprowadź sektor początkowy (procent lub numer bloku, domyślnie: {}): " + +#, fuzzy +msgid "Enter the end sector of the partition (percentage or block number, default: {}): " +msgstr "Wprowadź sektor końcowy (procent lub numer bloku, domyślnie: {}): " + +msgid "This will remove all newly added partitions, continue?" +msgstr "" + +msgid "Partition management: {}" +msgstr "" + +msgid "Total length: {}" +msgstr "" + #, fuzzy msgid "Encryption type" msgstr "Hasło szyfrujące" @@ -861,27 +980,138 @@ msgid "Select a FIDO2 device to use for HSM" msgstr "" #, fuzzy -msgid "All settings will be reset, are you sure?" -msgstr "{} zawiera partycje oczekujące w kolejce, to spowoduje ich usunięcie, czy jesteś pewien?" +msgid "Use a best-effort default partition layout" +msgstr "Wymaż wszystkie wybrane dyski i użyj najlepszego domyślnego układu partycji" -msgid "Back" +#, fuzzy +msgid "Manual Partitioning" +msgstr "Ręczna konfiguracja" + +#, fuzzy +msgid "Pre-mounted configuration" +msgstr "Brak konfiguracji" + +msgid "Unknown" +msgstr "" + +msgid "Partition encryption" +msgstr "" + +msgid " ! Formatting {} in " +msgstr "" + +msgid "← Back" msgstr "" msgid "Disk encryption" msgstr "" +#, fuzzy +msgid "Configuration" +msgstr "Brak konfiguracji" + #, fuzzy msgid "Password" msgstr "Hasło użytkownika root" -msgid "Partition encryption" +#, fuzzy +msgid "All settings will be reset, are you sure?" +msgstr "{} zawiera partycje oczekujące w kolejce, to spowoduje ich usunięcie, czy jesteś pewien?" + +msgid "Back" +msgstr "" + +msgid "Please chose which greeter to install for the chosen profiles: {}" +msgstr "" + +msgid "Environment type: {}" +msgstr "" + +msgid "The proprietary Nvidia driver is not supported by Sway. It is likely that you will run into issues, are you okay with that?" +msgstr "" + +#, fuzzy +msgid "Installed packages" +msgstr "Dodatkowe pakiety" + +#, fuzzy +msgid "Add profile" +msgstr "Profil" + +#, fuzzy +msgid "Edit profile" +msgstr "Profil" + +#, fuzzy +msgid "Delete profile" +msgstr "Usuń interfejs" + +#, fuzzy +msgid "Profile name: " +msgstr "Profil" + +#, fuzzy +msgid "The profile name you entered is already in use. Try again" +msgstr "Wprowadzona nazwa użytkownika jest nieprawidłowa. Spróbuj ponownie" + +#, fuzzy +msgid "Packages to be install with this profile (space separated, leave blank to skip): " +msgstr "Wpisz dodatkowe pakiety do zainstalowania (oddzielone spacjami, pozostaw puste aby pominąć): " + +#, fuzzy +msgid "Services to be enabled with this profile (space separated, leave blank to skip): " +msgstr "Wpisz dodatkowe pakiety do zainstalowania (oddzielone spacjami, pozostaw puste aby pominąć): " + +msgid "Should this profile be enabled for installation?" +msgstr "" + +msgid "Create your own" +msgstr "" + +#, fuzzy +msgid "" +"\n" +"Select a graphics driver or leave blank to install all open-source drivers" +msgstr "" +"\n" +"\n" +"Wybierz sterownik graficzny lub pozostaw puste pole, aby zainstalować wszystkie sterowniki typu open source" + +msgid "Sway needs access to your seat (collection of hardware devices i.e. keyboard, mouse, etc)" msgstr "" -#~ msgid "Enter the start sector (percentage or block number, default: {}): " -#~ msgstr "Wprowadź sektor początkowy (procent lub numer bloku, domyślnie: {}): " +msgid "" +"\n" +"\n" +"Choose an option to give Sway access to your hardware" +msgstr "" + +msgid "Graphics driver" +msgstr "" + +msgid "Greeter" +msgstr "" + +msgid "Please chose which greeter to install" +msgstr "" + +msgid "This is a list of pre-programmed default_profiles" +msgstr "" + +#, fuzzy +msgid "Disk configuration" +msgstr "Brak konfiguracji" -#~ msgid "Enter the end sector of the partition (percentage or block number, ex: {}): " -#~ msgstr "Wprowadź sektor końcowy (procent lub numer bloku, domyślnie: {}): " +#, fuzzy +msgid "Profiles" +msgstr "Profil" + +msgid "Finding possible directories to save configuration files ..." +msgstr "" + +#, fuzzy +msgid "Select directory (or directories) for saving configuration files" +msgstr "Wybierz jeden lub więcej dysków twardych do użycia i skonfiguruj je" #~ msgid "Add :" #~ msgstr "Dodaj :" diff --git a/archinstall/locales/pt/LC_MESSAGES/base.po b/archinstall/locales/pt/LC_MESSAGES/base.po index 4f772aae..9f44f02f 100644 --- a/archinstall/locales/pt/LC_MESSAGES/base.po +++ b/archinstall/locales/pt/LC_MESSAGES/base.po @@ -887,6 +887,122 @@ msgstr "" msgid "The font should be stored as {}" msgstr "" +msgid "Archinstall requires root privileges to run. See --help for more." +msgstr "" + +#, fuzzy +msgid "Select an execution mode" +msgstr "Selecione uma ação para '{}'" + +msgid "Unable to fetch profile from specified url: {}" +msgstr "" + +msgid "Profiles must have unique name, but profile definitions with duplicate name found: {}" +msgstr "" + +#, fuzzy +msgid "Select one or more devices to use and configure" +msgstr "Seleciona um ou mais discos rígidos para usar e configurar" + +msgid "If you reset the device selection this will also reset the current disk layout. Are you sure?" +msgstr "" + +#, fuzzy +msgid "Existing Partitions" +msgstr "Adicionando partição...." + +#, fuzzy +msgid "Select a partitioning option" +msgstr "Eliminar uma partição" + +#, fuzzy +msgid "Enter the root directory of the mounted devices: " +msgstr "Introduz um diretório para as configurações a serem guardadas: " + +msgid "Minimum capacity for /home partition: {}GiB\n" +msgstr "" + +msgid "Minimum capacity for Arch Linux partition: {}GiB" +msgstr "" + +#, fuzzy +msgid "This is a list of pre-programmed profiles_bck, they might make it easier to install things like desktop environments" +msgstr "Esta é uma lista de perfis pré-programados, podem facilitar a instalação de ambientes de trabalho" + +#, fuzzy +msgid "Current profile selection" +msgstr "Esquema actual da partições" + +#, fuzzy +msgid "Remove all newly added partitions" +msgstr "Criar uma nova partição" + +#, fuzzy +msgid "Assign mountpoint" +msgstr "Atribuir um ponto de montagem para uma partição" + +#, fuzzy +msgid "Mark/Unmark to be formatted (wipes data)" +msgstr "Marcar/Desmarcar uma partição para ser formatada (apaga os dados)" + +msgid "Mark/Unmark as bootable" +msgstr "" + +msgid "Change filesystem" +msgstr "" + +#, fuzzy +msgid "Mark/Unmark as compressed" +msgstr "Marcar/Desmarcar uma partição como encriptada" + +#, fuzzy +msgid "Set subvolumes" +msgstr "Eliminar Utilizador" + +#, fuzzy +msgid "Delete partition" +msgstr "Eliminar uma partição" + +msgid "Partition" +msgstr "" + +msgid "This partition is currently encrypted, to format it a filesystem has to be specified" +msgstr "" + +#, fuzzy +msgid "Partition mount-points are relative to inside the installation, the boot would be /boot as an example." +msgstr " * Os pontos de montagem das partições são relativos à dentro da instalação, o boot seria /boot por exemplo." + +msgid "If mountpoint /boot is set, then the partition will also be marked as bootable." +msgstr "" + +msgid "Mountpoint: " +msgstr "" + +msgid "Current free sectors on device {}:" +msgstr "" + +#, fuzzy +msgid "Total sectors: {}" +msgstr "Não é uma diretoria válida: {}" + +#, fuzzy +msgid "Enter the start sector (default: {}): " +msgstr "Escreve o sector de início (percentagem ou número de bloco, padrão: {}): " + +#, fuzzy +msgid "Enter the end sector of the partition (percentage or block number, default: {}): " +msgstr "Escreve o sector final da partição (percentagem ou número de bloco, ex: {}): " + +msgid "This will remove all newly added partitions, continue?" +msgstr "" + +msgid "Partition management: {}" +msgstr "" + +msgid "Total length: {}" +msgstr "" + #, fuzzy msgid "Encryption type" msgstr "Define a palavra-passe de encriptação" @@ -909,27 +1025,137 @@ msgid "Select a FIDO2 device to use for HSM" msgstr "" #, fuzzy -msgid "All settings will be reset, are you sure?" -msgstr "{} contem partições em fila, isto irá remover essas, tens a certeza?" +msgid "Use a best-effort default partition layout" +msgstr "Limpar todos os discos selecionados e usar um esquema de partições padrão de melhor desempenho" -msgid "Back" +#, fuzzy +msgid "Manual Partitioning" +msgstr "Guardar configuração" + +#, fuzzy +msgid "Pre-mounted configuration" +msgstr "Nenhuma configuração" + +msgid "Unknown" +msgstr "" + +msgid "Partition encryption" +msgstr "" + +msgid " ! Formatting {} in " +msgstr "" + +msgid "← Back" msgstr "" msgid "Disk encryption" msgstr "" +#, fuzzy +msgid "Configuration" +msgstr "Nenhuma configuração" + #, fuzzy msgid "Password" msgstr "Palavra-passe de root" -msgid "Partition encryption" +#, fuzzy +msgid "All settings will be reset, are you sure?" +msgstr "{} contem partições em fila, isto irá remover essas, tens a certeza?" + +msgid "Back" +msgstr "" + +msgid "Please chose which greeter to install for the chosen profiles: {}" +msgstr "" + +msgid "Environment type: {}" +msgstr "" + +msgid "The proprietary Nvidia driver is not supported by Sway. It is likely that you will run into issues, are you okay with that?" +msgstr "" + +#, fuzzy +msgid "Installed packages" +msgstr "Pacotes adicionais" + +#, fuzzy +msgid "Add profile" +msgstr "Perfil" + +#, fuzzy +msgid "Edit profile" +msgstr "Perfil" + +#, fuzzy +msgid "Delete profile" +msgstr "Eliminar Utilizador" + +#, fuzzy +msgid "Profile name: " +msgstr "Perfil" + +msgid "The profile name you entered is already in use. Try again" msgstr "" -#~ msgid "Enter the start sector (percentage or block number, default: {}): " -#~ msgstr "Escreve o sector de início (percentagem ou número de bloco, padrão: {}): " +#, fuzzy +msgid "Packages to be install with this profile (space separated, leave blank to skip): " +msgstr "Escreve pacotes adicionais para instalar (separados por espaço, deixa em branco para não instalar nada): " + +#, fuzzy +msgid "Services to be enabled with this profile (space separated, leave blank to skip): " +msgstr "Escreve pacotes adicionais para instalar (separados por espaço, deixa em branco para não instalar nada): " + +msgid "Should this profile be enabled for installation?" +msgstr "" + +msgid "Create your own" +msgstr "" + +#, fuzzy +msgid "" +"\n" +"Select a graphics driver or leave blank to install all open-source drivers" +msgstr "" +"\n" +"\n" +"Seleciona um driver de gráficos ou deixa em branco para instalar todos os drivers open-source" + +msgid "Sway needs access to your seat (collection of hardware devices i.e. keyboard, mouse, etc)" +msgstr "" -#~ msgid "Enter the end sector of the partition (percentage or block number, ex: {}): " -#~ msgstr "Escreve o sector final da partição (percentagem ou número de bloco, ex: {}): " +msgid "" +"\n" +"\n" +"Choose an option to give Sway access to your hardware" +msgstr "" + +msgid "Graphics driver" +msgstr "" + +msgid "Greeter" +msgstr "" + +msgid "Please chose which greeter to install" +msgstr "" + +msgid "This is a list of pre-programmed default_profiles" +msgstr "" + +#, fuzzy +msgid "Disk configuration" +msgstr "Nenhuma configuração" + +#, fuzzy +msgid "Profiles" +msgstr "Perfil" + +msgid "Finding possible directories to save configuration files ..." +msgstr "" + +#, fuzzy +msgid "Select directory (or directories) for saving configuration files" +msgstr "Seleciona um ou mais discos rígidos para usar e configurar" #~ msgid "Add :" #~ msgstr "Adicionar :" diff --git a/archinstall/locales/pt_BR/LC_MESSAGES/base.mo b/archinstall/locales/pt_BR/LC_MESSAGES/base.mo index 8cba125a..4dd57dba 100644 Binary files a/archinstall/locales/pt_BR/LC_MESSAGES/base.mo and b/archinstall/locales/pt_BR/LC_MESSAGES/base.mo differ diff --git a/archinstall/locales/pt_BR/LC_MESSAGES/base.po b/archinstall/locales/pt_BR/LC_MESSAGES/base.po index 88506ce0..d0881905 100644 --- a/archinstall/locales/pt_BR/LC_MESSAGES/base.po +++ b/archinstall/locales/pt_BR/LC_MESSAGES/base.po @@ -841,6 +841,126 @@ msgstr "Para poder usar esta tradução, instale manualmente uma fonte que supor msgid "The font should be stored as {}" msgstr "A fonte deve ser armazenada como {}" +msgid "Archinstall requires root privileges to run. See --help for more." +msgstr "" + +#, fuzzy +msgid "Select an execution mode" +msgstr "Selecione uma ação para '{}'" + +msgid "Unable to fetch profile from specified url: {}" +msgstr "" + +msgid "Profiles must have unique name, but profile definitions with duplicate name found: {}" +msgstr "" + +#, fuzzy +msgid "Select one or more devices to use and configure" +msgstr "Selecione um ou mais discos rígidos para usar e configurar" + +#, fuzzy +msgid "If you reset the device selection this will also reset the current disk layout. Are you sure?" +msgstr "Se você redefinir a seleção de unidades isso também redefinirá o layout da unidade atual. Tem certeza?" + +#, fuzzy +msgid "Existing Partitions" +msgstr "Adicionando partição...." + +#, fuzzy +msgid "Select a partitioning option" +msgstr "Deletar uma partição" + +#, fuzzy +msgid "Enter the root directory of the mounted devices: " +msgstr "Digite um diretório para as configurações serem salvas: " + +#, fuzzy +msgid "Minimum capacity for /home partition: {}GiB\n" +msgstr "Capacidade mínima para partição /home : {}GB\n" + +#, fuzzy +msgid "Minimum capacity for Arch Linux partition: {}GiB" +msgstr "Capacidade mínima para a partição do Arch Linux: {}GB" + +#, fuzzy +msgid "This is a list of pre-programmed profiles_bck, they might make it easier to install things like desktop environments" +msgstr "Esta é uma lista de perfis pré-programados, que podem por exemplo facilitar a instalação de ambientes gráficos" + +#, fuzzy +msgid "Current profile selection" +msgstr "Layout de partições atual" + +#, fuzzy +msgid "Remove all newly added partitions" +msgstr "Criar uma nova partição" + +#, fuzzy +msgid "Assign mountpoint" +msgstr "Atribuir um ponto de montagem para uma partição" + +#, fuzzy +msgid "Mark/Unmark to be formatted (wipes data)" +msgstr "Marcar/Desmarcar uma partição para ser formatada (apaga os dados)" + +msgid "Mark/Unmark as bootable" +msgstr "" + +msgid "Change filesystem" +msgstr "" + +#, fuzzy +msgid "Mark/Unmark as compressed" +msgstr "Marcar/desmarcar a partição como comprimida (apenas btrfs)" + +#, fuzzy +msgid "Set subvolumes" +msgstr "Deletar subvolume" + +#, fuzzy +msgid "Delete partition" +msgstr "Deletar uma partição" + +msgid "Partition" +msgstr "" + +msgid "This partition is currently encrypted, to format it a filesystem has to be specified" +msgstr "" + +#, fuzzy +msgid "Partition mount-points are relative to inside the installation, the boot would be /boot as an example." +msgstr " * Os pontos de montagem das partições são relativos aos de dentro da instalação, boot por exemplo seria /boot." + +msgid "If mountpoint /boot is set, then the partition will also be marked as bootable." +msgstr "" + +msgid "Mountpoint: " +msgstr "" + +msgid "Current free sectors on device {}:" +msgstr "" + +#, fuzzy +msgid "Total sectors: {}" +msgstr "Não é um diretório válido: {}" + +#, fuzzy +msgid "Enter the start sector (default: {}): " +msgstr "Digite o setor de início (porcentagem ou número do bloco, padrão: {}): " + +#, fuzzy +msgid "Enter the end sector of the partition (percentage or block number, default: {}): " +msgstr "Digite o setor final da partição (porcentagem ou número de bloco, ex.: {}): " + +msgid "This will remove all newly added partitions, continue?" +msgstr "" + +msgid "Partition management: {}" +msgstr "" + +msgid "Total length: {}" +msgstr "" + +#, fuzzy msgid "Encryption type" msgstr "Tipo de encriptação" @@ -859,43 +979,135 @@ msgstr "Selecione a opção de encriptação de disco" msgid "Select a FIDO2 device to use for HSM" msgstr "Selecione um dispositivo FIDO2 para usar como HSM" -msgid "All settings will be reset, are you sure?" -msgstr "Todas as configurações serão redefinidas,você tem certeza ?" +#, fuzzy +msgid "Use a best-effort default partition layout" +msgstr "Apagar todos os discos selecionados e usar um esquema de partições padrão de melhor desempenho" -msgid "Back" -msgstr "Voltar" +#, fuzzy +msgid "Manual Partitioning" +msgstr "Configuração manual" + +#, fuzzy +msgid "Pre-mounted configuration" +msgstr "Nenhuma configuração" + +msgid "Unknown" +msgstr "" + +msgid "Partition encryption" +msgstr "Encriptação de partição" + +msgid " ! Formatting {} in " +msgstr "" + +msgid "← Back" +msgstr "" msgid "Disk encryption" msgstr "Encriptação de disco" +#, fuzzy +msgid "Configuration" +msgstr "Nenhuma configuração" + msgid "Password" msgstr "Senha" -msgid "Partition encryption" -msgstr "Encriptação de partição" +#, fuzzy +msgid "All settings will be reset, are you sure?" +msgstr "{} contém partições em fila, isto irá removê-las, tem certeza?" -msgid "When picking a directory to save configuration files to, by default we will ignore the following folders: " +msgid "Back" msgstr "" -msgid "Finding possible directories to save configuration files ..." +msgid "Please chose which greeter to install for the chosen profiles: {}" +msgstr "" + +msgid "Environment type: {}" +msgstr "" + +msgid "The proprietary Nvidia driver is not supported by Sway. It is likely that you will run into issues, are you okay with that?" msgstr "" #, fuzzy -msgid "Select directory (or directories) for saving configuration files" -msgstr "Selecione um ou mais discos rígidos para usar e configurar" +msgid "Installed packages" +msgstr "Pacotes adicionais" + +#, fuzzy +msgid "Add profile" +msgstr "Perfil" + +#, fuzzy +msgid "Edit profile" +msgstr "Perfil" + +#, fuzzy +msgid "Delete profile" +msgstr "Deletar interface" + +#, fuzzy +msgid "Profile name: " +msgstr "Perfil" +#, fuzzy +msgid "The profile name you entered is already in use. Try again" +msgstr "O nome de usuário que você digitou é inválido. Tente novamente" + +#, fuzzy +msgid "Packages to be install with this profile (space separated, leave blank to skip): " +msgstr "Digite pacotes adicionais para instalar (separados por espaço, deixe em branco para pular): " + +#, fuzzy +msgid "Services to be enabled with this profile (space separated, leave blank to skip): " +msgstr "Digite pacotes adicionais para instalar (separados por espaço, deixe em branco para pular): " + +msgid "Should this profile be enabled for installation?" +msgstr "" + +msgid "Create your own" +msgstr "" + +#, fuzzy msgid "" -"Do you want to save {} configuration file(s) in the following locations?\n" "\n" -"{}" +"Select a graphics driver or leave blank to install all open-source drivers" +msgstr "" +"\n" +"\n" +"Selecione um driver de vídeo ou deixe em branco para instalar os drivers completamente open-source" + +msgid "Sway needs access to your seat (collection of hardware devices i.e. keyboard, mouse, etc)" +msgstr "" + +msgid "" +"\n" +"\n" +"Choose an option to give Sway access to your hardware" +msgstr "" + +msgid "Graphics driver" +msgstr "" + +msgid "Greeter" +msgstr "" + +msgid "Please chose which greeter to install" +msgstr "" + +msgid "This is a list of pre-programmed default_profiles" msgstr "" #, fuzzy -msgid "Saving {} configuration files to {}" -msgstr "Salvar configuração" +msgid "Disk configuration" +msgstr "Nenhuma configuração" -#~ msgid "Enter the start sector (percentage or block number, default: {}): " -#~ msgstr "Digite o setor de início (porcentagem ou número do bloco, padrão: {}): " +#, fuzzy +msgid "Profiles" +msgstr "Perfil" -#~ msgid "Enter the end sector of the partition (percentage or block number, ex: {}): " -#~ msgstr "Digite o setor final da partição (porcentagem ou número de bloco, ex.: {}): " +msgid "Finding possible directories to save configuration files ..." +msgstr "" + +#, fuzzy +msgid "Select directory (or directories) for saving configuration files" +msgstr "Selecione um ou mais discos rígidos para usar e configurar" diff --git a/archinstall/locales/ru/LC_MESSAGES/base.mo b/archinstall/locales/ru/LC_MESSAGES/base.mo index 0fe08128..1da3a370 100644 Binary files a/archinstall/locales/ru/LC_MESSAGES/base.mo and b/archinstall/locales/ru/LC_MESSAGES/base.mo differ diff --git a/archinstall/locales/ru/LC_MESSAGES/base.po b/archinstall/locales/ru/LC_MESSAGES/base.po index 1a33881f..b99c6473 100644 --- a/archinstall/locales/ru/LC_MESSAGES/base.po +++ b/archinstall/locales/ru/LC_MESSAGES/base.po @@ -838,6 +838,125 @@ msgstr "Чтобы иметь возможность использовать э msgid "The font should be stored as {}" msgstr "Шрифт должен быть сохранен как {}" +msgid "Archinstall requires root privileges to run. See --help for more." +msgstr "Для запуска Archinstall требуются привилегии root. Для получения дополнительной информации смотрите --help." + +#, fuzzy +msgid "Select an execution mode" +msgstr "Выберите действие для '{}'" + +msgid "Unable to fetch profile from specified url: {}" +msgstr "" + +msgid "Profiles must have unique name, but profile definitions with duplicate name found: {}" +msgstr "" + +#, fuzzy +msgid "Select one or more devices to use and configure" +msgstr "Выберите один или несколько жестких дисков для использования и настройте их" + +#, fuzzy +msgid "If you reset the device selection this will also reset the current disk layout. Are you sure?" +msgstr "Если вы сбросите выбор жесткого диска, это также сбросит текущую разметку диска. Вы уверены?" + +#, fuzzy +msgid "Existing Partitions" +msgstr "Добавление раздела...." + +#, fuzzy +msgid "Select a partitioning option" +msgstr "Удалить раздел" + +#, fuzzy +msgid "Enter the root directory of the mounted devices: " +msgstr "Введите каталог для сохранения конфигурации (-ций): " + +#, fuzzy +msgid "Minimum capacity for /home partition: {}GiB\n" +msgstr "Минимальный размер раздела /home: {}GB\n" + +#, fuzzy +msgid "Minimum capacity for Arch Linux partition: {}GiB" +msgstr "Минимальный размер раздела Arch Linux: {}GB" + +#, fuzzy +msgid "This is a list of pre-programmed profiles_bck, they might make it easier to install things like desktop environments" +msgstr "Это список предварительно запрограммированных профилей, они могут облегчить установку таких вещей, как окружения рабочего стола" + +#, fuzzy +msgid "Current profile selection" +msgstr "Текущая разметка разделов" + +#, fuzzy +msgid "Remove all newly added partitions" +msgstr "Создать новый раздел" + +#, fuzzy +msgid "Assign mountpoint" +msgstr "Назначить точку монтирования для раздела" + +#, fuzzy +msgid "Mark/Unmark to be formatted (wipes data)" +msgstr "Пометить/снять отметку с раздела, который будет отформатирован (стирание данных)" + +msgid "Mark/Unmark as bootable" +msgstr "" + +msgid "Change filesystem" +msgstr "" + +#, fuzzy +msgid "Mark/Unmark as compressed" +msgstr "Пометить/снять отметку с раздела как сжатый (только для btrfs)" + +#, fuzzy +msgid "Set subvolumes" +msgstr "Удалить подтом" + +#, fuzzy +msgid "Delete partition" +msgstr "Удалить раздел" + +msgid "Partition" +msgstr "" + +msgid "This partition is currently encrypted, to format it a filesystem has to be specified" +msgstr "" + +#, fuzzy +msgid "Partition mount-points are relative to inside the installation, the boot would be /boot as an example." +msgstr " * Точки монтирования разделов являются относительными внутри установки, например, загрузочный будет /boot." + +msgid "If mountpoint /boot is set, then the partition will also be marked as bootable." +msgstr "" + +msgid "Mountpoint: " +msgstr "" + +msgid "Current free sectors on device {}:" +msgstr "" + +#, fuzzy +msgid "Total sectors: {}" +msgstr "Недействительный каталог: {}" + +#, fuzzy +msgid "Enter the start sector (default: {}): " +msgstr "Введите начальный сектор (процент или номер блока, по умолчанию: {}): " + +#, fuzzy +msgid "Enter the end sector of the partition (percentage or block number, default: {}): " +msgstr "Введите конечный сектор раздела (процент или номер блока, например: {}): " + +msgid "This will remove all newly added partitions, continue?" +msgstr "" + +msgid "Partition management: {}" +msgstr "" + +msgid "Total length: {}" +msgstr "" + #, fuzzy msgid "Encryption type" msgstr "Пароль шифрования" @@ -859,34 +978,142 @@ msgid "Select a FIDO2 device to use for HSM" msgstr "" #, fuzzy -msgid "All settings will be reset, are you sure?" -msgstr "{} содержит разделы в очереди, это удалит их, вы уверены?" +msgid "Use a best-effort default partition layout" +msgstr "Стереть все выбранные диски и использовать оптимальную схему разделов по умолчанию" -msgid "Back" +#, fuzzy +msgid "Manual Partitioning" +msgstr "Ручная конфигурация" + +#, fuzzy +msgid "Pre-mounted configuration" +msgstr "Отсутствует конфигурация" + +msgid "Unknown" +msgstr "" + +msgid "Partition encryption" +msgstr "" + +msgid " ! Formatting {} in " +msgstr "" + +msgid "← Back" msgstr "" msgid "Disk encryption" msgstr "" +#, fuzzy +msgid "Configuration" +msgstr "Отсутствует конфигурация" + #, fuzzy msgid "Password" msgstr "Пароль root" -msgid "Partition encryption" +#, fuzzy +msgid "All settings will be reset, are you sure?" +msgstr "{} содержит разделы в очереди, это удалит их, вы уверены?" + +msgid "Back" +msgstr "" + +msgid "Please chose which greeter to install for the chosen profiles: {}" +msgstr "" + +msgid "Environment type: {}" +msgstr "" + +msgid "The proprietary Nvidia driver is not supported by Sway. It is likely that you will run into issues, are you okay with that?" +msgstr "" + +#, fuzzy +msgid "Installed packages" +msgstr "Дополнительные пакеты" + +#, fuzzy +msgid "Add profile" +msgstr "Профиль" + +#, fuzzy +msgid "Edit profile" +msgstr "Профиль" + +#, fuzzy +msgid "Delete profile" +msgstr "Удалить интерфейс" + +#, fuzzy +msgid "Profile name: " +msgstr "Профиль" + +#, fuzzy +msgid "The profile name you entered is already in use. Try again" +msgstr "Введенное вами имя пользователя недействительно. Попробуйте еще раз" + +#, fuzzy +msgid "Packages to be install with this profile (space separated, leave blank to skip): " +msgstr "Напишите дополнительные пакеты для установки (разделите пробелами, оставьте пустым, чтобы пропустить): " + +#, fuzzy +msgid "Services to be enabled with this profile (space separated, leave blank to skip): " +msgstr "Напишите дополнительные пакеты для установки (разделите пробелами, оставьте пустым, чтобы пропустить): " + +msgid "Should this profile be enabled for installation?" +msgstr "" + +msgid "Create your own" +msgstr "" + +#, fuzzy +msgid "" +"\n" +"Select a graphics driver or leave blank to install all open-source drivers" +msgstr "" +"\n" +"\n" +"Выберите графический драйвер или оставьте пустым, чтобы установить все драйверы с открытым исходным кодом" + +msgid "Sway needs access to your seat (collection of hardware devices i.e. keyboard, mouse, etc)" +msgstr "" + +msgid "" +"\n" +"\n" +"Choose an option to give Sway access to your hardware" +msgstr "" + +msgid "Graphics driver" +msgstr "" + +msgid "Greeter" +msgstr "" + +msgid "Please chose which greeter to install" +msgstr "" + +msgid "This is a list of pre-programmed default_profiles" msgstr "" -#~ msgid "Enter the start sector (percentage or block number, default: {}): " -#~ msgstr "Введите начальный сектор (процент или номер блока, по умолчанию: {}): " +#, fuzzy +msgid "Disk configuration" +msgstr "Отсутствует конфигурация" -#~ msgid "Enter the end sector of the partition (percentage or block number, ex: {}): " -#~ msgstr "Введите конечный сектор раздела (процент или номер блока, например: {}): " +#, fuzzy +msgid "Profiles" +msgstr "Профиль" + +msgid "Finding possible directories to save configuration files ..." +msgstr "" + +#, fuzzy +msgid "Select directory (or directories) for saving configuration files" +msgstr "Выберите один или несколько жестких дисков для использования и настройте их" #, python-brace-format #~ msgid "Edit {origkey} :" #~ msgstr "Редактировать {origkey}:" -#~ msgid "Archinstall requires root privileges to run. See --help for more." -#~ msgstr "Для запуска Archinstall требуются привилегии root. Для получения дополнительной информации смотрите --help." - #~ msgid " ! Formatting {archinstall.arguments['harddrives']} in " #~ msgstr " ! Форматирование {archinstall.arguments['harddrives']} в " diff --git a/archinstall/locales/sv/LC_MESSAGES/base.po b/archinstall/locales/sv/LC_MESSAGES/base.po index 61755a2c..e114a266 100644 --- a/archinstall/locales/sv/LC_MESSAGES/base.po +++ b/archinstall/locales/sv/LC_MESSAGES/base.po @@ -846,6 +846,125 @@ msgstr "" msgid "The font should be stored as {}" msgstr "" +msgid "Archinstall requires root privileges to run. See --help for more." +msgstr "" + +#, fuzzy +msgid "Select an execution mode" +msgstr "Välj vad du vill göra med '{}'" + +msgid "Unable to fetch profile from specified url: {}" +msgstr "" + +msgid "Profiles must have unique name, but profile definitions with duplicate name found: {}" +msgstr "" + +#, fuzzy +msgid "Select one or more devices to use and configure" +msgstr "Välj en eller flera hårddiskar som skall användas och konfigureras" + +#, fuzzy +msgid "If you reset the device selection this will also reset the current disk layout. Are you sure?" +msgstr "Om du återställer hårddiskvalen kommer det också återställa diskuppsättningen. Är du säker?" + +#, fuzzy +msgid "Existing Partitions" +msgstr "Skapar en partition...." + +#, fuzzy +msgid "Select a partitioning option" +msgstr "Ta bort en partition" + +#, fuzzy +msgid "Enter the root directory of the mounted devices: " +msgstr "Välj vilken mapp du vill spara konfigurerationerna till: " + +#, fuzzy +msgid "Minimum capacity for /home partition: {}GiB\n" +msgstr "Minsta kapaciteten för /home är: {}GB\n" + +#, fuzzy +msgid "Minimum capacity for Arch Linux partition: {}GiB" +msgstr "Minsta kapaciteten för Arch Linux partitionen är: {}GB" + +#, fuzzy +msgid "This is a list of pre-programmed profiles_bck, they might make it easier to install things like desktop environments" +msgstr "Detta är en lista med förprogrammerade profiler, dom kan göra installation av exempelvis skrivbordsmiljöer lite enklare" + +#, fuzzy +msgid "Current profile selection" +msgstr "Nuvarande partioneringslayout" + +#, fuzzy +msgid "Remove all newly added partitions" +msgstr "Skapa en ny partition" + +#, fuzzy +msgid "Assign mountpoint" +msgstr "Välj monteringspunkt för en partition" + +#, fuzzy +msgid "Mark/Unmark to be formatted (wipes data)" +msgstr "Markera/Avmarkera en partition för formatering (tar bort alla data)" + +msgid "Mark/Unmark as bootable" +msgstr "" + +msgid "Change filesystem" +msgstr "" + +#, fuzzy +msgid "Mark/Unmark as compressed" +msgstr "Markera/Avmarkera en partition för komprimering (BTRFS enbart)" + +#, fuzzy +msgid "Set subvolumes" +msgstr "Ta bort användare" + +#, fuzzy +msgid "Delete partition" +msgstr "Ta bort en partition" + +msgid "Partition" +msgstr "" + +msgid "This partition is currently encrypted, to format it a filesystem has to be specified" +msgstr "" + +#, fuzzy +msgid "Partition mount-points are relative to inside the installation, the boot would be /boot as an example." +msgstr " * Partitionens monteringsplats är relativa till insidan av installationen, boot är exempelvis /boot." + +msgid "If mountpoint /boot is set, then the partition will also be marked as bootable." +msgstr "" + +msgid "Mountpoint: " +msgstr "" + +msgid "Current free sectors on device {}:" +msgstr "" + +#, fuzzy +msgid "Total sectors: {}" +msgstr "Inte en giltig mapp: {}" + +#, fuzzy +msgid "Enter the start sector (default: {}): " +msgstr "Mata in startsektor (procent eller block-nummer, standard: {}): " + +#, fuzzy +msgid "Enter the end sector of the partition (percentage or block number, default: {}): " +msgstr "Mata in slutsektor för partitionen (procent eller block-nummer, ex: {}): " + +msgid "This will remove all newly added partitions, continue?" +msgstr "" + +msgid "Partition management: {}" +msgstr "" + +msgid "Total length: {}" +msgstr "" + #, fuzzy msgid "Encryption type" msgstr "Välj ett krypterings-lösenord" @@ -868,24 +987,134 @@ msgid "Select a FIDO2 device to use for HSM" msgstr "" #, fuzzy -msgid "All settings will be reset, are you sure?" -msgstr "{} innehåller uppköade partitionen och detta kommer ta bort dessa. Är du säker?" +msgid "Use a best-effort default partition layout" +msgstr "Töm alla partitioner och använd en generiskt rekommenderad partitionslayout" -msgid "Back" +#, fuzzy +msgid "Manual Partitioning" +msgstr "Manuell konfiguration" + +#, fuzzy +msgid "Pre-mounted configuration" +msgstr "Ingen konfiguration" + +msgid "Unknown" +msgstr "" + +msgid "Partition encryption" +msgstr "" + +msgid " ! Formatting {} in " +msgstr "" + +msgid "← Back" msgstr "" msgid "Disk encryption" msgstr "" +#, fuzzy +msgid "Configuration" +msgstr "Ingen konfiguration" + #, fuzzy msgid "Password" msgstr "root-lösenord" -msgid "Partition encryption" +#, fuzzy +msgid "All settings will be reset, are you sure?" +msgstr "{} innehåller uppköade partitionen och detta kommer ta bort dessa. Är du säker?" + +msgid "Back" +msgstr "" + +msgid "Please chose which greeter to install for the chosen profiles: {}" +msgstr "" + +msgid "Environment type: {}" +msgstr "" + +msgid "The proprietary Nvidia driver is not supported by Sway. It is likely that you will run into issues, are you okay with that?" +msgstr "" + +#, fuzzy +msgid "Installed packages" +msgstr "Extra paket" + +#, fuzzy +msgid "Add profile" +msgstr "Profil" + +#, fuzzy +msgid "Edit profile" +msgstr "Profil" + +#, fuzzy +msgid "Delete profile" +msgstr "Ta bort interface" + +#, fuzzy +msgid "Profile name: " +msgstr "Profil" + +msgid "The profile name you entered is already in use. Try again" +msgstr "" + +#, fuzzy +msgid "Packages to be install with this profile (space separated, leave blank to skip): " +msgstr "Skriv ytterligare paket som skall installeras (separerade med mellanslag, lämna tom för att skippa): " + +#, fuzzy +msgid "Services to be enabled with this profile (space separated, leave blank to skip): " +msgstr "Skriv ytterligare paket som skall installeras (separerade med mellanslag, lämna tom för att skippa): " + +msgid "Should this profile be enabled for installation?" +msgstr "" + +msgid "Create your own" +msgstr "" + +#, fuzzy +msgid "" +"\n" +"Select a graphics driver or leave blank to install all open-source drivers" +msgstr "" +"\n" +"\n" +"Välj en grafikdrivrutin eller lämna blank för att installera alla med publika drivrutiner" + +msgid "Sway needs access to your seat (collection of hardware devices i.e. keyboard, mouse, etc)" msgstr "" -#~ msgid "Enter the start sector (percentage or block number, default: {}): " -#~ msgstr "Mata in startsektor (procent eller block-nummer, standard: {}): " +msgid "" +"\n" +"\n" +"Choose an option to give Sway access to your hardware" +msgstr "" + +msgid "Graphics driver" +msgstr "" + +msgid "Greeter" +msgstr "" + +msgid "Please chose which greeter to install" +msgstr "" + +msgid "This is a list of pre-programmed default_profiles" +msgstr "" + +#, fuzzy +msgid "Disk configuration" +msgstr "Ingen konfiguration" -#~ msgid "Enter the end sector of the partition (percentage or block number, ex: {}): " -#~ msgstr "Mata in slutsektor för partitionen (procent eller block-nummer, ex: {}): " +#, fuzzy +msgid "Profiles" +msgstr "Profil" + +msgid "Finding possible directories to save configuration files ..." +msgstr "" + +#, fuzzy +msgid "Select directory (or directories) for saving configuration files" +msgstr "Välj en eller flera hårddiskar som skall användas och konfigureras" diff --git a/archinstall/locales/ta/LC_MESSAGES/base.po b/archinstall/locales/ta/LC_MESSAGES/base.po index 4f1d6762..d430c8e5 100644 --- a/archinstall/locales/ta/LC_MESSAGES/base.po +++ b/archinstall/locales/ta/LC_MESSAGES/base.po @@ -837,6 +837,125 @@ msgstr "" msgid "The font should be stored as {}" msgstr "" +msgid "Archinstall requires root privileges to run. See --help for more." +msgstr "" + +#, fuzzy +msgid "Select an execution mode" +msgstr "'{}'க்கான செயலைத் தேர்ந்தெடுக்கவும்" + +msgid "Unable to fetch profile from specified url: {}" +msgstr "" + +msgid "Profiles must have unique name, but profile definitions with duplicate name found: {}" +msgstr "" + +#, fuzzy +msgid "Select one or more devices to use and configure" +msgstr "பயன்படுத்த மற்றும் கட்டமைக்க ஒன்று அல்லது அதற்கு மேற்பட்ட ஹார்டு டிரைவ்களைத் தேர்ந்தெடுக்கவும்" + +#, fuzzy +msgid "If you reset the device selection this will also reset the current disk layout. Are you sure?" +msgstr "நீங்கள் ஹார்ட் டிரைவ் தேர்வை மீட்டமைத்தால், இது தற்போதைய வட்டு அமைப்பையும் மீட்டமைக்கும். நீங்கள் உறுதியாக இருக்கிறீர்களா?" + +#, fuzzy +msgid "Existing Partitions" +msgstr "பகிர்வை சேர்க்கிறது...." + +#, fuzzy +msgid "Select a partitioning option" +msgstr "ஒரு பகிர்வை நீக்கவும்" + +#, fuzzy +msgid "Enter the root directory of the mounted devices: " +msgstr "உள்ளமைவு(களை) சேமிக்க ஒரு கோப்பகத்தை உள்ளிடவும்: " + +#, fuzzy +msgid "Minimum capacity for /home partition: {}GiB\n" +msgstr "/home பகிர்வுக்கான குறைந்த பட்ச கொள்ளளவு: {}GB\n" + +#, fuzzy +msgid "Minimum capacity for Arch Linux partition: {}GiB" +msgstr "ஆர்ச் லினக்ஸ் பகிர்வுக்கான குறைந்தபட்ச கொள்ளளவு: {}GB" + +#, fuzzy +msgid "This is a list of pre-programmed profiles_bck, they might make it easier to install things like desktop environments" +msgstr "இது முன்-திட்டமிடப்பட்ட சுயவிவரங்களின் பட்டியல், அவை டெஸ்க்டாப் சூழல்கள் போன்றவற்றை நிறுவுவதை எளிதாக்கலாம்" + +#, fuzzy +msgid "Current profile selection" +msgstr "தற்போதைய பகிர்வு தளவமைப்பு" + +#, fuzzy +msgid "Remove all newly added partitions" +msgstr "புதிய பகிர்வை உருவாக்கவும்" + +#, fuzzy +msgid "Assign mountpoint" +msgstr "ஒரு பகிர்வுக்கு ஏற்ற-புள்ளியை ஒதுக்கவும்" + +#, fuzzy +msgid "Mark/Unmark to be formatted (wipes data)" +msgstr "குறி/குறிநீக்கு வடிவமைக்கப்பட வேண்டிய பகிர்வை (தரவை அழிக்கிறது)" + +msgid "Mark/Unmark as bootable" +msgstr "" + +msgid "Change filesystem" +msgstr "" + +#, fuzzy +msgid "Mark/Unmark as compressed" +msgstr "ஒரு பகிர்வை சுருக்கப்பட்டதாகக் குறிக்கவும்/குறி நீக்கவும் (btrfs மட்டும்)" + +#, fuzzy +msgid "Set subvolumes" +msgstr "துணைத்தொகுதியை நீக்கவும்" + +#, fuzzy +msgid "Delete partition" +msgstr "ஒரு பகிர்வை நீக்கவும்" + +msgid "Partition" +msgstr "" + +msgid "This partition is currently encrypted, to format it a filesystem has to be specified" +msgstr "" + +#, fuzzy +msgid "Partition mount-points are relative to inside the installation, the boot would be /boot as an example." +msgstr " * பகிர்வு மவுண்ட்-பாயிண்ட்கள் நிறுவலின் உள்ளே தொடர்புடையவை, துவக்கம் /boot எடுத்துக்காட்டாக இருக்கும்." + +msgid "If mountpoint /boot is set, then the partition will also be marked as bootable." +msgstr "" + +msgid "Mountpoint: " +msgstr "" + +msgid "Current free sectors on device {}:" +msgstr "" + +#, fuzzy +msgid "Total sectors: {}" +msgstr "சரியான கோப்பகம் இல்லை: {}" + +#, fuzzy +msgid "Enter the start sector (default: {}): " +msgstr "தொடக்கப் பிரிவை உள்ளிடவும் (சதவீதம் அல்லது தொகுதி எண், இயல்புநிலை: {}): " + +#, fuzzy +msgid "Enter the end sector of the partition (percentage or block number, default: {}): " +msgstr "பகிர்வின் இறுதிப் பகுதியை உள்ளிடவும் (சதவீதம் அல்லது தொகுதி எண், எ.கா: {}): " + +msgid "This will remove all newly added partitions, continue?" +msgstr "" + +msgid "Partition management: {}" +msgstr "" + +msgid "Total length: {}" +msgstr "" + #, fuzzy msgid "Encryption type" msgstr "குறியாக்கம் கடவுச்சொல்" @@ -858,24 +977,135 @@ msgid "Select a FIDO2 device to use for HSM" msgstr "" #, fuzzy -msgid "All settings will be reset, are you sure?" -msgstr "{} வரிசைப்படுத்தப்பட்ட பகிர்வுகளைக் கொண்டுள்ளது, இது அவற்றை அகற்றும், நீங்கள் உறுதியாக இருக்கிறீர்களா?" +msgid "Use a best-effort default partition layout" +msgstr "தேர்ந்தெடுக்கப்பட்ட அனைத்து இயக்கிகளையும் துடைத்து, சிறந்த முயற்சி இயல்புநிலை பகிர்வு அமைப்பைப் பயன்படுத்தவும்" -msgid "Back" +#, fuzzy +msgid "Manual Partitioning" +msgstr "கைமுறை கட்டமைப்பு" + +#, fuzzy +msgid "Pre-mounted configuration" +msgstr "கட்டமைப்பு இல்லை" + +msgid "Unknown" +msgstr "" + +msgid "Partition encryption" +msgstr "" + +msgid " ! Formatting {} in " +msgstr "" + +msgid "← Back" msgstr "" msgid "Disk encryption" msgstr "" +#, fuzzy +msgid "Configuration" +msgstr "கட்டமைப்பு இல்லை" + #, fuzzy msgid "Password" msgstr "ரூட் கடவுச்சொல்" -msgid "Partition encryption" +#, fuzzy +msgid "All settings will be reset, are you sure?" +msgstr "{} வரிசைப்படுத்தப்பட்ட பகிர்வுகளைக் கொண்டுள்ளது, இது அவற்றை அகற்றும், நீங்கள் உறுதியாக இருக்கிறீர்களா?" + +msgid "Back" +msgstr "" + +msgid "Please chose which greeter to install for the chosen profiles: {}" +msgstr "" + +msgid "Environment type: {}" +msgstr "" + +msgid "The proprietary Nvidia driver is not supported by Sway. It is likely that you will run into issues, are you okay with that?" +msgstr "" + +#, fuzzy +msgid "Installed packages" +msgstr "கூடுதல் தொகுப்புகள்" + +#, fuzzy +msgid "Add profile" +msgstr "சுயவிவரம்" + +#, fuzzy +msgid "Edit profile" +msgstr "சுயவிவரம்" + +#, fuzzy +msgid "Delete profile" +msgstr "இடைமுகத்தை நீக்கு" + +#, fuzzy +msgid "Profile name: " +msgstr "சுயவிவரம்" + +#, fuzzy +msgid "The profile name you entered is already in use. Try again" +msgstr "நீங்கள் உள்ளிட்ட பயனர்பெயர் தவறானது. மீண்டும் முயற்சிக்கவும்" + +#, fuzzy +msgid "Packages to be install with this profile (space separated, leave blank to skip): " +msgstr "நிறுவ கூடுதல் தொகுப்புகளை எழுதவும் (இடம் பிரிக்கப்பட்டது, தவிர்க்க காலியாக விடவும்): " + +#, fuzzy +msgid "Services to be enabled with this profile (space separated, leave blank to skip): " +msgstr "நிறுவ கூடுதல் தொகுப்புகளை எழுதவும் (இடம் பிரிக்கப்பட்டது, தவிர்க்க காலியாக விடவும்): " + +msgid "Should this profile be enabled for installation?" +msgstr "" + +msgid "Create your own" +msgstr "" + +#, fuzzy +msgid "" +"\n" +"Select a graphics driver or leave blank to install all open-source drivers" +msgstr "" +"\n" +"\n" +"கிராபிக்ஸ் இயக்கியைத் தேர்ந்தெடுக்கவும் அல்லது அனைத்து திறந்த மூல இயக்கிகளையும் நிறுவ காலியாக விடவும்" + +msgid "Sway needs access to your seat (collection of hardware devices i.e. keyboard, mouse, etc)" msgstr "" -#~ msgid "Enter the start sector (percentage or block number, default: {}): " -#~ msgstr "தொடக்கப் பிரிவை உள்ளிடவும் (சதவீதம் அல்லது தொகுதி எண், இயல்புநிலை: {}): " +msgid "" +"\n" +"\n" +"Choose an option to give Sway access to your hardware" +msgstr "" + +msgid "Graphics driver" +msgstr "" + +msgid "Greeter" +msgstr "" + +msgid "Please chose which greeter to install" +msgstr "" + +msgid "This is a list of pre-programmed default_profiles" +msgstr "" + +#, fuzzy +msgid "Disk configuration" +msgstr "கட்டமைப்பு இல்லை" -#~ msgid "Enter the end sector of the partition (percentage or block number, ex: {}): " -#~ msgstr "பகிர்வின் இறுதிப் பகுதியை உள்ளிடவும் (சதவீதம் அல்லது தொகுதி எண், எ.கா: {}): " +#, fuzzy +msgid "Profiles" +msgstr "சுயவிவரம்" + +msgid "Finding possible directories to save configuration files ..." +msgstr "" + +#, fuzzy +msgid "Select directory (or directories) for saving configuration files" +msgstr "பயன்படுத்த மற்றும் கட்டமைக்க ஒன்று அல்லது அதற்கு மேற்பட்ட ஹார்டு டிரைவ்களைத் தேர்ந்தெடுக்கவும்" diff --git a/archinstall/locales/tr/LC_MESSAGES/base.po b/archinstall/locales/tr/LC_MESSAGES/base.po index f17efd3f..df978da8 100644 --- a/archinstall/locales/tr/LC_MESSAGES/base.po +++ b/archinstall/locales/tr/LC_MESSAGES/base.po @@ -846,6 +846,125 @@ msgstr "" msgid "The font should be stored as {}" msgstr "" +msgid "Archinstall requires root privileges to run. See --help for more." +msgstr "" + +#, fuzzy +msgid "Select an execution mode" +msgstr "'{}' için bir eylem seçin" + +msgid "Unable to fetch profile from specified url: {}" +msgstr "" + +msgid "Profiles must have unique name, but profile definitions with duplicate name found: {}" +msgstr "" + +#, fuzzy +msgid "Select one or more devices to use and configure" +msgstr "Kullanmak ve yapılandırmak için bir veya daha fazla sabit disk seçin" + +#, fuzzy +msgid "If you reset the device selection this will also reset the current disk layout. Are you sure?" +msgstr "Eğer sabit disk seçimini sıfırlarsanız bu ayrıca mevcut disk şemasını da sıfırlayacaktır. Emin misiniz?" + +#, fuzzy +msgid "Existing Partitions" +msgstr "Disk bölümü ekleniyor…." + +#, fuzzy +msgid "Select a partitioning option" +msgstr "Disk bölümü sil" + +#, fuzzy +msgid "Enter the root directory of the mounted devices: " +msgstr "Yapılandırma(lar)ın kaydedilmesi için bir dizin girin: " + +#, fuzzy +msgid "Minimum capacity for /home partition: {}GiB\n" +msgstr "/home disk bölümü için minimum kapasite: {}GB\n" + +#, fuzzy +msgid "Minimum capacity for Arch Linux partition: {}GiB" +msgstr "Arch Linux disk bölümü için minimum kapasite: {}GB" + +#, fuzzy +msgid "This is a list of pre-programmed profiles_bck, they might make it easier to install things like desktop environments" +msgstr "Bu ön-programlanmış profillerin bir listesidir, bunlar masaüstü ortamları gibi şeyler kurmayı kolaylaştırabilir" + +#, fuzzy +msgid "Current profile selection" +msgstr "Mevcut disk bölümü düzeni" + +#, fuzzy +msgid "Remove all newly added partitions" +msgstr "Yeni disk bölümü oluştur" + +#, fuzzy +msgid "Assign mountpoint" +msgstr "Bir disk bölümü için mount (monte) noktası ata" + +#, fuzzy +msgid "Mark/Unmark to be formatted (wipes data)" +msgstr "Bir disk bölümünü biçimlendirilmek üzere işaretle/işareti kaldır (veriyi temizler)" + +msgid "Mark/Unmark as bootable" +msgstr "" + +msgid "Change filesystem" +msgstr "" + +#, fuzzy +msgid "Mark/Unmark as compressed" +msgstr "Bir disk bölümünü sıkıştırılmış olarak işaretle/işareti kaldır (sadece btrfs)" + +#, fuzzy +msgid "Set subvolumes" +msgstr "Kullanıcı Sil" + +#, fuzzy +msgid "Delete partition" +msgstr "Disk bölümü sil" + +msgid "Partition" +msgstr "" + +msgid "This partition is currently encrypted, to format it a filesystem has to be specified" +msgstr "" + +#, fuzzy +msgid "Partition mount-points are relative to inside the installation, the boot would be /boot as an example." +msgstr " * Disk bölümü mount (monte) noktaları iç kurulumla ilişkilidir, örnek olarak boot, /boot olacaktır." + +msgid "If mountpoint /boot is set, then the partition will also be marked as bootable." +msgstr "" + +msgid "Mountpoint: " +msgstr "" + +msgid "Current free sectors on device {}:" +msgstr "" + +#, fuzzy +msgid "Total sectors: {}" +msgstr "Geçerli bir dizin değil: {}" + +#, fuzzy +msgid "Enter the start sector (default: {}): " +msgstr "Başlangıç kesimini girin (yüzde ya da blok numarası, varsayılan: {}): " + +#, fuzzy +msgid "Enter the end sector of the partition (percentage or block number, default: {}): " +msgstr "Disk bölümünün bitiş kesimini girin (yüzde ya da blok numarası, ör: {}): " + +msgid "This will remove all newly added partitions, continue?" +msgstr "" + +msgid "Partition management: {}" +msgstr "" + +msgid "Total length: {}" +msgstr "" + #, fuzzy msgid "Encryption type" msgstr "Şifreleme şifresi" @@ -867,24 +986,134 @@ msgid "Select a FIDO2 device to use for HSM" msgstr "" #, fuzzy -msgid "All settings will be reset, are you sure?" -msgstr "{} işlem sırasında bekleyen disk bölümleri bulunduruyor, bu onları kaldıracak, emin misiniz?" +msgid "Use a best-effort default partition layout" +msgstr "Bütün seçilmiş diskleri temizle ve elden gelen en iyi varsayılan disk bölümü düzenini kullan" -msgid "Back" +#, fuzzy +msgid "Manual Partitioning" +msgstr "Manuel yapılandırma" + +#, fuzzy +msgid "Pre-mounted configuration" +msgstr "Yapılandırma yok" + +msgid "Unknown" +msgstr "" + +msgid "Partition encryption" +msgstr "" + +msgid " ! Formatting {} in " +msgstr "" + +msgid "← Back" msgstr "" msgid "Disk encryption" msgstr "" +#, fuzzy +msgid "Configuration" +msgstr "Yapılandırma yok" + #, fuzzy msgid "Password" msgstr "Root (kök) şifresi" -msgid "Partition encryption" +#, fuzzy +msgid "All settings will be reset, are you sure?" +msgstr "{} işlem sırasında bekleyen disk bölümleri bulunduruyor, bu onları kaldıracak, emin misiniz?" + +msgid "Back" +msgstr "" + +msgid "Please chose which greeter to install for the chosen profiles: {}" +msgstr "" + +msgid "Environment type: {}" +msgstr "" + +msgid "The proprietary Nvidia driver is not supported by Sway. It is likely that you will run into issues, are you okay with that?" +msgstr "" + +#, fuzzy +msgid "Installed packages" +msgstr "Ek paketler" + +#, fuzzy +msgid "Add profile" +msgstr "Profil" + +#, fuzzy +msgid "Edit profile" +msgstr "Profil" + +#, fuzzy +msgid "Delete profile" +msgstr "Arayüz sil" + +#, fuzzy +msgid "Profile name: " +msgstr "Profil" + +msgid "The profile name you entered is already in use. Try again" +msgstr "" + +#, fuzzy +msgid "Packages to be install with this profile (space separated, leave blank to skip): " +msgstr "Kurulacak ek paketleri yazınız (boşlukla ayrılmış, geçmek için boş bırakın): " + +#, fuzzy +msgid "Services to be enabled with this profile (space separated, leave blank to skip): " +msgstr "Kurulacak ek paketleri yazınız (boşlukla ayrılmış, geçmek için boş bırakın): " + +msgid "Should this profile be enabled for installation?" +msgstr "" + +msgid "Create your own" +msgstr "" + +#, fuzzy +msgid "" +"\n" +"Select a graphics driver or leave blank to install all open-source drivers" +msgstr "" +"\n" +"\n" +"Bir grafik sürücüsü seçin ya da bütün açık-kaynak sürücüleri kurmak için boş bırakın" + +msgid "Sway needs access to your seat (collection of hardware devices i.e. keyboard, mouse, etc)" msgstr "" -#~ msgid "Enter the start sector (percentage or block number, default: {}): " -#~ msgstr "Başlangıç kesimini girin (yüzde ya da blok numarası, varsayılan: {}): " +msgid "" +"\n" +"\n" +"Choose an option to give Sway access to your hardware" +msgstr "" + +msgid "Graphics driver" +msgstr "" + +msgid "Greeter" +msgstr "" + +msgid "Please chose which greeter to install" +msgstr "" + +msgid "This is a list of pre-programmed default_profiles" +msgstr "" + +#, fuzzy +msgid "Disk configuration" +msgstr "Yapılandırma yok" -#~ msgid "Enter the end sector of the partition (percentage or block number, ex: {}): " -#~ msgstr "Disk bölümünün bitiş kesimini girin (yüzde ya da blok numarası, ör: {}): " +#, fuzzy +msgid "Profiles" +msgstr "Profil" + +msgid "Finding possible directories to save configuration files ..." +msgstr "" + +#, fuzzy +msgid "Select directory (or directories) for saving configuration files" +msgstr "Kullanmak ve yapılandırmak için bir veya daha fazla sabit disk seçin" diff --git a/archinstall/locales/uk/LC_MESSAGES/base.po b/archinstall/locales/uk/LC_MESSAGES/base.po index ee9740fc..ca019ff3 100644 --- a/archinstall/locales/uk/LC_MESSAGES/base.po +++ b/archinstall/locales/uk/LC_MESSAGES/base.po @@ -837,6 +837,126 @@ msgstr "Щоб мати можливість використовувати це msgid "The font should be stored as {}" msgstr "Шрифт слід зберігати як {}" +msgid "Archinstall requires root privileges to run. See --help for more." +msgstr "" + +#, fuzzy +msgid "Select an execution mode" +msgstr "Оберіть дію для \"{}\"" + +msgid "Unable to fetch profile from specified url: {}" +msgstr "" + +msgid "Profiles must have unique name, but profile definitions with duplicate name found: {}" +msgstr "" + +#, fuzzy +msgid "Select one or more devices to use and configure" +msgstr "Оберіть один або кілька жорстких дисків для використання та налаштування" + +#, fuzzy +msgid "If you reset the device selection this will also reset the current disk layout. Are you sure?" +msgstr "Якщо ви скинете вибір жорсткого диска, це також скине поточну схему розмітки диска. Ви впевнені?" + +#, fuzzy +msgid "Existing Partitions" +msgstr "Розділи" + +#, fuzzy +msgid "Select a partitioning option" +msgstr "Оберіть параметр шифрування диска" + +#, fuzzy +msgid "Enter the root directory of the mounted devices: " +msgstr "Введіть каталог для конфігурацій, які потрібно зберегти: " + +#, fuzzy +msgid "Minimum capacity for /home partition: {}GiB\n" +msgstr "Мінімальна ємність для розділу /home: {} Гб\n" + +#, fuzzy +msgid "Minimum capacity for Arch Linux partition: {}GiB" +msgstr "Мінімальна ємність для розділу Arch Linux: {} Гб" + +#, fuzzy +msgid "This is a list of pre-programmed profiles_bck, they might make it easier to install things like desktop environments" +msgstr "Це список попередньо запрограмованих профілів, вони можуть спростити встановлення таких речей, як середовища робочого столу" + +#, fuzzy +msgid "Current profile selection" +msgstr "Поточна схема розмітки розділу" + +#, fuzzy +msgid "Remove all newly added partitions" +msgstr "Створіть новий розділ" + +#, fuzzy +msgid "Assign mountpoint" +msgstr "Призначити точку монтування для розділу" + +#, fuzzy +msgid "Mark/Unmark to be formatted (wipes data)" +msgstr "Позначити/зняти позначку з розділу для форматування (видалить дані)" + +msgid "Mark/Unmark as bootable" +msgstr "" + +msgid "Change filesystem" +msgstr "" + +#, fuzzy +msgid "Mark/Unmark as compressed" +msgstr "Позначити/зняти позначку розділу як стисненого (лише btrfs)" + +#, fuzzy +msgid "Set subvolumes" +msgstr "Видалити підтом" + +#, fuzzy +msgid "Delete partition" +msgstr "Видалити розділ" + +#, fuzzy +msgid "Partition" +msgstr "Розділи" + +msgid "This partition is currently encrypted, to format it a filesystem has to be specified" +msgstr "" + +#, fuzzy +msgid "Partition mount-points are relative to inside the installation, the boot would be /boot as an example." +msgstr " * Точки монтування розділів відносяться до внутрішньої інсталяції, наприклад, завантажувач буде /boot." + +msgid "If mountpoint /boot is set, then the partition will also be marked as bootable." +msgstr "" + +msgid "Mountpoint: " +msgstr "" + +msgid "Current free sectors on device {}:" +msgstr "" + +#, fuzzy +msgid "Total sectors: {}" +msgstr "Недійсний каталог: {}" + +#, fuzzy +msgid "Enter the start sector (default: {}): " +msgstr "Введіть початковий сектор (відсоток або номер блоку, за замовчуванням: {}): " + +#, fuzzy +msgid "Enter the end sector of the partition (percentage or block number, default: {}): " +msgstr "Введіть кінцевий сектор розділу (відсоток або номер блоку, наприклад: {}): " + +msgid "This will remove all newly added partitions, continue?" +msgstr "" + +msgid "Partition management: {}" +msgstr "" + +msgid "Total length: {}" +msgstr "" + msgid "Encryption type" msgstr "Тип шифрування" @@ -855,23 +975,135 @@ msgstr "Оберіть параметр шифрування диска" msgid "Select a FIDO2 device to use for HSM" msgstr "Оберіть пристрій FIDO2 для використання для HSM" -msgid "All settings will be reset, are you sure?" -msgstr "Усі налаштування буде скинуто, ви впевнені?" +#, fuzzy +msgid "Use a best-effort default partition layout" +msgstr "Стерти усі вибрані диски та використовувати отпимальну схему розмітки розділів за замовчуванням" -msgid "Back" +#, fuzzy +msgid "Manual Partitioning" +msgstr "Розділи" + +#, fuzzy +msgid "Pre-mounted configuration" +msgstr "Конфігурація відсутня" + +msgid "Unknown" +msgstr "" + +msgid "Partition encryption" +msgstr "Шифрування розділу" + +msgid " ! Formatting {} in " +msgstr "" + +#, fuzzy +msgid "← Back" msgstr "Назад" msgid "Disk encryption" msgstr "Disk encryption" +#, fuzzy +msgid "Configuration" +msgstr "Конфігурація відсутня" + msgid "Password" msgstr "Пароль" -msgid "Partition encryption" -msgstr "Шифрування розділу" +msgid "All settings will be reset, are you sure?" +msgstr "Усі налаштування буде скинуто, ви впевнені?" + +msgid "Back" +msgstr "Назад" + +msgid "Please chose which greeter to install for the chosen profiles: {}" +msgstr "" -#~ msgid "Enter the start sector (percentage or block number, default: {}): " -#~ msgstr "Введіть початковий сектор (відсоток або номер блоку, за замовчуванням: {}): " +msgid "Environment type: {}" +msgstr "" + +msgid "The proprietary Nvidia driver is not supported by Sway. It is likely that you will run into issues, are you okay with that?" +msgstr "" + +#, fuzzy +msgid "Installed packages" +msgstr "Додаткові пакунки" + +#, fuzzy +msgid "Add profile" +msgstr "Профіль" + +#, fuzzy +msgid "Edit profile" +msgstr "Профіль" -#~ msgid "Enter the end sector of the partition (percentage or block number, ex: {}): " -#~ msgstr "Введіть кінцевий сектор розділу (відсоток або номер блоку, наприклад: {}): " +#, fuzzy +msgid "Delete profile" +msgstr "Видалити інтерфейс" + +#, fuzzy +msgid "Profile name: " +msgstr "Профіль" + +#, fuzzy +msgid "The profile name you entered is already in use. Try again" +msgstr "Введене вами ім'я користувача недійсне. Спробуйте знову" + +#, fuzzy +msgid "Packages to be install with this profile (space separated, leave blank to skip): " +msgstr "Напишіть додаткові пакети для інсталяції (розділені пробілами, залиште порожнім, щоб пропустити): " + +#, fuzzy +msgid "Services to be enabled with this profile (space separated, leave blank to skip): " +msgstr "Напишіть додаткові пакети для інсталяції (розділені пробілами, залиште порожнім, щоб пропустити): " + +msgid "Should this profile be enabled for installation?" +msgstr "" + +msgid "Create your own" +msgstr "" + +#, fuzzy +msgid "" +"\n" +"Select a graphics driver or leave blank to install all open-source drivers" +msgstr "" +"\n" +"\n" +"Оберіть графічний драйвер або залиште поле пустим, щоб установити всі драйвери з відкритим вихідним кодом" + +msgid "Sway needs access to your seat (collection of hardware devices i.e. keyboard, mouse, etc)" +msgstr "" + +msgid "" +"\n" +"\n" +"Choose an option to give Sway access to your hardware" +msgstr "" + +msgid "Graphics driver" +msgstr "" + +msgid "Greeter" +msgstr "" + +msgid "Please chose which greeter to install" +msgstr "" + +msgid "This is a list of pre-programmed default_profiles" +msgstr "" + +#, fuzzy +msgid "Disk configuration" +msgstr "Конфігурація відсутня" + +#, fuzzy +msgid "Profiles" +msgstr "Профіль" + +msgid "Finding possible directories to save configuration files ..." +msgstr "" + +#, fuzzy +msgid "Select directory (or directories) for saving configuration files" +msgstr "Оберіть один або кілька жорстких дисків для використання та налаштування" diff --git a/archinstall/locales/ur/LC_MESSAGES/base.po b/archinstall/locales/ur/LC_MESSAGES/base.po index 4e3d7a10..1a715d90 100644 --- a/archinstall/locales/ur/LC_MESSAGES/base.po +++ b/archinstall/locales/ur/LC_MESSAGES/base.po @@ -867,6 +867,122 @@ msgstr "" msgid "The font should be stored as {}" msgstr "" +msgid "Archinstall requires root privileges to run. See --help for more." +msgstr "" + +#, fuzzy +msgid "Select an execution mode" +msgstr "'{}' کے لیے ایک عمل منتخب کریں" + +msgid "Unable to fetch profile from specified url: {}" +msgstr "" + +msgid "Profiles must have unique name, but profile definitions with duplicate name found: {}" +msgstr "" + +#, fuzzy +msgid "Select one or more devices to use and configure" +msgstr "استعمال کرنے اور کنفیگر کے لیے ایک یا زیادہ ہارڈ ڈرائیوز منتخب کریں" + +msgid "If you reset the device selection this will also reset the current disk layout. Are you sure?" +msgstr "" + +#, fuzzy +msgid "Existing Partitions" +msgstr "پارٹیشن شامل ہو رہی ہے..." + +#, fuzzy +msgid "Select a partitioning option" +msgstr "ایک پارٹیشن کو حذف کریں" + +#, fuzzy +msgid "Enter the root directory of the mounted devices: " +msgstr "محفوظ کیے جانے والے کنفیگریشن کے لیے ایک ڈائرکٹری درج کریں:" + +msgid "Minimum capacity for /home partition: {}GiB\n" +msgstr "" + +msgid "Minimum capacity for Arch Linux partition: {}GiB" +msgstr "" + +#, fuzzy +msgid "This is a list of pre-programmed profiles_bck, they might make it easier to install things like desktop environments" +msgstr "یہ پہلے سے پروگرام شدہ پروفائلز کی فہرست ہے، وہ ڈیسک ٹاپ انسٹالیشن جیسی چیزوں کو آسان بناتے ہیں" + +#, fuzzy +msgid "Current profile selection" +msgstr "موجودہ پارٹیشن کی ترتیب" + +#, fuzzy +msgid "Remove all newly added partitions" +msgstr "ایک نیا پارٹیشن بنائیں" + +#, fuzzy +msgid "Assign mountpoint" +msgstr "پارٹیشن کے لیے ماؤنٹ پوائنٹ تفویض کریں" + +#, fuzzy +msgid "Mark/Unmark to be formatted (wipes data)" +msgstr "فارمیٹ کرنے کے لیے پارٹیشن کو مارک​​ /انمارک کریں (ڈیٹا صاف کرتا ہے)" + +msgid "Mark/Unmark as bootable" +msgstr "" + +msgid "Change filesystem" +msgstr "" + +#, fuzzy +msgid "Mark/Unmark as compressed" +msgstr "انکرپٹڈ کرنے کے لیے پارٹیشن کو مارک​​ /انمارک کریں" + +#, fuzzy +msgid "Set subvolumes" +msgstr "صارف کو حذف کریں" + +#, fuzzy +msgid "Delete partition" +msgstr "ایک پارٹیشن کو حذف کریں" + +msgid "Partition" +msgstr "" + +msgid "This partition is currently encrypted, to format it a filesystem has to be specified" +msgstr "" + +#, fuzzy +msgid "Partition mount-points are relative to inside the installation, the boot would be /boot as an example." +msgstr "* پارٹیشن ماؤنٹ پوائنٹس انسٹالیشن کی نسبت سے ہیں، بوٹ مثال کے طور /boot پرہوگا۔" + +msgid "If mountpoint /boot is set, then the partition will also be marked as bootable." +msgstr "" + +msgid "Mountpoint: " +msgstr "" + +msgid "Current free sectors on device {}:" +msgstr "" + +#, fuzzy +msgid "Total sectors: {}" +msgstr "درست ڈائریکٹری نہیں ہے: {}" + +#, fuzzy +msgid "Enter the start sector (default: {}): " +msgstr "اسٹارٹ سیکٹر درج کریں (فیصد یا بلاک نمبر، ڈیفالٹ: {}):" + +#, fuzzy +msgid "Enter the end sector of the partition (percentage or block number, default: {}): " +msgstr "پارٹیشن کا آخری سیکٹر درج کریں (فیصد یا بلاک نمبر، مثال کے طور پر: {}):" + +msgid "This will remove all newly added partitions, continue?" +msgstr "" + +msgid "Partition management: {}" +msgstr "" + +msgid "Total length: {}" +msgstr "" + #, fuzzy msgid "Encryption type" msgstr "انکرپشن پاس ورڈ سیٹ کریں" @@ -889,27 +1005,138 @@ msgid "Select a FIDO2 device to use for HSM" msgstr "" #, fuzzy -msgid "All settings will be reset, are you sure?" -msgstr "{} پارٹیشنزکے گروپ پر مشتمل ہے، یہ ان کو مٹا دے گا، کیا آپ پر اعتماد ہیں؟" +msgid "Use a best-effort default partition layout" +msgstr "تمام منتخب ڈرائیوز کو صاف کریں اور ایک بہترین ڈیفالٹ پارٹیشن لے آؤٹ استعمال کریں" -msgid "Back" +#, fuzzy +msgid "Manual Partitioning" +msgstr "ترتیب کو محفوظ کریں" + +#, fuzzy +msgid "Pre-mounted configuration" +msgstr "کوئی کنفیگریشن نہیں" + +msgid "Unknown" +msgstr "" + +msgid "Partition encryption" +msgstr "" + +msgid " ! Formatting {} in " +msgstr "" + +msgid "← Back" msgstr "" msgid "Disk encryption" msgstr "" +#, fuzzy +msgid "Configuration" +msgstr "کوئی کنفیگریشن نہیں" + #, fuzzy msgid "Password" msgstr "روٹ پاس ورڈ" -msgid "Partition encryption" +#, fuzzy +msgid "All settings will be reset, are you sure?" +msgstr "{} پارٹیشنزکے گروپ پر مشتمل ہے، یہ ان کو مٹا دے گا، کیا آپ پر اعتماد ہیں؟" + +msgid "Back" +msgstr "" + +msgid "Please chose which greeter to install for the chosen profiles: {}" msgstr "" -#~ msgid "Enter the start sector (percentage or block number, default: {}): " -#~ msgstr "اسٹارٹ سیکٹر درج کریں (فیصد یا بلاک نمبر، ڈیفالٹ: {}):" +msgid "Environment type: {}" +msgstr "" + +msgid "The proprietary Nvidia driver is not supported by Sway. It is likely that you will run into issues, are you okay with that?" +msgstr "" + +#, fuzzy +msgid "Installed packages" +msgstr "اضافی پیکجز" + +#, fuzzy +msgid "Add profile" +msgstr "پروفائل" + +#, fuzzy +msgid "Edit profile" +msgstr "پروفائل" + +#, fuzzy +msgid "Delete profile" +msgstr "صارف کو حذف کریں" -#~ msgid "Enter the end sector of the partition (percentage or block number, ex: {}): " -#~ msgstr "پارٹیشن کا آخری سیکٹر درج کریں (فیصد یا بلاک نمبر، مثال کے طور پر: {}):" +#, fuzzy +msgid "Profile name: " +msgstr "پروفائل" + +msgid "The profile name you entered is already in use. Try again" +msgstr "" + +#, fuzzy +msgid "Packages to be install with this profile (space separated, leave blank to skip): " +msgstr "انسٹال کرنےکے لیے اضافی پیکجز لکھیں (الگ الگ لیکھیں، نہیں کی صورت میں خالی چھوڑیں):" + +#, fuzzy +msgid "Services to be enabled with this profile (space separated, leave blank to skip): " +msgstr "انسٹال کرنےکے لیے اضافی پیکجز لکھیں (الگ الگ لیکھیں، نہیں کی صورت میں خالی چھوڑیں):" + +msgid "Should this profile be enabled for installation?" +msgstr "" + +msgid "Create your own" +msgstr "" + +#, fuzzy +msgid "" +"\n" +"Select a graphics driver or leave blank to install all open-source drivers" +msgstr "" +"\n" +"\n" +"\n" +"ایک گرافکس ڈرائیور منتخب کریں یا تمام اوپن سورس ڈرائیورز کو انسٹال کرنے کے لیے خالی چھوڑ دیں" + +msgid "Sway needs access to your seat (collection of hardware devices i.e. keyboard, mouse, etc)" +msgstr "" + +msgid "" +"\n" +"\n" +"Choose an option to give Sway access to your hardware" +msgstr "" + +msgid "Graphics driver" +msgstr "" + +msgid "Greeter" +msgstr "" + +msgid "Please chose which greeter to install" +msgstr "" + +msgid "This is a list of pre-programmed default_profiles" +msgstr "" + +#, fuzzy +msgid "Disk configuration" +msgstr "کوئی کنفیگریشن نہیں" + +#, fuzzy +msgid "Profiles" +msgstr "پروفائل" + +msgid "Finding possible directories to save configuration files ..." +msgstr "" + +#, fuzzy +msgid "Select directory (or directories) for saving configuration files" +msgstr "استعمال کرنے اور کنفیگر کے لیے ایک یا زیادہ ہارڈ ڈرائیوز منتخب کریں" #~ msgid "Add :" #~ msgstr "شامل:" diff --git a/archinstall/locales/zh-CN/LC_MESSAGES/base.po b/archinstall/locales/zh-CN/LC_MESSAGES/base.po index d957204b..f1cee304 100644 --- a/archinstall/locales/zh-CN/LC_MESSAGES/base.po +++ b/archinstall/locales/zh-CN/LC_MESSAGES/base.po @@ -836,6 +836,125 @@ msgstr "为了能够使用此翻译,请手动安装支持该语言的字体。 msgid "The font should be stored as {}" msgstr "字体应存储为 {}" +msgid "Archinstall requires root privileges to run. See --help for more." +msgstr "" + +#, fuzzy +msgid "Select an execution mode" +msgstr "为“{}”选择一个操作" + +msgid "Unable to fetch profile from specified url: {}" +msgstr "" + +msgid "Profiles must have unique name, but profile definitions with duplicate name found: {}" +msgstr "" + +#, fuzzy +msgid "Select one or more devices to use and configure" +msgstr "选择一个或多个硬盘驱动器来使用和配置" + +#, fuzzy +msgid "If you reset the device selection this will also reset the current disk layout. Are you sure?" +msgstr "如果您重置硬盘驱动器选择,这也将重置当前磁盘布局。 你确定吗?" + +#, fuzzy +msgid "Existing Partitions" +msgstr "添加分区...." + +#, fuzzy +msgid "Select a partitioning option" +msgstr "删除一个分区" + +#, fuzzy +msgid "Enter the root directory of the mounted devices: " +msgstr "输入要保存配置的目录: " + +#, fuzzy +msgid "Minimum capacity for /home partition: {}GiB\n" +msgstr "/home 分区的最小容量:{}GB\n" + +#, fuzzy +msgid "Minimum capacity for Arch Linux partition: {}GiB" +msgstr "Arch Linux 分区的最小容量:{}GB" + +#, fuzzy +msgid "This is a list of pre-programmed profiles_bck, they might make it easier to install things like desktop environments" +msgstr "这是预编程配置文件的列表,它们可能使安装桌面环境之类的东西变得更容易" + +#, fuzzy +msgid "Current profile selection" +msgstr "当前分区布局" + +#, fuzzy +msgid "Remove all newly added partitions" +msgstr "创建新分区" + +#, fuzzy +msgid "Assign mountpoint" +msgstr "为分区分配挂载点" + +#, fuzzy +msgid "Mark/Unmark to be formatted (wipes data)" +msgstr "标记/取消标记要格式化的分区(擦除数据)" + +msgid "Mark/Unmark as bootable" +msgstr "" + +msgid "Change filesystem" +msgstr "" + +#, fuzzy +msgid "Mark/Unmark as compressed" +msgstr "将分区标记/取消标记为压缩(仅限 btrfs)" + +#, fuzzy +msgid "Set subvolumes" +msgstr "删除子卷" + +#, fuzzy +msgid "Delete partition" +msgstr "删除一个分区" + +msgid "Partition" +msgstr "" + +msgid "This partition is currently encrypted, to format it a filesystem has to be specified" +msgstr "" + +#, fuzzy +msgid "Partition mount-points are relative to inside the installation, the boot would be /boot as an example." +msgstr " * 分区挂载点是相对于安装内部的,例如 boot 应该为 /boot。" + +msgid "If mountpoint /boot is set, then the partition will also be marked as bootable." +msgstr "" + +msgid "Mountpoint: " +msgstr "" + +msgid "Current free sectors on device {}:" +msgstr "" + +#, fuzzy +msgid "Total sectors: {}" +msgstr "不是有效的目录:{}" + +#, fuzzy +msgid "Enter the start sector (default: {}): " +msgstr "输入起始扇区(百分比或块号,默认:{}): " + +#, fuzzy +msgid "Enter the end sector of the partition (percentage or block number, default: {}): " +msgstr "输入分区的结束扇区(百分比或块号,例如:{}): " + +msgid "This will remove all newly added partitions, continue?" +msgstr "" + +msgid "Partition management: {}" +msgstr "" + +msgid "Total length: {}" +msgstr "" + #, fuzzy msgid "Encryption type" msgstr "加密密码" @@ -857,24 +976,135 @@ msgid "Select a FIDO2 device to use for HSM" msgstr "" #, fuzzy -msgid "All settings will be reset, are you sure?" -msgstr "{} 包含排队分区,这将删除这些分区,您确定吗?" +msgid "Use a best-effort default partition layout" +msgstr "擦除所有选定的驱动器并使用最优的默认分区布局" -msgid "Back" +#, fuzzy +msgid "Manual Partitioning" +msgstr "手动配置" + +#, fuzzy +msgid "Pre-mounted configuration" +msgstr "无配置" + +msgid "Unknown" +msgstr "" + +msgid "Partition encryption" +msgstr "" + +msgid " ! Formatting {} in " +msgstr "" + +msgid "← Back" msgstr "" msgid "Disk encryption" msgstr "" +#, fuzzy +msgid "Configuration" +msgstr "无配置" + #, fuzzy msgid "Password" msgstr "Root 密码" -msgid "Partition encryption" +#, fuzzy +msgid "All settings will be reset, are you sure?" +msgstr "{} 包含排队分区,这将删除这些分区,您确定吗?" + +msgid "Back" +msgstr "" + +msgid "Please chose which greeter to install for the chosen profiles: {}" +msgstr "" + +msgid "Environment type: {}" +msgstr "" + +msgid "The proprietary Nvidia driver is not supported by Sway. It is likely that you will run into issues, are you okay with that?" +msgstr "" + +#, fuzzy +msgid "Installed packages" +msgstr "附加包" + +#, fuzzy +msgid "Add profile" +msgstr "配置文件" + +#, fuzzy +msgid "Edit profile" +msgstr "配置文件" + +#, fuzzy +msgid "Delete profile" +msgstr "删除接口" + +#, fuzzy +msgid "Profile name: " +msgstr "配置文件" + +#, fuzzy +msgid "The profile name you entered is already in use. Try again" +msgstr "您输入的用户名无效。 再试一次" + +#, fuzzy +msgid "Packages to be install with this profile (space separated, leave blank to skip): " +msgstr "编写要安装的附加软件包(空格分隔,留空跳过): " + +#, fuzzy +msgid "Services to be enabled with this profile (space separated, leave blank to skip): " +msgstr "编写要安装的附加软件包(空格分隔,留空跳过): " + +msgid "Should this profile be enabled for installation?" +msgstr "" + +msgid "Create your own" +msgstr "" + +#, fuzzy +msgid "" +"\n" +"Select a graphics driver or leave blank to install all open-source drivers" +msgstr "" +"\n" +"\n" +"选择图形驱动程序或留空以安装所有开源驱动程序" + +msgid "Sway needs access to your seat (collection of hardware devices i.e. keyboard, mouse, etc)" msgstr "" -#~ msgid "Enter the start sector (percentage or block number, default: {}): " -#~ msgstr "输入起始扇区(百分比或块号,默认:{}): " +msgid "" +"\n" +"\n" +"Choose an option to give Sway access to your hardware" +msgstr "" + +msgid "Graphics driver" +msgstr "" + +msgid "Greeter" +msgstr "" + +msgid "Please chose which greeter to install" +msgstr "" + +msgid "This is a list of pre-programmed default_profiles" +msgstr "" + +#, fuzzy +msgid "Disk configuration" +msgstr "无配置" -#~ msgid "Enter the end sector of the partition (percentage or block number, ex: {}): " -#~ msgstr "输入分区的结束扇区(百分比或块号,例如:{}): " +#, fuzzy +msgid "Profiles" +msgstr "配置文件" + +msgid "Finding possible directories to save configuration files ..." +msgstr "" + +#, fuzzy +msgid "Select directory (or directories) for saving configuration files" +msgstr "选择一个或多个硬盘驱动器来使用和配置" diff --git a/archinstall/profiles b/archinstall/profiles deleted file mode 120000 index c2968eea..00000000 --- a/archinstall/profiles +++ /dev/null @@ -1 +0,0 @@ -../profiles/ \ No newline at end of file diff --git a/archinstall/scripts/__init__.py b/archinstall/scripts/__init__.py new file mode 100644 index 00000000..e69de29b diff --git a/archinstall/scripts/guided.py b/archinstall/scripts/guided.py new file mode 100644 index 00000000..d9c5837c --- /dev/null +++ b/archinstall/scripts/guided.py @@ -0,0 +1,276 @@ +import logging +import os +from pathlib import Path +from typing import Any, TYPE_CHECKING + +import archinstall +from archinstall.lib import disk +from archinstall.lib.global_menu import GlobalMenu +from archinstall.default_profiles.applications.pipewire import PipewireProfile +from archinstall.lib.configuration import ConfigurationOutput +from archinstall.lib.installer import Installer +from archinstall.lib.menu import Menu +from archinstall.lib.mirrors import use_mirrors +from archinstall.lib.models.bootloader import Bootloader +from archinstall.lib.models.network_configuration import NetworkConfigurationHandler +from archinstall.lib.output import log +from archinstall.lib.profile.profiles_handler import profile_handler + +if TYPE_CHECKING: + _: Any + + +if archinstall.arguments.get('help'): + print("See `man archinstall` for help.") + exit(0) + +if os.getuid() != 0: + print(_("Archinstall requires root privileges to run. See --help for more.")) + exit(1) + +# Log various information about hardware before starting the installation. This might assist in troubleshooting +archinstall.log(f"Hardware model detected: {archinstall.sys_vendor()} {archinstall.product_name()}; UEFI mode: {archinstall.has_uefi()}", level=logging.DEBUG) +archinstall.log(f"Processor model detected: {archinstall.cpu_model()}", level=logging.DEBUG) +archinstall.log(f"Memory statistics: {archinstall.mem_available()} available out of {archinstall.mem_total()} total installed", level=logging.DEBUG) +archinstall.log(f"Virtualization detected: {archinstall.virtualization()}; is VM: {archinstall.is_vm()}", level=logging.DEBUG) +archinstall.log(f"Graphics devices detected: {archinstall.graphics_devices().keys()}", level=logging.DEBUG) + +# For support reasons, we'll log the disk layout pre installation to match against post-installation layout +archinstall.log(f"Disk states before installing: {disk.disk_layouts()}", level=logging.DEBUG) + + +def ask_user_questions(): + """ + First, we'll ask the user for a bunch of user input. + Not until we're satisfied with what we want to install + will we continue with the actual installation steps. + """ + + # ref: https://github.com/archlinux/archinstall/pull/831 + # we'll set NTP to true by default since this is also + # the default value specified in the menu options; in + # case it will be changed by the user we'll also update + # the system immediately + global_menu = GlobalMenu(data_store=archinstall.arguments) + + global_menu.enable('archinstall-language') + + global_menu.enable('keyboard-layout') + + # Set which region to download packages from during the installation + global_menu.enable('mirror-region') + + global_menu.enable('sys-language') + + global_menu.enable('sys-encoding') + + global_menu.enable('disk_config', mandatory=True) + + # Specify disk encryption options + global_menu.enable('disk_encryption') + + # Ask which boot-loader to use (will only ask if we're in UEFI mode, otherwise will default to GRUB) + global_menu.enable('bootloader') + + global_menu.enable('swap') + + # Get the hostname for the machine + global_menu.enable('hostname') + + # Ask for a root password (optional, but triggers requirement for super-user if skipped) + global_menu.enable('!root-password', mandatory=True) + + global_menu.enable('!users', mandatory=True) + + # Ask for archinstall-specific profiles_bck (such as desktop environments etc) + global_menu.enable('profile_config') + + # Ask about audio server selection if one is not already set + global_menu.enable('audio') + + # Ask for preferred kernel: + global_menu.enable('kernels') + + global_menu.enable('packages') + + if archinstall.arguments.get('advanced', False): + # Enable parallel downloads + global_menu.enable('parallel downloads') + + # Ask or Call the helper function that asks the user to optionally configure a network. + global_menu.enable('nic') + + global_menu.enable('timezone') + + global_menu.enable('ntp') + + global_menu.enable('additional-repositories') + + global_menu.enable('__separator__') + + global_menu.enable('save_config') + global_menu.enable('install') + global_menu.enable('abort') + + global_menu.run() + + +def perform_installation(mountpoint: Path): + """ + Performs the installation steps on a block device. + Only requirement is that the block devices are + formatted and setup prior to entering this function. + """ + log('Starting installation', level=logging.INFO) + disk_config: disk.DiskLayoutConfiguration = archinstall.arguments['disk_config'] + + # Retrieve list of additional repositories and set boolean values appropriately + enable_testing = 'testing' in archinstall.arguments.get('additional-repositories', []) + enable_multilib = 'multilib' in archinstall.arguments.get('additional-repositories', []) + + locale = f"{archinstall.arguments.get('sys-language', 'en_US')} {archinstall.arguments.get('sys-encoding', 'UTF-8').upper()}" + + disk_encryption: disk.DiskEncryption = archinstall.arguments.get('disk_encryption', None) + + with Installer( + mountpoint, + disk_config, + disk_encryption=disk_encryption, + kernels=archinstall.arguments.get('kernels', ['linux']) + ) as installation: + # Mount all the drives to the desired mountpoint + if disk_config.config_type != disk.DiskLayoutType.Pre_mount: + installation.mount_ordered_layout() + + installation.sanity_check() + + if disk_config.config_type != disk.DiskLayoutType.Pre_mount: + if disk_encryption and disk_encryption.encryption_type != disk.EncryptionType.NoEncryption: + # generate encryption key files for the mounted luks devices + installation.generate_key_files() + + if archinstall.arguments.get('ntp', False): + installation.activate_ntp() + + # Set mirrors used by pacstrap (outside of installation) + if archinstall.arguments.get('mirror-region', None): + use_mirrors(archinstall.arguments['mirror-region']) # Set the mirrors for the live medium + + installation.minimal_installation( + testing=enable_testing, + multilib=enable_multilib, + hostname=archinstall.arguments.get('hostname', 'archlinux'), + locales=[locale] + ) + + if archinstall.arguments.get('mirror-region') is not None: + if archinstall.arguments.get("mirrors", None) is not None: + installation.set_mirrors(archinstall.arguments['mirror-region']) # Set the mirrors in the installation medium + + if archinstall.arguments.get('swap'): + installation.setup_swap('zram') + + if archinstall.arguments.get("bootloader") == Bootloader.Grub and archinstall.has_uefi(): + installation.add_additional_packages("grub") + + installation.add_bootloader(archinstall.arguments["bootloader"]) + + # If user selected to copy the current ISO network configuration + # Perform a copy of the config + network_config = archinstall.arguments.get('nic', None) + + if network_config: + handler = NetworkConfigurationHandler(network_config) + handler.config_installer(installation) + + if archinstall.arguments.get('packages', None) and archinstall.arguments.get('packages', None)[0] != '': + installation.add_additional_packages(archinstall.arguments.get('packages', None)) + + if users := archinstall.arguments.get('!users', None): + installation.create_users(users) + + if audio := archinstall.arguments.get('audio', None): + log(f'Installing audio server: {audio}', level=logging.INFO) + if audio == 'pipewire': + PipewireProfile().install(installation) + elif audio == 'pulseaudio': + installation.add_additional_packages("pulseaudio") + else: + installation.log("No audio server will be installed.", level=logging.INFO) + + if profile_config := archinstall.arguments.get('profile_config', None): + profile_handler.install_profile_config(installation, profile_config) + + if timezone := archinstall.arguments.get('timezone', None): + installation.set_timezone(timezone) + + if archinstall.arguments.get('ntp', False): + installation.activate_time_syncronization() + + if archinstall.accessibility_tools_in_use(): + installation.enable_espeakup() + + if (root_pw := archinstall.arguments.get('!root-password', None)) and len(root_pw): + installation.user_set_pw('root', root_pw) + + # This step must be after profile installs to allow profiles_bck to install language pre-requisits. + # After which, this step will set the language both for console and x11 if x11 was installed for instance. + installation.set_keyboard_language(archinstall.arguments['keyboard-layout']) + + if profile_config := archinstall.arguments.get('profile_config', None): + profile_config.profile.post_install(installation) + + # If the user provided a list of services to be enabled, pass the list to the enable_service function. + # Note that while it's called enable_service, it can actually take a list of services and iterate it. + if archinstall.arguments.get('services', None): + installation.enable_service(*archinstall.arguments['services']) + + # If the user provided custom commands to be run post-installation, execute them now. + if archinstall.arguments.get('custom-commands', None): + archinstall.run_custom_user_commands(archinstall.arguments['custom-commands'], installation) + + installation.genfstab() + + installation.log("For post-installation tips, see https://wiki.archlinux.org/index.php/Installation_guide#Post-installation", fg="yellow") + + if not archinstall.arguments.get('silent'): + prompt = str(_('Would you like to chroot into the newly created installation and perform post-installation configuration?')) + choice = Menu(prompt, Menu.yes_no(), default_option=Menu.yes()).run() + if choice.value == Menu.yes(): + try: + installation.drop_to_shell() + except: + pass + + archinstall.log(f"Disk states after installing: {disk.disk_layouts()}", level=logging.DEBUG) + + +if archinstall.arguments.get('skip-mirror-check', False) is False and archinstall.check_mirror_reachable() is False: + log_file = os.path.join(archinstall.storage.get('LOG_PATH', None), archinstall.storage.get('LOG_FILE', None)) + archinstall.log(f"Arch Linux mirrors are not reachable. Please check your internet connection and the log file '{log_file}'.", level=logging.INFO, fg="red") + exit(1) + +if not archinstall.arguments.get('silent'): + ask_user_questions() + +config_output = ConfigurationOutput(archinstall.arguments) + +if not archinstall.arguments.get('silent'): + config_output.show() + +config_output.save() + +if archinstall.arguments.get('dry_run'): + exit(0) + +if not archinstall.arguments.get('silent'): + input(str(_('Press Enter to continue.'))) + +fs_handler = disk.FilesystemHandler( + archinstall.arguments['disk_config'], + archinstall.arguments.get('disk_encryption', None) +) + +fs_handler.perform_filesystem_operations() + +perform_installation(archinstall.storage.get('MOUNT_POINT', Path('/mnt'))) diff --git a/archinstall/scripts/minimal.py b/archinstall/scripts/minimal.py new file mode 100644 index 00000000..0cdbdcef --- /dev/null +++ b/archinstall/scripts/minimal.py @@ -0,0 +1,104 @@ +from pathlib import Path +from typing import TYPE_CHECKING, Any, List + +import archinstall +from archinstall import ConfigurationOutput, Installer, ProfileConfiguration, profile_handler +from archinstall.default_profiles.minimal import MinimalProfile +from archinstall import disk +from archinstall import models +from archinstall.lib.user_interaction.disk_conf import select_devices, suggest_single_disk_layout + +if TYPE_CHECKING: + _: Any + + +archinstall.log("Minimal only supports:") +archinstall.log(" * Being installed to a single disk") + +if archinstall.arguments.get('help', None): + archinstall.log(" - Optional disk encryption via --!encryption-password=") + archinstall.log(" - Optional filesystem type via --filesystem=") + archinstall.log(" - Optional systemd network via --network") + + +def perform_installation(mountpoint: Path): + disk_config: disk.DiskLayoutConfiguration = archinstall.arguments['disk_config'] + disk_encryption: disk.DiskEncryption = archinstall.arguments.get('disk_encryption', None) + + with Installer( + mountpoint, + disk_config, + disk_encryption=disk_encryption, + kernels=archinstall.arguments.get('kernels', ['linux']) + ) as installation: + # Strap in the base system, add a boot loader and configure + # some other minor details as specified by this profile and user. + if installation.minimal_installation(): + installation.set_hostname('minimal-arch') + installation.add_bootloader(models.Bootloader.Systemd) + + # Optionally enable networking: + if archinstall.arguments.get('network', None): + installation.copy_iso_network_config(enable_services=True) + + installation.add_additional_packages(['nano', 'wget', 'git']) + + profile_config = ProfileConfiguration(MinimalProfile()) + profile_handler.install_profile_config(installation, profile_config) + + user = models.User('devel', 'devel', False) + installation.create_users(user) + + # Once this is done, we output some useful information to the user + # And the installation is complete. + archinstall.log("There are two new accounts in your installation after reboot:") + archinstall.log(" * root (password: airoot)") + archinstall.log(" * devel (password: devel)") + + +def prompt_disk_layout(): + fs_type = None + if filesystem := archinstall.arguments.get('filesystem', None): + fs_type = disk.FilesystemType(filesystem) + + devices = select_devices() + modifications = suggest_single_disk_layout(devices[0], filesystem_type=fs_type) + + archinstall.arguments['disk_config'] = disk.DiskLayoutConfiguration( + config_type=disk.DiskLayoutType.Default, + device_modifications=[modifications] + ) + + +def parse_disk_encryption(): + if enc_password := archinstall.arguments.get('!encryption-password', None): + modification: List[disk.DeviceModification] = archinstall.arguments['disk_config'] + partitions: List[disk.PartitionModification] = [] + + # encrypt all partitions except the /boot + for mod in modification: + partitions += list(filter(lambda x: x.mountpoint != Path('/boot'), mod.partitions)) + + archinstall.arguments['disk_encryption'] = disk.DiskEncryption( + encryption_type=disk.EncryptionType.Partition, + encryption_password=enc_password, + partitions=partitions + ) + + +prompt_disk_layout() +parse_disk_encryption() + +config_output = ConfigurationOutput(archinstall.arguments) +config_output.show() + +input(str(_('Press Enter to continue.'))) + +fs_handler = disk.FilesystemHandler( + archinstall.arguments['disk_config'], + archinstall.arguments.get('disk_encryption', None) +) + +fs_handler.perform_filesystem_operations() + +perform_installation(archinstall.storage.get('MOUNT_POINT', Path('/mnt'))) diff --git a/archinstall/scripts/only_hd.py b/archinstall/scripts/only_hd.py new file mode 100644 index 00000000..a903c5fe --- /dev/null +++ b/archinstall/scripts/only_hd.py @@ -0,0 +1,104 @@ +import logging +import os +from pathlib import Path + +import archinstall +from archinstall import Installer +from archinstall.lib.configuration import ConfigurationOutput +from archinstall import disk + +if archinstall.arguments.get('help'): + print("See `man archinstall` for help.") + exit(0) + + +if os.getuid() != 0: + print("Archinstall requires root privileges to run. See --help for more.") + exit(1) + + +def ask_user_questions(): + global_menu = archinstall.GlobalMenu(data_store=archinstall.arguments) + + global_menu.enable('archinstall-language') + + global_menu.enable('disk_config', mandatory=True) + global_menu.enable('disk_encryption') + global_menu.enable('swap') + + global_menu.enable('save_config') + global_menu.enable('install') + global_menu.enable('abort') + + global_menu.run() + + +def perform_installation(mountpoint: Path): + """ + Performs the installation steps on a block device. + Only requirement is that the block devices are + formatted and setup prior to entering this function. + """ + disk_config: disk.DiskLayoutConfiguration = archinstall.arguments['disk_config'] + disk_encryption: disk.DiskEncryption = archinstall.arguments.get('disk_encryption', None) + + with Installer( + mountpoint, + disk_config, + disk_encryption=disk_encryption, + kernels=archinstall.arguments.get('kernels', ['linux']) + ) as installation: + # Mount all the drives to the desired mountpoint + # This *can* be done outside of the installation, but the installer can deal with it. + if archinstall.arguments.get('disk_config'): + installation.mount_ordered_layout() + + # to generate a fstab directory holder. Avoids an error on exit and at the same time checks the procedure + target = Path(f"{mountpoint}/etc/fstab") + if not target.parent.exists(): + target.parent.mkdir(parents=True) + + # For support reasons, we'll log the disk layout post installation (crash or no crash) + archinstall.log(f"Disk states after installing: {disk.disk_layouts()}", level=logging.DEBUG) + + +# Log various information about hardware before starting the installation. This might assist in troubleshooting +archinstall.log(f"Hardware model detected: {archinstall.sys_vendor()} {archinstall.product_name()}; UEFI mode: {archinstall.has_uefi()}", level=logging.DEBUG) +archinstall.log(f"Processor model detected: {archinstall.cpu_model()}", level=logging.DEBUG) +archinstall.log(f"Memory statistics: {archinstall.mem_available()} available out of {archinstall.mem_total()} total installed", level=logging.DEBUG) +archinstall.log(f"Virtualization detected: {archinstall.virtualization()}; is VM: {archinstall.is_vm()}", level=logging.DEBUG) +archinstall.log(f"Graphics devices detected: {archinstall.graphics_devices().keys()}", level=logging.DEBUG) + +# For support reasons, we'll log the disk layout pre installation to match against post-installation layout +archinstall.log(f"Disk states before installing: {disk.disk_layouts()}", level=logging.DEBUG) + + +if archinstall.arguments.get('skip-mirror-check', False) is False and archinstall.check_mirror_reachable() is False: + log_file = os.path.join(archinstall.storage.get('LOG_PATH', None), archinstall.storage.get('LOG_FILE', None)) + archinstall.log(f"Arch Linux mirrors are not reachable. Please check your internet connection and the log file '{log_file}'.", level=logging.INFO, fg="red") + exit(1) + +if not archinstall.arguments.get('silent'): + ask_user_questions() + +config_output = ConfigurationOutput(archinstall.arguments) +if not archinstall.arguments.get('silent'): + config_output.show() + +config_output.save() + +if archinstall.arguments.get('dry_run'): + exit(0) + +if not archinstall.arguments.get('silent'): + input('Press Enter to continue.') + +fs_handler = disk.FilesystemHandler( + archinstall.arguments['disk_config'], + archinstall.arguments.get('disk_encryption', None) +) + +fs_handler.perform_filesystem_operations() + + +perform_installation(archinstall.storage.get('MOUNT_POINT', Path('/mnt'))) diff --git a/archinstall/scripts/swiss.py b/archinstall/scripts/swiss.py new file mode 100644 index 00000000..e2ee6fcb --- /dev/null +++ b/archinstall/scripts/swiss.py @@ -0,0 +1,353 @@ +import logging +import os +from enum import Enum +from pathlib import Path +from typing import TYPE_CHECKING, Any, Dict + +import archinstall +from archinstall.lib.mirrors import use_mirrors +from archinstall import models +from archinstall import disk +from archinstall.lib.profile.profiles_handler import profile_handler +from archinstall import menu +from archinstall.lib.global_menu import GlobalMenu +from archinstall.lib.output import log +from archinstall import Installer +from archinstall.lib.configuration import ConfigurationOutput +from archinstall.default_profiles.applications.pipewire import PipewireProfile + +if TYPE_CHECKING: + _: Any + + +if archinstall.arguments.get('help'): + print("See `man archinstall` for help.") + exit(0) + + +if os.getuid() != 0: + print("Archinstall requires root privileges to run. See --help for more.") + exit(1) + + +class ExecutionMode(Enum): + Full = 'full' + Lineal = 'lineal' + Only_HD = 'only-hd' + Only_OS = 'only-os' + Minimal = 'minimal' + + +def select_mode() -> ExecutionMode: + options = [str(e.value) for e in ExecutionMode] + choice = menu.Menu( + str(_('Select an execution mode')), + options, + default_option=ExecutionMode.Full.value, + skip=False + ).run() + + return ExecutionMode(choice.single_value) + + +class SetupMenu(GlobalMenu): + def __init__(self, storage_area: Dict[str, Any]): + super().__init__(data_store=storage_area) + + def setup_selection_menu_options(self): + super().setup_selection_menu_options() + + self._menu_options['mode'] = menu.Selector( + 'Excution mode', + lambda x : select_mode(), + display_func=lambda x: x.value if x else '', + default=ExecutionMode.Full) + + self._menu_options['continue'] = menu.Selector( + 'Continue', + exec_func=lambda n,v: True) + + self.enable('archinstall-language') + self.enable('ntp') + self.enable('mode') + self.enable('continue') + self.enable('abort') + + def exit_callback(self): + if self._data_store.get('ntp', False): + archinstall.SysCommand('timedatectl set-ntp true') + + if self._data_store.get('mode', None): + archinstall.arguments['mode'] = self._data_store['mode'] + log(f"Archinstall will execute under {archinstall.arguments['mode']} mode") + + +class SwissMainMenu(GlobalMenu): + def __init__( + self, + data_store: Dict[str, Any], + exec_mode: ExecutionMode = ExecutionMode.Full + ): + self._execution_mode = exec_mode + super().__init__(data_store) + + def setup_selection_menu_options(self): + super().setup_selection_menu_options() + + options_list = [] + mandatory_list = [] + + match self._execution_mode: + case ExecutionMode.Full | ExecutionMode.Lineal: + options_list = [ + 'keyboard-layout', 'mirror-region', 'disk_config', + 'disk_encryption', 'swap', 'bootloader', 'hostname', '!root-password', + '!users', 'profile_config', 'audio', 'kernels', 'packages', 'additional-repositories', 'nic', + 'timezone', 'ntp' + ] + + if archinstall.arguments.get('advanced', False): + options_list.extend(['sys-language', 'sys-encoding']) + + mandatory_list = ['disk_config', 'bootloader', 'hostname'] + case ExecutionMode.Only_HD: + options_list = ['disk_config', 'disk_encryption','swap'] + mandatory_list = ['disk_config'] + case ExecutionMode.Only_OS: + options_list = [ + 'keyboard-layout', 'mirror-region','bootloader', 'hostname', + '!root-password', '!users', 'profile_config', 'audio', 'kernels', + 'packages', 'additional-repositories', 'nic', 'timezone', 'ntp' + ] + + mandatory_list = ['hostname'] + + if archinstall.arguments.get('advanced', False): + options_list += ['sys-language','sys-encoding'] + case ExecutionMode.Minimal: + pass + case _: + archinstall.log(f' Execution mode {self._execution_mode} not supported') + exit(1) + + if self._execution_mode != ExecutionMode.Lineal: + options_list += ['save_config', 'install'] + + if not archinstall.arguments.get('advanced', False): + options_list.append('archinstall-language') + + options_list += ['abort'] + + for entry in mandatory_list: + self.enable(entry, mandatory=True) + + for entry in options_list: + self.enable(entry) + + +def ask_user_questions(exec_mode: ExecutionMode = ExecutionMode.Full): + """ + First, we'll ask the user for a bunch of user input. + Not until we're satisfied with what we want to install + will we continue with the actual installation steps. + """ + if archinstall.arguments.get('advanced', None): + setup_area: Dict[str, Any] = {} + setup = SetupMenu(setup_area) + + if exec_mode == ExecutionMode.Lineal: + for entry in setup.list_enabled_options(): + if entry in ('continue', 'abort'): + continue + if not setup.option(entry).enabled: + continue + setup.exec_option(entry) + else: + setup.run() + + archinstall.arguments['archinstall-language'] = setup_area.get('archinstall-language') + + with SwissMainMenu(data_store=archinstall.arguments, exec_mode=exec_mode) as menu: + if mode == ExecutionMode.Lineal: + for entry in menu.list_enabled_options(): + if entry in ('install', 'abort'): + continue + menu.exec_option(entry) + archinstall.arguments[entry] = menu.option(entry).get_selection() + else: + menu.run() + + +def perform_installation(mountpoint: Path, exec_mode: ExecutionMode): + disk_config: disk.DiskLayoutConfiguration = archinstall.arguments['disk_config'] + disk_encryption: disk.DiskEncryption = archinstall.arguments.get('disk_encryption', None) + + enable_testing = 'testing' in archinstall.arguments.get('additional-repositories', []) + enable_multilib = 'multilib' in archinstall.arguments.get('additional-repositories', []) + + locale = f"{archinstall.arguments.get('sys-language', 'en_US')} {archinstall.arguments.get('sys-encoding', 'UTF-8').upper()}" + + with Installer( + mountpoint, + disk_config, + disk_encryption=disk_encryption, + kernels=archinstall.arguments.get('kernels', ['linux']) + ) as installation: + if exec_mode in [ExecutionMode.Full, ExecutionMode.Only_HD]: + installation.mount_ordered_layout() + + installation.sanity_check() + + if disk_config.config_type != disk.DiskLayoutType.Pre_mount: + if disk_encryption and disk_encryption.encryption_type != disk.EncryptionType.NoEncryption: + # generate encryption key files for the mounted luks devices + installation.generate_key_files() + + if archinstall.arguments.get('ntp', False): + installation.activate_ntp() + + # Set mirrors used by pacstrap (outside of installation) + if archinstall.arguments.get('mirror-region', None): + use_mirrors(archinstall.arguments['mirror-region']) # Set the mirrors for the live medium + + installation.minimal_installation( + testing=enable_testing, + multilib=enable_multilib, + hostname=archinstall.arguments.get('hostname', 'archlinux'), + locales=[locale] + ) + + if archinstall.arguments.get('mirror-region') is not None: + if archinstall.arguments.get("mirrors", None) is not None: + installation.set_mirrors( + archinstall.arguments['mirror-region']) # Set the mirrors in the installation medium + + if archinstall.arguments.get('swap'): + installation.setup_swap('zram') + + if archinstall.arguments.get("bootloader") == models.Bootloader.Grub and archinstall.has_uefi(): + installation.add_additional_packages("grub") + + installation.add_bootloader(archinstall.arguments["bootloader"]) + + # If user selected to copy the current ISO network configuration + # Perform a copy of the config + network_config = archinstall.arguments.get('nic', None) + + if network_config: + handler = models.NetworkConfigurationHandler(network_config) + handler.config_installer(installation) + + if archinstall.arguments.get('packages', None) and archinstall.arguments.get('packages', None)[0] != '': + installation.add_additional_packages(archinstall.arguments.get('packages', None)) + + if users := archinstall.arguments.get('!users', None): + installation.create_users(users) + + if audio := archinstall.arguments.get('audio', None): + log(f'Installing audio server: {audio}', level=logging.INFO) + if audio == 'pipewire': + PipewireProfile().install(installation) + elif audio == 'pulseaudio': + installation.add_additional_packages("pulseaudio") + else: + installation.log("No audio server will be installed.", level=logging.INFO) + + if profile_config := archinstall.arguments.get('profile_config', None): + profile_handler.install_profile_config(installation, profile_config) + + if timezone := archinstall.arguments.get('timezone', None): + installation.set_timezone(timezone) + + if archinstall.arguments.get('ntp', False): + installation.activate_time_syncronization() + + if archinstall.accessibility_tools_in_use(): + installation.enable_espeakup() + + if (root_pw := archinstall.arguments.get('!root-password', None)) and len(root_pw): + installation.user_set_pw('root', root_pw) + + # This step must be after profile installs to allow profiles_bck to install language pre-requisits. + # After which, this step will set the language both for console and x11 if x11 was installed for instance. + installation.set_keyboard_language(archinstall.arguments['keyboard-layout']) + + if profile_config := archinstall.arguments.get('profile_config', None): + profile_config.profile.post_install(installation) + + # If the user provided a list of services to be enabled, pass the list to the enable_service function. + # Note that while it's called enable_service, it can actually take a list of services and iterate it. + if archinstall.arguments.get('services', None): + installation.enable_service(*archinstall.arguments['services']) + + # If the user provided custom commands to be run post-installation, execute them now. + if archinstall.arguments.get('custom-commands', None): + archinstall.run_custom_user_commands(archinstall.arguments['custom-commands'], installation) + + installation.genfstab() + + installation.log( + "For post-installation tips, see https://wiki.archlinux.org/index.php/Installation_guide#Post-installation", + fg="yellow") + + if not archinstall.arguments.get('silent'): + prompt = str( + _('Would you like to chroot into the newly created installation and perform post-installation configuration?')) + choice = menu.Menu(prompt, menu.Menu.yes_no(), default_option=menu.Menu.yes()).run() + if choice.value == menu.Menu.yes(): + try: + installation.drop_to_shell() + except: + pass + + archinstall.log(f"Disk states after installing: {disk.disk_layouts()}", level=logging.DEBUG) + + +# Log various information about hardware before starting the installation. This might assist in troubleshooting +archinstall.log(f"Hardware model detected: {archinstall.sys_vendor()} {archinstall.product_name()}; UEFI mode: {archinstall.has_uefi()}", level=logging.DEBUG) +archinstall.log(f"Processor model detected: {archinstall.cpu_model()}", level=logging.DEBUG) +archinstall.log(f"Memory statistics: {archinstall.mem_available()} available out of {archinstall.mem_total()} total installed", level=logging.DEBUG) +archinstall.log(f"Virtualization detected: {archinstall.virtualization()}; is VM: {archinstall.is_vm()}", level=logging.DEBUG) +archinstall.log(f"Graphics devices detected: {archinstall.graphics_devices().keys()}", level=logging.DEBUG) + +# For support reasons, we'll log the disk layout pre installation to match against post-installation layout +archinstall.log(f"Disk states before installing: {disk.disk_layouts()}", level=logging.DEBUG) + + +if not archinstall.check_mirror_reachable(): + log_file = os.path.join(archinstall.storage.get('LOG_PATH', None), archinstall.storage.get('LOG_FILE', None)) + archinstall.log(f"Arch Linux mirrors are not reachable. Please check your internet connection and the log file '{log_file}'.", level=logging.INFO, fg="red") + exit(1) + +param_mode = archinstall.arguments.get('mode', ExecutionMode.Full.value).lower() + +try: + mode = ExecutionMode(param_mode) +except KeyError: + log(f'Mode "{param_mode}" is not supported') + exit(1) + +if not archinstall.arguments.get('silent'): + ask_user_questions(mode) + +config_output = ConfigurationOutput(archinstall.arguments) +if not archinstall.arguments.get('silent'): + config_output.show() + +config_output.save() + +if archinstall.arguments.get('dry_run'): + exit(0) + +if not archinstall.arguments.get('silent'): + input('Press Enter to continue.') + +if mode in (ExecutionMode.Full, ExecutionMode.Only_HD): + fs_handler = disk.FilesystemHandler( + archinstall.arguments['disk_config'], + archinstall.arguments.get('disk_encryption', None) + ) + + fs_handler.perform_filesystem_operations() + +perform_installation(archinstall.storage.get('MOUNT_POINT', Path('/mnt')), mode) diff --git a/archinstall/scripts/unattended.py b/archinstall/scripts/unattended.py new file mode 100644 index 00000000..0a1c5160 --- /dev/null +++ b/archinstall/scripts/unattended.py @@ -0,0 +1,18 @@ +import time + +import archinstall +from archinstall.lib.profile.profiles_handler import profile_handler + +for profile in profile_handler.get_mac_addr_profiles(): + # Tailored means it's a match for this machine + # based on it's MAC address (or some other criteria + # that fits the requirements for this machine specifically). + archinstall.log(f'Found a tailored profile for this machine called: "{profile.name}"') + + print('Starting install in:') + for i in range(10, 0, -1): + print(f'{i}...') + time.sleep(1) + + install_session = archinstall.storage['installation_session'] + profile.install(install_session) diff --git a/build_iso.sh b/build_iso.sh new file mode 100755 index 00000000..74e815ee --- /dev/null +++ b/build_iso.sh @@ -0,0 +1,31 @@ +#!/bin/bash + +zprofile="/tmp/archlive/airootfs/root/.zprofile" + +mkdir -p /tmp/archlive/airootfs/root/archinstall-git +cp -r . /tmp/archlive/airootfs/root/archinstall-git + +echo "pip uninstall archinstall -y" > $zprofile +echo "cd archinstall-git" >> $zprofile +echo "rm -rf dist" >> $zprofile + +echo "python -m build --wheel --no-isolation" >> $zprofile +echo "pip install dist/archinstall*.whl" >> $zprofile + +echo "echo \"This is an unofficial ISO for development and testing of archinstall. No support will be provided.\"" >> $zprofile +echo "echo \"This ISO was built from Git SHA $GITHUB_SHA\"" >> $zprofile +echo "echo \"Type archinstall to launch the installer.\"" >> $zprofile + +cat $zprofile + +pacman -Sy +pacman --noconfirm -S git archiso + +cp -r /usr/share/archiso/configs/releng/* /tmp/archlive + +echo -e "git\npython\npython-pip\npython-build\npython-flit\npython-setuptools\npython-wheel\npython-pyparted" >> /tmp/archlive/packages.x86_64 + +find /tmp/archlive +cd /tmp/archlive + +mkarchiso -v -w work/ -o out/ ./ diff --git a/docs/examples/python.rst b/docs/examples/python.rst index dfc0abb3..b5478fe2 100644 --- a/docs/examples/python.rst +++ b/docs/examples/python.rst @@ -34,11 +34,11 @@ To do this, we'll begin by importing `archinstall` in our `./archinstall/example .. code-block:: python import archinstall - + all_drives = archinstall.all_blockdevices(partitions=False) print(list(all_drives.keys())) -This should print out a list of drives. +This should print out a list of drives and some meta-information about them. As an example, this will do just fine. Now, go ahead and install the library either as a user-module or system-wide. diff --git a/examples/__init__.py b/examples/__init__.py deleted file mode 100644 index e69de29b..00000000 diff --git a/examples/auto_discovery_mounted.py b/examples/auto_discovery_mounted.py new file mode 100644 index 00000000..0bd30cd1 --- /dev/null +++ b/examples/auto_discovery_mounted.py @@ -0,0 +1,13 @@ +from pathlib import Path + +from archinstall import disk + +root_mount_dir = Path('/mnt/archinstall') + +mods = disk.device_handler.detect_pre_mounted_mods(root_mount_dir) + +disk_config = disk.DiskLayoutConfiguration( + disk.DiskLayoutType.Pre_mount, + device_modifications=mods, + relative_mountpoint=Path('/mnt/archinstall') +) diff --git a/examples/config-sample.json b/examples/config-sample.json index dc8693a7..a7c5d537 100644 --- a/examples/config-sample.json +++ b/examples/config-sample.json @@ -1,28 +1,132 @@ { - "audio": null, - "bootloader": "systemd-bootctl", - "harddrives": [ - "/dev/loop0" - ], - "hostname": "", + "config_version": "2.5.2", + "additional-repositories": [], + "archinstall-language": "English", + "audio": "pipewire", + "bootloader": "Systemd-boot", + "debug": false, + "disk_config": { + "config_type": "default_layout", + "device_modifications": [ + { + "device": "/dev/sda", + "partitions": [ + { + "btrfs": [], + "flags": [ + "Boot" + ], + "fs_type": "fat32", + "length": { + "sector_size": null, + "total_size": null, + "unit": "MiB", + "value": 512 + }, + "mount_options": [], + "mountpoint": "/boot", + "obj_id": "2c3fa2d5-2c79-4fab-86ec-22d0ea1543c0", + "start": { + "sector_size": null, + "total_size": null, + "unit": "MiB", + "value": 1 + }, + "status": "create", + "type": "primary" + }, + { + "btrfs": [], + "flags": [], + "fs_type": "ext4", + "length": { + "sector_size": null, + "total_size": null, + "unit": "GiB", + "value": 20 + }, + "mount_options": [], + "mountpoint": "/", + "obj_id": "3e7018a0-363b-4d05-ab83-8e82d13db208", + "start": { + "sector_size": null, + "total_size": null, + "unit": "MiB", + "value": 513 + }, + "status": "create", + "type": "primary" + }, + { + "btrfs": [], + "flags": [], + "fs_type": "ext4", + "length": { + "sector_size": null, + "total_size": { + "sector_size": null, + "total_size": null, + "unit": "B", + "value": 250148290560 + }, + "unit": "Percent", + "value": 100 + }, + "mount_options": [], + "mountpoint": "/home", + "obj_id": "ce58b139-f041-4a06-94da-1f8bad775d3f", + "start": { + "sector_size": null, + "total_size": null, + "unit": "GiB", + "value": 20 + }, + "status": "create", + "type": "primary" + } + ], + "wipe": true + } + ] + }, + "hostname": "archlinux", "kernels": [ "linux" ], "keyboard-layout": "us", "mirror-region": { - "Worldwide": { - "https://mirror.rackspace.com/archlinux/$repo/os/$arch": true + "Australia": { + "http://archlinux.mirror.digitalpacific.com.au/$repo/os/$arch": true, } }, "nic": { - "type": "NM" + "dhcp": true, + "dns": null, + "gateway": null, + "iface": null, + "ip": null, + "type": "nm" }, + "no_pkg_lookups": false, "ntp": true, + "offline": false, "packages": [], - "profile": null, + "parallel downloads": 0, + "profile_config": { + "gfx_driver": "All open-source (default)", + "greeter": "sddm", + "profile": { + "details": [ + "Kde" + ], + "main": "Desktop" + } + }, "script": "guided", + "silent": false, "swap": true, "sys-encoding": "utf-8", "sys-language": "en_US", - "timezone": "UTC" + "timezone": "UTC", + "version": "2.5.2" } diff --git a/examples/creds-sample.json b/examples/creds-sample.json index 0681e16f..530a2465 100644 --- a/examples/creds-sample.json +++ b/examples/creds-sample.json @@ -1,15 +1,8 @@ { - "!root-password": "", - "!users": [ - { - "username": "", - "!password": "", - "sudo": false - }, - { - "username": "", - "!password": "", - "sudo": true - } - ] + "!users": [ + { + "sudo": true, + "username": "archinstall" + } + ] } diff --git a/examples/full_automated_installation.py b/examples/full_automated_installation.py new file mode 100644 index 00000000..a169dd50 --- /dev/null +++ b/examples/full_automated_installation.py @@ -0,0 +1,95 @@ +from pathlib import Path + +from archinstall import Installer, ProfileConfiguration, profile_handler +from archinstall.default_profiles.minimal import MinimalProfile +from archinstall import disk +from archinstall.lib.models import User + +# we're creating a new ext4 filesystem installation +fs_type = disk.FilesystemType('ext4') +device_path = Path('/dev/sda') + +# get the physical disk device +device = disk.device_handler.get_device(device_path) + +if not device: + raise ValueError('No device found for given path') + +# create a new modification for the specific device +device_modification = disk.DeviceModification(device, wipe=True) + +# create a new boot partition +boot_partition = disk.PartitionModification( + status=disk.ModificationStatus.Create, + type=disk.PartitionType.Primary, + start=disk.Size(1, disk.Unit.MiB), + length=disk.Size(512, disk.Unit.MiB), + mountpoint=Path('/boot'), + fs_type=disk.FilesystemType.Fat32, + flags=[disk.PartitionFlag.Boot] +) +device_modification.add_partition(boot_partition) + +# create a root partition +root_partition = disk.PartitionModification( + status=disk.ModificationStatus.Create, + type=disk.PartitionType.Primary, + start=disk.Size(513, disk.Unit.MiB), + length=disk.Size(20, disk.Unit.GiB), + mountpoint=None, + fs_type=fs_type, + mount_options=[], +) +device_modification.add_partition(root_partition) + +# create a new home partition +home_partition = disk.PartitionModification( + status=disk.ModificationStatus.Create, + type=disk.PartitionType.Primary, + start=root_partition.length, + length=disk.Size(100, disk.Unit.Percent, total_size=device.device_info.total_size), + mountpoint=Path('/home'), + fs_type=fs_type, + mount_options=[] +) +device_modification.add_partition(home_partition) + +disk_config = disk.DiskLayoutConfiguration( + config_type=disk.DiskLayoutType.Default, + device_modifications=[device_modification] +) + +# disk encryption configuration (Optional) +disk_encryption = disk.DiskEncryption( + encryption_password="enc_password", + encryption_type=disk.EncryptionType.Partition, + partitions=[home_partition], + hsm_device=None +) + +# initiate file handler with the disk config and the optional disk encryption config +fs_handler = disk.FilesystemHandler(disk_config, disk_encryption) + +# perform all file operations +# WARNING: this will potentially format the filesystem and delete all data +fs_handler.perform_filesystem_operations(show_countdown=False) + +mountpoint = Path('/tmp') + +with Installer( + mountpoint, + disk_config, + disk_encryption=disk_encryption, + kernels=['linux'] +) as installation: + installation.mount_ordered_layout() + installation.minimal_installation(hostname='minimal-arch') + installation.add_additional_packages(['nano', 'wget', 'git']) + +# Optionally, install a profile of choice. +# In this case, we install a minimal profile that is empty +profile_config = ProfileConfiguration(MinimalProfile()) +profile_handler.install_profile_config(installation, profile_config) + +user = User('archinstall', 'password', True) +installation.create_users(user) diff --git a/examples/guided.py b/examples/guided.py deleted file mode 100644 index e9240c03..00000000 --- a/examples/guided.py +++ /dev/null @@ -1,306 +0,0 @@ -import logging -import os -import time - -import archinstall -from archinstall import ConfigurationOutput, Menu -from archinstall.lib.models.network_configuration import NetworkConfigurationHandler - -if archinstall.arguments.get('help'): - print("See `man archinstall` for help.") - exit(0) -if os.getuid() != 0: - print(_("Archinstall requires root privileges to run. See --help for more.")) - exit(1) - -# Log various information about hardware before starting the installation. This might assist in troubleshooting -archinstall.log(f"Hardware model detected: {archinstall.sys_vendor()} {archinstall.product_name()}; UEFI mode: {archinstall.has_uefi()}", level=logging.DEBUG) -archinstall.log(f"Processor model detected: {archinstall.cpu_model()}", level=logging.DEBUG) -archinstall.log(f"Memory statistics: {archinstall.mem_available()} available out of {archinstall.mem_total()} total installed", level=logging.DEBUG) -archinstall.log(f"Virtualization detected: {archinstall.virtualization()}; is VM: {archinstall.is_vm()}", level=logging.DEBUG) -archinstall.log(f"Graphics devices detected: {archinstall.graphics_devices().keys()}", level=logging.DEBUG) - -# For support reasons, we'll log the disk layout pre installation to match against post-installation layout -archinstall.log(f"Disk states before installing: {archinstall.disk_layouts()}", level=logging.DEBUG) - - -def ask_user_questions(): - """ - First, we'll ask the user for a bunch of user input. - Not until we're satisfied with what we want to install - will we continue with the actual installation steps. - """ - - # ref: https://github.com/archlinux/archinstall/pull/831 - # we'll set NTP to true by default since this is also - # the default value specified in the menu options; in - # case it will be changed by the user we'll also update - # the system immediately - global_menu = archinstall.GlobalMenu(data_store=archinstall.arguments) - - global_menu.enable('archinstall-language') - - global_menu.enable('keyboard-layout') - - # Set which region to download packages from during the installation - global_menu.enable('mirror-region') - - global_menu.enable('sys-language') - global_menu.enable('sys-encoding') - - # Ask which harddrives/block-devices we will install to - # and convert them into archinstall.BlockDevice() objects. - global_menu.enable('harddrives') - - global_menu.enable('disk_layouts') - - # Specify disk encryption options - global_menu.enable('disk_encryption') - - # Ask which boot-loader to use (will only ask if we're in UEFI mode, otherwise will default to GRUB) - global_menu.enable('bootloader') - - global_menu.enable('swap') - - # Get the hostname for the machine - global_menu.enable('hostname') - - # Ask for a root password (optional, but triggers requirement for super-user if skipped) - global_menu.enable('!root-password') - - global_menu.enable('!users') - - # Ask for archinstall-specific profiles (such as desktop environments etc) - global_menu.enable('profile') - - # Ask about audio server selection if one is not already set - global_menu.enable('audio') - - # Ask for preferred kernel: - global_menu.enable('kernels') - - global_menu.enable('packages') - - if archinstall.arguments.get('advanced', False): - # Enable parallel downloads - global_menu.enable('parallel downloads') - - # Ask or Call the helper function that asks the user to optionally configure a network. - global_menu.enable('nic') - - global_menu.enable('timezone') - - global_menu.enable('ntp') - - global_menu.enable('additional-repositories') - - global_menu.enable('__separator__') - - global_menu.enable('save_config') - global_menu.enable('install') - global_menu.enable('abort') - - global_menu.run() - - -def perform_filesystem_operations(): - """ - Issue a final warning before we continue with something un-revertable. - We mention the drive one last time, and count from 5 to 0. - """ - - if archinstall.arguments.get('harddrives', None): - print(_(f" ! Formatting {archinstall.arguments['harddrives']} in "), end='') - archinstall.do_countdown() - - """ - Setup the blockdevice, filesystem (and optionally encryption). - Once that's done, we'll hand over to perform_installation() - """ - mode = archinstall.GPT - if archinstall.has_uefi() is False: - mode = archinstall.MBR - - for drive in archinstall.arguments.get('harddrives', []): - if archinstall.arguments.get('disk_layouts', {}).get(drive.path): - with archinstall.Filesystem(drive, mode) as fs: - fs.load_layout(archinstall.arguments['disk_layouts'][drive.path]) - - -def perform_installation(mountpoint): - """ - Performs the installation steps on a block device. - Only requirement is that the block devices are - formatted and setup prior to entering this function. - """ - - with archinstall.Installer(mountpoint, kernels=archinstall.arguments.get('kernels', ['linux'])) as installation: - # Mount all the drives to the desired mountpoint - # This *can* be done outside of the installation, but the installer can deal with it. - if archinstall.arguments.get('disk_layouts'): - installation.mount_ordered_layout(archinstall.arguments['disk_layouts']) - - # Placing /boot check during installation because this will catch both re-use and wipe scenarios. - for partition in installation.partitions: - if partition.mountpoint == installation.target + '/boot': - if partition.size < 0.19: # ~200 MiB in GiB - raise archinstall.DiskError(f"The selected /boot partition in use is not large enough to properly install a boot loader. Please resize it to at least 200MiB and re-run the installation.") - - # If we've activated NTP, make sure it's active in the ISO too and - # make sure at least one time-sync finishes before we continue with the installation - if archinstall.arguments.get('ntp', False): - # Activate NTP in the ISO - archinstall.SysCommand('timedatectl set-ntp true') - - # TODO: This block might be redundant, but this service is not activated unless - # `timedatectl set-ntp true` is executed. - logged = False - while archinstall.service_state('dbus-org.freedesktop.timesync1.service') not in ('running'): - if not logged: - installation.log(f"Waiting for dbus-org.freedesktop.timesync1.service to enter running state", level=logging.INFO) - logged = True - time.sleep(1) - - logged = False - while 'Server: n/a' in archinstall.SysCommand('timedatectl timesync-status --no-pager --property=Server --value'): - if not logged: - installation.log(f"Waiting for timedatectl timesync-status to report a timesync against a server", level=logging.INFO) - logged = True - time.sleep(1) - - # if len(mirrors): - # Certain services might be running that affects the system during installation. - # Currently, only one such service is "reflector.service" which updates /etc/pacman.d/mirrorlist - # We need to wait for it before we continue since we opted in to use a custom mirror/region. - installation.log('Waiting for automatic mirror selection (reflector) to complete.', level=logging.INFO) - while archinstall.service_state('reflector') not in ('dead', 'failed', 'exited'): - time.sleep(1) - - installation.log('Waiting pacman-init.service to complete.', level=logging.INFO) - while archinstall.service_state('pacman-init') not in ('dead', 'failed', 'exited'): - time.sleep(1) - - installation.log('Waiting Arch Linux keyring sync (archlinux-keyring-wkd-sync) to complete.', level=logging.INFO) - while archinstall.service_state('archlinux-keyring-wkd-sync') not in ('dead', 'failed', 'exited'): - time.sleep(1) - - # Set mirrors used by pacstrap (outside of installation) - if archinstall.arguments.get('mirror-region', None): - archinstall.use_mirrors(archinstall.arguments['mirror-region']) # Set the mirrors for the live medium - - # Retrieve list of additional repositories and set boolean values appropriately - if archinstall.arguments.get('additional-repositories', None) is not None: - enable_testing = 'testing' in archinstall.arguments.get('additional-repositories', None) - enable_multilib = 'multilib' in archinstall.arguments.get('additional-repositories', None) - else: - enable_testing = False - enable_multilib = False - - if installation.minimal_installation( - testing=enable_testing, multilib=enable_multilib, hostname=archinstall.arguments['hostname'], - locales=[f"{archinstall.arguments['sys-language']} {archinstall.arguments['sys-encoding'].upper()}"]): - if archinstall.arguments.get('mirror-region') is not None: - if archinstall.arguments.get("mirrors", None) is not None: - installation.set_mirrors(archinstall.arguments['mirror-region']) # Set the mirrors in the installation medium - if archinstall.arguments.get('swap'): - installation.setup_swap('zram') - if archinstall.arguments.get("bootloader") == "grub-install" and archinstall.has_uefi(): - installation.add_additional_packages("grub") - installation.add_bootloader(archinstall.arguments["bootloader"]) - - # If user selected to copy the current ISO network configuration - # Perform a copy of the config - network_config = archinstall.arguments.get('nic', None) - - if network_config: - handler = NetworkConfigurationHandler(network_config) - handler.config_installer(installation) - - if archinstall.arguments.get('audio', None) is not None: - installation.log(f"This audio server will be used: {archinstall.arguments.get('audio', None)}", level=logging.INFO) - if archinstall.arguments.get('audio', None) == 'pipewire': - archinstall.Application(installation, 'pipewire').install() - elif archinstall.arguments.get('audio', None) == 'pulseaudio': - print('Installing pulseaudio ...') - installation.add_additional_packages("pulseaudio") - else: - installation.log("No audio server will be installed.", level=logging.INFO) - - if archinstall.arguments.get('packages', None) and archinstall.arguments.get('packages', None)[0] != '': - installation.add_additional_packages(archinstall.arguments.get('packages', None)) - - if archinstall.arguments.get('profile', None): - installation.install_profile(archinstall.arguments.get('profile', None)) - - if users := archinstall.arguments.get('!users', None): - installation.create_users(users) - - if timezone := archinstall.arguments.get('timezone', None): - installation.set_timezone(timezone) - - if archinstall.arguments.get('ntp', False): - installation.activate_time_syncronization() - - if archinstall.accessibility_tools_in_use(): - installation.enable_espeakup() - - if (root_pw := archinstall.arguments.get('!root-password', None)) and len(root_pw): - installation.user_set_pw('root', root_pw) - - # This step must be after profile installs to allow profiles to install language pre-requisits. - # After which, this step will set the language both for console and x11 if x11 was installed for instance. - installation.set_keyboard_language(archinstall.arguments['keyboard-layout']) - - if archinstall.arguments['profile'] and archinstall.arguments['profile'].has_post_install(): - with archinstall.arguments['profile'].load_instructions(namespace=f"{archinstall.arguments['profile'].namespace}.py") as imported: - if not imported._post_install(): - archinstall.log(' * Profile\'s post configuration requirements was not fulfilled.', fg='red') - exit(1) - - # If the user provided a list of services to be enabled, pass the list to the enable_service function. - # Note that while it's called enable_service, it can actually take a list of services and iterate it. - if archinstall.arguments.get('services', None): - installation.enable_service(*archinstall.arguments['services']) - - # If the user provided custom commands to be run post-installation, execute them now. - if archinstall.arguments.get('custom-commands', None): - archinstall.run_custom_user_commands(archinstall.arguments['custom-commands'], installation) - - installation.genfstab() - - installation.log("For post-installation tips, see https://wiki.archlinux.org/index.php/Installation_guide#Post-installation", fg="yellow") - if not archinstall.arguments.get('silent'): - prompt = str(_('Would you like to chroot into the newly created installation and perform post-installation configuration?')) - choice = Menu(prompt, Menu.yes_no(), default_option=Menu.yes()).run() - if choice.value == Menu.yes(): - try: - installation.drop_to_shell() - except: - pass - - # For support reasons, we'll log the disk layout post installation (crash or no crash) - archinstall.log(f"Disk states after installing: {archinstall.disk_layouts()}", level=logging.DEBUG) - - -if archinstall.arguments.get('skip-mirror-check', False) is False and archinstall.check_mirror_reachable() is False: - log_file = os.path.join(archinstall.storage.get('LOG_PATH', None), archinstall.storage.get('LOG_FILE', None)) - archinstall.log(f"Arch Linux mirrors are not reachable. Please check your internet connection and the log file '{log_file}'.", level=logging.INFO, fg="red") - exit(1) - -if not archinstall.arguments.get('silent'): - ask_user_questions() - -config_output = ConfigurationOutput(archinstall.arguments) -if not archinstall.arguments.get('silent'): - config_output.show() -config_output.save() - -if archinstall.arguments.get('dry_run'): - exit(0) - -if not archinstall.arguments.get('silent'): - input(str(_('Press Enter to continue.'))) - -archinstall.configuration_sanity_check() -perform_filesystem_operations() -perform_installation(archinstall.storage.get('MOUNT_POINT', '/mnt')) diff --git a/examples/interactive_installation.py b/examples/interactive_installation.py new file mode 100644 index 00000000..a78b1712 --- /dev/null +++ b/examples/interactive_installation.py @@ -0,0 +1,220 @@ +import logging +from pathlib import Path +from typing import TYPE_CHECKING, Any + +import archinstall +from archinstall import log, Installer, use_mirrors, profile_handler +from archinstall.default_profiles.applications.pipewire import PipewireProfile +from archinstall import disk +from archinstall import menu +from archinstall.lib.models import Bootloader, NetworkConfigurationHandler + +if TYPE_CHECKING: + _: Any + + +def ask_user_questions(): + global_menu = archinstall.GlobalMenu(data_store=archinstall.arguments) + + global_menu.enable('archinstall-language') + + global_menu.enable('keyboard-layout') + + # Set which region to download packages from during the installation + global_menu.enable('mirror-region') + + global_menu.enable('sys-language') + + global_menu.enable('sys-encoding') + + global_menu.enable('disk_config', mandatory=True) + + # Specify disk encryption options + global_menu.enable('disk_encryption') + + # Ask which boot-loader to use (will only ask if we're in UEFI mode, otherwise will default to GRUB) + global_menu.enable('bootloader') + + global_menu.enable('swap') + + # Get the hostname for the machine + global_menu.enable('hostname') + + # Ask for a root password (optional, but triggers requirement for super-user if skipped) + global_menu.enable('!root-password', mandatory=True) + + global_menu.enable('!users', mandatory=True) + + # Ask for archinstall-specific profiles_bck (such as desktop environments etc) + global_menu.enable('profile_config') + + # Ask about audio server selection if one is not already set + global_menu.enable('audio') + + # Ask for preferred kernel: + global_menu.enable('kernels') + + global_menu.enable('packages') + + if archinstall.arguments.get('advanced', False): + # Enable parallel downloads + global_menu.enable('parallel downloads') + + # Ask or Call the helper function that asks the user to optionally configure a network. + global_menu.enable('nic') + + global_menu.enable('timezone') + + global_menu.enable('ntp') + + global_menu.enable('additional-repositories') + + global_menu.enable('__separator__') + + global_menu.enable('save_config') + global_menu.enable('install') + global_menu.enable('abort') + + global_menu.run() + + +def perform_installation(mountpoint: Path): + """ + Performs the installation steps on a block device. + Only requirement is that the block devices are + formatted and setup prior to entering this function. + """ + log('Starting installation', level=logging.INFO) + disk_config: disk.DiskLayoutConfiguration = archinstall.arguments['disk_config'] + + # Retrieve list of additional repositories and set boolean values appropriately + enable_testing = 'testing' in archinstall.arguments.get('additional-repositories', []) + enable_multilib = 'multilib' in archinstall.arguments.get('additional-repositories', []) + + locale = f"{archinstall.arguments.get('sys-language', 'en_US')} {archinstall.arguments.get('sys-encoding', 'UTF-8').upper()}" + + disk_encryption: disk.DiskEncryption = archinstall.arguments.get('disk_encryption', None) + + with Installer( + mountpoint, + disk_config, + disk_encryption=disk_encryption, + kernels=archinstall.arguments.get('kernels', ['linux']) + ) as installation: + # Mount all the drives to the desired mountpoint + if disk_config.config_type != disk.DiskLayoutType.Pre_mount: + installation.mount_ordered_layout() + + installation.sanity_check() + + if disk_config.config_type != disk.DiskLayoutType.Pre_mount: + if disk_encryption and disk_encryption.encryption_type != disk.EncryptionType.NoEncryption: + # generate encryption key files for the mounted luks devices + installation.generate_key_files() + + if archinstall.arguments.get('ntp', False): + installation.activate_ntp() + + # Set mirrors used by pacstrap (outside of installation) + if archinstall.arguments.get('mirror-region', None): + use_mirrors(archinstall.arguments['mirror-region']) # Set the mirrors for the live medium + + installation.minimal_installation( + testing=enable_testing, + multilib=enable_multilib, + hostname=archinstall.arguments.get('hostname', 'archlinux'), + locales=[locale] + ) + + if archinstall.arguments.get('mirror-region') is not None: + if archinstall.arguments.get("mirrors", None) is not None: + installation.set_mirrors(archinstall.arguments['mirror-region']) # Set the mirrors in the installation medium + + if archinstall.arguments.get('swap'): + installation.setup_swap('zram') + + if archinstall.arguments.get("bootloader") == Bootloader.Grub and archinstall.has_uefi(): + installation.add_additional_packages("grub") + + installation.add_bootloader(archinstall.arguments["bootloader"]) + + # If user selected to copy the current ISO network configuration + # Perform a copy of the config + network_config = archinstall.arguments.get('nic', None) + + if network_config: + handler = NetworkConfigurationHandler(network_config) + handler.config_installer(installation) + + if archinstall.arguments.get('packages', None) and archinstall.arguments.get('packages', None)[0] != '': + installation.add_additional_packages(archinstall.arguments.get('packages', None)) + + if users := archinstall.arguments.get('!users', None): + installation.create_users(users) + + if audio := archinstall.arguments.get('audio', None): + log(f'Installing audio server: {audio}', level=logging.INFO) + if audio == 'pipewire': + PipewireProfile().install(installation) + elif audio == 'pulseaudio': + installation.add_additional_packages("pulseaudio") + else: + installation.log("No audio server will be installed.", level=logging.INFO) + + if profile_config := archinstall.arguments.get('profile_config', None): + profile_handler.install_profile_config(installation, profile_config) + + if timezone := archinstall.arguments.get('timezone', None): + installation.set_timezone(timezone) + + if archinstall.arguments.get('ntp', False): + installation.activate_time_syncronization() + + if archinstall.accessibility_tools_in_use(): + installation.enable_espeakup() + + if (root_pw := archinstall.arguments.get('!root-password', None)) and len(root_pw): + installation.user_set_pw('root', root_pw) + + # This step must be after profile installs to allow profiles_bck to install language pre-requisits. + # After which, this step will set the language both for console and x11 if x11 was installed for instance. + installation.set_keyboard_language(archinstall.arguments['keyboard-layout']) + + if profile_config := archinstall.arguments.get('profile_config', None): + profile_config.profile.post_install(installation) + + # If the user provided a list of services to be enabled, pass the list to the enable_service function. + # Note that while it's called enable_service, it can actually take a list of services and iterate it. + if archinstall.arguments.get('services', None): + installation.enable_service(*archinstall.arguments['services']) + + # If the user provided custom commands to be run post-installation, execute them now. + if archinstall.arguments.get('custom-commands', None): + archinstall.run_custom_user_commands(archinstall.arguments['custom-commands'], installation) + + installation.genfstab() + + installation.log("For post-installation tips, see https://wiki.archlinux.org/index.php/Installation_guide#Post-installation", fg="yellow") + + if not archinstall.arguments.get('silent'): + prompt = str(_('Would you like to chroot into the newly created installation and perform post-installation configuration?')) + choice = menu.Menu(prompt, menu.Menu.yes_no(), default_option=menu.Menu.yes()).run() + if choice.value == menu.Menu.yes(): + try: + installation.drop_to_shell() + except: + pass + + archinstall.log(f"Disk states after installing: {disk.disk_layouts()}", level=logging.DEBUG) + + +ask_user_questions() + +fs_handler = disk.FilesystemHandler( + archinstall.arguments['disk_config'], + archinstall.arguments.get('disk_encryption', None) +) + +fs_handler.perform_filesystem_operations() + +perform_installation(archinstall.storage.get('MOUNT_POINT', Path('/mnt'))) diff --git a/examples/mac_address_installation.py b/examples/mac_address_installation.py new file mode 100644 index 00000000..0a1c5160 --- /dev/null +++ b/examples/mac_address_installation.py @@ -0,0 +1,18 @@ +import time + +import archinstall +from archinstall.lib.profile.profiles_handler import profile_handler + +for profile in profile_handler.get_mac_addr_profiles(): + # Tailored means it's a match for this machine + # based on it's MAC address (or some other criteria + # that fits the requirements for this machine specifically). + archinstall.log(f'Found a tailored profile for this machine called: "{profile.name}"') + + print('Starting install in:') + for i in range(10, 0, -1): + print(f'{i}...') + time.sleep(1) + + install_session = archinstall.storage['installation_session'] + profile.install(install_session) diff --git a/examples/minimal.py b/examples/minimal.py deleted file mode 100644 index 8b4c847f..00000000 --- a/examples/minimal.py +++ /dev/null @@ -1,75 +0,0 @@ -import archinstall - -# Select a harddrive and a disk password -from archinstall import User - -archinstall.log("Minimal only supports:") -archinstall.log(" * Being installed to a single disk") - -if archinstall.arguments.get('help', None): - archinstall.log(" - Optional disk encryption via --!encryption-password=") - archinstall.log(" - Optional filesystem type via --filesystem=") - archinstall.log(" - Optional systemd network via --network") - -archinstall.arguments['harddrive'] = archinstall.select_disk(archinstall.all_blockdevices()) - - -def install_on(mountpoint): - # We kick off the installer by telling it where the - with archinstall.Installer(mountpoint) as installation: - # Strap in the base system, add a boot loader and configure - # some other minor details as specified by this profile and user. - if installation.minimal_installation(): - installation.set_hostname('minimal-arch') - installation.add_bootloader() - - # Optionally enable networking: - if archinstall.arguments.get('network', None): - installation.copy_iso_network_config(enable_services=True) - - installation.add_additional_packages(['nano', 'wget', 'git']) - installation.install_profile('minimal') - - user = User('devel', 'devel', False) - installation.create_users(user) - - # Once this is done, we output some useful information to the user - # And the installation is complete. - archinstall.log("There are two new accounts in your installation after reboot:") - archinstall.log(" * root (password: airoot)") - archinstall.log(" * devel (password: devel)") - - -if archinstall.arguments['harddrive']: - archinstall.arguments['harddrive'].keep_partitions = False - - print(f" ! Formatting {archinstall.arguments['harddrive']} in ", end='') - archinstall.do_countdown() - - # First, we configure the basic filesystem layout - with archinstall.Filesystem(archinstall.arguments['harddrive'], archinstall.GPT) as fs: - # We use the entire disk instead of setting up partitions on your own - if archinstall.arguments['harddrive'].keep_partitions is False: - fs.use_entire_disk(root_filesystem_type=archinstall.arguments.get('filesystem', 'btrfs')) - - boot = fs.find_partition('/boot') - root = fs.find_partition('/') - - boot.format('fat32') - - # We encrypt the root partition if we got a password to do so with, - # Otherwise we just skip straight to formatting and installation - if archinstall.arguments.get('!encryption-password', None): - root.encrypted = True - root.encrypt(password=archinstall.arguments.get('!encryption-password', None)) - - with archinstall.luks2(root, 'luksloop', archinstall.arguments.get('!encryption-password', None)) as unlocked_root: - unlocked_root.format(root.filesystem) - unlocked_root.mount('/mnt') - else: - root.format(root.filesystem) - root.mount('/mnt') - - boot.mount('/mnt/boot') - -install_on('/mnt') diff --git a/examples/minimal_installation.py b/examples/minimal_installation.py new file mode 100644 index 00000000..8bd6fd55 --- /dev/null +++ b/examples/minimal_installation.py @@ -0,0 +1,85 @@ +from pathlib import Path +from typing import TYPE_CHECKING, Any, List + +import archinstall +from archinstall.lib import disk +from archinstall import Installer, ProfileConfiguration, profile_handler +from archinstall.default_profiles.minimal import MinimalProfile +from archinstall.lib.models import Bootloader, User +from archinstall.lib.user_interaction.disk_conf import select_devices, suggest_single_disk_layout + +if TYPE_CHECKING: + _: Any + + +def perform_installation(mountpoint: Path): + disk_config: disk.DiskLayoutConfiguration = archinstall.arguments['disk_config'] + disk_encryption: disk.DiskEncryption = archinstall.arguments.get('disk_encryption', None) + + with Installer( + mountpoint, + disk_config, + disk_encryption=disk_encryption, + kernels=archinstall.arguments.get('kernels', ['linux']) + ) as installation: + # Strap in the base system, add a boot loader and configure + # some other minor details as specified by this profile and user. + if installation.minimal_installation(): + installation.set_hostname('minimal-arch') + installation.add_bootloader(Bootloader.Systemd) + + # Optionally enable networking: + if archinstall.arguments.get('network', None): + installation.copy_iso_network_config(enable_services=True) + + installation.add_additional_packages(['nano', 'wget', 'git']) + + profile_config = ProfileConfiguration(MinimalProfile()) + profile_handler.install_profile_config(installation, profile_config) + + user = User('devel', 'devel', False) + installation.create_users(user) + + +def prompt_disk_layout(): + fs_type = None + if filesystem := archinstall.arguments.get('filesystem', None): + fs_type = disk.FilesystemType(filesystem) + + devices = select_devices() + modifications = suggest_single_disk_layout(devices[0], filesystem_type=fs_type) + + archinstall.arguments['disk_config'] = disk.DiskLayoutConfiguration( + config_type=disk.DiskLayoutType.Default, + device_modifications=[modifications] + ) + + +def parse_disk_encryption(): + if enc_password := archinstall.arguments.get('!encryption-password', None): + modification: List[disk.DeviceModification] = archinstall.arguments['disk_config'] + partitions: List[disk.PartitionModification] = [] + + # encrypt all partitions except the /boot + for mod in modification: + partitions += list(filter(lambda x: x.mountpoint != Path('/boot'), mod.partitions)) + + archinstall.arguments['disk_encryption'] = disk.DiskEncryption( + encryption_type=disk.EncryptionType.Partition, + encryption_password=enc_password, + partitions=partitions + ) + + +prompt_disk_layout() +parse_disk_encryption() + +fs_handler = disk.FilesystemHandler( + archinstall.arguments['disk_config'], + archinstall.arguments.get('disk_encryption', None) +) + +fs_handler.perform_filesystem_operations() + +mount_point = Path('/mnt') +perform_installation(mount_point) diff --git a/examples/only_hd.py b/examples/only_hd.py deleted file mode 100644 index e3d18f0a..00000000 --- a/examples/only_hd.py +++ /dev/null @@ -1,151 +0,0 @@ - -import logging -import os -import pathlib - -import archinstall -from archinstall import ConfigurationOutput - - -class OnlyHDMenu(archinstall.GlobalMenu): - def _setup_selection_menu_options(self): - super()._setup_selection_menu_options() - options_list = [] - mandatory_list = [] - options_list = ['harddrives', 'disk_layouts', 'disk_encryption','swap'] - mandatory_list = ['harddrives'] - options_list.extend(['save_config','install','abort']) - - for entry in self._menu_options: - if entry in options_list: - # for not lineal executions, only self.option(entry).set_enabled and set_mandatory are necessary - if entry in mandatory_list: - self.enable(entry,mandatory=True) - else: - self.enable(entry) - else: - self.option(entry).set_enabled(False) - self._update_install_text() - - def mandatory_lacking(self) -> [int, list]: - mandatory_fields = [] - mandatory_waiting = 0 - for field in self._menu_options: - option = self._menu_options[field] - if option.is_mandatory(): - if not option.has_selection(): - mandatory_waiting += 1 - mandatory_fields += [field,] - return mandatory_fields, mandatory_waiting - - def _missing_configs(self): - """ overloaded method """ - def check(s): - return self.option(s).has_selection() - - missing, missing_cnt = self.mandatory_lacking() - if check('harddrives'): - if not self.option('harddrives').is_empty() and not check('disk_layouts'): - missing_cnt += 1 - missing += ['disk_layout'] - return missing - -def ask_user_questions(): - """ - First, we'll ask the user for a bunch of user input. - Not until we're satisfied with what we want to install - will we continue with the actual installation steps. - """ - with OnlyHDMenu(data_store=archinstall.arguments) as menu: - # We select the execution language separated - menu.exec_option('archinstall-language') - menu.option('archinstall-language').set_enabled(False) - menu.run() - -def perform_disk_operations(): - """ - Issue a final warning before we continue with something un-revertable. - We mention the drive one last time, and count from 5 to 0. - """ - if archinstall.arguments.get('harddrives', None): - print(f" ! Formatting {archinstall.arguments['harddrives']} in ", end='') - archinstall.do_countdown() - """ - Setup the blockdevice, filesystem (and optionally encryption). - Once that's done, we'll hand over to perform_installation() - """ - mode = archinstall.GPT - if archinstall.has_uefi() is False: - mode = archinstall.MBR - - for drive in archinstall.arguments.get('harddrives', []): - if archinstall.arguments.get('disk_layouts', {}).get(drive.path): - with archinstall.Filesystem(drive, mode) as fs: - fs.load_layout(archinstall.arguments['disk_layouts'][drive.path]) - -def perform_installation(mountpoint): - """ - Performs the installation steps on a block device. - Only requirement is that the block devices are - formatted and setup prior to entering this function. - """ - with archinstall.Installer(mountpoint, kernels=None) as installation: - # Mount all the drives to the desired mountpoint - # This *can* be done outside of the installation, but the installer can deal with it. - if archinstall.arguments.get('disk_layouts'): - installation.mount_ordered_layout(archinstall.arguments['disk_layouts']) - - # Placing /boot check during installation because this will catch both re-use and wipe scenarios. - for partition in installation.partitions: - if partition.mountpoint == installation.target + '/boot': - if partition.size <= 0.25: # in GB - raise archinstall.DiskError(f"The selected /boot partition in use is not large enough to properly install a boot loader. Please resize it to at least 256MB and re-run the installation.") - # to generate a fstab directory holder. Avoids an error on exit and at the same time checks the procedure - target = pathlib.Path(f"{mountpoint}/etc/fstab") - if not target.parent.exists(): - target.parent.mkdir(parents=True) - - # For support reasons, we'll log the disk layout post installation (crash or no crash) - archinstall.log(f"Disk states after installing: {archinstall.disk_layouts()}", level=logging.DEBUG) - -def log_execution_environment(): - # Log various information about hardware before starting the installation. This might assist in troubleshooting - archinstall.log(f"Hardware model detected: {archinstall.sys_vendor()} {archinstall.product_name()}; UEFI mode: {archinstall.has_uefi()}", level=logging.DEBUG) - archinstall.log(f"Processor model detected: {archinstall.cpu_model()}", level=logging.DEBUG) - archinstall.log(f"Memory statistics: {archinstall.mem_available()} available out of {archinstall.mem_total()} total installed", level=logging.DEBUG) - archinstall.log(f"Virtualization detected: {archinstall.virtualization()}; is VM: {archinstall.is_vm()}", level=logging.DEBUG) - archinstall.log(f"Graphics devices detected: {archinstall.graphics_devices().keys()}", level=logging.DEBUG) - - # For support reasons, we'll log the disk layout pre installation to match against post-installation layout - archinstall.log(f"Disk states before installing: {archinstall.disk_layouts()}", level=logging.DEBUG) - - -if archinstall.arguments.get('help'): - print("See `man archinstall` for help.") - exit(0) -if os.getuid() != 0: - print("Archinstall requires root privileges to run. See --help for more.") - exit(1) - -log_execution_environment() - -if not archinstall.check_mirror_reachable(): - log_file = os.path.join(archinstall.storage.get('LOG_PATH', None), archinstall.storage.get('LOG_FILE', None)) - archinstall.log(f"Arch Linux mirrors are not reachable. Please check your internet connection and the log file '{log_file}'.", level=logging.INFO, fg="red") - exit(1) - -if not archinstall.arguments.get('silent'): - ask_user_questions() - -config_output = ConfigurationOutput(archinstall.arguments) -if not archinstall.arguments.get('silent'): - config_output.show() -config_output.save() - -if archinstall.arguments.get('dry_run'): - exit(0) -if not archinstall.arguments.get('silent'): - input('Press Enter to continue.') - -perform_disk_operations() -perform_installation(archinstall.storage.get('MOUNT_POINT', '/mnt')) diff --git a/examples/only_hd_installation.py b/examples/only_hd_installation.py new file mode 100644 index 00000000..2fc74bf0 --- /dev/null +++ b/examples/only_hd_installation.py @@ -0,0 +1,63 @@ +import logging +from pathlib import Path + +import archinstall +from archinstall import Installer +from archinstall.lib import disk + + +def ask_user_questions(): + global_menu = archinstall.GlobalMenu(data_store=archinstall.arguments) + + global_menu.enable('archinstall-language') + + global_menu.enable('disk_config', mandatory=True) + global_menu.enable('disk_encryption') + global_menu.enable('swap') + + global_menu.enable('save_config') + global_menu.enable('install') + global_menu.enable('abort') + + global_menu.run() + + +def perform_installation(mountpoint: Path): + """ + Performs the installation steps on a block device. + Only requirement is that the block devices are + formatted and setup prior to entering this function. + """ + disk_config: disk.DiskLayoutConfiguration = archinstall.arguments['disk_config'] + disk_encryption: disk.DiskEncryption = archinstall.arguments.get('disk_encryption', None) + + with Installer( + mountpoint, + disk_config, + disk_encryption=disk_encryption, + kernels=archinstall.arguments.get('kernels', ['linux']) + ) as installation: + # Mount all the drives to the desired mountpoint + # This *can* be done outside of the installation, but the installer can deal with it. + if archinstall.arguments.get('disk_config'): + installation.mount_ordered_layout() + + # to generate a fstab directory holder. Avoids an error on exit and at the same time checks the procedure + target = Path(f"{mountpoint}/etc/fstab") + if not target.parent.exists(): + target.parent.mkdir(parents=True) + + # For support reasons, we'll log the disk layout post installation (crash or no crash) + archinstall.log(f"Disk states after installing: {disk.disk_layouts()}", level=logging.DEBUG) + + +ask_user_questions() + +fs_handler = disk.FilesystemHandler( + archinstall.arguments['disk_config'], + archinstall.arguments.get('disk_encryption', None) +) + +fs_handler.perform_filesystem_operations() + +perform_installation(archinstall.storage.get('MOUNT_POINT', Path('/mnt'))) diff --git a/examples/swiss.py b/examples/swiss.py deleted file mode 100644 index 442281de..00000000 --- a/examples/swiss.py +++ /dev/null @@ -1,526 +0,0 @@ -""" - -Script swiss (army knife) -Designed to make different workflows for the installation process. Which is controlled by the argument --mode -mode full guides the full process of installation -mode only_hd only proceeds to the creation of the disk infraestructure (partition, mount points, encryption) -mode only_os processes only the installation of Archlinux and software at --mountpoint (or /mnt/archinstall) -mode minimal (still not implemented) -mode lineal. Instead of a menu, shows a sequence of selection screens (eq. to the old mode for guided.py) - -When using the argument --advanced. an additional menu for several special parameters needed during installation appears - -This script respects the --dry_run argument - -""" -import logging -import os -import time -import pathlib -from typing import TYPE_CHECKING, Any - -import archinstall -from archinstall import ConfigurationOutput, NetworkConfigurationHandler, Menu - -if TYPE_CHECKING: - _: Any - -if archinstall.arguments.get('help'): - print("See `man archinstall` for help.") - exit(0) -if os.getuid() != 0: - print("Archinstall requires root privileges to run. See --help for more.") - exit(1) - -""" -particular routines to SetupMenu -TODO exec con return parameter -""" -def select_activate_NTP(): - prompt = "Would you like to use automatic time synchronization (NTP) with the default time servers? [Y/n]: " - choice = Menu(prompt, Menu.yes_no(), default_option=Menu.yes()).run() - if choice == Menu.yes(): - return True - else: - return False - - -def select_mode(): - return archinstall.generic_select(['full','only_hd','only_os','minimal','lineal'], - 'Select one execution mode', - default=archinstall.arguments.get('mode','full')) - - -""" -following functions will be at locale_helpers, so they will have to be called prefixed by archinstall -""" -def get_locale_mode_text(mode): - if mode == 'LC_ALL': - mode_text = "general (LC_ALL)" - elif mode == "LC_CTYPE": - mode_text = "Character set" - elif mode == "LC_NUMERIC": - mode_text = "Numeric values" - elif mode == "LC_TIME": - mode_text = "Time Values" - elif mode == "LC_COLLATE": - mode_text = "sort order" - elif mode == "LC_MESSAGES": - mode_text = "text messages" - else: - mode_text = "Unassigned" - return mode_text - -def reset_cmd_locale(): - """ sets the cmd_locale to its saved default """ - archinstall.storage['CMD_LOCALE'] = archinstall.storage.get('CMD_LOCALE_DEFAULT',{}) - -def unset_cmd_locale(): - """ archinstall will use the execution environment default """ - archinstall.storage['CMD_LOCALE'] = {} - -def set_cmd_locale(general :str = None, - charset :str = 'C', - numbers :str = 'C', - time :str = 'C', - collate :str = 'C', - messages :str = 'C'): - """ - Set the cmd locale. - If the parameter general is specified, it takes precedence over the rest (might as well not exist) - The rest define some specific settings above the installed default language. If anyone of this parameters is none means the installation default - """ - installed_locales = list_installed_locales() - result = {} - if general: - if general in installed_locales: - archinstall.storage['CMD_LOCALE'] = {'LC_ALL':general} - else: - archinstall.log(f"{get_locale_mode_text('LC_ALL')} {general} is not installed. Defaulting to C",fg="yellow",level=logging.WARNING) - return - - if numbers: - if numbers in installed_locales: - result["LC_NUMERIC"] = numbers - else: - archinstall.log(f"{get_locale_mode_text('LC_NUMERIC')} {numbers} is not installed. Defaulting to installation language",fg="yellow",level=logging.WARNING) - if charset: - if charset in installed_locales: - result["LC_CTYPE"] = charset - else: - archinstall.log(f"{get_locale_mode_text('LC_CTYPE')} {charset} is not installed. Defaulting to installation language",fg="yellow",level=logging.WARNING) - if time: - if time in installed_locales: - result["LC_TIME"] = time - else: - archinstall.log(f"{get_locale_mode_text('LC_TIME')} {time} is not installed. Defaulting to installation language",fg="yellow",level=logging.WARNING) - if collate: - if collate in installed_locales: - result["LC_COLLATE"] = collate - else: - archinstall.log(f"{get_locale_mode_text('LC_COLLATE')} {collate} is not installed. Defaulting to installation language",fg="yellow",level=logging.WARNING) - if messages: - if messages in installed_locales: - result["LC_MESSAGES"] = messages - else: - archinstall.log(f"{get_locale_mode_text('LC_MESSAGES')} {messages} is not installed. Defaulting to installation language",fg="yellow",level=logging.WARNING) - archinstall.storage['CMD_LOCALE'] = result - -def list_installed_locales() -> list[str]: - lista = [] - for line in archinstall.SysCommand('locale -a'): - lista.append(line.decode('UTF-8').strip()) - return lista - - -""" -end of locale helpers -""" - -def select_installed_locale(mode): - mode_text = get_locale_mode_text(mode) - if mode == 'LC_ALL': - texto = "Select the default execution locale \nIf none, you will be prompted for specific settings" - else: - texto = f"Select the {mode_text} ({mode}) execution locale \nIf none, you will get the installation default" - return archinstall.generic_select([None] + list_installed_locales(), - texto, - allow_empty_input=True, - default=archinstall.storage.get('CMD_LOCALE',{}).get(mode,'C')) - - -""" - _menus -""" - -class SetupMenu(archinstall.AbstractMenu): - def __init__(self,storage_area): - super().__init__(data_store=storage_area) - - def _setup_selection_menu_options(self): - self.set_option( - 'archinstall-language', - archinstall.Selector( - _('Archinstall language'), - lambda x: self._select_archinstall_language(x), - display_func=lambda x: x.display_name, - default=self.translation_handler.get_language_by_abbr('en'), - enabled=True - ) - ) - - self.set_option( - 'ntp', - archinstall.Selector( - 'Activate NTP', - lambda x: select_activate_NTP(), - default='Y', - enabled=True - ) - ) - - self.set_option( - 'mode', - archinstall.Selector( - 'Excution mode', - lambda x : select_mode(), - default='full', - enabled=True) - ) - - for item in ['LC_ALL','LC_CTYPE','LC_NUMERIC','LC_TIME','LC_MESSAGES','LC_COLLATE']: - self.set_option(item, - archinstall.Selector( - f'{get_locale_mode_text(item)} locale', - lambda x,item=item: select_installed_locale(item), # the parameter is needed for the lambda in the loop - enabled=True, - dependencies_not=['LC_ALL'] if item != 'LC_ALL' else [])) - self.option('LC_ALL').set_enabled(True) - self.set_option('continue', - archinstall.Selector( - 'Continue', - exec_func=lambda n,v: True, - enabled=True)) - - def exit_callback(self): - if self._data_store.get('ntp',False): - archinstall.log("Hardware time and other post-configuration steps might be required in order for NTP to work. For more information, please check the Arch wiki.", fg="yellow") - archinstall.SysCommand('timedatectl set-ntp true') - if self._data_store.get('mode',None): - archinstall.arguments['mode'] = self._data_store['mode'] - archinstall.log(f"Archinstall will execute under {archinstall.arguments['mode']} mode") - if self._data_store.get('LC_ALL',None): - archinstall.storage['CMD_LOCALE'] = {'LC_ALL':self._data_store['LC_ALL']} - else: - exec_locale = {} - for item in ['LC_COLLATE','LC_CTYPE','LC_MESSAGES','LC_NUMERIC','LC_TIME']: - if self._data_store.get(item,None): - exec_locale[item] = self._data_store[item] - archinstall.storage['CMD_LOCALE'] = exec_locale - archinstall.log(f"Archinstall will execute with {archinstall.storage.get('CMD_LOCALE',None)} locale") - -class MyMenu(archinstall.GlobalMenu): - def __init__(self,data_store=archinstall.arguments,mode='full'): - self._execution_mode = mode - super().__init__(data_store) - - def _setup_selection_menu_options(self): - super()._setup_selection_menu_options() - options_list = [] - mandatory_list = [] - if self._execution_mode in ('full','lineal'): - options_list = ['keyboard-layout', 'mirror-region', 'harddrives', 'disk_layouts', - 'disk_encryption','swap', 'bootloader', 'hostname', '!root-password', - '!users', 'profile', 'audio', 'kernels', 'packages','additional-repositories','nic', - 'timezone', 'ntp'] - if archinstall.arguments.get('advanced',False): - options_list.extend(['sys-language','sys-encoding']) - mandatory_list = ['harddrives','bootloader','hostname'] - elif self._execution_mode == 'only_hd': - options_list = ['harddrives', 'disk_layouts', 'disk_encryption','swap'] - mandatory_list = ['harddrives'] - elif self._execution_mode == 'only_os': - options_list = ['keyboard-layout', 'mirror-region','bootloader', 'hostname', - '!root-password', '!users', 'profile', 'audio', 'kernels', - 'packages', 'additional-repositories', 'nic', 'timezone', 'ntp'] - mandatory_list = ['hostname'] - if archinstall.arguments.get('advanced',False): - options_list.expand(['sys-language','sys-encoding']) - elif self._execution_mode == 'minimal': - pass - else: - archinstall.log(f"self._execution_mode {self._execution_mode} not supported") - exit(1) - if self._execution_mode != 'lineal': - options_list.extend(['save_config','install','abort']) - if not archinstall.arguments.get('advanced'): - options_list.append('archinstall-language') - - for entry in self._menu_options: - if entry in options_list: - # for not lineal executions, only self.option(entry).set_enabled and set_mandatory are necessary - if entry in mandatory_list: - self.enable(entry,mandatory=True) - else: - self.enable(entry) - else: - self.option(entry).set_enabled(False) - self._update_install_text() - - def post_callback(self,option=None,value=None): - self._update_install_text(self._execution_mode) - - def _missing_configs(self,mode='full'): - def check(s): - return self.option(s).has_selection() - - def has_superuser() -> bool: - users = self._menu_options['!users'].current_selection - return any([u.sudo for u in users]) - - _, missing = self.mandatory_overview() - if mode in ('full','only_os') and (not check('!root-password') and not has_superuser()): - missing += 1 - if mode in ('full', 'only_hd') and check('harddrives'): - if not self.option('harddrives').is_empty() and not check('disk_layouts'): - missing += 1 - return missing - - def _install_text(self,mode='full'): - missing = self._missing_configs(mode) - if missing > 0: - return f'Instalation ({missing} config(s) missing)' - return 'Install' - - def _update_install_text(self, mode='full'): - text = self._install_text(mode) - self.option('install').update_description(text) - - -""" -Installation general subroutines -""" - -def get_current_status(): - # Log various information about hardware before starting the installation. This might assist in troubleshooting - archinstall.log(f"Hardware model detected: {archinstall.sys_vendor()} {archinstall.product_name()}; UEFI mode: {archinstall.has_uefi()}", level=logging.DEBUG) - archinstall.log(f"Processor model detected: {archinstall.cpu_model()}", level=logging.DEBUG) - archinstall.log(f"Memory statistics: {archinstall.mem_available()} available out of {archinstall.mem_total()} total installed", level=logging.DEBUG) - archinstall.log(f"Virtualization detected: {archinstall.virtualization()}; is VM: {archinstall.is_vm()}", level=logging.DEBUG) - archinstall.log(f"Graphics devices detected: {archinstall.graphics_devices().keys()}", level=logging.DEBUG) - - # For support reasons, we'll log the disk layout pre installation to match against post-installation layout - archinstall.log(f"Disk states before installing: {archinstall.disk_layouts()}", level=logging.DEBUG) - -def ask_user_questions(mode): - """ - First, we'll ask the user for a bunch of user input. - Not until we're satisfied with what we want to install - will we continue with the actual installation steps. - """ - if archinstall.arguments.get('advanced',None): - # 3.9 syntax. former x = {**y,**z} or x.update(y) - set_cmd_locale(charset='es_ES.utf8',collate='es_ES.utf8') - setup_area = archinstall.storage.get('CMD_LOCALE',{}) | {} - with SetupMenu(setup_area) as setup: - if mode == 'lineal': - for entry in setup.list_enabled_options(): - if entry in ('continue','abort'): - continue - if not setup.option(entry).enabled: - continue - setup.exec_option(entry) - else: - setup.run() - archinstall.arguments['archinstall-language'] = setup_area.get('archinstall-language') - else: - archinstall.log("Hardware time and other post-configuration steps might be required in order for NTP to work. For more information, please check the Arch wiki.", fg="yellow") - archinstall.SysCommand('timedatectl set-ntp true') - - with MyMenu(data_store=archinstall.arguments,mode=mode) as global_menu: - - if mode == 'lineal': - for entry in global_menu.list_enabled_options(): - if entry in ('install','abort'): - continue - global_menu.exec_option(entry) - archinstall.arguments[entry] = global_menu.option(entry).get_selection() - else: - global_menu.set_option('install', - archinstall.Selector( - global_menu._install_text(mode), - exec_func=lambda n,v: True if global_menu._missing_configs(mode) == 0 else False, - enabled=True)) - - global_menu.run() - -def perform_filesystem_operations(): - """ - Issue a final warning before we continue with something un-revertable. - We mention the drive one last time, and count from 5 to 0. - """ - - if archinstall.arguments.get('harddrives', None): - print(f" ! Formatting {archinstall.arguments['harddrives']} in ", end='') - archinstall.do_countdown() - - """ - Setup the blockdevice, filesystem (and optionally encryption). - Once that's done, we'll hand over to perform_installation() - """ - - mode = archinstall.GPT - if archinstall.has_uefi() is False: - mode = archinstall.MBR - - for drive in archinstall.arguments.get('harddrives', []): - if archinstall.arguments.get('disk_layouts', {}).get(drive.path): - with archinstall.Filesystem(drive, mode) as fs: - fs.load_layout(archinstall.arguments['disk_layouts'][drive.path]) - -def disk_setup(installation): - # Mount all the drives to the desired mountpoint - # This *can* be done outside of the installation, but the installer can deal with it. - if archinstall.arguments.get('disk_layouts'): - installation.mount_ordered_layout(archinstall.arguments['disk_layouts']) - - # Placing /boot check during installation because this will catch both re-use and wipe scenarios. - for partition in installation.partitions: - if partition.mountpoint == installation.target + '/boot': - if partition.size < 0.19: # ~200 MiB in GiB - raise archinstall.DiskError( - f"The selected /boot partition in use is not large enough to properly install a boot loader. Please resize it to at least 200MiB and re-run the installation.") - -def os_setup(installation): - # if len(mirrors): - # Certain services might be running that affects the system during installation. - # Currently, only one such service is "reflector.service" which updates /etc/pacman.d/mirrorlist - # We need to wait for it before we continue since we opted in to use a custom mirror/region. - installation.log('Waiting for automatic mirror selection (reflector) to complete.', level=logging.INFO) - while archinstall.service_state('reflector') not in ('dead', 'failed'): - time.sleep(1) - # Set mirrors used by pacstrap (outside of installation) - if archinstall.arguments.get('mirror-region', None): - archinstall.use_mirrors(archinstall.arguments['mirror-region']) # Set the mirrors for the live medium - if installation.minimal_installation( - hostname=archinstall.arguments['hostname'], - locales=[f"{archinstall.arguments['sys-language']} {archinstall.arguments['sys-encoding'].upper()}"]): - if archinstall.arguments['mirror-region'].get("mirrors", None) is not None: - installation.set_mirrors( - archinstall.arguments['mirror-region']) # Set the mirrors in the installation medium - if archinstall.arguments["bootloader"] == "grub-install" and archinstall.has_uefi(): - installation.add_additional_packages("grub") - installation.add_bootloader(archinstall.arguments["bootloader"]) - if archinstall.arguments['swap']: - installation.setup_swap('zram') - - network_config = archinstall.arguments.get('nic', None) - - if network_config: - handler = NetworkConfigurationHandler(network_config) - handler.config_installer(installation) - - if archinstall.arguments.get('audio', None) is not None: - installation.log(f"This audio server will be used: {archinstall.arguments.get('audio', None)}",level=logging.INFO) - if archinstall.arguments.get('audio', None) == 'pipewire': - archinstall.Application(installation, 'pipewire').install() - elif archinstall.arguments.get('audio', None) == 'pulseaudio': - print('Installing pulseaudio ...') - installation.add_additional_packages("pulseaudio") - else: - installation.log("No audio server will be installed.", level=logging.INFO) - - if archinstall.arguments.get('packages', None) and archinstall.arguments.get('packages', None)[0] != '': - installation.add_additional_packages(archinstall.arguments.get('packages', None)) - - if archinstall.arguments.get('profile', None): - installation.install_profile(archinstall.arguments.get('profile', None)) - - if users := archinstall.arguments.get('!users', None): - installation.create_users(users) - - if timezone := archinstall.arguments.get('timezone', None): - installation.set_timezone(timezone) - - if archinstall.arguments.get('ntp', False): - installation.activate_time_syncronization() - - if archinstall.accessibility_tools_in_use(): - installation.enable_espeakup() - - if (root_pw := archinstall.arguments.get('!root-password', None)) and len(root_pw): - installation.user_set_pw('root', root_pw) - - # This step must be after profile installs to allow profiles to install language pre-requisits. - # After which, this step will set the language both for console and x11 if x11 was installed for instance. - installation.set_keyboard_language(archinstall.arguments['keyboard-layout']) - - if archinstall.arguments['profile'] and archinstall.arguments['profile'].has_post_install(): - with archinstall.arguments['profile'].load_instructions( - namespace=f"{archinstall.arguments['profile'].namespace}.py") as imported: - if not imported._post_install(): - archinstall.log(' * Profile\'s post configuration requirements was not fulfilled.', fg='red') - exit(1) - - # If the user provided a list of services to be enabled, pass the list to the enable_service function. - # Note that while it's called enable_service, it can actually take a list of services and iterate it. - if archinstall.arguments.get('services', None): - installation.enable_service(*archinstall.arguments['services']) - - # If the user provided custom commands to be run post-installation, execute them now. - if archinstall.arguments.get('custom-commands', None): - archinstall.run_custom_user_commands(archinstall.arguments['custom-commands'], installation) - - -def perform_installation(mountpoint, mode): - """ - Performs the installation steps on a block device. - Only requirement is that the block devices are - formatted and setup prior to entering this function. - """ - with archinstall.Installer(mountpoint, kernels=archinstall.arguments.get('kernels', ['linux'])) as installation: - if mode in ('full','only_hd'): - disk_setup(installation) - if mode == 'only_hd': - target = pathlib.Path(f"{mountpoint}/etc/fstab") - if not target.parent.exists(): - target.parent.mkdir(parents=True) - - if mode in ('full','only_os'): - os_setup(installation) - installation.log("For post-installation tips, see https://wiki.archlinux.org/index.php/Installation_guide#Post-installation", fg="yellow") - if not archinstall.arguments.get('silent'): - prompt = 'Would you like to chroot into the newly created installation and perform post-installation configuration?' - choice = Menu(prompt, Menu.yes_no(), default_option=Menu.yes()).run() - if choice == Menu.yes(): - try: - installation.drop_to_shell() - except: - pass - - # For support reasons, we'll log the disk layout post installation (crash or no crash) - archinstall.log(f"Disk states after installing: {archinstall.disk_layouts()}", level=logging.DEBUG) - - -if not archinstall.check_mirror_reachable(): - log_file = os.path.join(archinstall.storage.get('LOG_PATH', None), archinstall.storage.get('LOG_FILE', None)) - archinstall.log(f"Arch Linux mirrors are not reachable. Please check your internet connection and the log file '{log_file}'.", level=logging.INFO, fg="red") - exit(1) - -mode = archinstall.arguments.get('mode', 'full').lower() -if not archinstall.arguments.get('silent'): - ask_user_questions(mode) - -config_output = ConfigurationOutput(archinstall.arguments) -if not archinstall.arguments.get('silent'): - config_output.show() -config_output.save() - -if archinstall.arguments.get('dry_run'): - exit(0) -if not archinstall.arguments.get('silent'): - input('Press Enter to continue.') - -if mode in ('full','only_hd'): - perform_filesystem_operations() -perform_installation(archinstall.storage.get('MOUNT_POINT', '/mnt'), mode) diff --git a/examples/unattended.py b/examples/unattended.py deleted file mode 100644 index f1ed4c94..00000000 --- a/examples/unattended.py +++ /dev/null @@ -1,21 +0,0 @@ -import time - -import archinstall - -archinstall.storage['UPSTREAM_URL'] = 'https://archlinux.life/profiles' -archinstall.storage['PROFILE_DB'] = 'index.json' - -for name, info in archinstall.list_profiles().items(): - # Tailored means it's a match for this machine - # based on it's MAC address (or some other criteria - # that fits the requirements for this machine specifically). - if info['tailored']: - print(f'Found a tailored profile for this machine called: "{name}".') - print('Starting install in:') - for i in range(10, 0, -1): - print(f'{i}...') - time.sleep(1) - - profile = archinstall.Profile(None, info['path']) - profile.install() - break diff --git a/mypy-strict.ini b/mypy-strict.ini new file mode 100644 index 00000000..be7ddf57 --- /dev/null +++ b/mypy-strict.ini @@ -0,0 +1,102 @@ +[mypy] +python_version = 3.10 +follow_imports = silent +exclude = (?x)( + | ^archinstall/lib/configuration\.py$ + | ^archinstall/lib/disk/btrfs/btrfssubvolumeinfo\.py$ + | ^archinstall/lib/disk/helpers\.py$ + | ^archinstall/lib/hsm/fido\.py$ + | ^archinstall/lib/menu/list_manager\.py$ + | ^archinstall/lib/menu/menu\.py$ + | ^archinstall/lib/menu/simple_menu\.py$ + | ^archinstall/lib/menu/text_input\.py$ + | ^archinstall/lib/models/dataclasses\.py$ + | ^archinstall/lib/models/network_configuration\.py$ + | ^archinstall/lib/models/password_strength\.py$ + | ^archinstall/lib/models/pydantic\.py$ + | ^archinstall/lib/models/subvolume\.py$ + | ^archinstall/lib/models/users\.py$ + | ^archinstall/lib/output\.py$ + | ^archinstall/lib/plugins\.py$ + | ^archinstall/examples/guided\.py$ + | ^archinstall/examples/minimal\.py$ + | ^archinstall/examples/only_hd\.py$ + | ^archinstall/examples/swiss\.py$ + | ^archinstall/__init__\.py$ + | ^archinstall/lib/disk/blockdevice\.py$ + | ^archinstall/lib/disk/btrfs/btrfs_helpers\.py$ + | ^archinstall/lib/disk/btrfs/btrfspartition\.py$ + | ^archinstall/lib/disk/dmcryptdev\.py$ + | ^archinstall/lib/disk/filesystem\.py$ + | ^archinstall/lib/disk/mapperdev\.py$ + | ^archinstall/lib/disk/partition\.py$ + | ^archinstall/lib/disk/user_guides\.py$ + | ^archinstall/lib/general\.py$ + | ^archinstall/lib/hardware\.py$ + | ^archinstall/lib/installer\.py$ + | ^archinstall/lib/locale_helpers\.py$ + | ^archinstall/lib/luks\.py$ + | ^archinstall/lib/menu/global_menu\.py$ + | ^archinstall/lib/menu/selection_menu\.py$ + | ^archinstall/lib/mirrors\.py$ + | ^archinstall/lib/networking\.py$ + | ^archinstall/lib/packages/packages\.py$ + | ^archinstall/lib/pacman\.py$ + | ^archinstall/lib/profiles\.py$ + | ^archinstall/lib/systemd\.py$ + | ^archinstall/lib/translation\.py$ + | ^archinstall/lib/user_interaction/backwards_compatible_conf\.py$ + | ^archinstall/lib/user_interaction/disk_conf\.py$ + | ^archinstall/lib/user_interaction/general_conf\.py$ + | ^archinstall/lib/user_interaction/locale_conf\.py$ + | ^archinstall/lib/user_interaction/manage_users_conf\.py$ + | ^archinstall/lib/user_interaction/network_conf\.py$ + | ^archinstall/lib/user_interaction/partitioning_conf\.py$ + | ^archinstall/lib/user_interaction/save_conf\.py$ + | ^archinstall/lib/user_interaction/system_conf\.py$ + | ^archinstall/lib/user_interaction/utils\.py$ + | ^archinstall/profiles/applications/pipewire\.py$ + | ^archinstall/profiles/awesome\.py$ + | ^archinstall/profiles/bspwm\.py$ + | ^archinstall/profiles/budgie\.py$ + | ^archinstall/profiles/cinnamon\.py$ + | ^archinstall/profiles/cutefish\.py$ + | ^archinstall/profiles/deepin\.py$ + | ^archinstall/profiles/desktop\.py$ + | ^archinstall/profiles/enlightenment\.py$ + | ^archinstall/profiles/gnome\.py$ + | ^archinstall/profiles/i3\.py$ + | ^archinstall/profiles/kde\.py$ + | ^archinstall/profiles/lxqt\.py$ + | ^archinstall/profiles/mate\.py$ + | ^archinstall/profiles/minimal\.py$ + | ^archinstall/profiles/qtile\.py$ + | ^archinstall/profiles/server\.py$ + | ^archinstall/profiles/sway\.py$ + | ^archinstall/profiles/xfce4\.py$ + | ^archinstall/profiles/xorg\.py$ + | ^profiles/applications/pipewire\.py$ + | ^profiles/awesome\.py$ + | ^profiles/bspwm\.py$ + | ^profiles/budgie\.py$ + | ^profiles/cinnamon\.py$ + | ^profiles/cutefish\.py$ + | ^profiles/deepin\.py$ + | ^profiles/desktop\.py$ + | ^profiles/enlightenment\.py$ + | ^profiles/gnome\.py$ + | ^profiles/i3\.py$ + | ^profiles/kde\.py$ + | ^profiles/lxqt\.py$ + | ^profiles/mate\.py$ + | ^profiles/minimal\.py$ + | ^profiles/qtile\.py$ + | ^profiles/server\.py$ + | ^profiles/sway\.py$ + | ^profiles/xfce4\.py$ + | ^profiles/xorg\.py$ + | ^examples/guided\.py$ + | ^examples/only_hd\.py$ + | ^examples/minimal\.py$ + | ^examples/swiss\.py$) +files = archinstall/, profiles/, examples/ diff --git a/mypy.ini b/mypy.ini new file mode 100644 index 00000000..0add1eb1 --- /dev/null +++ b/mypy.ini @@ -0,0 +1,15 @@ +[mypy] +python_version = 3.10 +follow_imports = silent +exclude = (?x)(^archinstall/lib/disk/btrfs/btrfssubvolumeinfo\.py$ + | ^archinstall/lib/general\.py$ + | ^archinstall/lib/hardware\.py$ + | ^archinstall/lib/menu/menu\.py$ + | ^archinstall/lib/mirrors\.py$ + | ^archinstall/lib/plugins\.py$ + | ^archinstall/lib/installer\.py$ + | ^archinstall/lib/systemd\.py$ + | ^archinstall/lib/user_interaction/general_conf\.py$ + | ^archinstall/lib/user_interaction/locale_conf\.py$ + | ^archinstall/default_profiles/custom\.py$) +files = archinstall/ diff --git a/profiles/52-54-00-12-34-56.py b/profiles/52-54-00-12-34-56.py deleted file mode 100644 index 3b074629..00000000 --- a/profiles/52-54-00-12-34-56.py +++ /dev/null @@ -1,62 +0,0 @@ -import archinstall - -# import json -# import urllib.request - -__packages__ = ['nano', 'wget', 'git'] - -if __name__ == '52-54-00-12-34-56': - awesome = archinstall.Application(archinstall.storage['installation_session'], 'postgresql') - awesome.install() - -""" -# Unmount and close previous runs (Mainly only used for re-runs, but won't hurt.) -archinstall.sys_command(f'umount -R /mnt', suppress_errors=True) -archinstall.sys_command(f'cryptsetup close /dev/mapper/luksloop', suppress_errors=True) - -# Select a harddrive and a disk password -harddrive = archinstall.all_blockdevices()['/dev/sda'] -disk_password = '1234' - -with archinstall.Filesystem(harddrive) as fs: - # Use the entire disk instead of setting up partitions on your own - fs.use_entire_disk('luks2') - - if harddrive.partition[1].size == '512M': - raise OSError('Trying to encrypt the boot partition for Pete's sake..') - harddrive.partition[0].format('fat32') - - with archinstall.luks2(harddrive.partition[1], 'luksloop', disk_password) as unlocked_device: - unlocked_device.format('btrfs') - - with archinstall.Installer( - unlocked_device, - boot_partition=harddrive.partition[0], - hostname="testmachine" - ) as installation: - if installation.minimal_installation(): - installation.add_bootloader() - - installation.add_additional_packages(__packages__) - installation.install_profile('awesome') - - user = User('devel', 'devel', False) - installation.create_users(user) - installation.user_set_pw('root', 'toor') - - print(f'Submitting {archinstall.__version__}: success') - - conditions = { - "project": "archinstall", - "profile": "52-54-00-12-34-56", - "status": "success", - "version": archinstall.__version__ - } - req = urllib.request.Request("https://api.archlinux.life/build/success", - data=json.dumps(conditions).encode('utf8'), - headers={'content-type': 'application/json'}) - try: - urllib.request.urlopen(req, timeout=5) - except: - pass -""" diff --git a/profiles/__init__.py b/profiles/__init__.py deleted file mode 100644 index e69de29b..00000000 diff --git a/profiles/applications/__init__.py b/profiles/applications/__init__.py deleted file mode 100644 index e69de29b..00000000 diff --git a/profiles/applications/awesome.py b/profiles/applications/awesome.py deleted file mode 100644 index 33526fd7..00000000 --- a/profiles/applications/awesome.py +++ /dev/null @@ -1,34 +0,0 @@ -import archinstall - -__packages__ = [ - "awesome", - "xorg-xrandr", - "xterm", - "feh", - "slock", - "terminus-font", - "gnu-free-fonts", - "ttf-liberation", - "xsel", -] - -archinstall.storage['installation_session'].install_profile('xorg') - -archinstall.storage['installation_session'].add_additional_packages(__packages__) - -with open(f"{archinstall.storage['installation_session'].target}/etc/X11/xinit/xinitrc", 'r') as xinitrc: - xinitrc_data = xinitrc.read() - -for line in xinitrc_data.split('\n'): - if "twm &" in line: - xinitrc_data = xinitrc_data.replace(line, f"# {line}") - if "xclock" in line: - xinitrc_data = xinitrc_data.replace(line, f"# {line}") - if "xterm" in line: - xinitrc_data = xinitrc_data.replace(line, f"# {line}") - -xinitrc_data += '\n' -xinitrc_data += 'exec awesome\n' - -with open(f"{archinstall.storage['installation_session'].target}/etc/X11/xinit/xinitrc", 'w') as xinitrc: - xinitrc.write(xinitrc_data) diff --git a/profiles/applications/cockpit.py b/profiles/applications/cockpit.py deleted file mode 100644 index d8aa0fd1..00000000 --- a/profiles/applications/cockpit.py +++ /dev/null @@ -1,13 +0,0 @@ -import archinstall - -# Define the package list in order for lib to source -# which packages will be installed by this profile -__packages__ = [ - "cockpit", - "udisks2", - "packagekit", -] - -archinstall.storage['installation_session'].add_additional_packages(__packages__) - -archinstall.storage['installation_session'].enable_service('cockpit.socket') diff --git a/profiles/applications/docker.py b/profiles/applications/docker.py deleted file mode 100644 index afbde1a5..00000000 --- a/profiles/applications/docker.py +++ /dev/null @@ -1,9 +0,0 @@ -import archinstall - -# Define the package list in order for lib to source -# which packages will be installed by this profile -__packages__ = ["docker"] - -archinstall.storage['installation_session'].add_additional_packages(__packages__) - -archinstall.storage['installation_session'].enable_service('docker') diff --git a/profiles/applications/httpd.py b/profiles/applications/httpd.py deleted file mode 100644 index 23b3fefa..00000000 --- a/profiles/applications/httpd.py +++ /dev/null @@ -1,9 +0,0 @@ -import archinstall - -# Define the package list in order for lib to source -# which packages will be installed by this profile -__packages__ = ["apache"] - -archinstall.storage['installation_session'].add_additional_packages(__packages__) - -archinstall.storage['installation_session'].enable_service('httpd') diff --git a/profiles/applications/lighttpd.py b/profiles/applications/lighttpd.py deleted file mode 100644 index 71158861..00000000 --- a/profiles/applications/lighttpd.py +++ /dev/null @@ -1,9 +0,0 @@ -import archinstall - -# Define the package list in order for lib to source -# which packages will be installed by this profile -__packages__ = ["lighttpd"] - -archinstall.storage['installation_session'].add_additional_packages(__packages__) - -archinstall.storage['installation_session'].enable_service('lighttpd') diff --git a/profiles/applications/mariadb.py b/profiles/applications/mariadb.py deleted file mode 100644 index bdde18b5..00000000 --- a/profiles/applications/mariadb.py +++ /dev/null @@ -1,11 +0,0 @@ -import archinstall - -# Define the package list in order for lib to source -# which packages will be installed by this profile -__packages__ = ["mariadb"] - -archinstall.storage['installation_session'].add_additional_packages(__packages__) - -archinstall.storage['installation_session'].arch_chroot("mariadb-install-db --user=mysql --basedir=/usr --datadir=/var/lib/mysql") - -archinstall.storage['installation_session'].enable_service('mariadb') diff --git a/profiles/applications/nginx.py b/profiles/applications/nginx.py deleted file mode 100644 index 6f63b15c..00000000 --- a/profiles/applications/nginx.py +++ /dev/null @@ -1,9 +0,0 @@ -import archinstall - -# Define the package list in order for lib to source -# which packages will be installed by this profile -__packages__ = ["nginx"] - -archinstall.storage['installation_session'].add_additional_packages(__packages__) - -archinstall.storage['installation_session'].enable_service('nginx') diff --git a/profiles/applications/pipewire.py b/profiles/applications/pipewire.py deleted file mode 100644 index b6e79347..00000000 --- a/profiles/applications/pipewire.py +++ /dev/null @@ -1,14 +0,0 @@ -import archinstall -import logging - -# Define the package list in order for lib to source -# which packages will be installed by this profile -__packages__ = ["pipewire", "pipewire-alsa", "pipewire-jack", "pipewire-pulse", "gst-plugin-pipewire", "libpulse", "wireplumber"] - -archinstall.log('Installing pipewire', level=logging.INFO) -archinstall.storage['installation_session'].add_additional_packages(__packages__) - -@archinstall.plugin -def on_user_created(installation :archinstall.Installer, user :str): - archinstall.log(f"Enabling pipewire-pulse for {user}", level=logging.INFO) - installation.chroot('systemctl enable --user pipewire-pulse.service', run_as=user) diff --git a/profiles/applications/postgresql.py b/profiles/applications/postgresql.py deleted file mode 100644 index 80ad4b66..00000000 --- a/profiles/applications/postgresql.py +++ /dev/null @@ -1,11 +0,0 @@ -import archinstall - -# Define the package list in order for lib to source -# which packages will be installed by this profile -__packages__ = ["postgresql"] - -archinstall.storage['installation_session'].add_additional_packages(__packages__) - -archinstall.storage['installation_session'].arch_chroot("initdb -D /var/lib/postgres/data", run_as='postgres') - -archinstall.storage['installation_session'].enable_service('postgresql') diff --git a/profiles/applications/sshd.py b/profiles/applications/sshd.py deleted file mode 100644 index 4199ecb0..00000000 --- a/profiles/applications/sshd.py +++ /dev/null @@ -1,9 +0,0 @@ -import archinstall - -# Define the package list in order for lib to source -# which packages will be installed by this profile -__packages__ = ["openssh"] - -archinstall.storage['installation_session'].add_additional_packages(__packages__) - -archinstall.storage['installation_session'].enable_service('sshd') diff --git a/profiles/applications/tomcat.py b/profiles/applications/tomcat.py deleted file mode 100644 index ae6d1c2a..00000000 --- a/profiles/applications/tomcat.py +++ /dev/null @@ -1,12 +0,0 @@ -import archinstall - -# This is using Tomcat 10 as that is the latest release at the time of implementation. -# This should probably be updated to use newer releases as they come out. - -# Define the package list in order for lib to source -# which packages will be installed by this profile -__packages__ = ["tomcat10"] - -archinstall.storage['installation_session'].add_additional_packages(__packages__) - -archinstall.storage['installation_session'].enable_service('tomcat10') diff --git a/profiles/awesome.py b/profiles/awesome.py deleted file mode 100644 index 11c8de3b..00000000 --- a/profiles/awesome.py +++ /dev/null @@ -1,51 +0,0 @@ -# A desktop environment using "Awesome" window manager. - -import archinstall - -is_top_level_profile = False - -# New way of defining packages for a profile, which is iterable and can be used out side -# of the profile to get a list of "what packages will be installed". -__packages__ = [ - "alacritty", -] - - -def _prep_function(*args, **kwargs): - """ - Magic function called by the importing installer - before continuing any further. It also avoids executing any - other code in this stage. So it's a safe way to ask the user - for more input before any other installer steps start. - """ - - # Awesome WM requires that xorg is installed - profile = archinstall.Profile(None, 'xorg') - with profile.load_instructions(namespace='xorg.py') as imported: - if hasattr(imported, '_prep_function'): - return imported._prep_function() - else: - print('Deprecated (??): xorg profile has no _prep_function() anymore') - - -# Ensures that this code only gets executed if executed -# through importlib.util.spec_from_file_location("awesome", "/somewhere/awesome.py") -# or through conventional import awesome -if __name__ == 'awesome': - # Install the application awesome from the template under /applications/ - awesome = archinstall.Application(archinstall.storage['installation_session'], 'awesome') - awesome.install() - - archinstall.storage['installation_session'].add_additional_packages(__packages__) - - # TODO: Copy a full configuration to ~/.config/awesome/rc.lua instead. - with open(f"{archinstall.storage['installation_session'].target}/etc/xdg/awesome/rc.lua", 'r') as fh: - awesome_lua = fh.read() - - # Replace xterm with alacritty for a smoother experience. - awesome_lua = awesome_lua.replace('"xterm"', '"alacritty"') - - with open(f"{archinstall.storage['installation_session'].target}/etc/xdg/awesome/rc.lua", 'w') as fh: - fh.write(awesome_lua) - - # TODO: Configure the right-click-menu to contain the above packages that were installed. (as a user config) \ No newline at end of file diff --git a/profiles/bspwm.py b/profiles/bspwm.py deleted file mode 100644 index 0fb67ad6..00000000 --- a/profiles/bspwm.py +++ /dev/null @@ -1,43 +0,0 @@ -# A desktop environment using the bspwm window manager. - -import archinstall - -is_top_level_profile = False - -__packages__ = [ - 'bspwm', - 'sxhkd', - 'dmenu', - 'xdo', - 'rxvt-unicode', - 'lightdm', - 'lightdm-gtk-greeter', -] - -def _prep_function(*args, **kwargs): - """ - Magic function called by the importing installer - before continuing any further. It also avoids executing any - other code in this stage. So it's a safe way to ask the user - for more input before any other installer steps start. - """ - - # bspwm requires a functioning Xorg installation. - profile = archinstall.Profile(None, 'xorg') - with profile.load_instructions(namespace='xorg.py') as imported: - if hasattr(imported, '_prep_function'): - return imported._prep_function() - else: - print('Deprecated (??): xorg profile has no _prep_function() anymore') - - -# Ensures that this code only gets executed if executed -# through importlib.util.spec_from_file_location("bspwm", "/somewhere/bspwm.py") -# or through conventional import bspwm -if __name__ == 'bspwm': - # Install dependency profiles - archinstall.storage['installation_session'].install_profile('xorg') - # Install bspwm packages - archinstall.storage['installation_session'].add_additional_packages(__packages__) - # Set up LightDM for login - archinstall.storage['installation_session'].enable_service('lightdm') diff --git a/profiles/budgie.py b/profiles/budgie.py deleted file mode 100644 index 33484680..00000000 --- a/profiles/budgie.py +++ /dev/null @@ -1,45 +0,0 @@ -# A desktop environment using "budgie" - -import archinstall - -is_top_level_profile = False - -__packages__ = [ - "arc-gtk-theme", - "budgie", - "lightdm", - "lightdm-gtk-greeter", - "mate-terminal", - "nemo", - "papirus-icon-theme", -] - - -def _prep_function(*args, **kwargs): - """ - Magic function called by the importing installer - before continuing any further. It also avoids executing any - other code in this stage. So it's a safe way to ask the user - for more input before any other installer steps start. - """ - - # budgie requires a functioning Xorg installation. - profile = archinstall.Profile(None, 'xorg') - with profile.load_instructions(namespace='xorg.py') as imported: - if hasattr(imported, '_prep_function'): - return imported._prep_function() - else: - print('Deprecated (??): xorg profile has no _prep_function() anymore') - - -# Ensures that this code only gets executed if executed -# through importlib.util.spec_from_file_location("budgie", "/somewhere/budgie.py") -# or through conventional import budgie -if __name__ == 'budgie': - # Install dependency profiles - archinstall.storage['installation_session'].install_profile('xorg') - - # Install the Budgie packages - archinstall.storage['installation_session'].add_additional_packages(__packages__) - - archinstall.storage['installation_session'].enable_service('lightdm') # Light Display Manager diff --git a/profiles/cinnamon.py b/profiles/cinnamon.py deleted file mode 100644 index 0122677a..00000000 --- a/profiles/cinnamon.py +++ /dev/null @@ -1,46 +0,0 @@ -# A desktop environment using "Cinnamon" - -import archinstall - -is_top_level_profile = False - -__packages__ = [ - "cinnamon", - "system-config-printer", - "gnome-keyring", - "gnome-terminal", - "blueberry", - "metacity", - "lightdm", - "lightdm-gtk-greeter", -] - - -def _prep_function(*args, **kwargs): - """ - Magic function called by the importing installer - before continuing any further. It also avoids executing any - other code in this stage. So it's a safe way to ask the user - for more input before any other installer steps start. - """ - - # Cinnamon requires a functioning Xorg installation. - profile = archinstall.Profile(None, 'xorg') - with profile.load_instructions(namespace='xorg.py') as imported: - if hasattr(imported, '_prep_function'): - return imported._prep_function() - else: - print('Deprecated (??): xorg profile has no _prep_function() anymore') - - -# Ensures that this code only gets executed if executed -# through importlib.util.spec_from_file_location("cinnamon", "/somewhere/cinnamon.py") -# or through conventional import cinnamon -if __name__ == 'cinnamon': - # Install dependency profiles - archinstall.storage['installation_session'].install_profile('xorg') - - # Install the Cinnamon packages - archinstall.storage['installation_session'].add_additional_packages(__packages__) - - archinstall.storage['installation_session'].enable_service('lightdm') # Light Display Manager diff --git a/profiles/cutefish.py b/profiles/cutefish.py deleted file mode 100644 index 486fa389..00000000 --- a/profiles/cutefish.py +++ /dev/null @@ -1,41 +0,0 @@ -# A desktop environment using "Cutefish" - -import archinstall - -is_top_level_profile = False - -__packages__ = [ - "cutefish", - "noto-fonts", - "sddm" -] - - -def _prep_function(*args, **kwargs): - """ - Magic function called by the importing installer - before continuing any further. It also avoids executing any - other code in this stage. So it's a safe way to ask the user - for more input before any other installer steps start. - """ - - # Cutefish requires a functional xorg installation. - profile = archinstall.Profile(None, "xorg") - with profile.load_instructions(namespace="xorg.py") as imported: - if hasattr(imported, "_prep_function"): - return imported._prep_function() - else: - print("Deprecated (??): xorg profile has no _prep_function() anymore") - - -# Ensures that this code only gets executed if executed -# through importlib.util.spec_from_file_location("cutefish", "/somewhere/cutefish.py") -# or through conventional import cutefish -if __name__ == "cutefish": - # Install dependency profiles - archinstall.storage["installation_session"].install_profile("xorg") - - # Install the Cutefish packages - archinstall.storage["installation_session"].add_additional_packages(__packages__) - - archinstall.storage["installation_session"].enable_service("sddm") diff --git a/profiles/deepin.py b/profiles/deepin.py deleted file mode 100644 index 8196bc4b..00000000 --- a/profiles/deepin.py +++ /dev/null @@ -1,44 +0,0 @@ -# A desktop environment using "Deepin". - -import archinstall - -is_top_level_profile = False - -__packages__ = [ - "deepin", - "deepin-terminal", - "deepin-editor", - "lightdm", - "lightdm-deepin-greeter", -] - - -def _prep_function(*args, **kwargs): - """ - Magic function called by the importing installer - before continuing any further. It also avoids executing any - other code in this stage. So it's a safe way to ask the user - for more input before any other installer steps start. - """ - - # Deepin requires a functioning Xorg installation. - profile = archinstall.Profile(None, 'xorg') - with profile.load_instructions(namespace='xorg.py') as imported: - if hasattr(imported, '_prep_function'): - return imported._prep_function() - else: - print('Deprecated (??): xorg profile has no _prep_function() anymore') - - -# Ensures that this code only gets executed if executed -# through importlib.util.spec_from_file_location("deepin", "/somewhere/deepin.py") -# or through conventional import deepin -if __name__ == 'deepin': - # Install dependency profiles - archinstall.storage['installation_session'].install_profile('xorg') - - # Install the Deepin packages - archinstall.storage['installation_session'].add_additional_packages(__packages__) - - # Enable autostart of Deepin for all users - archinstall.storage['installation_session'].enable_service('lightdm') diff --git a/profiles/desktop.py b/profiles/desktop.py deleted file mode 100644 index e94d3505..00000000 --- a/profiles/desktop.py +++ /dev/null @@ -1,97 +0,0 @@ -# A desktop environment selector. -from typing import Any, TYPE_CHECKING - -import archinstall -from archinstall import log, Menu -from archinstall.lib.menu.menu import MenuSelectionType - -if TYPE_CHECKING: - _: Any - -is_top_level_profile = True - -__description__ = str(_('Provides a selection of desktop environments and tiling window managers, e.g. gnome, kde, sway')) - -# New way of defining packages for a profile, which is iterable and can be used out side -# of the profile to get a list of "what packages will be installed". -__packages__ = [ - 'nano', - 'vim', - 'openssh', - 'htop', - 'wget', - 'iwd', - 'wireless_tools', - 'wpa_supplicant', - 'smartmontools', - 'xdg-utils', -] - -__supported__ = [ - 'gnome', - 'kde', - 'awesome', - 'sway', - 'cinnamon', - 'xfce4', - 'lxqt', - 'i3', - 'bspwm', - 'budgie', - 'mate', - 'deepin', - 'enlightenment', - 'qtile' -] - - -def _prep_function(*args, **kwargs) -> bool: - """ - Magic function called by the importing installer - before continuing any further. It also avoids executing any - other code in this stage. So it's a safe way to ask the user - for more input before any other installer steps start. - """ - choice = Menu(str(_('Select your desired desktop environment')), __supported__).run() - - if choice.type_ != MenuSelectionType.Selection: - return False - - if choice.value: - # Temporarily store the selected desktop profile - # in a session-safe location, since this module will get reloaded - # the next time it gets executed. - if not archinstall.storage.get('_desktop_profile', None): - archinstall.storage['_desktop_profile'] = choice.value - if not archinstall.arguments.get('desktop-environment', None): - archinstall.arguments['desktop-environment'] = choice.value - profile = archinstall.Profile(None, choice.value) - # Loading the instructions with a custom namespace, ensures that a __name__ comparison is never triggered. - with profile.load_instructions(namespace=f"{choice.value}.py") as imported: - if hasattr(imported, '_prep_function'): - return imported._prep_function() - else: - log(f"Deprecated (??): {choice.value} profile has no _prep_function() anymore") - exit(1) - - return False - - -if __name__ == 'desktop': - """ - This "profile" is a meta-profile. - There are no desktop-specific steps, it simply routes - the installer to whichever desktop environment/window manager was chosen. - - Maybe in the future, a network manager or similar things *could* be added here. - We should honor that Arch Linux does not officially endorse a desktop-setup, nor is - it trying to be a turn-key desktop distribution. - - There are plenty of desktop-turn-key-solutions based on Arch Linux, - this is therefore just a helper to get started - """ - - # Install common packages for all desktop environments - archinstall.storage['installation_session'].add_additional_packages(__packages__) - - archinstall.storage['installation_session'].install_profile(archinstall.storage['_desktop_profile']) diff --git a/profiles/enlightenment.py b/profiles/enlightenment.py deleted file mode 100644 index 3850fed0..00000000 --- a/profiles/enlightenment.py +++ /dev/null @@ -1,43 +0,0 @@ -# A desktop environment using "Enlightenment". - -import archinstall - -is_top_level_profile = False - -__packages__ = [ - "enlightenment", - "terminology", - "lightdm", - "lightdm-gtk-greeter", -] - - -def _prep_function(*args, **kwargs): - """ - Magic function called by the importing installer - before continuing any further. It also avoids executing any - other code in this stage. So it's a safe way to ask the user - for more input before any other installer steps start. - """ - - # Enlightenment requires a functioning Xorg installation. - profile = archinstall.Profile(None, 'xorg') - with profile.load_instructions(namespace='xorg.py') as imported: - if hasattr(imported, '_prep_function'): - return imported._prep_function() - else: - print('Deprecated (??): xorg profile has no _prep_function() anymore') - - -# Ensures that this code only gets executed if executed -# through importlib.util.spec_from_file_location("enlightenment", "/somewhere/enlightenment.py") -# or through conventional import enlightenment -if __name__ == 'enlightenment': - # Install dependency profiles - archinstall.storage['installation_session'].install_profile('xorg') - - # Install the enlightenment packages - archinstall.storage['installation_session'].add_additional_packages(__packages__) - - # Enable autostart of enlightenment for all users - archinstall.storage['installation_session'].enable_service('lightdm') diff --git a/profiles/gnome.py b/profiles/gnome.py deleted file mode 100644 index 5e3a8da6..00000000 --- a/profiles/gnome.py +++ /dev/null @@ -1,45 +0,0 @@ -# A desktop environment using "Gnome" - -import archinstall - -is_top_level_profile = False - -# Note: GDM should be part of the gnome group, but adding it here for clarity -__packages__ = [ - "gnome", - "gnome-tweaks", - "gdm" -] - - -def _prep_function(*args, **kwargs): - """ - Magic function called by the importing installer - before continuing any further. It also avoids executing any - other code in this stage. So it's a safe way to ask the user - for more input before any other installer steps start. - """ - - # Gnome optionally supports xorg, we'll install it since it also - # includes graphic driver setups (this might change in the future) - profile = archinstall.Profile(None, 'xorg') - with profile.load_instructions(namespace='xorg.py') as imported: - if hasattr(imported, '_prep_function'): - return imported._prep_function() - else: - print('Deprecated (??): xorg profile has no _prep_function() anymore') - - -# Ensures that this code only gets executed if executed -# through importlib.util.spec_from_file_location("gnome", "/somewhere/gnome.py") -# or through conventional import gnome -if __name__ == 'gnome': - # Install dependency profiles - archinstall.storage['installation_session'].install_profile('xorg') - - # Install the GNOME packages - archinstall.storage['installation_session'].add_additional_packages(__packages__) - - archinstall.storage['installation_session'].enable_service('gdm') # Gnome Display Manager -# We could also start it via xinitrc since we do have Xorg, -# but for gnome that's deprecated and wayland is preferred. diff --git a/profiles/i3.py b/profiles/i3.py deleted file mode 100644 index d9b98b77..00000000 --- a/profiles/i3.py +++ /dev/null @@ -1,59 +0,0 @@ -# Common package for i3. - -import archinstall - -is_top_level_profile = False - -# New way of defining packages for a profile, which is iterable and can be used out side -# of the profile to get a list of "what packages will be installed". -__packages__ = [ - 'i3-wm', - 'i3lock', - 'i3status', - 'i3blocks', - 'xterm', - 'lightdm-gtk-greeter', - 'lightdm', - 'dmenu', -] - - -def _prep_function(*args, **kwargs): - """ - Magic function called by the importing installer - before continuing any further. It also avoids executing any - other code in this stage. So it's a safe way to ask the user - for more input before any other installer steps start. - """ - - # i3 requires a functioning Xorg installation. - profile = archinstall.Profile(None, 'xorg') - with profile.load_instructions(namespace='xorg.py') as imported: - if hasattr(imported, '_prep_function'): - return imported._prep_function() - else: - print('Deprecated (??): xorg profile has no _prep_function() anymore') - - -if __name__ == 'i3': - """ - This "profile" is a meta-profile. - There are no desktop-specific steps, it simply routes - the installer to whichever desktop environment/window manager was chosen. - - Maybe in the future, a network manager or similar things *could* be added here. - We should honor that Arch Linux does not officially endorse a desktop-setup, nor is - it trying to be a turn-key desktop distribution. - - There are plenty of desktop-turn-key-solutions based on Arch Linux, - this is therefore just a helper to get started - """ - - # Install dependency profiles - archinstall.storage['installation_session'].install_profile('xorg') - - # Install the i3 packages - archinstall.storage['installation_session'].add_additional_packages(__packages__) - - # Enable autostart of lightdm for all users - archinstall.storage['installation_session'].enable_service('lightdm') diff --git a/profiles/kde.py b/profiles/kde.py deleted file mode 100644 index d32bf31b..00000000 --- a/profiles/kde.py +++ /dev/null @@ -1,58 +0,0 @@ -# A desktop environment using "KDE". - -import archinstall - -is_top_level_profile = False - -__packages__ = [ - "plasma-meta", - "konsole", - "kwrite", - "dolphin", - "ark", - "sddm", - "plasma-wayland-session", - "egl-wayland" -] - - -# TODO: Remove hard dependency of bash (due to .bash_profile) - - -def _prep_function(*args, **kwargs): - """ - Magic function called by the importing installer - before continuing any further. It also avoids executing any - other code in this stage. So it's a safe way to ask the user - for more input before any other installer steps start. - """ - - # KDE requires a functioning Xorg installation. - profile = archinstall.Profile(None, 'xorg') - with profile.load_instructions(namespace='xorg.py') as imported: - if hasattr(imported, '_prep_function'): - return imported._prep_function() - else: - print('Deprecated (??): xorg profile has no _prep_function() anymore') - - -""" -def _post_install(*args, **kwargs): - if "nvidia" in _gfx_driver_packages: - print("Plasma Wayland has known compatibility issues with the proprietary Nvidia driver") - print("After booting, you can choose between Wayland and Xorg using the drop-down menu") - return True -""" - -# Ensures that this code only gets executed if executed -# through importlib.util.spec_from_file_location("kde", "/somewhere/kde.py") -# or through conventional import kde -if __name__ == 'kde': - # Install dependency profiles - archinstall.storage['installation_session'].install_profile('xorg') - - # Install the KDE packages - archinstall.storage['installation_session'].add_additional_packages(__packages__) - - # Enable autostart of KDE for all users - archinstall.storage['installation_session'].enable_service('sddm') diff --git a/profiles/lxqt.py b/profiles/lxqt.py deleted file mode 100644 index 2419b4fa..00000000 --- a/profiles/lxqt.py +++ /dev/null @@ -1,50 +0,0 @@ -# A desktop environment using "LXQt" - -import archinstall - -is_top_level_profile = False - -# NOTE: SDDM is the only officially supported greeter for LXQt, so unlike other DEs, lightdm is not used here. -# LXQt works with lightdm, but since this is not supported, we will not default to this. -# https://github.com/lxqt/lxqt/issues/795 -__packages__ = [ - "lxqt", - "breeze-icons", - "oxygen-icons", - "xdg-utils", - "ttf-freefont", - "leafpad", - "slock", - "sddm", -] - - -def _prep_function(*args, **kwargs): - """ - Magic function called by the importing installer - before continuing any further. It also avoids executing any - other code in this stage. So it's a safe way to ask the user - for more input before any other installer steps start. - """ - - # LXQt requires a functional xorg installation. - profile = archinstall.Profile(None, 'xorg') - with profile.load_instructions(namespace='xorg.py') as imported: - if hasattr(imported, '_prep_function'): - return imported._prep_function() - else: - print('Deprecated (??): xorg profile has no _prep_function() anymore') - - -# Ensures that this code only gets executed if executed -# through importlib.util.spec_from_file_location("lxqt", "/somewhere/lxqt.py") -# or through conventional import lxqt -if __name__ == 'lxqt': - # Install dependency profiles - archinstall.storage['installation_session'].install_profile('xorg') - - # Install the LXQt packages - archinstall.storage['installation_session'].add_additional_packages(__packages__) - - # Enable autostart of LXQt for all users - archinstall.storage['installation_session'].enable_service('sddm') diff --git a/profiles/mate.py b/profiles/mate.py deleted file mode 100644 index 94b91f81..00000000 --- a/profiles/mate.py +++ /dev/null @@ -1,42 +0,0 @@ -# A desktop environment using "MATE" - -import archinstall - -is_top_level_profile = False - -__packages__ = [ - "mate", - "mate-extra", - "lightdm", - "lightdm-gtk-greeter", -] - - -def _prep_function(*args, **kwargs): - """ - Magic function called by the importing installer - before continuing any further. It also avoids executing any - other code in this stage. So it's a safe way to ask the user - for more input before any other installer steps start. - """ - - # MATE requires a functional xorg installation. - profile = archinstall.Profile(None, 'xorg') - with profile.load_instructions(namespace='xorg.py') as imported: - if hasattr(imported, '_prep_function'): - return imported._prep_function() - else: - print('Deprecated (??): xorg profile has no _prep_function() anymore') - - -# Ensures that this code only gets executed if executed -# through importlib.util.spec_from_file_location("mate", "/somewhere/mate.py") -# or through conventional import mate -if __name__ == 'mate': - # Install dependency profiles - archinstall.storage['installation_session'].install_profile('xorg') - - # Install the MATE packages - archinstall.storage['installation_session'].add_additional_packages(__packages__) - - archinstall.storage['installation_session'].enable_service('lightdm') # Light Display Manager diff --git a/profiles/minimal.py b/profiles/minimal.py deleted file mode 100644 index a412aa81..00000000 --- a/profiles/minimal.py +++ /dev/null @@ -1,24 +0,0 @@ -# Used to do a minimal install -import archinstall - -is_top_level_profile = True - -__description__ = str(_('A very basic installation that allows you to customize Arch Linux as you see fit.')) - - -def _prep_function(*args, **kwargs): - """ - Magic function called by the importing installer - before continuing any further. For minimal install, - we don't need to do anything special here, but it - needs to exist and return True. - """ - archinstall.storage['profile_minimal'] = True - return True # Do nothing and just return True - - -if __name__ == 'minimal': - """ - This "profile" is a meta-profile. - It is used for a custom minimal installation, without any desktop-specific packages. - """ diff --git a/profiles/qtile.py b/profiles/qtile.py deleted file mode 100644 index ace13dcc..00000000 --- a/profiles/qtile.py +++ /dev/null @@ -1,42 +0,0 @@ -# A desktop environment using "qtile" window manager with common packages. - -import archinstall - -is_top_level_profile = False - -# New way of defining packages for a profile, which is iterable and can be used out side -# of the profile to get a list of "what packages will be installed". -__packages__ = [ - 'qtile', - 'alacritty', - 'lightdm-gtk-greeter', - 'lightdm', -] - -def _prep_function(*args, **kwargs): - """ - Magic function called by the importing installer - before continuing any further. It also avoids executing any - other code in this stage. So it's a safe way to ask the user - for more input before any other installer steps start. - """ - - # qtile optionally supports xorg, we'll install it since it also - # includes graphic driver setups (this might change in the future) - profile = archinstall.Profile(None, 'xorg') - with profile.load_instructions(namespace='xorg.py') as imported: - if hasattr(imported, '_prep_function'): - return imported._prep_function() - else: - print('Deprecated (??): xorg profile has no _prep_function() anymore') - - -if __name__ == 'qtile': - # Install dependency profiles - archinstall.storage['installation_session'].install_profile('xorg') - - # Install packages for qtile - archinstall.storage['installation_session'].add_additional_packages(__packages__) - - # Auto start lightdm for all users - archinstall.storage['installation_session'].enable_service('lightdm') # Light Display Manager diff --git a/profiles/server.py b/profiles/server.py deleted file mode 100644 index f3e32d26..00000000 --- a/profiles/server.py +++ /dev/null @@ -1,63 +0,0 @@ -# Used to select various server application profiles on top of a minimal installation. - -import logging -from typing import Any, TYPE_CHECKING - -import archinstall -from archinstall import Menu -from archinstall.lib.menu.menu import MenuSelectionType - -if TYPE_CHECKING: - _: Any - -is_top_level_profile = True - -__description__ = str(_('Provides a selection of various server packages to install and enable, e.g. httpd, nginx, mariadb')) - -available_servers = [ - "cockpit", - "docker", - "httpd", - "lighttpd", - "mariadb", - "nginx", - "postgresql", - "sshd", - "tomcat", -] - - -def _prep_function(*args, **kwargs): - """ - Magic function called by the importing installer - before continuing any further. - """ - choice = Menu(str(_( - 'Choose which servers to install, if none then a minimal installation will be done')), - available_servers, - preset_values=kwargs['servers'], - multi=True - ).run() - - if choice.type_ != MenuSelectionType.Selection: - return False - - if choice.value: - archinstall.storage['_selected_servers'] = choice.value - return True - - return False - - -if __name__ == 'server': - """ - This "profile" is a meta-profile. - """ - archinstall.log('Now installing the selected servers.', level=logging.INFO) - archinstall.log(archinstall.storage['_selected_servers'], level=logging.DEBUG) - for server in archinstall.storage['_selected_servers']: - archinstall.log(f'Installing {server} ...', level=logging.INFO) - app = archinstall.Application(archinstall.storage['installation_session'], server) - app.install() - - archinstall.log('If your selections included multiple servers with the same port, you may have to reconfigure them.', fg="yellow", level=logging.INFO) diff --git a/profiles/sway.py b/profiles/sway.py deleted file mode 100644 index f69f73ce..00000000 --- a/profiles/sway.py +++ /dev/null @@ -1,100 +0,0 @@ -# A desktop environment using "Sway" -from typing import Any, TYPE_CHECKING - -import archinstall -from archinstall import Menu -from archinstall.lib.menu.menu import MenuSelectionType - -if TYPE_CHECKING: - _: Any - -is_top_level_profile = False - -__packages__ = [ - "sway", - "swaybg", - "swaylock", - "swayidle", - "waybar", - "dmenu", - "brightnessctl", - "grim", - "slurp", - "pavucontrol", - "foot", - "xorg-xwayland", -] - - -def _check_driver() -> bool: - packages = archinstall.storage.get("gfx_driver_packages", []) - - if packages and "nvidia" in packages: - prompt = _('The proprietary Nvidia driver is not supported by Sway. It is likely that you will run into issues, are you okay with that?') - choice = Menu(prompt, Menu.yes_no(), default_option=Menu.no(), skip=False).run() - - if choice.value == Menu.no(): - return False - - return True - -def _get_system_privelege_control_preference(): - # need to activate seat service and add to seat group - title = str(_('Sway needs access to your seat (collection of hardware devices i.e. keyboard, mouse, etc)')) - title += str(_('\n\nChoose an option to give Sway access to your hardware')) - choice = Menu(title, ["polkit", "seatd"]).run() - - if choice.type_ != MenuSelectionType.Selection: - return False - - archinstall.storage['sway_sys_priv_ctrl'] = [choice.value] - archinstall.arguments['sway_sys_priv_ctrl'] = [choice.value] - return True - -def _prep_function(*args, **kwargs): - """ - Magic function called by the importing installer - before continuing any further. It also avoids executing any - other code in this stage. So it's a safe way to ask the user - for more input before any other installer steps start. - """ - if not _get_system_privelege_control_preference(): - return False - - driver = archinstall.select_driver() - - if driver: - archinstall.storage["gfx_driver_packages"] = driver - if not _check_driver(): - return _prep_function(args, kwargs) - return True - - return False - - -""" -def _post_install(*args, **kwargs): - if "seatd" in sway_sys_priv_ctrl: - print(_('After booting, add user(s) to the `seat` user group and re-login to use Sway')) - return True -""" - -# Ensures that this code only gets executed if executed -# through importlib.util.spec_from_file_location("sway", "/somewhere/sway.py") -# or through conventional import sway -if __name__ == "sway": - if not _check_driver(): - raise archinstall.lib.exceptions.HardwareIncompatibilityError(_('Sway does not support the proprietary nvidia drivers.')) - - # Install the Sway packages - archinstall.storage['installation_session'].add_additional_packages(__packages__) - if "seatd" in archinstall.storage['sway_sys_priv_ctrl']: - archinstall.storage['installation_session'].add_additional_packages(['seatd']) - archinstall.storage['installation_session'].enable_service('seatd') - elif "polkit" in archinstall.storage['sway_sys_priv_ctrl']: - archinstall.storage['installation_session'].add_additional_packages(['polkit']) - else: - raise archinstall.lib.exceptions.ProfileError(_('Sway requires either seatd or polkit to run')) - - # Install the graphics driver packages - archinstall.storage['installation_session'].add_additional_packages(f"xorg-server xorg-xinit {' '.join(archinstall.storage.get('gfx_driver_packages', None))}") diff --git a/profiles/xfce4.py b/profiles/xfce4.py deleted file mode 100644 index fbc68c10..00000000 --- a/profiles/xfce4.py +++ /dev/null @@ -1,45 +0,0 @@ -# A desktop environment using "Xfce4" - -import archinstall - -is_top_level_profile = False - -__packages__ = [ - "xfce4", - "xfce4-goodies", - "pavucontrol", - "lightdm", - "lightdm-gtk-greeter", - "gvfs", - "xarchiver" -] - - -def _prep_function(*args, **kwargs): - """ - Magic function called by the importing installer - before continuing any further. It also avoids executing any - other code in this stage. So it's a safe way to ask the user - for more input before any other installer steps start. - """ - - # XFCE requires a functional xorg installation. - profile = archinstall.Profile(None, 'xorg') - with profile.load_instructions(namespace='xorg.py') as imported: - if hasattr(imported, '_prep_function'): - return imported._prep_function() - else: - print('Deprecated (??): xorg profile has no _prep_function() anymore') - - -# Ensures that this code only gets executed if executed -# through importlib.util.spec_from_file_location("xfce4", "/somewhere/xfce4.py") -# or through conventional import xfce4 -if __name__ == 'xfce4': - # Install dependency profiles - archinstall.storage['installation_session'].install_profile('xorg') - - # Install the XFCE4 packages - archinstall.storage['installation_session'].add_additional_packages(__packages__) - - archinstall.storage['installation_session'].enable_service('lightdm') # Light Display Manager diff --git a/profiles/xorg.py b/profiles/xorg.py deleted file mode 100644 index de45acd3..00000000 --- a/profiles/xorg.py +++ /dev/null @@ -1,68 +0,0 @@ -# A system with "xorg" installed - -import archinstall -import logging -from archinstall.lib.hardware import __packages__ as __hwd__packages__ - -is_top_level_profile = True - -__description__ = str(_('Installs a minimal system as well as xorg and graphics drivers.')) - -__packages__ = [ - 'dkms', - 'xorg-server', - 'xorg-xinit', - 'nvidia-dkms', - *__hwd__packages__, -] - - -def _prep_function(*args, **kwargs): - """ - Magic function called by the importing installer - before continuing any further. It also avoids executing any - other code in this stage. So it's a safe way to ask the user - for more input before any other installer steps start. - """ - - driver = archinstall.select_driver() - - if driver: - archinstall.storage["gfx_driver_packages"] = driver - return True - - # TODO: Add language section and/or merge it with the locale selected - # earlier in for instance guided.py installer. - - return False - - -# Ensures that this code only gets executed if executed -# through importlib.util.spec_from_file_location("xorg", "/somewhere/xorg.py") -# or through conventional import xorg -if __name__ == 'xorg': - try: - if "nvidia" in archinstall.storage.get("gfx_driver_packages", []): - if "linux-zen" in archinstall.storage['installation_session'].base_packages or "linux-lts" in archinstall.storage['installation_session'].base_packages: - for kernel in archinstall.storage['installation_session'].kernels: - archinstall.storage['installation_session'].add_additional_packages(f"{kernel}-headers") # Fixes https://github.com/archlinux/archinstall/issues/585 - archinstall.storage['installation_session'].add_additional_packages("dkms") # I've had kernel regen fail if it wasn't installed before nvidia-dkms - archinstall.storage['installation_session'].add_additional_packages("xorg-server", "xorg-xinit", "nvidia-dkms") - else: - archinstall.storage['installation_session'].add_additional_packages(f"xorg-server", "xorg-xinit", *archinstall.storage.get('gfx_driver_packages', [])) - elif 'amdgpu' in archinstall.storage.get("gfx_driver_packages", []): - # The order of these two are important if amdgpu is installed #808 - if 'amdgpu' in archinstall.storage['installation_session'].MODULES: - archinstall.storage['installation_session'].MODULES.remove('amdgpu') - archinstall.storage['installation_session'].MODULES.append('amdgpu') - - if 'radeon' in archinstall.storage['installation_session'].MODULES: - archinstall.storage['installation_session'].MODULES.remove('radeon') - archinstall.storage['installation_session'].MODULES.append('radeon') - - archinstall.storage['installation_session'].add_additional_packages(f"xorg-server", "xorg-xinit", *archinstall.storage.get('gfx_driver_packages', [])) - else: - archinstall.storage['installation_session'].add_additional_packages(f"xorg-server", "xorg-xinit", *archinstall.storage.get('gfx_driver_packages', [])) - except Exception as err: - archinstall.log(f"Could not handle nvidia and linuz-zen specific situations during xorg installation: {err}", level=logging.WARNING, fg="yellow") - archinstall.storage['installation_session'].add_additional_packages("xorg-server", "xorg-xinit") # Prep didn't run, so there's no driver to install diff --git a/pyproject.toml b/pyproject.toml index 6e0fcb99..557418cc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "archinstall" -dynamic = ["version", "entry-points"] +dynamic = ["version"] description = "Arch Linux installer - guided, templates etc." authors = [ {name = "Anton Hvornum", email = "anton@hvornum.se"}, @@ -12,15 +12,17 @@ authors = [ license = {text = "GPL-3.0-only"} readme = "README.md" requires-python = ">=3.10" - keywords = ["linux", "arch", "archinstall", "installer"] - classifiers = [ "Programming Language :: Python :: 3.8", "Programming Language :: Python :: 3.9", "Programming Language :: Python :: 3.10", "Operating System :: POSIX :: Linux", ] +dependencies = [ + "pyparted==3.12.0", + "simple-term-menu==1.6.1", +] [project.urls] Home = "https://archlinux.org" @@ -28,23 +30,33 @@ Documentation = "https://archinstall.readthedocs.io/" Source = "https://github.com/archlinux/archinstall" [project.optional-dependencies] +dev = [ + "mypy==1.1.1", +] doc = ["sphinx"] [project.scripts] archinstall = "archinstall:run_as_a_module" +[tool.setuptools.dynamic] +version = {attr = "archinstall.__version__"} +readme = {file = ["README.rst", "USAGE.rst"]} + [tool.setuptools] -packages = ["archinstall", "profiles", "examples"] +packages = ["archinstall"] [tool.setuptools.package-data] -archinstall = [ - "examples/*.py", - "profiles/*.py", - "profiles/applications/*.py" +# We could specify locales/lancuages.json etc instead, but catchall works too. +"archinstall" = [ + "**/*.py", + "**/*.mo", + "**/*.po", + "**/*.pot", + "**/*.json", ] -[tool.setuptools.dynamic] -version = {attr = "archinstall.__version__"} +# [tool.setuptools.packages.find] +# where = ["archinstall"] [tool.mypy] python_version = "3.10" diff --git a/schema.json b/schema.json index 9269e8e8..0a41ebf0 100644 --- a/schema.json +++ b/schema.json @@ -37,17 +37,6 @@ "type": "string" } }, - "gfx_driver": { - "description": "Graphics Drivers to install if a desktop profile is used, ignored otherwise.", - "type": "string", - "enum": [ - "VMware / VirtualBox (open-source)", - "Nvidia", - "Intel (open-source)", - "AMD / ATI (open-source)", - "All open-source (default)" - ] - }, "harddrives": { "description": "Path of device to be used", "type": "array", @@ -110,29 +99,83 @@ } }, "profile": { - "description": "Profiles are present in profiles/, use the name of a profile to install it", - "type": "string", - "enum": [ - "awesome", - "bspwm", - "budgie", - "cinnamon", - "cutefish", - "deepin", - "desktop", - "enlightenment", - "gnome", - "i3", - "kde", - "lxqt", - "mate", - "minimal", - "server", - "sway", - "xfce4", - "xorg", - "qtile" - ] + "path": { + "description": "Local path or Url that points to a python file containing profile definitions", + "type": "string" + }, + "main": { + "description": "Main top level profile selection", + "type": "string", + "enum": [ + "desktop", + "minimal", + "server", + "xorg", + "custom" + ] + }, + "details": { + "description": "Specific profile to be installed based on the 'main' selection; these profiles are present in profiles_v2/, use the name of a profile to install it (case insensitive)", + "type": "string", + "enum": [ + "awesome", + "bspwm", + "budgie", + "cinnamon", + "cutefish", + "deepin", + "desktop", + "enlightenment", + "gnome", + "i3-wm", + "i3-gasp", + "kde", + "lxqt", + "mate", + "sway", + "xfce4", + "qtile", + "cockpit", + "docker", + "httpd", + "lighttpd", + "mariadb", + "nginx", + "postgresql", + "sshd", + "tomcat" + ] + }, + "custom": { + "description": "Specific profile definitions for custom setup profiles)", + "type": "array", + "items": { + "type": "object", + "properties": { + "packages": "string", + "services": "string", + "enabled": "boolean" + } + } + }, + "gfx_driver": { + "description": "Graphics Drivers to install if a desktop profile is used, ignored otherwise.", + "type": "string", + "enum": [ + "VMware / VirtualBox (open-source)", + "Intel (open-source)", + "AMD / ATI (open-source)", + "All open-source (default)", + "Nvidia (open kernel module for newer GPUs, Turing+)", + "Nvidia (open-source nouveau driver)", + "Nvidia (proprietary)" + ] + }, + "greeter_type": { + "description": "Greeter type to install if a desktop profile is used, ignored otherwise.", + "type": "string", + "enum": ["lightdm", "sddm", "gdm"] + } }, "services": { "description": "Services to enable post-installation", -- cgit v1.2.3-54-g00ecf From 11cecbb3dca3a9f8b9c2bc29fd72497432fe2cfc Mon Sep 17 00:00:00 2001 From: Xuan-Rui Fan Date: Mon, 5 Jun 2023 09:06:37 +0100 Subject: Add traditional Chinese translation (#1823) * Add Traditional Chinese (Taiwan) * Update languages.json --- archinstall/locales/languages.json | 2 +- archinstall/locales/zh-TW/LC_MESSAGES/base.mo | Bin 0 -> 32090 bytes archinstall/locales/zh-TW/LC_MESSAGES/base.po | 1132 +++++++++++++++++++++++++ 3 files changed, 1133 insertions(+), 1 deletion(-) create mode 100644 archinstall/locales/zh-TW/LC_MESSAGES/base.mo create mode 100644 archinstall/locales/zh-TW/LC_MESSAGES/base.po (limited to 'archinstall/locales') diff --git a/archinstall/locales/languages.json b/archinstall/locales/languages.json index 58a55373..954d5a26 100644 --- a/archinstall/locales/languages.json +++ b/archinstall/locales/languages.json @@ -181,6 +181,6 @@ {"abbr": "yi", "lang": "Yiddish"}, {"abbr": "yo", "lang": "Yoruba"}, {"abbr": "za", "lang": "Zhuang"}, - {"abbr": "zh-TW", "lang": "Traditional Chinese"}, + {"abbr": "zh-TW", "lang": "Traditional Chinese", "translated_lang": "繁體中文"}, {"abbr": "zh-CN", "lang": "Simplified Chinese"}, {"abbr": "zu", "lang": "Zulu"}] diff --git a/archinstall/locales/zh-TW/LC_MESSAGES/base.mo b/archinstall/locales/zh-TW/LC_MESSAGES/base.mo new file mode 100644 index 00000000..8473e868 Binary files /dev/null and b/archinstall/locales/zh-TW/LC_MESSAGES/base.mo differ diff --git a/archinstall/locales/zh-TW/LC_MESSAGES/base.po b/archinstall/locales/zh-TW/LC_MESSAGES/base.po new file mode 100644 index 00000000..4b50b2ec --- /dev/null +++ b/archinstall/locales/zh-TW/LC_MESSAGES/base.po @@ -0,0 +1,1132 @@ +msgid "" +msgstr "" +"Project-Id-Version: \n" +"POT-Creation-Date: \n" +"PO-Revision-Date: \n" +"Last-Translator: Xuan-Rui Fan \n" +"Language-Team: \n" +"Language: zh_CN\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Generator: Poedit 3.1.1\n" + +msgid "[!] A log file has been created here: {} {}" +msgstr "[!] 日誌文件已在此處創建:{} {}" + +msgid " Please submit this issue (and file) to https://github.com/archlinux/archinstall/issues" +msgstr " 請將此問題(以及文件)提交到 https://github.com/archlinux/archinstall/issues" + +msgid "Do you really want to abort?" +msgstr "您真的要中止嗎?" + +msgid "And one more time for verification: " +msgstr "請再輸入一次以進行驗證:" + +msgid "Would you like to use swap on zram?" +msgstr "您想在 zram 上使用交換分割區(swap)嗎?" + +msgid "Desired hostname for the installation: " +msgstr "請輸入安裝後預期使用的主機名稱(hostname):" + +msgid "Username for required superuser with sudo privileges: " +msgstr "請輸入需要超級使用者的使用者名稱(sudo 權限):" + +msgid "Any additional users to install (leave blank for no users): " +msgstr "要新增的其他使用者(留空表示不新建其他使用者):" + +msgid "Should this user be a superuser (sudoer)?" +msgstr "這個使用者應該成為超級使用者(sudoer)嗎?" + +msgid "Select a timezone" +msgstr "選擇時區" + +msgid "Would you like to use GRUB as a bootloader instead of systemd-boot?" +msgstr "您希望使用 GRUB 作為開機引導程式,而不是 systemd-boot 嗎?" + +msgid "Choose a bootloader" +msgstr "選擇引導程式" + +msgid "Choose an audio server" +msgstr "請選擇音訊伺服器" + +msgid "Only packages such as base, base-devel, linux, linux-firmware, efibootmgr and optional profile packages are installed." +msgstr "僅安裝基本套件,如 base、base-devel、linux、linux-firmware、efibootmgr 和選擇性的軟體設定套件。" + +msgid "If you desire a web browser, such as firefox or chromium, you may specify it in the following prompt." +msgstr "如果您想要一個網頁瀏覽器,例如 firefox 或 chromium,可以在下面的提示字元中指定。" + +msgid "Write additional packages to install (space separated, leave blank to skip): " +msgstr "請輸入您要安裝的其它套件(以空格分隔,留空以跳過):" + +msgid "Copy ISO network configuration to installation" +msgstr "將 ISO 中的網路設置複製到安裝中" + +msgid "Use NetworkManager (necessary to configure internet graphically in GNOME and KDE)" +msgstr "使用 NetworkManager(在 GNOME 和 KDE 透過圖形界面設置網際網路連線所需)" + +msgid "Select one network interface to configure" +msgstr "請選擇要設定的網路介面" + +msgid "Select which mode to configure for \"{}\" or skip to use default mode \"{}\"" +msgstr "請選擇要為“{}”設定的模式或直接使用預設模式“{}”" + +msgid "Enter the IP and subnet for {} (example: 192.168.0.5/24): " +msgstr "請輸入 {} 的 IP 和子網路(例如:192.168.0.5/24):" + +msgid "Enter your gateway (router) IP address or leave blank for none: " +msgstr "請輸入您的網關(路由器)IP 地址或留空以跳過:" + +msgid "Enter your DNS servers (space separated, blank for none): " +msgstr "請輸入您的 DNS 伺服器(以空格分隔,留空以跳過):" + +msgid "Select which filesystem your main partition should use" +msgstr "請選擇您的主要分割區應該使用哪種檔案系統。" + +msgid "Current partition layout" +msgstr "目前的分割區配置" + +msgid "" +"Select what to do with\n" +"{}" +msgstr "" +"請選擇要執行的操作\n" +"{}" + +msgid "Enter a desired filesystem type for the partition" +msgstr "請輸入您想要的分割區檔案系統類型" + +msgid "Enter the start location (in parted units: s, GB, %, etc. ; default: {}): " +msgstr "請輸入起始位置(以 parted 單位表示:s、GB、% 等等;預設值:{}):" + +msgid "Enter the end location (in parted units: s, GB, %, etc. ; ex: {}): " +msgstr "請輸入結束位置(以 parted 單位表示:s、GB、% 等等;例如:{}):" + +msgid "{} contains queued partitions, this will remove those, are you sure?" +msgstr "{} 包含佇列分割區,這將刪除這些分割區,您確定嗎?" + +msgid "" +"{}\n" +"\n" +"Select by index which partitions to delete" +msgstr "" +"{}\n" +"\n" +"請根據索引選擇欲刪除的分割區" + +msgid "" +"{}\n" +"\n" +"Select by index which partition to mount where" +msgstr "" +"{}\n" +"\n" +"請依據索引選擇要掛載的分割區以及掛載點" + +msgid " * Partition mount-points are relative to inside the installation, the boot would be /boot as an example." +msgstr " * 分割區掛載點是相對於安裝內部的,例如 boot 應該為 /boot。" + +msgid "Select where to mount partition (leave blank to remove mountpoint): " +msgstr "請選擇掛載分割區的位置(留空以移除掛載點):" + +msgid "" +"{}\n" +"\n" +"Select which partition to mask for formatting" +msgstr "" +"{}\n" +"\n" +"請選擇要格式化的分割區" + +msgid "" +"{}\n" +"\n" +"Select which partition to mark as encrypted" +msgstr "" +"{}\n" +"\n" +"請選擇要加密的分割區" + +msgid "" +"{}\n" +"\n" +"Select which partition to mark as bootable" +msgstr "" +"{}\n" +"\n" +"請選擇要標記為可引導的分割區" + +msgid "" +"{}\n" +"\n" +"Select which partition to set a filesystem on" +msgstr "" +"{}\n" +"\n" +"請選擇要設置為文件系統的分割區" + +msgid "Enter a desired filesystem type for the partition: " +msgstr "為分區選擇所需的文件系統類型:" + +msgid "Archinstall language" +msgstr "Archinstall 語言" + +msgid "Wipe all selected drives and use a best-effort default partition layout" +msgstr "移除所有選定的硬碟並使用最佳的預設分割佈局" + +msgid "Select what to do with each individual drive (followed by partition usage)" +msgstr "依序選擇硬碟(並設定分割佈局)" + +msgid "Select what you wish to do with the selected block devices" +msgstr "選擇您希望對所選區塊裝置執行的操作" + +msgid "This is a list of pre-programmed profiles, they might make it easier to install things like desktop environments" +msgstr "以下是預編程設置檔案的列表,它們可以使安裝桌面環境等更加容易" + +msgid "Select keyboard layout" +msgstr "選擇鍵盤佈局" + +msgid "Select one of the regions to download packages from" +msgstr "請選擇一個地區以下載軟體套件" + +msgid "Select one or more hard drives to use and configure" +msgstr "選擇要使用和設定的硬碟(可多選)" + +msgid "For the best compatibility with your AMD hardware, you may want to use either the all open-source or AMD / ATI options." +msgstr "為了與您的 AMD 設備實現最佳兼容性,您可能需要使用開源或 AMD / ATI 選項。" + +msgid "For the best compatibility with your Intel hardware, you may want to use either the all open-source or Intel options.\n" +msgstr "為了與您的 Intel 設備實現最佳兼容性,您可能需要使用開源或 Intel 選項。\n" + +msgid "For the best compatibility with your Nvidia hardware, you may want to use the Nvidia proprietary driver.\n" +msgstr "為了與您的 Nvidia 設備實現最佳兼容性,您可能需要使用 Nvidia 官方驅動程式。\n" + +msgid "" +"\n" +"\n" +"Select a graphics driver or leave blank to install all open-source drivers" +msgstr "" +"\n" +"\n" +"選擇圖形驅動程式或留空以安裝開源驅動程式" + +msgid "All open-source (default)" +msgstr "全部開源(默認)" + +msgid "Choose which kernels to use or leave blank for default \"{}\"" +msgstr "選擇要使用的内核或留空以使用默認值“{}”" + +msgid "Choose which locale language to use" +msgstr "選擇要使用的區域語言" + +msgid "Choose which locale encoding to use" +msgstr "選擇要使用的區域編碼" + +msgid "Select one of the values shown below: " +msgstr "選擇如下所示的值之一:" + +msgid "Select one or more of the options below: " +msgstr "選擇以下一個或多個選項:" + +msgid "Adding partition...." +msgstr "新增分割區...." + +msgid "You need to enter a valid fs-type in order to continue. See `man parted` for valid fs-type's." +msgstr "您需要輸入有效的文件系統類型才能繼續。有關有效的文件系統類型,請參閱 `man parted`。" + +msgid "Error: Listing profiles on URL \"{}\" resulted in:" +msgstr "錯誤:在 URL “{}” 上列出設定檔案時出錯:" + +msgid "Error: Could not decode \"{}\" result as JSON:" +msgstr "錯誤:無法將“{}”結果解碼為 JSON:" + +msgid "Keyboard layout" +msgstr "鍵盤佈局" + +msgid "Mirror region" +msgstr "鏡像區域" + +msgid "Locale language" +msgstr "區域語言" + +msgid "Locale encoding" +msgstr "區域編碼" + +msgid "Drive(s)" +msgstr "硬碟" + +msgid "Disk layout" +msgstr "磁盤佈局" + +msgid "Encryption password" +msgstr "加密密碼" + +msgid "Swap" +msgstr "交換空間" + +msgid "Bootloader" +msgstr "引導加載程式" + +msgid "Root password" +msgstr "Root 密碼" + +msgid "Superuser account" +msgstr "超級使用者帳戶" + +msgid "User account" +msgstr "使用者帳戶" + +msgid "Profile" +msgstr "設定檔案" + +msgid "Audio" +msgstr "音訊" + +msgid "Kernels" +msgstr "内核" + +msgid "Additional packages" +msgstr "額外套件" + +msgid "Network configuration" +msgstr "網路設置" + +msgid "Automatic time sync (NTP)" +msgstr "自動同步時間 (NTP)" + +msgid "Install ({} config(s) missing)" +msgstr "安裝(缺少 {} 個配置)" + +msgid "" +"You decided to skip harddrive selection\n" +"and will use whatever drive-setup is mounted at {} (experimental)\n" +"WARNING: Archinstall won't check the suitability of this setup\n" +"Do you wish to continue?" +msgstr "" +"您決定跳過硬碟選擇\n" +"並將使用掛載在 {}(實驗性)上任一的硬碟設置\n" +"警告:Archinstall 不會檢查此設置的適用性\n" +"您想繼續嗎?" + +msgid "Re-using partition instance: {}" +msgstr "重複使用分割區實例:{}" + +msgid "Create a new partition" +msgstr "創建新分割區" + +msgid "Delete a partition" +msgstr "刪除一個分割區" + +msgid "Clear/Delete all partitions" +msgstr "清除/刪除所有分割區" + +msgid "Assign mount-point for a partition" +msgstr "為分割區分配掛載點" + +msgid "Mark/Unmark a partition to be formatted (wipes data)" +msgstr "標記/取消標記要格式化的分割區(移除數據)" + +msgid "Mark/Unmark a partition as encrypted" +msgstr "將分割區標記/取消標記為加密" + +msgid "Mark/Unmark a partition as bootable (automatic for /boot)" +msgstr "將分割區標記/取消標記為可引导(自動為 /boot)" + +msgid "Set desired filesystem for a partition" +msgstr "為分割區設置所需的文件系統" + +msgid "Abort" +msgstr "中止" + +msgid "Hostname" +msgstr "主機名稱" + +msgid "Not configured, unavailable unless setup manually" +msgstr "未設置,除非手動設置,否則不可用" + +msgid "Timezone" +msgstr "時區" + +msgid "Set/Modify the below options" +msgstr "請設置/修改以下選項" + +msgid "Install" +msgstr "安裝" + +msgid "" +"Use ESC to skip\n" +"\n" +msgstr "" +"按 ESC 鍵以跳過\n" +"\n" + +msgid "Suggest partition layout" +msgstr "建議分割區佈局" + +msgid "Enter a password: " +msgstr "輸入密碼:" + +msgid "Enter a encryption password for {}" +msgstr "輸入 {} 的加密密碼" + +msgid "Enter disk encryption password (leave blank for no encryption): " +msgstr "輸入硬碟加密密碼(留空表示不加密):" + +msgid "Create a required super-user with sudo privileges: " +msgstr "創建具有 sudo 權限的超級使用者:" + +msgid "Enter root password (leave blank to disable root): " +msgstr "輸入 root 密碼(留空以禁用 root):" + +msgid "Password for user \"{}\": " +msgstr "使用者“{}”的密碼:" + +msgid "Verifying that additional packages exist (this might take a few seconds)" +msgstr "驗證是否存在其它套件(這可能需要幾秒鐘)" + +msgid "Would you like to use automatic time synchronization (NTP) with the default time servers?\n" +msgstr "是否要對默認時間伺服器使用自動時間同步 (NTP)?\n" + +msgid "" +"Hardware time and other post-configuration steps might be required in order for NTP to work.\n" +"For more information, please check the Arch wiki" +msgstr "" +"為了使 NTP 運作,可能需要硬體執行時間和其它設置後步驟。\n" +"有關更多資訊,請查看 Arch wiki" + +msgid "Enter a username to create an additional user (leave blank to skip): " +msgstr "輸入用名以創建其他使用者(留空以跳過):" + +msgid "Use ESC to skip\n" +msgstr "按 ESC 鍵以跳過\n" + +msgid "" +"\n" +" Choose an object from the list, and select one of the available actions for it to execute" +msgstr "" +"\n" +"從列表中選擇一個對象,並選擇要執行的操作" + +msgid "Cancel" +msgstr "取消" + +msgid "Confirm and exit" +msgstr "確認並退出" + +msgid "Add" +msgstr "新增" + +msgid "Copy" +msgstr "複製" + +msgid "Edit" +msgstr "編輯" + +msgid "Delete" +msgstr "刪除" + +msgid "Select an action for '{}'" +msgstr "為“{}”選擇一個操作" + +msgid "Copy to new key:" +msgstr "複製到新密鑰:" + +msgid "Unknown nic type: {}. Possible values are {}" +msgstr "未知網卡類型:{}。 可能的值為 {}" + +msgid "" +"\n" +"This is your chosen configuration:" +msgstr "" +"\n" +"這是您選擇的配置:" + +msgid "Pacman is already running, waiting maximum 10 minutes for it to terminate." +msgstr "Pacman 已經在運行,最多等候 10 分鐘直到其終止。" + +msgid "Pre-existing pacman lock never exited. Please clean up any existing pacman sessions before using archinstall." +msgstr "預先存在的 pacman 鎖從未退出。請在使用 archinstall 之前清理所有現有的 pacman 工作階段。" + +msgid "Choose which optional additional repositories to enable" +msgstr "選擇要啟用的可選附加庫" + +msgid "Add a user" +msgstr "新增一個使用者" + +msgid "Change password" +msgstr "修改密碼" + +msgid "Promote/Demote user" +msgstr "升級/降級使用者" + +msgid "Delete User" +msgstr "刪除使用者" + +msgid "" +"\n" +"Define a new user\n" +msgstr "" +"\n" +"定義一個新使用者\n" + +msgid "User Name : " +msgstr "用戶名:" + +msgid "Should {} be a superuser (sudoer)?" +msgstr "是否將{}設置为超級使用者(sudoer)?" + +msgid "Define users with sudo privilege: " +msgstr "定義具有 sudo 權限的使用者:" + +msgid "No network configuration" +msgstr "無網路配置" + +msgid "Set desired subvolumes on a btrfs partition" +msgstr "在 btrfs 分割區上設置所需的子卷" + +msgid "" +"{}\n" +"\n" +"Select which partition to set subvolumes on" +msgstr "" +"{}\n" +"\n" +"選擇要在哪個分割區上設置子卷" + +msgid "Manage btrfs subvolumes for current partition" +msgstr "管理當前分割區的 btrfs 子卷" + +msgid "No configuration" +msgstr "無配置" + +msgid "Save user configuration" +msgstr "保存使用者配置" + +msgid "Save user credentials" +msgstr "保存使用者憑證" + +msgid "Save disk layout" +msgstr "保存硬碟佈局" + +msgid "Save all" +msgstr "全部保存" + +msgid "Choose which configuration to save" +msgstr "選擇要保存的配置" + +msgid "Enter a directory for the configuration(s) to be saved: " +msgstr "輸入要保存配置的目錄:" + +msgid "Not a valid directory: {}" +msgstr "不是有效的目錄:{}" + +msgid "The password you are using seems to be weak," +msgstr "您使用的密碼似乎很弱," + +msgid "are you sure you want to use it?" +msgstr "您確定要使用它嗎?" + +msgid "Optional repositories" +msgstr "可選目錄" + +msgid "Save configuration" +msgstr "保存配置" + +msgid "Missing configurations:\n" +msgstr "缺少配置:\n" + +msgid "Either root-password or at least 1 superuser must be specified" +msgstr "必須指定 root 密碼或至少 1 個超級使用者" + +msgid "Manage superuser accounts: " +msgstr "管理超級使用者帳號:" + +msgid "Manage ordinary user accounts: " +msgstr "管理普通使用者帳號:" + +msgid " Subvolume :{:16}" +msgstr " 子卷 :{:16}" + +msgid " mounted at {:16}" +msgstr " 掛載在 {:16}" + +msgid " with option {}" +msgstr " 與選項 {}" + +msgid "" +"\n" +" Fill the desired values for a new subvolume \n" +msgstr "" +"\n" +" 填寫新子卷所需的值\n" + +msgid "Subvolume name " +msgstr "子卷名" + +msgid "Subvolume mountpoint" +msgstr "子卷掛載點" + +msgid "Subvolume options" +msgstr "子卷選項" + +msgid "Save" +msgstr "保存" + +msgid "Subvolume name :" +msgstr "子卷名:" + +msgid "Select a mount point :" +msgstr "選擇掛載點:" + +msgid "Select the desired subvolume options " +msgstr "選擇所需的子卷選項" + +msgid "Define users with sudo privilege, by username: " +msgstr "以用戶名定義具有 sudo 權限的使用者:" + +msgid "[!] A log file has been created here: {}" +msgstr "[!] 日誌文件已在此處創建:{}" + +msgid "Would you like to use BTRFS subvolumes with a default structure?" +msgstr "您想使用具有默認結構的 BTRFS 子卷嗎?" + +msgid "Would you like to use BTRFS compression?" +msgstr "您想使用 BTRFS 壓縮嗎?" + +msgid "Would you like to create a separate partition for /home?" +msgstr "您想為 /home 創建一個單獨的分割區嗎?" + +msgid "The selected drives do not have the minimum capacity required for an automatic suggestion\n" +msgstr "所選硬碟沒有自動建議所需的最小容量\n" + +msgid "Minimum capacity for /home partition: {}GB\n" +msgstr "/home 分割區的最小容量為:{}GB\n" + +msgid "Minimum capacity for Arch Linux partition: {}GB" +msgstr "Arch Linux 分割區的最小容量為:{}GB" + +msgid "Continue" +msgstr "繼續" + +msgid "yes" +msgstr "是" + +msgid "no" +msgstr "否" + +msgid "set: {}" +msgstr "設置:{}" + +msgid "Manual configuration setting must be a list" +msgstr "手動配置設置必須為一個列表" + +msgid "No iface specified for manual configuration" +msgstr "沒有為手動配置指定 iface" + +msgid "Manual nic configuration with no auto DHCP requires an IP address" +msgstr "沒有自動 DHCP 的手動 nic 配置需要 IP 地址" + +msgid "Add interface" +msgstr "新增接口" + +msgid "Edit interface" +msgstr "編輯接口" + +msgid "Delete interface" +msgstr "刪除接口" + +msgid "Select interface to add" +msgstr "選擇要新增的接口" + +msgid "Manual configuration" +msgstr "手動配置" + +msgid "Mark/Unmark a partition as compressed (btrfs only)" +msgstr "將分割區標記/取消標記為壓縮(僅限 btrfs)" + +msgid "The password you are using seems to be weak, are you sure you want to use it?" +msgstr "您使用的密碼似乎很弱,您確定要使用嗎?" + +msgid "Provides a selection of desktop environments and tiling window managers, e.g. gnome, kde, sway" +msgstr "提供一系列桌面環境和平鋪視窗管理器,例如 gnome, kde, sway" + +msgid "Select your desired desktop environment" +msgstr "選擇您想要的桌面環境" + +msgid "A very basic installation that allows you to customize Arch Linux as you see fit." +msgstr "一個非常基本的安裝,允許您根據需要自定義 Arch Linux。" + +msgid "Provides a selection of various server packages to install and enable, e.g. httpd, nginx, mariadb" +msgstr "提供一系列可供安裝和啟用的伺服器套件,例如 httpd、nginx、mariadb" + +msgid "Choose which servers to install, if none then a minimal installation will be done" +msgstr "選擇要安裝的顯示伺服器,如果沒有,則進行最小安裝" + +msgid "Installs a minimal system as well as xorg and graphics drivers." +msgstr "安裝最小系統以及 xorg 和圖形驅動程式。" + +msgid "Press Enter to continue." +msgstr "按 Enter 以繼續。" + +msgid "Would you like to chroot into the newly created installation and perform post-installation configuration?" +msgstr "您想 chroot 進入新創建的安裝並執行安裝後的配置嗎?" + +msgid "Are you sure you want to reset this setting?" +msgstr "您確定要重置此設置嗎?" + +msgid "Select one or more hard drives to use and configure\n" +msgstr "選擇一個或多個硬碟来使用和配置\n" + +msgid "Any modifications to the existing setting will reset the disk layout!" +msgstr "對現有設置的任何修改都將重置硬碟佈局!" + +msgid "If you reset the harddrive selection this will also reset the current disk layout. Are you sure?" +msgstr "如果重置硬碟選擇,當前硬碟佈局也將被重置。 您確定嗎?" + +msgid "Save and exit" +msgstr "保存並退出" + +msgid "" +"{}\n" +"contains queued partitions, this will remove those, are you sure?" +msgstr "" +"{}\n" +"包含佇列的分割區,這將刪除這些分割區,您確定嗎?" + +msgid "No audio server" +msgstr "沒有音訊伺服器" + +msgid "(default)" +msgstr "(默認)" + +msgid "Use ESC to skip" +msgstr "按 ESC 鍵以跳過" + +msgid "" +"Use CTRL+C to reset current selection\n" +"\n" +msgstr "使用 CTRL+C 可重置當前選項\n" + +msgid "Copy to: " +msgstr "複製到:" + +msgid "Edit: " +msgstr "編輯:" + +msgid "Key: " +msgstr "密鑰:" + +msgid "Edit {}: " +msgstr "編輯 {}: " + +msgid "Add: " +msgstr "新增:" + +msgid "Value: " +msgstr "值:" + +msgid "You can skip selecting a drive and partitioning and use whatever drive-setup is mounted at /mnt (experimental)" +msgstr "您可以跳過選擇硬碟和分割區並使用任一掛載在 /mnt 的硬碟設置(實驗性)" + +msgid "Select one of the disks or skip and use /mnt as default" +msgstr "選擇一個硬碟或跳過並使用 /mnt 作為默認值" + +msgid "Select which partitions to mark for formatting:" +msgstr "選擇要標記為格式化的分割區:" + +msgid "Use HSM to unlock encrypted drive" +msgstr "使用 HSM 解鎖加密硬碟" + +msgid "Device" +msgstr "裝置" + +msgid "Size" +msgstr "大小" + +msgid "Free space" +msgstr "可用空間" + +msgid "Bus-type" +msgstr "匯流排類型" + +msgid "Either root-password or at least 1 user with sudo privileges must be specified" +msgstr "必須指定 root 密碼或至少 1 個具有 sudo 權限的使用者" + +msgid "Enter username (leave blank to skip): " +msgstr "輸入用戶名(留空以跳過):" + +msgid "The username you entered is invalid. Try again" +msgstr "您輸入的用戶名無效。請重試" + +msgid "Should \"{}\" be a superuser (sudo)?" +msgstr "是否將“{}”設置為超級使用者(sudo)?" + +msgid "Select which partitions to encrypt" +msgstr "選擇要加密的分割區:" + +msgid "very weak" +msgstr "非常弱" + +msgid "weak" +msgstr "弱" + +msgid "moderate" +msgstr "一般" + +msgid "strong" +msgstr "強" + +msgid "Add subvolume" +msgstr "新增子卷" + +msgid "Edit subvolume" +msgstr "編輯子卷" + +msgid "Delete subvolume" +msgstr "刪除子卷" + +msgid "Configured {} interfaces" +msgstr "已配置的 {} 接口" + +msgid "This option enables the number of parallel downloads that can occur during installation" +msgstr "此選項啟用安裝期間可能發生的並行下載數" + +#, python-brace-format +msgid "" +"Enter the number of parallel downloads to be enabled.\n" +" (Enter a value between 1 to {max_downloads})\n" +"Note:" +msgstr "" +"輸入要啟用的並行下載數。\n" +" (輸入一個 1 到 {max_downloads} 之間的值)\n" +"提示:" + +msgid " - Maximum value : {max_downloads} ( Allows {max_downloads} parallel downloads, allows {max_downloads+1} downloads at a time )" +msgstr " - 最大值:{max_downloads}(允許 {max_downloads} 个並行下載,同時允許 {max_downloads+1} 个下載)" + +msgid " - Minimum value : 1 ( Allows 1 parallel download, allows 2 downloads at a time )" +msgstr " - 最小值:1(允許 1 个並行下載,同時允許 2 个下載)" + +msgid " - Disable/Default : 0 ( Disables parallel downloading, allows only 1 download at a time )" +msgstr " - 禁用/默認:0(禁用並行下載,同時只允許 1 个下載)" + +#, python-brace-format +msgid "Invalid input! Try again with a valid input [1 to {max_downloads}, or 0 to disable]" +msgstr "輸入無效! 請嘗試使用有效輸入重試 [1 到 {max_downloads},或 0 到禁用]" + +msgid "Parallel Downloads" +msgstr "並行下載" + +msgid "ESC to skip" +msgstr "按 ESC 鍵以跳過" + +msgid "CTRL+C to reset" +msgstr "按 CTRL+C 以重置" + +msgid "TAB to select" +msgstr "按 TAB 以選擇" + +msgid "[Default value: 0] > " +msgstr "[默認值: 0] > " + +msgid "To be able to use this translation, please install a font manually that supports the language." +msgstr "為了能夠使用此翻譯,請手動安裝支持該語言的字體。" + +msgid "The font should be stored as {}" +msgstr "字體應儲存為 {}" + +msgid "Archinstall requires root privileges to run. See --help for more." +msgstr "Archinstall 需要 root 權限才能運行。有關更多信息,請參閱 --help。" + +msgid "Select an execution mode" +msgstr "選擇執行模式" + +msgid "Unable to fetch profile from specified url: {}" +msgstr "無法從指定的 URL 獲取配置文件:{}" + +msgid "Profiles must have unique name, but profile definitions with duplicate name found: {}" +msgstr "配置文件必須具有唯一的名稱,但找到具有重新名稱的配置文件定義:{}" + +msgid "Select one or more devices to use and configure" +msgstr "選擇一個或多個硬碟来使用和配置" + +msgid "If you reset the device selection this will also reset the current disk layout. Are you sure?" +msgstr "如果重置硬碟選擇,當前硬碟佈局也將被重置。 您確定嗎?" + +msgid "Existing Partitions" +msgstr "新增分割區...." + +msgid "Select a partitioning option" +msgstr "刪除一個分割區" + +msgid "Enter the root directory of the mounted devices: " +msgstr "輸入掛載裝置的根目錄:" + +msgid "Minimum capacity for /home partition: {}GiB\n" +msgstr "/home 分割區的最小容量為:{}GB\n" + +msgid "Minimum capacity for Arch Linux partition: {}GiB" +msgstr "Arch Linux 分割區的最小容量為:{}GB" + +msgid "This is a list of pre-programmed profiles_bck, they might make it easier to install things like desktop environments" +msgstr "以下是預編程設置檔案的列表,它們可以使安裝桌面環境等更加容易" + +msgid "Current profile selection" +msgstr "當前分割區佈局" + +msgid "Remove all newly added partitions" +msgstr "創建新分割區" + +msgid "Assign mountpoint" +msgstr "分配掛載點" + +msgid "Mark/Unmark to be formatted (wipes data)" +msgstr "標記/取消標記要格式化的分割區(移除數據)" + +msgid "Mark/Unmark as bootable" +msgstr "標記/取消標記分割區為可引導" + +msgid "Change filesystem" +msgstr "更改文件系統" + +msgid "Mark/Unmark as compressed" +msgstr "將分割區標記/取消標記為壓縮" + +msgid "Set subvolumes" +msgstr "刪除子卷" + +msgid "Delete partition" +msgstr "刪除一個分割區" + +msgid "Partition" +msgstr "分割區" + +msgid "This partition is currently encrypted, to format it a filesystem has to be specified" +msgstr "此分區當前已被加密,要將其格式化必須先指定文件系統" + +msgid "Partition mount-points are relative to inside the installation, the boot would be /boot as an example." +msgstr " * 分割區掛載點是相對於安裝内部的,例如 boot 應該為 /boot。" + +msgid "If mountpoint /boot is set, then the partition will also be marked as bootable." +msgstr "如果設置了掛載點/boot,則該分區也將被標記為可引導。" + +msgid "Mountpoint: " +msgstr "掛載點:" + +msgid "Current free sectors on device {}:" +msgstr "目前 {} 設備上的可用區塊:" + +msgid "Total sectors: {}" +msgstr "總區塊數:{}" + +msgid "Enter the start sector (default: {}): " +msgstr "輸入起始區塊(默認:{}):" + +msgid "Enter the end sector of the partition (percentage or block number, default: {}): " +msgstr "輸入分割區的结束區塊(以百分比或區塊編號表示,默認:{}):" + +msgid "This will remove all newly added partitions, continue?" +msgstr "這將刪除所有新增的分割區,是否繼續?" + +msgid "Partition management: {}" +msgstr "分割區管理:{}" + +msgid "Total length: {}" +msgstr "總長度:{}" + +msgid "Encryption type" +msgstr "加密類型" + +msgid "Partitions" +msgstr "分割區" + +msgid "No HSM devices available" +msgstr "沒有可用的 HSM 設備" + +msgid "Partitions to be encrypted" +msgstr "要加密的分割區:" + +msgid "Select disk encryption option" +msgstr "選擇硬盤加密選項" + +msgid "Select a FIDO2 device to use for HSM" +msgstr "選擇要用於 HSM 的 FIDO2 設備" + +msgid "Use a best-effort default partition layout" +msgstr "使用最佳的預設分割佈局" + +msgid "Manual Partitioning" +msgstr "手動分割" + +msgid "Pre-mounted configuration" +msgstr "預掛載配置" + +msgid "Unknown" +msgstr "未知" + +msgid "Partition encryption" +msgstr "分割區加密" + +msgid " ! Formatting {} in " +msgstr " ! 正在格式化 {} 為 " + +msgid "← Back" +msgstr "← 返回" + +msgid "Disk encryption" +msgstr "硬碟加密" + +msgid "Configuration" +msgstr "配置" + +msgid "Password" +msgstr "密碼" + +msgid "All settings will be reset, are you sure?" +msgstr "所有設置將被重新設置,你確定嗎?" + +msgid "Back" +msgstr "返回" + +msgid "Please chose which greeter to install for the chosen profiles: {}" +msgstr "請選擇依據配置文件安裝的登錄管理器:{}" + +msgid "Environment type: {}" +msgstr "環境類型:{}" + +msgid "The proprietary Nvidia driver is not supported by Sway. It is likely that you will run into issues, are you okay with that?" +msgstr "Sway 不支持 Nvidia 的官方驅動。您可能會遇到一些問題,您確定要繼續嗎?" + +msgid "Installed packages" +msgstr "已安裝的套件" + +msgid "Add profile" +msgstr "新增配置文件" + +msgid "Edit profile" +msgstr "編輯配置文件" + +msgid "Delete profile" +msgstr "刪除配置文件" + +msgid "Profile name: " +msgstr "配置文件名稱:" + +msgid "The profile name you entered is already in use. Try again" +msgstr "您輸入的配置文件名稱已被使用。請重試" + +msgid "Packages to be install with this profile (space separated, leave blank to skip): " +msgstr "編寫要安裝的套件(以空格分隔,留空以跳過):" + +msgid "Services to be enabled with this profile (space separated, leave blank to skip): " +msgstr "編寫要啟用的附加服務(以空格分隔,留空以跳過):" + +msgid "Should this profile be enabled for installation?" +msgstr "是否啟用此配置文件進行安裝?" + +msgid "Create your own" +msgstr "創建自己的" + +msgid "" +"\n" +"Select a graphics driver or leave blank to install all open-source drivers" +msgstr "" +"\n" +"\n" +"選擇圖形驅動程式或留空以安裝開源驅動程式" + +msgid "Sway needs access to your seat (collection of hardware devices i.e. keyboard, mouse, etc)" +msgstr "Sway 需要訪問您的用戶環境(硬體設備的集合,例如鍵盤,滑鼠等)" + +msgid "" +"\n" +"\n" +"Choose an option to give Sway access to your hardware" +msgstr "" +"\n" +"\n" +"選擇一個選項以提供 Sway 對您硬件的訪問權限" + +msgid "Graphics driver" +msgstr "圖形驅動程式" + +msgid "Greeter" +msgstr "登錄管理器" + +msgid "Please chose which greeter to install" +msgstr "請選擇要安裝的登錄管理器" + +msgid "This is a list of pre-programmed default_profiles" +msgstr "這是預設的默認配置文件列表" + +msgid "Disk configuration" +msgstr "硬碟配置" + +msgid "Profiles" +msgstr "配置文件" + +msgid "Finding possible directories to save configuration files ..." +msgstr "正在查找可能用於保存配置文件的目錄 ..." + +msgid "Select directory (or directories) for saving configuration files" +msgstr "選擇用於保存配置文件的目錄(或多個目錄)" + +#, fuzzy +msgid "Mirrors" +msgstr "鏡像區域" + +msgid "Defined" +msgstr "" + +#, fuzzy +msgid "Mirror regions" +msgstr "鏡像區域" + +msgid "Custom mirrors" +msgstr "" + +#, fuzzy +msgid "Save user configuration (including disk layout)" +msgstr "保存使用者配置" + +#, fuzzy +msgid "" +"Enter a directory for the configuration(s) to be saved (tab completion enabled)\n" +"Save directory: " +msgstr "輸入要保存配置的目錄:" + +msgid "" +"Do you want to save {} configuration file(s) in the following location?\n" +"\n" +"{}" +msgstr "" + +#, fuzzy +msgid "Saving {} configuration files to {}" +msgstr "保存配置" + +#, fuzzy +msgid "Add a custom mirror" +msgstr "新增一個使用者" + +msgid "Change custom mirror" +msgstr "" + +msgid "Delete custom mirror" +msgstr "" + +#, fuzzy +msgid "Enter name (leave blank to skip): " +msgstr "輸入用戶名(留空以跳過):" + +#, fuzzy +msgid "Enter url (leave blank to skip): " +msgstr "輸入用戶名(留空以跳過):" + +#, fuzzy +msgid "Select signature check option" +msgstr "選擇硬盤加密選項" + +#, fuzzy +msgid "Select signature option" +msgstr "選擇硬盤加密選項" -- cgit v1.2.3-54-g00ecf From 4da7d537a5e37106e2ea228532912a9508e2a1d9 Mon Sep 17 00:00:00 2001 From: Error504TimeOut <126692020+Error504TimeOut@users.noreply.github.com> Date: Mon, 5 Jun 2023 10:11:02 +0200 Subject: Updated German Translation (#1825) * Add files via upload * Fixed errors and completed German translation * fixed minor error --- archinstall/locales/ar/LC_MESSAGES/base.po | 51 +++ archinstall/locales/base.pot | 51 +++ archinstall/locales/cs/LC_MESSAGES/base.po | 60 +++ archinstall/locales/de/LC_MESSAGES/base.mo | Bin 23304 -> 37641 bytes archinstall/locales/de/LC_MESSAGES/base.po | 575 +++++++++++++------------- archinstall/locales/el/LC_MESSAGES/base.po | 60 +++ archinstall/locales/en/LC_MESSAGES/base.po | 50 +++ archinstall/locales/es/LC_MESSAGES/base.po | 60 +++ archinstall/locales/fr/LC_MESSAGES/base.po | 60 +++ archinstall/locales/id/LC_MESSAGES/base.po | 60 +++ archinstall/locales/it/LC_MESSAGES/base.po | 60 +++ archinstall/locales/ka/LC_MESSAGES/base.po | 60 +++ archinstall/locales/ko/LC_MESSAGES/base.po | 60 +++ archinstall/locales/nl/LC_MESSAGES/base.po | 60 +++ archinstall/locales/pl/LC_MESSAGES/base.po | 60 +++ archinstall/locales/pt/LC_MESSAGES/base.po | 60 +++ archinstall/locales/pt_BR/LC_MESSAGES/base.po | 60 +++ archinstall/locales/ru/LC_MESSAGES/base.po | 60 +++ archinstall/locales/sv/LC_MESSAGES/base.po | 60 +++ archinstall/locales/ta/LC_MESSAGES/base.po | 60 +++ archinstall/locales/tr/LC_MESSAGES/base.po | 60 +++ archinstall/locales/uk/LC_MESSAGES/base.po | 60 +++ archinstall/locales/ur/LC_MESSAGES/base.po | 60 +++ archinstall/locales/zh-CN/LC_MESSAGES/base.po | 60 +++ 24 files changed, 1582 insertions(+), 285 deletions(-) (limited to 'archinstall/locales') diff --git a/archinstall/locales/ar/LC_MESSAGES/base.po b/archinstall/locales/ar/LC_MESSAGES/base.po index 9c3a6bff..d6d07b06 100644 --- a/archinstall/locales/ar/LC_MESSAGES/base.po +++ b/archinstall/locales/ar/LC_MESSAGES/base.po @@ -1027,3 +1027,54 @@ msgstr "" #, fuzzy msgid "Select directory (or directories) for saving configuration files" msgstr "حدِّد واجهة شبكة واحدة للإعداد" + +msgid "Add a custom mirror" +msgstr "" + +msgid "Change custom mirror" +msgstr "" + +msgid "Delete custom mirror" +msgstr "" + +msgid "Enter name (leave blank to skip): " +msgstr "" + +msgid "Enter url (leave blank to skip): " +msgstr "" + +msgid "Select signature check option" +msgstr "" + +#, fuzzy +msgid "Select signature option" +msgstr "حدِّد منطقة زمنية" + +msgid "Custom mirrors" +msgstr "" + +msgid "Defined" +msgstr "" + +msgid "Save user configuration (including disk layout)" +msgstr "" + +msgid "" +"Enter a directory for the configuration(s) to be saved (tab completion enabled)\n" +"Save directory: " +msgstr "" + +msgid "" +"Do you want to save {} configuration file(s) in the following location?\n" +"\n" +"{}" +msgstr "" + +msgid "Saving {} configuration files to {}" +msgstr "" + +msgid "Mirrors" +msgstr "" + +msgid "Mirror regions" +msgstr "" diff --git a/archinstall/locales/base.pot b/archinstall/locales/base.pot index 009dc382..2ca84604 100644 --- a/archinstall/locales/base.pot +++ b/archinstall/locales/base.pot @@ -1095,3 +1095,54 @@ msgstr "" msgid "Select directory (or directories) for saving configuration files" msgstr "" + +msgid "Add a custom mirror" +msgstr "" + +msgid "Change custom mirror" +msgstr "" + +msgid "Delete custom mirror" +msgstr "" + +msgid "Enter name (leave blank to skip): " +msgstr "" + +msgid "Enter url (leave blank to skip): " +msgstr "" + +msgid "Select signature check option" +msgstr "" + +msgid "Select signature option" +msgstr "" + +msgid "Custom mirrors" +msgstr "" + +msgid "Defined" +msgstr "" + +msgid "Save user configuration (including disk layout)" +msgstr "" + +msgid "" +"Enter a directory for the configuration(s) to be saved (tab completion " +"enabled)\n" +"Save directory: " +msgstr "" + +msgid "" +"Do you want to save {} configuration file(s) in the following location?\n" +"\n" +"{}" +msgstr "" + +msgid "Saving {} configuration files to {}" +msgstr "" + +msgid "Mirrors" +msgstr "" + +msgid "Mirror regions" +msgstr "" diff --git a/archinstall/locales/cs/LC_MESSAGES/base.po b/archinstall/locales/cs/LC_MESSAGES/base.po index 76c885aa..cf6bd3a1 100644 --- a/archinstall/locales/cs/LC_MESSAGES/base.po +++ b/archinstall/locales/cs/LC_MESSAGES/base.po @@ -1103,3 +1103,63 @@ msgstr "" #, fuzzy msgid "Select directory (or directories) for saving configuration files" msgstr "Zvolte jeden nebo více pevných disků k použití a konfiguraci" + +#, fuzzy +msgid "Add a custom mirror" +msgstr "Přidat uživatele" + +msgid "Change custom mirror" +msgstr "" + +msgid "Delete custom mirror" +msgstr "" + +#, fuzzy +msgid "Enter name (leave blank to skip): " +msgstr "Zadejte uživatelské jméno (ponechte prázdné k přeskočení): " + +#, fuzzy +msgid "Enter url (leave blank to skip): " +msgstr "Zadejte uživatelské jméno (ponechte prázdné k přeskočení): " + +#, fuzzy +msgid "Select signature check option" +msgstr "Zvolit rozhraní k přidání" + +#, fuzzy +msgid "Select signature option" +msgstr "Zvolit rozhraní k přidání" + +msgid "Custom mirrors" +msgstr "" + +msgid "Defined" +msgstr "" + +#, fuzzy +msgid "Save user configuration (including disk layout)" +msgstr "Uložit uživatelskou konfiguraci" + +#, fuzzy +msgid "" +"Enter a directory for the configuration(s) to be saved (tab completion enabled)\n" +"Save directory: " +msgstr "Zadejte adresář pro uložení konfigurace (konfigurací): " + +msgid "" +"Do you want to save {} configuration file(s) in the following location?\n" +"\n" +"{}" +msgstr "" + +#, fuzzy +msgid "Saving {} configuration files to {}" +msgstr "Uložit konfiguraci" + +#, fuzzy +msgid "Mirrors" +msgstr "Oblast zrcadla" + +#, fuzzy +msgid "Mirror regions" +msgstr "Oblast zrcadla" diff --git a/archinstall/locales/de/LC_MESSAGES/base.mo b/archinstall/locales/de/LC_MESSAGES/base.mo index 0572f28b..988eeb38 100644 Binary files a/archinstall/locales/de/LC_MESSAGES/base.mo and b/archinstall/locales/de/LC_MESSAGES/base.mo differ diff --git a/archinstall/locales/de/LC_MESSAGES/base.po b/archinstall/locales/de/LC_MESSAGES/base.po index e1d01ab8..c1f32f0f 100644 --- a/archinstall/locales/de/LC_MESSAGES/base.po +++ b/archinstall/locales/de/LC_MESSAGES/base.po @@ -9,76 +9,76 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Generator: Poedit 3.0.1\n" +"X-Generator: Poedit 3.3.1\n" msgid "[!] A log file has been created here: {} {}" -msgstr "[!] Eine Logdatei wurde erstellt: {} {}" +msgstr "[!] Eine Logdatei wurde hier erstellt: {} {}" msgid " Please submit this issue (and file) to https://github.com/archlinux/archinstall/issues" -msgstr "Bitte melden sie das Problem mit der erstellten Datei auf https://github.com/archlinux/archinstall/issues" +msgstr "Bitte melden Sie das Problem mit der erstellten Datei auf https://github.com/archlinux/archinstall/issues" msgid "Do you really want to abort?" msgstr "Wollen Sie wirklich abbrechen?" msgid "And one more time for verification: " -msgstr "Und nocheinmal zur Besätigung: " +msgstr "Und noch einmal zur Bestätigung: " msgid "Would you like to use swap on zram?" -msgstr "Möchten Sie swap mit zram verwenden?" +msgstr "Möchten Sie Swap mit zram verwenden?" msgid "Desired hostname for the installation: " -msgstr "Gewnüschter Hostname für die Installation: " +msgstr "Gewünschter Gerätename/Hostname für die Installation: " msgid "Username for required superuser with sudo privileges: " -msgstr "Benutzername für den erforderlichen superuser mit sudo Rechten: " +msgstr "Benutzername für den erforderlichen Superuser mit sudo Rechten: " msgid "Any additional users to install (leave blank for no users): " -msgstr "Geben Sie weitere Benutzernamen ein die installiert werden sollen (leer lassen für keine weiteren Benutzer): " +msgstr "Geben Sie weitere Benutzernamen ein, die installiert werden sollen (leer lassen für keine weiteren Benutzer): " msgid "Should this user be a superuser (sudoer)?" -msgstr "Soll dieser Benutzer ein superuser sein (sudoer)?" +msgstr "Soll dieser Benutzer ein Superuser sein (sudoer)?" msgid "Select a timezone" msgstr "Bitte wählen Sie eine Zeitzone aus" msgid "Would you like to use GRUB as a bootloader instead of systemd-boot?" -msgstr "Möchten Sie GRUB als bootloader anstelle von system-boot verwenden?" +msgstr "Möchten Sie GRUB als Bootloader anstelle von systemd-boot verwenden?" msgid "Choose a bootloader" -msgstr "Bitte wählen Sie einen bootloader aus" +msgstr "Bitte wählen Sie einen Bootloader aus" msgid "Choose an audio server" -msgstr "Bitte wählen Sie einen Audio server aus" +msgstr "Bitte wählen Sie einen Audioserver aus" msgid "Only packages such as base, base-devel, linux, linux-firmware, efibootmgr and optional profile packages are installed." -msgstr "Nur die Packete base, base-devel, linux, linux-firmware, efibootmgr und optionale Profilpackete werden installiert" +msgstr "Nur Pakete wie base, base-devel, linux, linux-firmware, efibootmgr und optionale Profilpakete werden installiert" msgid "If you desire a web browser, such as firefox or chromium, you may specify it in the following prompt." msgstr "Wenn Sie einen Webbrowser, z.B. Firefox oder Chromium, installieren möchten, können Sie diese nun eingeben." msgid "Write additional packages to install (space separated, leave blank to skip): " -msgstr "Schreiben Sie zusätzliche Packete die installiert werden sollen mit einem Leerzeichen getrennt (zum Überspringen leer lassen): " +msgstr "Schreiben Sie zusätzliche Pakete die installiert werden sollen (mit einem Leerzeichen getrennt, zum Überspringen leer lassen): " msgid "Copy ISO network configuration to installation" -msgstr "ISO netzwerk Einstellungen in die Installation kopieren" +msgstr "ISO-Netzwerk Einstellungen in die Installation kopieren" msgid "Use NetworkManager (necessary to configure internet graphically in GNOME and KDE)" -msgstr "NetworkManager benutzen (notwendig um Internet auf graphische Weise in GNOME und KDE einzustellen)" +msgstr "NetworkManager benutzen (notwendig um Internet auf grafische Weise in GNOME und KDE einzustellen)" msgid "Select one network interface to configure" -msgstr "Bitte wählen Sie ein netzwerk zur Konfiguration aus" +msgstr "Bitte wählen Sie ein Netzwerk zur Konfiguration aus" msgid "Select which mode to configure for \"{}\" or skip to use default mode \"{}\"" msgstr "Bitte wählen Sie einen Modus zur Konfiguration von \"{}\" aus oder Überspringen um mit dem voreingestellten Modus \"{}\" fortzufahren" msgid "Enter the IP and subnet for {} (example: 192.168.0.5/24): " -msgstr "Bitte geben Sie eine IP Adresse und ein Subnet für {} ein (z.B. 192.168.0.5/24)" +msgstr "Bitte geben Sie eine IP Adresse und ein Subnet für {} ein (z.B. 192.168.0.5/24):" msgid "Enter your gateway (router) IP address or leave blank for none: " -msgstr "Bitte geben Sie eine gateway (router) IP Adresse ein (leer lassen für kein Adresse): " +msgstr "Bitte geben Sie eine Gateway (Router) IP Adresse ein (leer lassen für kein Adresse): " msgid "Enter your DNS servers (space separated, blank for none): " -msgstr "Bitte geben Sie die DNS server ein (mit Leerzeichen getrennt oder leer lassen für keinen server): " +msgstr "Bitte geben Sie die DNS-Server ein (mit Leerzeichen getrennt oder leer lassen für keinen Server): " msgid "Select which filesystem your main partition should use" msgstr "Bitte wählen Sie ein Dateisystem aus, welches für die Hauptpartition verwendet werden soll" @@ -94,7 +94,7 @@ msgstr "" "{}" msgid "Enter a desired filesystem type for the partition" -msgstr "Bitte wählen Sie einen Dateisystemtyp für die Partition aus" +msgstr "Bitte wählen Sie einen gewünschten Dateisystemtyp für die Partition aus" msgid "Enter the start location (in parted units: s, GB, %, etc. ; default: {}): " msgstr "Bitte geben Sie die Startposition ein (in parted Einheiten: s, GB, %, etc. ; default: {}): " @@ -103,7 +103,7 @@ msgid "Enter the end location (in parted units: s, GB, %, etc. ; ex: {}): " msgstr "Bitte geben Sie die Endposition ein (in parted Einheiten: s, GB, %, etc. ; default: {}): " msgid "{} contains queued partitions, this will remove those, are you sure?" -msgstr "{} enthält Partitionen in der Warteschlange, dies werden damit entfernt, sind sie sicher?" +msgstr "{} enthält Partitionen in der Warteschlange, diese werden damit entfernt, sind Sie sicher?" msgid "" "{}\n" @@ -112,7 +112,7 @@ msgid "" msgstr "" "{}\n" "\n" -"Wählen sie anhand vom index welche Partitionen gelöscht werden sollen" +"Wählen Sie anhand vom Index aus, welche Partitionen gelöscht werden sollen" msgid "" "{}\n" @@ -121,13 +121,13 @@ msgid "" msgstr "" "{}\n" "\n" -"Wählen sie anhand vom index welche Partitionen zu mounten" +"Wählen Sie anhand vom Index aus, welche Partitionen wo eingehängt werden sollen" msgid " * Partition mount-points are relative to inside the installation, the boot would be /boot as an example." -msgstr " * Die Mountorte sind relativ zur Installation, zum Beispiel boot würde gemountet auf /boot" +msgstr " * Die Einhängeorte sind relativ zur Installation, zum Beispiel boot würde gemountet auf /boot" msgid "Select where to mount partition (leave blank to remove mountpoint): " -msgstr "Bitte geben sie an wo die Partition gemounted werden soll (leer lassen um den Mountort zu entfernen): " +msgstr "Bitte geben Sie an wo die Partition eingehängt werden soll (leer lassen um den Einhängeort zu entfernen): " msgid "" "{}\n" @@ -136,7 +136,7 @@ msgid "" msgstr "" "{}\n" "\n" -"Bitte wählen sie welche Partition formatiert werden soll" +"Bitte wählen Sie aus, welche Partition formatiert werden soll" msgid "" "{}\n" @@ -145,7 +145,7 @@ msgid "" msgstr "" "{}\n" "\n" -"Bitte wählen sie welche Partition verschlüsselt werden soll" +"Bitte wählen Sie aus, welche Partition verschlüsselt werden soll" msgid "" "{}\n" @@ -154,7 +154,7 @@ msgid "" msgstr "" "{}\n" "\n" -"Bitte wählen sie welche Partition bootbar ist" +"Bitte wählen Sie aus, welche Partition bootbar ist" msgid "" "{}\n" @@ -163,43 +163,43 @@ msgid "" msgstr "" "{}\n" "\n" -"Bitte wählen sie auf welche Partition ein Dateisystem eingerichtet werden soll" +"Bitte wählen Sie aus, auf welcher Partition ein Dateisystem eingerichtet werden soll" msgid "Enter a desired filesystem type for the partition: " -msgstr "Bitte geben sie einen gewünschten Dateisystemtyp für die Partition ein: " +msgstr "Bitte geben Sie einen gewünschten Dateisystemtyp für die Partition ein: " msgid "Archinstall language" msgstr "Sprache für Archinstall" msgid "Wipe all selected drives and use a best-effort default partition layout" -msgstr "Alle Laufwerke löschen und ein vorgegebenes Partitionenlayout verwenden" +msgstr "Alle Laufwerke löschen und ein vorgegebenes Partitionslayout verwenden" msgid "Select what to do with each individual drive (followed by partition usage)" -msgstr "Bitte geben sie an was mit jedem individuellem Laufwerk geschehen soll" +msgstr "Bitte geben Sie individuell an, was mit jedem Laufwerk geschehen soll" msgid "Select what you wish to do with the selected block devices" -msgstr "Bitte wählen sie was mit dem ausgewählten Gerät geschehen soll" +msgstr "Bitte wählen Sie was mit den ausgewählten Geräten machen wollen" msgid "This is a list of pre-programmed profiles, they might make it easier to install things like desktop environments" -msgstr "Dies ist eine Liste von bereits programmierten Profilen, diese ermöglichen es einfacher Desktop Umgebungen einzustellen" +msgstr "Dies ist eine Liste von bereits programmierten Profilen, diese ermöglichen einfacher Dinge wie Desktop Umgebungen zu installieren" msgid "Select keyboard layout" -msgstr "Bitte wählen sie ein Tastaturlayout aus" +msgstr "Bitte wählen Sie ein Tastaturlayout aus" msgid "Select one of the regions to download packages from" -msgstr "Bitte wählen sie eine Region zum downloaden von Packeten aus" +msgstr "Bitte wählen Sie eine Region zum herunterladen von Paketen aus" msgid "Select one or more hard drives to use and configure" -msgstr "Bitte wählen sie eine oder mehrere Laufwerke aus die konfiguriert werden sollen" +msgstr "Bitte wählen Sie ein oder mehrere Laufwerk(e) aus, die konfiguriert und verwendet werden sollen" msgid "For the best compatibility with your AMD hardware, you may want to use either the all open-source or AMD / ATI options." -msgstr "Für die beste kompabilität mit ihrer AMD hardware, sollten sie womöglich die open-source oder AMD / ATI optionen verwenden" +msgstr "Für die beste Kompatibilität mit ihrer AMD Hardware, sollten Sie womöglich die Quelloffenen oder AMD / ATI Optionen verwenden." msgid "For the best compatibility with your Intel hardware, you may want to use either the all open-source or Intel options.\n" -msgstr "Für die beste kompabilität mit ihrer Intel hardware, sollten sie womöglich die open-source oder Intel optionen verwenden.\n" +msgstr "Für die beste Kompatibilität mit ihrer Intel Hardware, sollten Sie womöglich die Quelloffenen oder Intel Optionen verwenden.\n" msgid "For the best compatibility with your Nvidia hardware, you may want to use the Nvidia proprietary driver.\n" -msgstr "Für die beste kompabilität mit ihrer Nvidia hardware, sollten sie womöglich die Nvidia proprietary driver option verwenden.\n" +msgstr "Für die beste Kompatibilität mit ihrer Nvidia Hardware, sollten Sie womöglich den proprietären Nvidia-Treiber verwenden.\n" msgid "" "\n" @@ -208,43 +208,43 @@ msgid "" msgstr "" "\n" "\n" -"Bitte wählen sie einen Grafiktreiber aus oder leer lassen um alle open-source Treiber zu installieren" +"Bitte wählen Sie einen Grafikkartentreiber aus oder leer lassen um alle Quelloffenen Treiber zu installieren" msgid "All open-source (default)" -msgstr "Alle open-source (default)" +msgstr "Alle Quelloffene (Standard)" msgid "Choose which kernels to use or leave blank for default \"{}\"" -msgstr "Bitte wählen sie welche Kernel benutzt werden sollen oder leer lassen für default \"{}\"" +msgstr "Bitte wählen Sie welche Kernel benutzt werden sollen oder leer lassen für Standard \"{}\"" msgid "Choose which locale language to use" -msgstr "Bitte wählen sie eine lokale Sprache aus" +msgstr "Bitte wählen Sie aus, welche lokale Sprache verwendet werden soll" msgid "Choose which locale encoding to use" -msgstr "Bitte wählen sie eine lokale Kodierung aus" +msgstr "Bitte wählen Sie aus, welche lokale Kodierung verwendet werden soll" msgid "Select one of the values shown below: " -msgstr "Bitte wählen sie einen der folgenden Werte aus:" +msgstr "Bitte wählen Sie einen der folgenden Werte aus: " msgid "Select one or more of the options below: " -msgstr "Bitte wählen sie eine oder mehrere Optionen aus: " +msgstr "Bitte wählen Sie eine oder mehrere Option(en) aus: " msgid "Adding partition...." -msgstr "Partitionen werden hinzugefügt..." +msgstr "Partition wird hinzugefügt..." msgid "You need to enter a valid fs-type in order to continue. See `man parted` for valid fs-type's." -msgstr "Bitte geben sie einen gültigen Dateisystemtyp ein um fortzufahren. Wenden sie sich an \"man parted\" für eine Liste von gültigen Typen." +msgstr "Bitte geben Sie einen gültigen Dateisystemtyp ein um fortzufahren. Verwenden Sie `man parted` um eine Liste von gültigen Typen einzusehen." msgid "Error: Listing profiles on URL \"{}\" resulted in:" -msgstr "Fehler: Auflistung von Profilen mit URL \"{}\":" +msgstr "Fehler: Auflistung von Profilen mit URL \"{}\" resultierte in:" msgid "Error: Could not decode \"{}\" result as JSON:" -msgstr "Fehler: \"{}\" konnte nicht in ein JSON format dekodiert werden:" +msgstr "Fehler: \"{}\" konnte nicht in als JSON dekodiert werden:" msgid "Keyboard layout" msgstr "Tastaturlayout" msgid "Mirror region" -msgstr "Mirror-region" +msgstr "Spiegelregion" msgid "Locale language" msgstr "Lokale Sprache" @@ -253,15 +253,13 @@ msgid "Locale encoding" msgstr "Lokale Kodierung" msgid "Drive(s)" -msgstr "Laufwerke" +msgstr "Laufwerk(e)" -#, fuzzy msgid "Disk layout" -msgstr "Laufwerke-layout speichern" +msgstr "Laufwerkslayout" -#, fuzzy msgid "Encryption password" -msgstr "Verschlüsselungspasswort angeben" +msgstr "Verschlüsselungspasswort" msgid "Swap" msgstr "Swap" @@ -269,7 +267,6 @@ msgstr "Swap" msgid "Bootloader" msgstr "Bootloader" -#, fuzzy msgid "Root password" msgstr "Root Passwort" @@ -298,7 +295,7 @@ msgid "Automatic time sync (NTP)" msgstr "Autom. Zeitsynchronisierung (NTP)" msgid "Install ({} config(s) missing)" -msgstr "Installieren ({} konfiguration(en) ausständig)" +msgstr "Installieren ({} Konfiguration(en) ausständig)" msgid "" "You decided to skip harddrive selection\n" @@ -307,9 +304,9 @@ msgid "" "Do you wish to continue?" msgstr "" "Sie haben sich entschieden keine Laufwerke auszuwählen\n" -"und jene Einstellungen zu verwenden welche momentan auf {} verfügbar sind (experimentell)\n" +"und jene Einstellungen zu verwenden welche momentan auf {} eingehängt sind (experimentell)\n" "WARNUNG: Archinstall wird die Kompabilität der Einstellung nicht überprüfen\n" -"Wollen sie trotzdem fortfahren?" +"Wollen Sie trotzdem fortfahren?" msgid "Re-using partition instance: {}" msgstr "Wiederverwenden der Partitionsinstanz: {}" @@ -324,10 +321,10 @@ msgid "Clear/Delete all partitions" msgstr "Alle partitionen löschen" msgid "Assign mount-point for a partition" -msgstr "Mountort für Partition angeben" +msgstr "Einhängeort für Partition angeben" msgid "Mark/Unmark a partition to be formatted (wipes data)" -msgstr "Markieren welche Partition formattiert werden soll (alle Daten werden gelöscht)" +msgstr "Markieren welche Partition formatiert werden soll (alle Daten werden gelöscht)" msgid "Mark/Unmark a partition as encrypted" msgstr "Markieren welche Partitionen verschlüsselt werden sollen" @@ -342,16 +339,16 @@ msgid "Abort" msgstr "Abbrechen" msgid "Hostname" -msgstr "Hostnamen" +msgstr "Gerätename/Hostname" msgid "Not configured, unavailable unless setup manually" -msgstr "Nicht konfiguriert, unverfügbar wenn nicht selber eingestellt" +msgstr "Nicht konfiguriert, nicht verfügbar wenn nicht selber eingestellt" msgid "Timezone" msgstr "Zeitzone" msgid "Set/Modify the below options" -msgstr "Setzen sie die unten stehenden Einstellungen" +msgstr "Setzen/Modifizieren Sie die unten stehenden Einstellungen" msgid "Install" msgstr "Installieren" @@ -373,32 +370,32 @@ msgid "Enter a encryption password for {}" msgstr "Verschlüsselungspasswort angeben für {}" msgid "Enter disk encryption password (leave blank for no encryption): " -msgstr "Geben sie ein Verschlüsselungspasswort ein (leer lassen um zu Überspringen): " +msgstr "Geben Sie ein Verschlüsselungspasswort ein (leer lassen um zu Verschlüsselung zu deaktivieren): " msgid "Create a required super-user with sudo privileges: " -msgstr "Geben sie einen super-user mit sudo Privilegien an: " +msgstr "Geben Sie einen Superuser mit sudo Privilegien an: " msgid "Enter root password (leave blank to disable root): " -msgstr "Geben sie ein Root passwort ein (leer lassen um Root zu deaktivieren): " +msgstr "Geben sie ein Root Passwort ein (leer lassen um Root zu deaktivieren): " msgid "Password for user \"{}\": " msgstr "Passwort für Benutzer \"{}\": " msgid "Verifying that additional packages exist (this might take a few seconds)" -msgstr "Angegebene Packete werden verifiziert (dies könnte einige Sekunden dauern)" +msgstr "Angegebene Pakete werden verifiziert (dies könnte einige Sekunden dauern)" msgid "Would you like to use automatic time synchronization (NTP) with the default time servers?\n" -msgstr "Möchten sie automatische Zeitsynchronisierung mit dem default Server einschalten?\n" +msgstr "Möchten Sie die automatische Zeitsynchronisierung (NTP) mit dem Standard Server verwenden?\n" msgid "" "Hardware time and other post-configuration steps might be required in order for NTP to work.\n" "For more information, please check the Arch wiki" msgstr "" -"Hardware Zeit und andere Einstellungsschritte könnten notwendig sein um NTP zu benutzen.\n" -"Für weitere Informationen wenden sie sich bitte an das Arch wiki" +"Hardwarezeit und andere Einstellungsschritte könnten notwendig sein um NTP zu benutzen.\n" +"Für weitere Informationen wenden Sie sich bitte an das Arch wiki" msgid "Enter a username to create an additional user (leave blank to skip): " -msgstr "Geben sie einen weiteren Benutzernamen an der angelegt werden soll (leer lassen um zu Überspringen): " +msgstr "Geben Sie einen weiteren Benutzernamen an, um diesen anzulegen (leer lassen um zu Überspringen): " msgid "Use ESC to skip\n" msgstr "ESC um zu Überspringen\n" @@ -408,7 +405,7 @@ msgid "" " Choose an object from the list, and select one of the available actions for it to execute" msgstr "" "\n" -" Wählen sie ein Object aus der Liste aus und wählen sie anschließend eine Aktion dafür aus " +" Wählen Sie ein Objekt aus der Liste aus und wählen Sie anschließend eine Aktion zum ausführen dafür aus" msgid "Cancel" msgstr "Abbrechen" @@ -429,10 +426,10 @@ msgid "Delete" msgstr "Löschen" msgid "Select an action for '{}'" -msgstr "Wählen sie eine Aktion aus für '{}'" +msgstr "Wählen Sie eine Aktion aus für '{}'" msgid "Copy to new key:" -msgstr "Kopieren nach neuem Schlüssel:" +msgstr "Kopieren zum neuen Schlüssel:" msgid "Unknown nic type: {}. Possible values are {}" msgstr "Nicht erkannter Netzwerinterfacecontroller: {}. Erlaubte Werte {}" @@ -442,16 +439,16 @@ msgid "" "This is your chosen configuration:" msgstr "" "\n" -"Das ist ihre gewählte Konfiguration:" +"Dies ist ihre gewählte Konfiguration:" msgid "Pacman is already running, waiting maximum 10 minutes for it to terminate." -msgstr "Pacman läuft bereits, warten für maximal 10min auf Beendigung." +msgstr "Pacman läuft bereits, warten für maximal 10 Minuten auf Beendigung." msgid "Pre-existing pacman lock never exited. Please clean up any existing pacman sessions before using archinstall." -msgstr "Existierendes Pacman lock wurde nicht beendet. Bitte beenden sie existierende Pacman Sessions um archinstall benützen zu können." +msgstr "Existierendes Pacman lock wurde nicht beendet. Bitte beenden Sie existierende Pacman Sessions bevor archinstall benutzt wird." msgid "Choose which optional additional repositories to enable" -msgstr "Wählen sie welche zusätzlichen Repositories eingeschaltet werden sollen" +msgstr "Wählen Sie aus, welche zusätzlichen Repositories verwendet werden sollen" msgid "Add a user" msgstr "Benutzerkonto hinzufügen" @@ -479,7 +476,7 @@ msgid "Should {} be a superuser (sudoer)?" msgstr "Soll {} ein superuser sein (sudoer)?" msgid "Define users with sudo privilege: " -msgstr "Geben sie super-user mit sudo Privilegien an: " +msgstr "Geben Sie Superuser mit sudo Privilegien an: " msgid "No network configuration" msgstr "Keine Netzwerkkonfiguration" @@ -494,7 +491,7 @@ msgid "" msgstr "" "{}\n" "\n" -"Bitte wählen sie auf welcher Partition subvolumes eingerichtet werden sollen" +"Bitte wählen Sie, auf welcher Partition Subvolumes eingerichtet werden sollen" msgid "Manage btrfs subvolumes for current partition" msgstr "Bearbeiten von Btrfs subvolumes für die aktuelle Partition" @@ -509,25 +506,25 @@ msgid "Save user credentials" msgstr "Benutzeranmeldedaten speichern" msgid "Save disk layout" -msgstr "Laufwerke-layout speichern" +msgstr "Laufwerklayout speichern" msgid "Save all" -msgstr "Alle speichern" +msgstr "Alles speichern" msgid "Choose which configuration to save" -msgstr "Bitte wählen sie eine Konfiguration aus welche gespeichert werden soll" +msgstr "Bitte wählen Sie eine Konfiguration aus, welche gespeichert werden soll" msgid "Enter a directory for the configuration(s) to be saved: " -msgstr "Geben sie eine Ordner an wo die Konfigurationen gespeichert werden sollen: " +msgstr "Geben Sie einen Ordner an, in dem Konfigurationen gespeichert werden sollen: " msgid "Not a valid directory: {}" msgstr "Ordner existiert nicht: {}" msgid "The password you are using seems to be weak," -msgstr "Das gewählte Passwort ist sehr schwach," +msgstr "Das gewählte Passwort ist schwach," msgid "are you sure you want to use it?" -msgstr "wollen sie dieses wirklich verwenden?" +msgstr "wollen Sie dieses Passwort wirklich verwenden?" msgid "Optional repositories" msgstr "Zus. Repositories" @@ -539,7 +536,7 @@ msgid "Missing configurations:\n" msgstr "Ausständige Konfigurationen:\n" msgid "Either root-password or at least 1 superuser must be specified" -msgstr "Entweder root Passwort oder wenigstens 1 super-user muss konfiguriert sein" +msgstr "Entweder root Passwort oder mindestens ein Superuser muss konfiguriert sein" msgid "Manage superuser accounts: " msgstr "Superuser Konto bearbeiten: " @@ -551,53 +548,53 @@ msgid " Subvolume :{:16}" msgstr " Subvolume :{:16}" msgid " mounted at {:16}" -msgstr " Mounted an {:16}" +msgstr " Eingehängt bei {:16}" msgid " with option {}" -msgstr "mit option {}" +msgstr "mit Option {}" msgid "" "\n" " Fill the desired values for a new subvolume \n" msgstr "" "\n" -" Geben sie die gewünschten Werte für ein neues Subvolumen an \n" +" Geben Sie die gewünschten Werte für ein neues Subvolume an \n" msgid "Subvolume name " -msgstr "Subvolumen name" +msgstr "Subvolume name " msgid "Subvolume mountpoint" -msgstr "Subvolumen mountpunkt" +msgstr "Subvolume Einhängepunkt" msgid "Subvolume options" -msgstr "Subvolumen Optionen" +msgstr "Subvolume Optionen" msgid "Save" msgstr "Speichern" msgid "Subvolume name :" -msgstr "Subvolumen name :" +msgstr "Subvolume name :" msgid "Select a mount point :" -msgstr "Bitte wählen Sie einen Mountpunkt aus" +msgstr "Bitte wählen Sie einen Einhängepunkt aus :" msgid "Select the desired subvolume options " -msgstr "Wählen sie die gewünschte Subvolumen Optionen" +msgstr "Wählen Sie die gewünschten Subvolumen Optionen" msgid "Define users with sudo privilege, by username: " -msgstr "Geben sie Benutzer mit sudo Privilegien an: " +msgstr "Geben Sie Benutzer mit sudo Privilegien an: " msgid "[!] A log file has been created here: {}" -msgstr "[!] Eine Logdatei wurde erstellt: {}" +msgstr "[!] Eine Logdatei wurde hier erstellt: {}" msgid "Would you like to use BTRFS subvolumes with a default structure?" -msgstr "Möchten sie Btrfs Subvolumen mit vorgebener Struktur?" +msgstr "Möchten Sie btrfs Subvolumen mit vorgebener Struktur verwenden?" msgid "Would you like to use BTRFS compression?" -msgstr "Möchten sie Btrfs kompression?" +msgstr "Möchten sie btrfs Komprimierung verwenden?" msgid "Would you like to create a separate partition for /home?" -msgstr "Möchten sie eine separate Partition für /home?" +msgstr "Möchten Sie eine separate Partition für /home erstellen?" msgid "The selected drives do not have the minimum capacity required for an automatic suggestion\n" msgstr "Die ausgewählten Laufwerke haben nicht genug Speicherplatz für eine automatische Vorgabe\n" @@ -612,10 +609,10 @@ msgid "Continue" msgstr "Weiter" msgid "yes" -msgstr "ja" +msgstr "Ja" msgid "no" -msgstr "nein" +msgstr "Nein" msgid "set: {}" msgstr "gewählt: {}" @@ -624,10 +621,10 @@ msgid "Manual configuration setting must be a list" msgstr "Manuelle Konfiguration muss eine Liste sein" msgid "No iface specified for manual configuration" -msgstr "Kein Verbindung angegeben für eine manuelle Konfiguration" +msgstr "Keine Verbindung angegeben für eine manuelle Konfiguration" msgid "Manual nic configuration with no auto DHCP requires an IP address" -msgstr "Manuelle Konfiguration für Netzwerverbindung mit keinem auto DHCP benötigt eien IP Addresse" +msgstr "Manuelle Konfiguration für Netzwerverbindung mit keinem auto DHCP benötigt eine IP Addresse" msgid "Add interface" msgstr "Verbindung hinzufügen" @@ -639,69 +636,68 @@ msgid "Delete interface" msgstr "Verbindung löschen" msgid "Select interface to add" -msgstr "Wählen sie eine Verbindung welche hinzugefügt werden soll" +msgstr "Wählen Sie eine Verbindung aus, welche hinzugefügt werden soll" msgid "Manual configuration" -msgstr "Manuelle konfiguration" +msgstr "Manuelle Konfiguration" msgid "Mark/Unmark a partition as compressed (btrfs only)" -msgstr "Markieren/Unmarkieren Kompression von einer Partition (nur Btrfs) " +msgstr "Partition als komprimiert makieren bzw. nicht komprimiert makieren (nur btrfs)" msgid "The password you are using seems to be weak, are you sure you want to use it?" -msgstr "Das gewählte Passwort ist schwach, möchten sie trotzdem fortfahren?" +msgstr "Das gewählte Passwort ist schwach, möchten Sie trotzdem fortfahren?" msgid "Provides a selection of desktop environments and tiling window managers, e.g. gnome, kde, sway" -msgstr "Auswahl von Desktopumgebungen und tiling window managern, z.B. gnome, kde, sway" +msgstr "Auswahl von Desktopumgebungen und tiling Fenstermanagern, z.B. gnome, kde, sway" msgid "Select your desired desktop environment" -msgstr "Wählen sie eine Desktopumgebung aus" +msgstr "Wählen Sie ihre gewünschte Desktopumgebung aus" msgid "A very basic installation that allows you to customize Arch Linux as you see fit." -msgstr "Eine sehr minimale Installation welche es erlaubt Arch Linux weitgehend anzupassen" +msgstr "Eine sehr minimale Installation, welche es erlaubt Arch Linux selber nach eigenen Wünschen anzupassen." msgid "Provides a selection of various server packages to install and enable, e.g. httpd, nginx, mariadb" -msgstr "Auswahl von Serverpaketen welche installiert werden sollen, z.B. httpd, nginx, mariadb" +msgstr "Auswahl von Serverpaketen welche installiert und aktiviert werden sollen, z.B. httpd, nginx, mariadb" -#, fuzzy msgid "Choose which servers to install, if none then a minimal installation will be done" -msgstr "Wählen sie die gewünschten Server aus welche installiert werden sollen" +msgstr "Wählen Sie die gewünschten Server aus, welche installiert werden sollen. Sonst wird eine Minimalinstallation durchgeführt" msgid "Installs a minimal system as well as xorg and graphics drivers." -msgstr "Installiert ein minimales System inklusive xorg und Graphiktreibern" +msgstr "Installiert ein minimales System inklusive Xorg und Grafiktreibern" msgid "Press Enter to continue." msgstr "Drücken sie Enter um fortzufahren." msgid "Would you like to chroot into the newly created installation and perform post-installation configuration?" -msgstr "Möchten sie chroot in das neu installierte System um noch weitere manuelle Konfigurationen forzunehmen?" +msgstr "Möchten Sie in das neu installierte System über chroot zugreifen um noch weitere, manuelle Konfigurationen vorzunehmen?" msgid "Are you sure you want to reset this setting?" msgstr "Wollen Sie wirklich diese Konfiguration zurücksetzen?" msgid "Select one or more hard drives to use and configure\n" -msgstr "Bitte wählen sie eine oder mehrere Laufwerke aus die konfiguriert werden sollen\n" +msgstr "Bitte wählen Sie ein oder mehrere Laufwerk(e) aus, die konfiguriert und verwendet werden sollen\n" msgid "Any modifications to the existing setting will reset the disk layout!" msgstr "Modifikationen zur momentanen Konfiguration führen zu einem Löschen der Laufwerkskonfiguration!" msgid "If you reset the harddrive selection this will also reset the current disk layout. Are you sure?" -msgstr "Wenn sie die Laufwerkkonfiguration ändern, dann wird die Laufwer-layout zurückgesetzt. Sind sie sicher?" +msgstr "Wenn Sie die Laufwerkskonfiguration ändern, dann wird das Laufwerkslayout zurückgesetzt. Sind Sie sicher?" msgid "Save and exit" -msgstr "Speichern und zurück" +msgstr "Speichern und Beenden" msgid "" "{}\n" "contains queued partitions, this will remove those, are you sure?" msgstr "" "{}\n" -"enthält Partitionen in der Warteschlange, dies werden damit entfernt, sind sie sicher?" +"enthält Partitionen in der Warteschlange, diese werden damit entfernt, sind Sie sicher?" msgid "No audio server" -msgstr "Kein Audio server" +msgstr "Kein Audioserver" msgid "(default)" -msgstr "(vorgegeben)" +msgstr "(Standard)" msgid "Use ESC to skip" msgstr "ESC drücken um zu überspringen" @@ -710,7 +706,7 @@ msgid "" "Use CTRL+C to reset current selection\n" "\n" msgstr "" -"Ctrl+C drücken um die Einstellungen zurückzusetzen\n" +"Strg+C drücken um die aktuelle Auswahl zurückzusetzen\n" "\n" msgid "Copy to: " @@ -726,87 +722,76 @@ msgid "Edit {}: " msgstr "Bearbeiten {}: " msgid "Add: " -msgstr "" +msgstr "Hinzufügen: " -#, fuzzy msgid "Value: " -msgstr "Wert :" +msgstr "Wert: " msgid "You can skip selecting a drive and partitioning and use whatever drive-setup is mounted at /mnt (experimental)" -msgstr "" +msgstr "Sie können das Auswählen eines Laufwerks überspringen und irgendeine Laufwerkskonfiguration verwenden, die bei /mnt eingehängt ist (experimentell)" msgid "Select one of the disks or skip and use /mnt as default" -msgstr "" +msgstr "Wählen Sie eine der Laufwerke aus oder überspringen Sie und verwenden Sie /mnt als Standard" -#, fuzzy msgid "Select which partitions to mark for formatting:" -msgstr "" -"{}\n" -"\n" -"Bitte wählen sie welche Partition formatiert werden soll" +msgstr "Bitte wählen Sie aus, welche Partitionen formatiert werden sollen:" msgid "Use HSM to unlock encrypted drive" -msgstr "" +msgstr "HSM verwenden, um verschlüsselte Platte zu entsperren" msgid "Device" -msgstr "" +msgstr "Gerät" msgid "Size" -msgstr "" +msgstr "Größe" msgid "Free space" -msgstr "" +msgstr "Freier Speicherplatz" msgid "Bus-type" -msgstr "" +msgstr "Bustyp" -#, fuzzy msgid "Either root-password or at least 1 user with sudo privileges must be specified" -msgstr "Entweder root Passwort oder wenigstens 1 super-user muss konfiguriert sein" +msgstr "Entweder root Passwort oder mindestens ein Superuser muss konfiguriert sein" -#, fuzzy msgid "Enter username (leave blank to skip): " -msgstr "Geben sie einen weiteren Benutzernamen an der angelegt werden soll (leer lassen um zu Überspringen): " +msgstr "Benutzernamen eingeben (leer lassen um zu Überspringen): " msgid "The username you entered is invalid. Try again" -msgstr "" +msgstr "Der Benutzername, den Sie eingegeben haben, ist nicht gültig. Bitte erneut versuchen" -#, fuzzy msgid "Should \"{}\" be a superuser (sudo)?" -msgstr "Soll {} ein superuser sein (sudoer)?" +msgstr "Soll {} ein Superuser sein (sudo)?" -#, fuzzy msgid "Select which partitions to encrypt" -msgstr "Bitte wählen sie welche Partition verschlüsselt werden soll" +msgstr "Bitte wählen Sie aus, welche Partitionen verschlüsselt werden sollen" msgid "very weak" -msgstr "" +msgstr "Sehr schwach" msgid "weak" -msgstr "" +msgstr "Schwach" msgid "moderate" -msgstr "" +msgstr "Moderat" msgid "strong" -msgstr "" +msgstr "Stark" -#, fuzzy msgid "Add subvolume" -msgstr " Subvolume :{:16}" +msgstr "Subvolume hinzufügen" msgid "Edit subvolume" -msgstr "" +msgstr "Subvolume bearbeiten" -#, fuzzy msgid "Delete subvolume" -msgstr "Benutzerkonto löschen" +msgstr "Subvolume löschen" msgid "Configured {} interfaces" -msgstr "" +msgstr "{} Schnittstellen konfiguriert" msgid "This option enables the number of parallel downloads that can occur during installation" -msgstr "" +msgstr "Diese Option setzt die Nummer an parallelen Downloads, die während der Installtion durchgeführt werden" #, python-brace-format msgid "" @@ -814,314 +799,334 @@ msgid "" " (Enter a value between 1 to {max_downloads})\n" "Note:" msgstr "" +"Geben Sie die Nummer an parallelen Downloads an.\n" +" (Wert zwischen 1 und {max_downloads})\n" +"Achtung:" msgid " - Maximum value : {max_downloads} ( Allows {max_downloads} parallel downloads, allows {max_downloads+1} downloads at a time )" -msgstr "" +msgstr " - Maximalwert :{max_downloads} (Erlaubt {max_downloads} parallele Downloads, erlaubt {max_downloads+1} Downloads gleichzeitig)" msgid " - Minimum value : 1 ( Allows 1 parallel download, allows 2 downloads at a time )" -msgstr "" +msgstr "- Minimalwert : 1 (Erlaubt einen parallelen Download, erlaubt zwei Downloads gleichzeitig)" msgid " - Disable/Default : 0 ( Disables parallel downloading, allows only 1 download at a time )" -msgstr "" +msgstr "- Deaktivieren/Standard : 0 (Deaktiviert parallele Downloads, erlaubt nur einen Download gleichzeitig)" #, python-brace-format msgid "Invalid input! Try again with a valid input [1 to {max_downloads}, or 0 to disable]" -msgstr "" +msgstr "Ungültige Eingabe! Erneut mit gültiger Eingabe versuchen [1 bis {max_downloads}, oder 0 zum deaktivieren]" msgid "Parallel Downloads" -msgstr "" +msgstr "Parallele Downloads" -#, fuzzy msgid "ESC to skip" -msgstr "ESC drücken um zu überspringen" +msgstr "ESC zum überspringen" msgid "CTRL+C to reset" -msgstr "" +msgstr "Strg+C zum zurücksetzen" msgid "TAB to select" -msgstr "" +msgstr "TAB zum auswählen" msgid "[Default value: 0] > " -msgstr "" +msgstr "[Standardwert: 0] > " msgid "To be able to use this translation, please install a font manually that supports the language." -msgstr "" +msgstr "Um diese Übersetzung zu verwenden, installieren Sie bitte manuell eine Schrift, die diese Unterstüzt" msgid "The font should be stored as {}" -msgstr "" +msgstr "Die Schrift sollte als {} gespeichert werden" msgid "Archinstall requires root privileges to run. See --help for more." -msgstr "" +msgstr "Archinstall benötigt root Rechte um zu funktionieren. Verwenden Sie --help für mehr Informationen." -#, fuzzy msgid "Select an execution mode" -msgstr "Wählen sie eine Aktion aus für '{}'" +msgstr "Wählen Sie einen Ausführmodus" msgid "Unable to fetch profile from specified url: {}" -msgstr "" +msgstr "Profil von der URL \"{}\" abrufen nicht möglich" msgid "Profiles must have unique name, but profile definitions with duplicate name found: {}" -msgstr "" +msgstr "Profile benötigen einzigartige Namen, aber Profildefinitionen mit gleichen Namen gefunden: {}" -#, fuzzy msgid "Select one or more devices to use and configure" -msgstr "Bitte wählen sie eine oder mehrere Laufwerke aus die konfiguriert werden sollen" +msgstr "Bitte wählen Sie ein oder mehrere Geräte aus, die konfiguriert und verwendet werden sollen" -#, fuzzy msgid "If you reset the device selection this will also reset the current disk layout. Are you sure?" -msgstr "Wenn sie die Laufwerkkonfiguration ändern, dann wird die Laufwer-layout zurückgesetzt. Sind sie sicher?" +msgstr "Wenn Sie die Laufwerksauswahl zurücksetzen, dann wird das auch das Laufwerkslayout zurückgesetzt. Sind Sie sicher?" -#, fuzzy msgid "Existing Partitions" -msgstr "Partitionen werden hinzugefügt..." +msgstr "Existierende Partitionen" -#, fuzzy msgid "Select a partitioning option" -msgstr "Partition löschen" +msgstr "Wählen Sie eine Partitionierungsoption aus" -#, fuzzy msgid "Enter the root directory of the mounted devices: " -msgstr "Geben sie eine Ordner an wo die Konfigurationen gespeichert werden sollen: " +msgstr "Geben Sie das Stammverzeichnis der eingehängten Geräte an: " -#, fuzzy msgid "Minimum capacity for /home partition: {}GiB\n" msgstr "Minimaler Speicherplatz für /home Partition: {}GB\n" -#, fuzzy msgid "Minimum capacity for Arch Linux partition: {}GiB" msgstr "Minimaler Speicherplatz für Arch Linux Partition: {}GB" -#, fuzzy msgid "This is a list of pre-programmed profiles_bck, they might make it easier to install things like desktop environments" -msgstr "Dies ist eine Liste von bereits programmierten Profilen, diese ermöglichen es einfacher Desktop Umgebungen einzustellen" +msgstr "Dies ist eine Liste von bereits programmierten Profilen (Backup), diese ermöglichen es Dinge wie Desktop Umgebungen einfacher zu installieren" -#, fuzzy msgid "Current profile selection" -msgstr "Momentanes Partitionslayout" +msgstr "Momentane Profilauswahl" -#, fuzzy msgid "Remove all newly added partitions" -msgstr "Neue Partition erstellen" +msgstr "Alle neu hinzugefügten Partitionen entfernen" -#, fuzzy msgid "Assign mountpoint" -msgstr "Mountort für Partition angeben" +msgstr "Einhängeort für Partition zuweisen" -#, fuzzy msgid "Mark/Unmark to be formatted (wipes data)" -msgstr "Markieren welche Partition formattiert werden soll (alle Daten werden gelöscht)" +msgstr "Markieren bzw. nicht makieren zum formatieren (alle Daten werden gelöscht)" msgid "Mark/Unmark as bootable" -msgstr "" +msgstr "Als bootbar makieren bzw. nicht makieren" msgid "Change filesystem" -msgstr "" +msgstr "Dateisystem ändern" -#, fuzzy msgid "Mark/Unmark as compressed" -msgstr "Markieren/Unmarkieren Kompression von einer Partition (nur Btrfs) " +msgstr "Als komprimiert makieren bzw. als nicht komprimiert makieren" -#, fuzzy msgid "Set subvolumes" -msgstr "Benutzerkonto löschen" +msgstr "Subvolumes setzen" -#, fuzzy msgid "Delete partition" msgstr "Partition löschen" msgid "Partition" -msgstr "" +msgstr "Partition" msgid "This partition is currently encrypted, to format it a filesystem has to be specified" -msgstr "" +msgstr "Diese Partition ist momentan verschlüsselt, um sie zu formatieren, muss ein Dateisystem angegeben werden" -#, fuzzy msgid "Partition mount-points are relative to inside the installation, the boot would be /boot as an example." -msgstr " * Die Mountorte sind relativ zur Installation, zum Beispiel boot würde gemountet auf /boot" +msgstr "Die Einhängeorte sind relativ zur Installation, zum Beispiel boot würde bei /boot eingehängt werden" msgid "If mountpoint /boot is set, then the partition will also be marked as bootable." -msgstr "" +msgstr "Wenn der Einhängeort auf /boot gesetzt ist, wird die Partition ebenfalls als bootbar makiert." msgid "Mountpoint: " -msgstr "" +msgstr "Einhängepunkt: " msgid "Current free sectors on device {}:" -msgstr "" +msgstr "Momentan freie Sektoren auf Gerät {}:" -#, fuzzy msgid "Total sectors: {}" -msgstr "Ordner existiert nicht: {}" +msgstr "Sektoren insgesamt: {}" -#, fuzzy msgid "Enter the start sector (default: {}): " -msgstr "Bitte geben Sie den start Sektor ein (in Prozent oder Blocknummer, default: {}): " +msgstr "Bitte geben Sie den Startsektor ein (Standard: {}): " -#, fuzzy msgid "Enter the end sector of the partition (percentage or block number, default: {}): " -msgstr "Bitte geben Sie den end Sektor ein (in Prozent oder Blocknummer, default: {}): " +msgstr "Bitte geben Sie den Endsektor der Partition ein (Prozent oder Blocknummer, Standard: {}): " msgid "This will remove all newly added partitions, continue?" -msgstr "" +msgstr "Dies wird alle neu hinzugefügten Partitionen entfernen. Fortfahren?" msgid "Partition management: {}" -msgstr "" +msgstr "Partitionsverwaltung: {}" msgid "Total length: {}" -msgstr "" +msgstr "Länge insgesamt: {}" -#, fuzzy msgid "Encryption type" -msgstr "Verschlüsselungspasswort angeben" +msgstr "Verschlüsselungstyp" msgid "Partitions" -msgstr "" +msgstr "Partitionen" msgid "No HSM devices available" -msgstr "" +msgstr "Keine HSM-Geräte verfügbar" -#, fuzzy msgid "Partitions to be encrypted" -msgstr "Bitte wählen sie welche Partition verschlüsselt werden soll" +msgstr "Partitionen die verschlüsselt werden" -#, fuzzy msgid "Select disk encryption option" -msgstr "Laufwerke-layout auswählen" +msgstr "Laufwerksverschlüsselungsoption auswählen" msgid "Select a FIDO2 device to use for HSM" -msgstr "" +msgstr "FIDO2-Gerät für HSM auswählen" -#, fuzzy msgid "Use a best-effort default partition layout" -msgstr "Alle Laufwerke löschen und ein vorgegebenes Partitionenlayout verwenden" +msgstr "Vorgegebendes Partitionslayout verwenden" -#, fuzzy msgid "Manual Partitioning" -msgstr "Manuelle konfiguration" +msgstr "Manuelle Partitionierung" -#, fuzzy msgid "Pre-mounted configuration" -msgstr "Keine Konfiguration" +msgstr "Voreingehängte Konfiguration" msgid "Unknown" -msgstr "" +msgstr "Unbekannt" msgid "Partition encryption" -msgstr "" +msgstr "Partitionsverschlüsselung" msgid " ! Formatting {} in " -msgstr "" +msgstr " ! Formatiere {} in " msgid "← Back" -msgstr "" +msgstr "← Zurück" msgid "Disk encryption" -msgstr "" +msgstr "Laufwerksverschlüsselung" -#, fuzzy msgid "Configuration" -msgstr "Keine Konfiguration" +msgstr "Konfiguration" -#, fuzzy msgid "Password" -msgstr "Root Passwort" +msgstr "Passwort" -#, fuzzy msgid "All settings will be reset, are you sure?" -msgstr "{} enthält Partitionen in der Warteschlange, dies werden damit entfernt, sind sie sicher?" +msgstr "Alle Einstellungen werden zurückgesetzt. Sind Sie sicher?" msgid "Back" -msgstr "" +msgstr "Zurück" msgid "Please chose which greeter to install for the chosen profiles: {}" -msgstr "" +msgstr "Bitte Greeter (Anmeldebildschirm) für das ausgewählte Profil auswählen: {}" msgid "Environment type: {}" -msgstr "" +msgstr "Umgebungstyp: {}" msgid "The proprietary Nvidia driver is not supported by Sway. It is likely that you will run into issues, are you okay with that?" -msgstr "" +msgstr "Der proprietäre Nvidiatreiber wird von Sway nicht unterstütz. Es ist wahrscheinlich, dass Probleme auftreten werden. Ist das Okay?" -#, fuzzy msgid "Installed packages" -msgstr "Zus. Packete" +msgstr "Installiere Pakete" -#, fuzzy msgid "Add profile" -msgstr "Profile" +msgstr "Profil hinzufügen" -#, fuzzy msgid "Edit profile" -msgstr "Profile" +msgstr "Profil bearbeiten" -#, fuzzy msgid "Delete profile" -msgstr "Verbindung löschen" +msgstr "Profil entfernen" -#, fuzzy msgid "Profile name: " -msgstr "Profile" +msgstr "Profilname: " msgid "The profile name you entered is already in use. Try again" -msgstr "" +msgstr "Der eingegebende Profilname ist bereits in Verwendung. Erneut versuchen" -#, fuzzy msgid "Packages to be install with this profile (space separated, leave blank to skip): " -msgstr "Schreiben Sie zusätzliche Packete die installiert werden sollen mit einem Leerzeichen getrennt (zum Überspringen leer lassen): " +msgstr "Zusätzliche Pakete die mit diesem Profil installiert werden sollen (Mit Leerzeichen trennen, leer lassen zum überspringen): " -#, fuzzy msgid "Services to be enabled with this profile (space separated, leave blank to skip): " -msgstr "Schreiben Sie zusätzliche Packete die installiert werden sollen mit einem Leerzeichen getrennt (zum Überspringen leer lassen): " +msgstr "Dienste die mit diesem Profil installiert werden sollen (Mit Leerzeichen trennen, leer lassen zum überspringen): " msgid "Should this profile be enabled for installation?" -msgstr "" +msgstr "Soll diese Profil für die Installation verwendet werden?" msgid "Create your own" -msgstr "" +msgstr "Eigenes erstellen" -#, fuzzy msgid "" "\n" "Select a graphics driver or leave blank to install all open-source drivers" msgstr "" "\n" "\n" -"Bitte wählen sie einen Grafiktreiber aus oder leer lassen um alle open-source Treiber zu installieren" +"Bitte wählen sie einen Grafiktreiber aus oder leer lassen um alle Quelloffenen Treiber zu installieren" msgid "Sway needs access to your seat (collection of hardware devices i.e. keyboard, mouse, etc)" -msgstr "" +msgstr "Sway benötigt Zugriff auf ihren Seat (Sammlung von Hardwaregeräten wie Tastatur, Maus, usw.)" msgid "" "\n" "\n" "Choose an option to give Sway access to your hardware" msgstr "" +"\n" +"\n" +"Option um Sway Zugriff auf Hardware zu geben auswählen" msgid "Graphics driver" -msgstr "" +msgstr "Grafiktreiber" msgid "Greeter" -msgstr "" +msgstr "Greeter (Begrüßer/Anmeldebildschirm)" msgid "Please chose which greeter to install" -msgstr "" +msgstr "Bitte den zu installierenden Greeter (Begrüßer/Anmeldebildschirm) auswählen" msgid "This is a list of pre-programmed default_profiles" -msgstr "" +msgstr "Dies ist eine Liste an vorgefertigten Standardprofilen" -#, fuzzy msgid "Disk configuration" -msgstr "Keine Konfiguration" +msgstr "Laufwerkskonfiguration" -#, fuzzy msgid "Profiles" msgstr "Profile" msgid "Finding possible directories to save configuration files ..." -msgstr "" +msgstr "Suche mögliche Ordner zum Konfigurationen speichern..." -#, fuzzy msgid "Select directory (or directories) for saving configuration files" -msgstr "Bitte wählen sie eine oder mehrere Laufwerke aus die konfiguriert werden sollen" +msgstr "Ordner um Konfigurationsdateien zu erstellen auswählen" + +msgid "Add a custom mirror" +msgstr "Eigenen Spiegelserver hinzufügen" + +msgid "Change custom mirror" +msgstr "Eigenen Spiegelserver ändern" + +msgid "Delete custom mirror" +msgstr "Eigenen Spiegelserver löschen" + +msgid "Enter name (leave blank to skip): " +msgstr "Namen eingeben (leer lassen zum überspringen): " + +msgid "Enter url (leave blank to skip): " +msgstr "URL eingeben (leer lassen zum überspringen): " + +msgid "Select signature check option" +msgstr "Signatursüberprüfungsoptions auswählen" + +msgid "Select signature option" +msgstr "Signatursoption auswählen" + +msgid "Custom mirrors" +msgstr "Eigener Spiegelserver" + +msgid "Defined" +msgstr "Definiert" + +msgid "Save user configuration (including disk layout)" +msgstr "Benutzerkonfiguration (mit Laufwerkslayout) speichern" + +msgid "" +"Enter a directory for the configuration(s) to be saved (tab completion enabled)\n" +"Save directory: " +msgstr "" +"Geben Sie einen Ordner an, in dem die Konfiguration(en) gespeichert werden sollen (TAB zum vervollständigen)\n" +"Ordner: " + +msgid "" +"Do you want to save {} configuration file(s) in the following location?\n" +"\n" +"{}" +msgstr "" +"Möchten Sie {} Konfigurationsdatei(en) in folgendem Ordner speichern?\n" +"\n" +"{}" + +msgid "Saving {} configuration files to {}" +msgstr "{} Konfigurationsdateien in {} speichern" + +msgid "Mirrors" +msgstr "Spiegelserver" + +msgid "Mirror regions" +msgstr "Spiegelserverregionen" #~ msgid "Add :" #~ msgstr "Hinzufügen :" diff --git a/archinstall/locales/el/LC_MESSAGES/base.po b/archinstall/locales/el/LC_MESSAGES/base.po index 2d2d04c7..4a33dd5e 100644 --- a/archinstall/locales/el/LC_MESSAGES/base.po +++ b/archinstall/locales/el/LC_MESSAGES/base.po @@ -1110,3 +1110,63 @@ msgstr "" #, fuzzy msgid "Select directory (or directories) for saving configuration files" msgstr "Επιλέξτε έναν ή περισσότερους σκληρούς δίσκους προς χρήση και διαμόρφωση" + +#, fuzzy +msgid "Add a custom mirror" +msgstr "Προσθήκη χρήστη" + +msgid "Change custom mirror" +msgstr "" + +msgid "Delete custom mirror" +msgstr "" + +#, fuzzy +msgid "Enter name (leave blank to skip): " +msgstr "Εισάγετε όνομα χρήστη (αφήστε κενό για παράλειψη): " + +#, fuzzy +msgid "Enter url (leave blank to skip): " +msgstr "Εισάγετε όνομα χρήστη (αφήστε κενό για παράλειψη): " + +#, fuzzy +msgid "Select signature check option" +msgstr "Επιλέξτε διεπαφή προς προσθήκη" + +#, fuzzy +msgid "Select signature option" +msgstr "Επιλέξτε διεπαφή προς προσθήκη" + +msgid "Custom mirrors" +msgstr "" + +msgid "Defined" +msgstr "" + +#, fuzzy +msgid "Save user configuration (including disk layout)" +msgstr "Αποθήκευση διαμόρφωσης χρήστη" + +#, fuzzy +msgid "" +"Enter a directory for the configuration(s) to be saved (tab completion enabled)\n" +"Save directory: " +msgstr "Εισάγετε έναν φάκελο για την αποθήκευση της/ων διαμόρφωση/ων: " + +msgid "" +"Do you want to save {} configuration file(s) in the following location?\n" +"\n" +"{}" +msgstr "" + +#, fuzzy +msgid "Saving {} configuration files to {}" +msgstr "Αποθήκευση διαμόρφωσης" + +#, fuzzy +msgid "Mirrors" +msgstr "Περιοχή mirror" + +#, fuzzy +msgid "Mirror regions" +msgstr "Περιοχή mirror" diff --git a/archinstall/locales/en/LC_MESSAGES/base.po b/archinstall/locales/en/LC_MESSAGES/base.po index c95cc951..b3e31383 100644 --- a/archinstall/locales/en/LC_MESSAGES/base.po +++ b/archinstall/locales/en/LC_MESSAGES/base.po @@ -1017,3 +1017,53 @@ msgstr "" msgid "Select directory (or directories) for saving configuration files" msgstr "" + +msgid "Add a custom mirror" +msgstr "" + +msgid "Change custom mirror" +msgstr "" + +msgid "Delete custom mirror" +msgstr "" + +msgid "Enter name (leave blank to skip): " +msgstr "" + +msgid "Enter url (leave blank to skip): " +msgstr "" + +msgid "Select signature check option" +msgstr "" + +msgid "Select signature option" +msgstr "" + +msgid "Custom mirrors" +msgstr "" + +msgid "Defined" +msgstr "" + +msgid "Save user configuration (including disk layout)" +msgstr "" + +msgid "" +"Enter a directory for the configuration(s) to be saved (tab completion enabled)\n" +"Save directory: " +msgstr "" + +msgid "" +"Do you want to save {} configuration file(s) in the following location?\n" +"\n" +"{}" +msgstr "" + +msgid "Saving {} configuration files to {}" +msgstr "" + +msgid "Mirrors" +msgstr "" + +msgid "Mirror regions" +msgstr "" diff --git a/archinstall/locales/es/LC_MESSAGES/base.po b/archinstall/locales/es/LC_MESSAGES/base.po index 1599e7f4..6ba5f7b6 100644 --- a/archinstall/locales/es/LC_MESSAGES/base.po +++ b/archinstall/locales/es/LC_MESSAGES/base.po @@ -1110,6 +1110,66 @@ msgstr "" msgid "Select directory (or directories) for saving configuration files" msgstr "Seleccione uno o más discos duros para usar y configurar" +#, fuzzy +msgid "Add a custom mirror" +msgstr "Añadir un usuario" + +msgid "Change custom mirror" +msgstr "" + +msgid "Delete custom mirror" +msgstr "" + +#, fuzzy +msgid "Enter name (leave blank to skip): " +msgstr "Ingrese el nombre de usuario (déjelo en blanco para omitir): " + +#, fuzzy +msgid "Enter url (leave blank to skip): " +msgstr "Ingrese el nombre de usuario (déjelo en blanco para omitir): " + +#, fuzzy +msgid "Select signature check option" +msgstr "Seleccione el diseño del disco" + +#, fuzzy +msgid "Select signature option" +msgstr "Seleccione el diseño del disco" + +msgid "Custom mirrors" +msgstr "" + +msgid "Defined" +msgstr "" + +#, fuzzy +msgid "Save user configuration (including disk layout)" +msgstr "Guardar configuración de usuario" + +#, fuzzy +msgid "" +"Enter a directory for the configuration(s) to be saved (tab completion enabled)\n" +"Save directory: " +msgstr "Introduzca un directorio para guardar la(s) configuración(es): " + +msgid "" +"Do you want to save {} configuration file(s) in the following location?\n" +"\n" +"{}" +msgstr "" + +#, fuzzy +msgid "Saving {} configuration files to {}" +msgstr "Guardar configuración" + +#, fuzzy +msgid "Mirrors" +msgstr "Región del servidor" + +#, fuzzy +msgid "Mirror regions" +msgstr "Región del servidor" + #~ msgid "Add :" #~ msgstr "Añadir :" diff --git a/archinstall/locales/fr/LC_MESSAGES/base.po b/archinstall/locales/fr/LC_MESSAGES/base.po index 87b365e0..15aea6ac 100644 --- a/archinstall/locales/fr/LC_MESSAGES/base.po +++ b/archinstall/locales/fr/LC_MESSAGES/base.po @@ -1111,6 +1111,66 @@ msgstr "" msgid "Select directory (or directories) for saving configuration files" msgstr "Sélectionner un ou plusieurs disques durs à utiliser et à configurer" +#, fuzzy +msgid "Add a custom mirror" +msgstr "Ajouter un utilisateur" + +msgid "Change custom mirror" +msgstr "" + +msgid "Delete custom mirror" +msgstr "" + +#, fuzzy +msgid "Enter name (leave blank to skip): " +msgstr "Entrer le nom d'utilisateur (laisser vide pour passer) : " + +#, fuzzy +msgid "Enter url (leave blank to skip): " +msgstr "Entrer le nom d'utilisateur (laisser vide pour passer) : " + +#, fuzzy +msgid "Select signature check option" +msgstr "Sélectionner la disposition du disque" + +#, fuzzy +msgid "Select signature option" +msgstr "Sélectionner la disposition du disque" + +msgid "Custom mirrors" +msgstr "" + +msgid "Defined" +msgstr "" + +#, fuzzy +msgid "Save user configuration (including disk layout)" +msgstr "Enregistrer la configuration utilisateur" + +#, fuzzy +msgid "" +"Enter a directory for the configuration(s) to be saved (tab completion enabled)\n" +"Save directory: " +msgstr "Saisir un répertoire pour la ou les configuration(s) à enregistrer : " + +msgid "" +"Do you want to save {} configuration file(s) in the following location?\n" +"\n" +"{}" +msgstr "" + +#, fuzzy +msgid "Saving {} configuration files to {}" +msgstr "Enregistrer la configuration" + +#, fuzzy +msgid "Mirrors" +msgstr "Région miroir" + +#, fuzzy +msgid "Mirror regions" +msgstr "Région miroir" + #, python-brace-format #~ msgid "Edit {origkey} :" #~ msgstr "Modifier {origkey} :" diff --git a/archinstall/locales/id/LC_MESSAGES/base.po b/archinstall/locales/id/LC_MESSAGES/base.po index 5ed2f3c8..01986796 100644 --- a/archinstall/locales/id/LC_MESSAGES/base.po +++ b/archinstall/locales/id/LC_MESSAGES/base.po @@ -1109,3 +1109,63 @@ msgstr "" #, fuzzy msgid "Select directory (or directories) for saving configuration files" msgstr "Pilih satu atau lebih hard drive untuk digunakan dan dikonfigurasi" + +#, fuzzy +msgid "Add a custom mirror" +msgstr "Tambahkan pengguna" + +msgid "Change custom mirror" +msgstr "" + +msgid "Delete custom mirror" +msgstr "" + +#, fuzzy +msgid "Enter name (leave blank to skip): " +msgstr "Masukkan nama pengguna (kosongkan untuk melewati): " + +#, fuzzy +msgid "Enter url (leave blank to skip): " +msgstr "Masukkan nama pengguna (kosongkan untuk melewati): " + +#, fuzzy +msgid "Select signature check option" +msgstr "Pilih interface untuk ditambahkan" + +#, fuzzy +msgid "Select signature option" +msgstr "Pilih interface untuk ditambahkan" + +msgid "Custom mirrors" +msgstr "" + +msgid "Defined" +msgstr "" + +#, fuzzy +msgid "Save user configuration (including disk layout)" +msgstr "Simpan konfigurasi pengguna" + +#, fuzzy +msgid "" +"Enter a directory for the configuration(s) to be saved (tab completion enabled)\n" +"Save directory: " +msgstr "Masukkan direktori untuk konfigurasi yang akan disimpan: " + +msgid "" +"Do you want to save {} configuration file(s) in the following location?\n" +"\n" +"{}" +msgstr "" + +#, fuzzy +msgid "Saving {} configuration files to {}" +msgstr "Simpan konfigurasi" + +#, fuzzy +msgid "Mirrors" +msgstr "Wilayah mirror" + +#, fuzzy +msgid "Mirror regions" +msgstr "Wilayah mirror" diff --git a/archinstall/locales/it/LC_MESSAGES/base.po b/archinstall/locales/it/LC_MESSAGES/base.po index c4acc04d..c856a286 100644 --- a/archinstall/locales/it/LC_MESSAGES/base.po +++ b/archinstall/locales/it/LC_MESSAGES/base.po @@ -1109,3 +1109,63 @@ msgstr "" #, fuzzy msgid "Select directory (or directories) for saving configuration files" msgstr "Selezionare uno o più dischi rigidi da utilizzare e configurare" + +#, fuzzy +msgid "Add a custom mirror" +msgstr "Aggiungi un utente" + +msgid "Change custom mirror" +msgstr "" + +msgid "Delete custom mirror" +msgstr "" + +#, fuzzy +msgid "Enter name (leave blank to skip): " +msgstr "Inserisci il nome utente (lascia vuoto per saltare): " + +#, fuzzy +msgid "Enter url (leave blank to skip): " +msgstr "Inserisci il nome utente (lascia vuoto per saltare): " + +#, fuzzy +msgid "Select signature check option" +msgstr "Seleziona l'interfaccia da aggiungere" + +#, fuzzy +msgid "Select signature option" +msgstr "Seleziona l'interfaccia da aggiungere" + +msgid "Custom mirrors" +msgstr "" + +msgid "Defined" +msgstr "" + +#, fuzzy +msgid "Save user configuration (including disk layout)" +msgstr "Salva configurazione utente" + +#, fuzzy +msgid "" +"Enter a directory for the configuration(s) to be saved (tab completion enabled)\n" +"Save directory: " +msgstr "Immettere una directory per le configurazioni da salvare: " + +msgid "" +"Do you want to save {} configuration file(s) in the following location?\n" +"\n" +"{}" +msgstr "" + +#, fuzzy +msgid "Saving {} configuration files to {}" +msgstr "Salva configurazione" + +#, fuzzy +msgid "Mirrors" +msgstr "Regione dei mirror" + +#, fuzzy +msgid "Mirror regions" +msgstr "Regione dei mirror" diff --git a/archinstall/locales/ka/LC_MESSAGES/base.po b/archinstall/locales/ka/LC_MESSAGES/base.po index 7a88f96c..029e4256 100644 --- a/archinstall/locales/ka/LC_MESSAGES/base.po +++ b/archinstall/locales/ka/LC_MESSAGES/base.po @@ -1108,3 +1108,63 @@ msgstr "" #, fuzzy msgid "Select directory (or directories) for saving configuration files" msgstr "აირჩიეთ ერთი ან მეტი მყარი დისკი და მოირგეთ" + +#, fuzzy +msgid "Add a custom mirror" +msgstr "მომხმარებლის დამატება" + +msgid "Change custom mirror" +msgstr "" + +msgid "Delete custom mirror" +msgstr "" + +#, fuzzy +msgid "Enter name (leave blank to skip): " +msgstr "შეიყვანეთ მომხმარებლი სახელი (გამოსატოვებლად ცარიელი დატოვეთ): " + +#, fuzzy +msgid "Enter url (leave blank to skip): " +msgstr "შეიყვანეთ მომხმარებლი სახელი (გამოსატოვებლად ცარიელი დატოვეთ): " + +#, fuzzy +msgid "Select signature check option" +msgstr "აირჩიეთ დისკის დაშიფვრის პარამეტრი" + +#, fuzzy +msgid "Select signature option" +msgstr "აირჩიეთ დისკის დაშიფვრის პარამეტრი" + +msgid "Custom mirrors" +msgstr "" + +msgid "Defined" +msgstr "" + +#, fuzzy +msgid "Save user configuration (including disk layout)" +msgstr "მომხმარებლის კონფიგურაციის შენახვა" + +#, fuzzy +msgid "" +"Enter a directory for the configuration(s) to be saved (tab completion enabled)\n" +"Save directory: " +msgstr "შეიყვანეთ საქაღალდე, სადაც კონფიგურაცი(ებ)-ი იქნება შენახული: " + +msgid "" +"Do you want to save {} configuration file(s) in the following location?\n" +"\n" +"{}" +msgstr "" + +#, fuzzy +msgid "Saving {} configuration files to {}" +msgstr "კონფიგურაციი შენახვა" + +#, fuzzy +msgid "Mirrors" +msgstr "სარკის რეგიონი" + +#, fuzzy +msgid "Mirror regions" +msgstr "სარკის რეგიონი" diff --git a/archinstall/locales/ko/LC_MESSAGES/base.po b/archinstall/locales/ko/LC_MESSAGES/base.po index 3503a816..7d30a785 100644 --- a/archinstall/locales/ko/LC_MESSAGES/base.po +++ b/archinstall/locales/ko/LC_MESSAGES/base.po @@ -1110,3 +1110,63 @@ msgstr "" #, fuzzy msgid "Select directory (or directories) for saving configuration files" msgstr "사용하고 구성할 하드 드라이브를 하나 이상 선택하세요" + +#, fuzzy +msgid "Add a custom mirror" +msgstr "사용자 추가" + +msgid "Change custom mirror" +msgstr "" + +msgid "Delete custom mirror" +msgstr "" + +#, fuzzy +msgid "Enter name (leave blank to skip): " +msgstr "사용자명 입력 (공백일 경우 스킵): " + +#, fuzzy +msgid "Enter url (leave blank to skip): " +msgstr "사용자명 입력 (공백일 경우 스킵): " + +#, fuzzy +msgid "Select signature check option" +msgstr "추가할 인터페이스 선택" + +#, fuzzy +msgid "Select signature option" +msgstr "추가할 인터페이스 선택" + +msgid "Custom mirrors" +msgstr "" + +msgid "Defined" +msgstr "" + +#, fuzzy +msgid "Save user configuration (including disk layout)" +msgstr "사용자 구성 저장" + +#, fuzzy +msgid "" +"Enter a directory for the configuration(s) to be saved (tab completion enabled)\n" +"Save directory: " +msgstr "저장할 구성의 디렉토리를 입력하세요: " + +msgid "" +"Do you want to save {} configuration file(s) in the following location?\n" +"\n" +"{}" +msgstr "" + +#, fuzzy +msgid "Saving {} configuration files to {}" +msgstr "구성 저장" + +#, fuzzy +msgid "Mirrors" +msgstr "미러 위치" + +#, fuzzy +msgid "Mirror regions" +msgstr "미러 위치" diff --git a/archinstall/locales/nl/LC_MESSAGES/base.po b/archinstall/locales/nl/LC_MESSAGES/base.po index 3f97513a..e22a6d0f 100644 --- a/archinstall/locales/nl/LC_MESSAGES/base.po +++ b/archinstall/locales/nl/LC_MESSAGES/base.po @@ -1135,6 +1135,66 @@ msgstr "" msgid "Select directory (or directories) for saving configuration files" msgstr "Selecteer één of meer in te stellen harde schijven" +#, fuzzy +msgid "Add a custom mirror" +msgstr "Gebruiker toevoegen" + +msgid "Change custom mirror" +msgstr "" + +msgid "Delete custom mirror" +msgstr "" + +#, fuzzy +msgid "Enter name (leave blank to skip): " +msgstr "Voer een gebruikersnaam in om een tweede account toe te voegen (laat leeg om over te slaan): " + +#, fuzzy +msgid "Enter url (leave blank to skip): " +msgstr "Voer een gebruikersnaam in om een tweede account toe te voegen (laat leeg om over te slaan): " + +#, fuzzy +msgid "Select signature check option" +msgstr "Kies een schijfindeling" + +#, fuzzy +msgid "Select signature option" +msgstr "Kies een schijfindeling" + +msgid "Custom mirrors" +msgstr "" + +msgid "Defined" +msgstr "" + +#, fuzzy +msgid "Save user configuration (including disk layout)" +msgstr "Gebruikersconfiguratie vastleggen" + +#, fuzzy +msgid "" +"Enter a directory for the configuration(s) to be saved (tab completion enabled)\n" +"Save directory: " +msgstr "Voer de naam in van de map waarin de configuratie(s) moet(en) worden vastgelegd: " + +msgid "" +"Do you want to save {} configuration file(s) in the following location?\n" +"\n" +"{}" +msgstr "" + +#, fuzzy +msgid "Saving {} configuration files to {}" +msgstr "Configuratie vastleggen" + +#, fuzzy +msgid "Mirrors" +msgstr "Spiegelserverregio" + +#, fuzzy +msgid "Mirror regions" +msgstr "Spiegelserverregio" + #~ msgid "Add :" #~ msgstr "Toevoegen:" diff --git a/archinstall/locales/pl/LC_MESSAGES/base.po b/archinstall/locales/pl/LC_MESSAGES/base.po index 3f6c1dca..50348715 100644 --- a/archinstall/locales/pl/LC_MESSAGES/base.po +++ b/archinstall/locales/pl/LC_MESSAGES/base.po @@ -1113,6 +1113,66 @@ msgstr "" msgid "Select directory (or directories) for saving configuration files" msgstr "Wybierz jeden lub więcej dysków twardych do użycia i skonfiguruj je" +#, fuzzy +msgid "Add a custom mirror" +msgstr "Dodaj użytkownika" + +msgid "Change custom mirror" +msgstr "" + +msgid "Delete custom mirror" +msgstr "" + +#, fuzzy +msgid "Enter name (leave blank to skip): " +msgstr "Wprowadź nazwę użytkownika (pozostaw puste, aby pominąć): " + +#, fuzzy +msgid "Enter url (leave blank to skip): " +msgstr "Wprowadź nazwę użytkownika (pozostaw puste, aby pominąć): " + +#, fuzzy +msgid "Select signature check option" +msgstr "Wybierz układ dysku" + +#, fuzzy +msgid "Select signature option" +msgstr "Wybierz układ dysku" + +msgid "Custom mirrors" +msgstr "" + +msgid "Defined" +msgstr "" + +#, fuzzy +msgid "Save user configuration (including disk layout)" +msgstr "Zapisz konfiguracje użytkownika" + +#, fuzzy +msgid "" +"Enter a directory for the configuration(s) to be saved (tab completion enabled)\n" +"Save directory: " +msgstr "Wprowadź katalog, w którym ma zostać zapisana konfiguracja: " + +msgid "" +"Do you want to save {} configuration file(s) in the following location?\n" +"\n" +"{}" +msgstr "" + +#, fuzzy +msgid "Saving {} configuration files to {}" +msgstr "Zapisz konfiguracje" + +#, fuzzy +msgid "Mirrors" +msgstr "Region lustra" + +#, fuzzy +msgid "Mirror regions" +msgstr "Region lustra" + #~ msgid "Add :" #~ msgstr "Dodaj :" diff --git a/archinstall/locales/pt/LC_MESSAGES/base.po b/archinstall/locales/pt/LC_MESSAGES/base.po index 9f44f02f..35c3ca73 100644 --- a/archinstall/locales/pt/LC_MESSAGES/base.po +++ b/archinstall/locales/pt/LC_MESSAGES/base.po @@ -1157,6 +1157,66 @@ msgstr "" msgid "Select directory (or directories) for saving configuration files" msgstr "Seleciona um ou mais discos rígidos para usar e configurar" +#, fuzzy +msgid "Add a custom mirror" +msgstr "Adicionar um utilizador" + +msgid "Change custom mirror" +msgstr "" + +msgid "Delete custom mirror" +msgstr "" + +#, fuzzy +msgid "Enter name (leave blank to skip): " +msgstr "Introduzir um nome de utilizador para criar um utilizador adicional (deixar em branco para saltar): " + +#, fuzzy +msgid "Enter url (leave blank to skip): " +msgstr "Introduzir um nome de utilizador para criar um utilizador adicional (deixar em branco para saltar): " + +#, fuzzy +msgid "Select signature check option" +msgstr "Seleciona o esquema de disco" + +#, fuzzy +msgid "Select signature option" +msgstr "Seleciona o esquema de disco" + +msgid "Custom mirrors" +msgstr "" + +msgid "Defined" +msgstr "" + +#, fuzzy +msgid "Save user configuration (including disk layout)" +msgstr "Guardar configuração de utilizador" + +#, fuzzy +msgid "" +"Enter a directory for the configuration(s) to be saved (tab completion enabled)\n" +"Save directory: " +msgstr "Introduz um diretório para as configurações a serem guardadas: " + +msgid "" +"Do you want to save {} configuration file(s) in the following location?\n" +"\n" +"{}" +msgstr "" + +#, fuzzy +msgid "Saving {} configuration files to {}" +msgstr "Guardar configuração" + +#, fuzzy +msgid "Mirrors" +msgstr "Região do mirror" + +#, fuzzy +msgid "Mirror regions" +msgstr "Região do mirror" + #~ msgid "Add :" #~ msgstr "Adicionar :" diff --git a/archinstall/locales/pt_BR/LC_MESSAGES/base.po b/archinstall/locales/pt_BR/LC_MESSAGES/base.po index d0881905..93b33002 100644 --- a/archinstall/locales/pt_BR/LC_MESSAGES/base.po +++ b/archinstall/locales/pt_BR/LC_MESSAGES/base.po @@ -1111,3 +1111,63 @@ msgstr "" #, fuzzy msgid "Select directory (or directories) for saving configuration files" msgstr "Selecione um ou mais discos rígidos para usar e configurar" + +#, fuzzy +msgid "Add a custom mirror" +msgstr "Adicionar usuário" + +msgid "Change custom mirror" +msgstr "" + +msgid "Delete custom mirror" +msgstr "" + +#, fuzzy +msgid "Enter name (leave blank to skip): " +msgstr "Digite um nome de usuário (deixe em branco para pular): " + +#, fuzzy +msgid "Enter url (leave blank to skip): " +msgstr "Digite um nome de usuário (deixe em branco para pular): " + +#, fuzzy +msgid "Select signature check option" +msgstr "Selecione a opção de encriptação de disco" + +#, fuzzy +msgid "Select signature option" +msgstr "Selecione a opção de encriptação de disco" + +msgid "Custom mirrors" +msgstr "" + +msgid "Defined" +msgstr "" + +#, fuzzy +msgid "Save user configuration (including disk layout)" +msgstr "Salvar configuração de usuário" + +#, fuzzy +msgid "" +"Enter a directory for the configuration(s) to be saved (tab completion enabled)\n" +"Save directory: " +msgstr "Digite um diretório para as configurações serem salvas: " + +msgid "" +"Do you want to save {} configuration file(s) in the following location?\n" +"\n" +"{}" +msgstr "" + +#, fuzzy +msgid "Saving {} configuration files to {}" +msgstr "Salvar configuração" + +#, fuzzy +msgid "Mirrors" +msgstr "Região do mirror" + +#, fuzzy +msgid "Mirror regions" +msgstr "Região do mirror" diff --git a/archinstall/locales/ru/LC_MESSAGES/base.po b/archinstall/locales/ru/LC_MESSAGES/base.po index b99c6473..a0263aa3 100644 --- a/archinstall/locales/ru/LC_MESSAGES/base.po +++ b/archinstall/locales/ru/LC_MESSAGES/base.po @@ -1111,6 +1111,66 @@ msgstr "" msgid "Select directory (or directories) for saving configuration files" msgstr "Выберите один или несколько жестких дисков для использования и настройте их" +#, fuzzy +msgid "Add a custom mirror" +msgstr "Добавить пользователя" + +msgid "Change custom mirror" +msgstr "" + +msgid "Delete custom mirror" +msgstr "" + +#, fuzzy +msgid "Enter name (leave blank to skip): " +msgstr "Введите имя пользователя (оставьте пустым, чтобы пропустить): " + +#, fuzzy +msgid "Enter url (leave blank to skip): " +msgstr "Введите имя пользователя (оставьте пустым, чтобы пропустить): " + +#, fuzzy +msgid "Select signature check option" +msgstr "Выберите интерфейс для добавления" + +#, fuzzy +msgid "Select signature option" +msgstr "Выберите интерфейс для добавления" + +msgid "Custom mirrors" +msgstr "" + +msgid "Defined" +msgstr "" + +#, fuzzy +msgid "Save user configuration (including disk layout)" +msgstr "Сохранить конфигурацию пользователя" + +#, fuzzy +msgid "" +"Enter a directory for the configuration(s) to be saved (tab completion enabled)\n" +"Save directory: " +msgstr "Введите каталог для сохранения конфигурации (-ций): " + +msgid "" +"Do you want to save {} configuration file(s) in the following location?\n" +"\n" +"{}" +msgstr "" + +#, fuzzy +msgid "Saving {} configuration files to {}" +msgstr "Сохранить конфигурацию" + +#, fuzzy +msgid "Mirrors" +msgstr "Регион зеркала" + +#, fuzzy +msgid "Mirror regions" +msgstr "Регион зеркала" + #, python-brace-format #~ msgid "Edit {origkey} :" #~ msgstr "Редактировать {origkey}:" diff --git a/archinstall/locales/sv/LC_MESSAGES/base.po b/archinstall/locales/sv/LC_MESSAGES/base.po index e114a266..ea81ad80 100644 --- a/archinstall/locales/sv/LC_MESSAGES/base.po +++ b/archinstall/locales/sv/LC_MESSAGES/base.po @@ -1118,3 +1118,63 @@ msgstr "" #, fuzzy msgid "Select directory (or directories) for saving configuration files" msgstr "Välj en eller flera hårddiskar som skall användas och konfigureras" + +#, fuzzy +msgid "Add a custom mirror" +msgstr "Lägg till användare" + +msgid "Change custom mirror" +msgstr "" + +msgid "Delete custom mirror" +msgstr "" + +#, fuzzy +msgid "Enter name (leave blank to skip): " +msgstr "Mata in ett användarnamn för att skapa ytterligare användare (lämna tom för att hoppa över): " + +#, fuzzy +msgid "Enter url (leave blank to skip): " +msgstr "Mata in ett användarnamn för att skapa ytterligare användare (lämna tom för att hoppa över): " + +#, fuzzy +msgid "Select signature check option" +msgstr "Välj hårddisk-layout" + +#, fuzzy +msgid "Select signature option" +msgstr "Välj hårddisk-layout" + +msgid "Custom mirrors" +msgstr "" + +msgid "Defined" +msgstr "" + +#, fuzzy +msgid "Save user configuration (including disk layout)" +msgstr "Spara användarkonfigurering" + +#, fuzzy +msgid "" +"Enter a directory for the configuration(s) to be saved (tab completion enabled)\n" +"Save directory: " +msgstr "Välj vilken mapp du vill spara konfigurerationerna till: " + +msgid "" +"Do you want to save {} configuration file(s) in the following location?\n" +"\n" +"{}" +msgstr "" + +#, fuzzy +msgid "Saving {} configuration files to {}" +msgstr "Spara konfigurationen" + +#, fuzzy +msgid "Mirrors" +msgstr "Region för paketsynk" + +#, fuzzy +msgid "Mirror regions" +msgstr "Region för paketsynk" diff --git a/archinstall/locales/ta/LC_MESSAGES/base.po b/archinstall/locales/ta/LC_MESSAGES/base.po index d430c8e5..44aebb19 100644 --- a/archinstall/locales/ta/LC_MESSAGES/base.po +++ b/archinstall/locales/ta/LC_MESSAGES/base.po @@ -1109,3 +1109,63 @@ msgstr "" #, fuzzy msgid "Select directory (or directories) for saving configuration files" msgstr "பயன்படுத்த மற்றும் கட்டமைக்க ஒன்று அல்லது அதற்கு மேற்பட்ட ஹார்டு டிரைவ்களைத் தேர்ந்தெடுக்கவும்" + +#, fuzzy +msgid "Add a custom mirror" +msgstr "ஒரு பயனரைச் சேர்க்கவும்" + +msgid "Change custom mirror" +msgstr "" + +msgid "Delete custom mirror" +msgstr "" + +#, fuzzy +msgid "Enter name (leave blank to skip): " +msgstr "பயனர்பெயரை உள்ளிடவும் (தவிர்க்க காலியாக விடவும்): " + +#, fuzzy +msgid "Enter url (leave blank to skip): " +msgstr "பயனர்பெயரை உள்ளிடவும் (தவிர்க்க காலியாக விடவும்): " + +#, fuzzy +msgid "Select signature check option" +msgstr "சேர்க்க இடைமுகத்தைத் தேர்ந்தெடுக்கவும்" + +#, fuzzy +msgid "Select signature option" +msgstr "சேர்க்க இடைமுகத்தைத் தேர்ந்தெடுக்கவும்" + +msgid "Custom mirrors" +msgstr "" + +msgid "Defined" +msgstr "" + +#, fuzzy +msgid "Save user configuration (including disk layout)" +msgstr "பயனர் உள்ளமைவைச் சேமிக்கவும்" + +#, fuzzy +msgid "" +"Enter a directory for the configuration(s) to be saved (tab completion enabled)\n" +"Save directory: " +msgstr "உள்ளமைவு(களை) சேமிக்க ஒரு கோப்பகத்தை உள்ளிடவும்: " + +msgid "" +"Do you want to save {} configuration file(s) in the following location?\n" +"\n" +"{}" +msgstr "" + +#, fuzzy +msgid "Saving {} configuration files to {}" +msgstr "உள்ளமைவைச் சேமிக்கவும்" + +#, fuzzy +msgid "Mirrors" +msgstr "மிரர் பிராந்தியம்" + +#, fuzzy +msgid "Mirror regions" +msgstr "மிரர் பிராந்தியம்" diff --git a/archinstall/locales/tr/LC_MESSAGES/base.po b/archinstall/locales/tr/LC_MESSAGES/base.po index df978da8..40efea03 100644 --- a/archinstall/locales/tr/LC_MESSAGES/base.po +++ b/archinstall/locales/tr/LC_MESSAGES/base.po @@ -1117,3 +1117,63 @@ msgstr "" #, fuzzy msgid "Select directory (or directories) for saving configuration files" msgstr "Kullanmak ve yapılandırmak için bir veya daha fazla sabit disk seçin" + +#, fuzzy +msgid "Add a custom mirror" +msgstr "Kullanıcı ekle" + +msgid "Change custom mirror" +msgstr "" + +msgid "Delete custom mirror" +msgstr "" + +#, fuzzy +msgid "Enter name (leave blank to skip): " +msgstr "Ek kullanıcı oluşturmak için bir kullanıcı adı girin (geçmek için boş bırakın): " + +#, fuzzy +msgid "Enter url (leave blank to skip): " +msgstr "Ek kullanıcı oluşturmak için bir kullanıcı adı girin (geçmek için boş bırakın): " + +#, fuzzy +msgid "Select signature check option" +msgstr "Eklemek için arayüz seçin" + +#, fuzzy +msgid "Select signature option" +msgstr "Eklemek için arayüz seçin" + +msgid "Custom mirrors" +msgstr "" + +msgid "Defined" +msgstr "" + +#, fuzzy +msgid "Save user configuration (including disk layout)" +msgstr "Kullanıcı yapılandırmasını kaydet" + +#, fuzzy +msgid "" +"Enter a directory for the configuration(s) to be saved (tab completion enabled)\n" +"Save directory: " +msgstr "Yapılandırma(lar)ın kaydedilmesi için bir dizin girin: " + +msgid "" +"Do you want to save {} configuration file(s) in the following location?\n" +"\n" +"{}" +msgstr "" + +#, fuzzy +msgid "Saving {} configuration files to {}" +msgstr "Yapılandırmayı kaydet" + +#, fuzzy +msgid "Mirrors" +msgstr "İndirme sunucusu bölgesi" + +#, fuzzy +msgid "Mirror regions" +msgstr "İndirme sunucusu bölgesi" diff --git a/archinstall/locales/uk/LC_MESSAGES/base.po b/archinstall/locales/uk/LC_MESSAGES/base.po index ca019ff3..f2c7737c 100644 --- a/archinstall/locales/uk/LC_MESSAGES/base.po +++ b/archinstall/locales/uk/LC_MESSAGES/base.po @@ -1107,3 +1107,63 @@ msgstr "" #, fuzzy msgid "Select directory (or directories) for saving configuration files" msgstr "Оберіть один або кілька жорстких дисків для використання та налаштування" + +#, fuzzy +msgid "Add a custom mirror" +msgstr "Додати користувача" + +msgid "Change custom mirror" +msgstr "" + +msgid "Delete custom mirror" +msgstr "" + +#, fuzzy +msgid "Enter name (leave blank to skip): " +msgstr "Введіть ім'я користувача (залиште порожнім, щоб пропустити): " + +#, fuzzy +msgid "Enter url (leave blank to skip): " +msgstr "Введіть ім'я користувача (залиште порожнім, щоб пропустити): " + +#, fuzzy +msgid "Select signature check option" +msgstr "Оберіть параметр шифрування диска" + +#, fuzzy +msgid "Select signature option" +msgstr "Оберіть параметр шифрування диска" + +msgid "Custom mirrors" +msgstr "" + +msgid "Defined" +msgstr "" + +#, fuzzy +msgid "Save user configuration (including disk layout)" +msgstr "Зберегти конфігурацію користувача" + +#, fuzzy +msgid "" +"Enter a directory for the configuration(s) to be saved (tab completion enabled)\n" +"Save directory: " +msgstr "Введіть каталог для конфігурацій, які потрібно зберегти: " + +msgid "" +"Do you want to save {} configuration file(s) in the following location?\n" +"\n" +"{}" +msgstr "" + +#, fuzzy +msgid "Saving {} configuration files to {}" +msgstr "Зберегти конфігурацію" + +#, fuzzy +msgid "Mirrors" +msgstr "Регіон дзеркала" + +#, fuzzy +msgid "Mirror regions" +msgstr "Регіон дзеркала" diff --git a/archinstall/locales/ur/LC_MESSAGES/base.po b/archinstall/locales/ur/LC_MESSAGES/base.po index 1a715d90..6660f3b4 100644 --- a/archinstall/locales/ur/LC_MESSAGES/base.po +++ b/archinstall/locales/ur/LC_MESSAGES/base.po @@ -1138,6 +1138,66 @@ msgstr "" msgid "Select directory (or directories) for saving configuration files" msgstr "استعمال کرنے اور کنفیگر کے لیے ایک یا زیادہ ہارڈ ڈرائیوز منتخب کریں" +#, fuzzy +msgid "Add a custom mirror" +msgstr "ایک صارف شامل کریں" + +msgid "Change custom mirror" +msgstr "" + +msgid "Delete custom mirror" +msgstr "" + +#, fuzzy +msgid "Enter name (leave blank to skip): " +msgstr "ایک اضافی صارف بنانے کے لیے صارف نام درج کریں (چھوڑنے کے لیے خالی چھوڑیں):" + +#, fuzzy +msgid "Enter url (leave blank to skip): " +msgstr "ایک اضافی صارف بنانے کے لیے صارف نام درج کریں (چھوڑنے کے لیے خالی چھوڑیں):" + +#, fuzzy +msgid "Select signature check option" +msgstr "ڈسک لے آؤٹ کو منتخب کریں" + +#, fuzzy +msgid "Select signature option" +msgstr "ڈسک لے آؤٹ کو منتخب کریں" + +msgid "Custom mirrors" +msgstr "" + +msgid "Defined" +msgstr "" + +#, fuzzy +msgid "Save user configuration (including disk layout)" +msgstr "صارف کنفیگریشن کو محفوظ کریں" + +#, fuzzy +msgid "" +"Enter a directory for the configuration(s) to be saved (tab completion enabled)\n" +"Save directory: " +msgstr "محفوظ کیے جانے والے کنفیگریشن کے لیے ایک ڈائرکٹری درج کریں:" + +msgid "" +"Do you want to save {} configuration file(s) in the following location?\n" +"\n" +"{}" +msgstr "" + +#, fuzzy +msgid "Saving {} configuration files to {}" +msgstr "ترتیب کو محفوظ کریں" + +#, fuzzy +msgid "Mirrors" +msgstr "متبادل علاقہ" + +#, fuzzy +msgid "Mirror regions" +msgstr "متبادل علاقہ" + #~ msgid "Add :" #~ msgstr "شامل:" diff --git a/archinstall/locales/zh-CN/LC_MESSAGES/base.po b/archinstall/locales/zh-CN/LC_MESSAGES/base.po index f1cee304..afa1716b 100644 --- a/archinstall/locales/zh-CN/LC_MESSAGES/base.po +++ b/archinstall/locales/zh-CN/LC_MESSAGES/base.po @@ -1108,3 +1108,63 @@ msgstr "" #, fuzzy msgid "Select directory (or directories) for saving configuration files" msgstr "选择一个或多个硬盘驱动器来使用和配置" + +#, fuzzy +msgid "Add a custom mirror" +msgstr "添加一个用户" + +msgid "Change custom mirror" +msgstr "" + +msgid "Delete custom mirror" +msgstr "" + +#, fuzzy +msgid "Enter name (leave blank to skip): " +msgstr "输入用户名(留空跳过): " + +#, fuzzy +msgid "Enter url (leave blank to skip): " +msgstr "输入用户名(留空跳过): " + +#, fuzzy +msgid "Select signature check option" +msgstr "选择要添加的接口" + +#, fuzzy +msgid "Select signature option" +msgstr "选择要添加的接口" + +msgid "Custom mirrors" +msgstr "" + +msgid "Defined" +msgstr "" + +#, fuzzy +msgid "Save user configuration (including disk layout)" +msgstr "保存用户配置" + +#, fuzzy +msgid "" +"Enter a directory for the configuration(s) to be saved (tab completion enabled)\n" +"Save directory: " +msgstr "输入要保存配置的目录: " + +msgid "" +"Do you want to save {} configuration file(s) in the following location?\n" +"\n" +"{}" +msgstr "" + +#, fuzzy +msgid "Saving {} configuration files to {}" +msgstr "保存配置" + +#, fuzzy +msgid "Mirrors" +msgstr "镜像区域" + +#, fuzzy +msgid "Mirror regions" +msgstr "镜像区域" -- cgit v1.2.3-54-g00ecf From 7af5490fef7e9d33103c0dad94a45ff118ac18d4 Mon Sep 17 00:00:00 2001 From: Hegert Taresalu <57842113+HegertTaresalu@users.noreply.github.com> Date: Mon, 5 Jun 2023 11:16:37 +0300 Subject: Add Estonian translation (#1827) * create et locale and added 56 translations * add more et translations(55-67) * add et translations * add translated_lang * update readme language list * Fixed merge conflicts --------- Co-authored-by: Hegert Taresalu Co-authored-by: Anton Hvornum --- README.md | 1 + archinstall/locales/ar/LC_MESSAGES/base.po | 12 +- archinstall/locales/de/LC_MESSAGES/base.po | 60 ++ archinstall/locales/en/LC_MESSAGES/base.mo | Bin 261 -> 259 bytes archinstall/locales/en/LC_MESSAGES/base.po | 2 +- archinstall/locales/et/LC_MESSAGES/base.mo | Bin 0 -> 35633 bytes archinstall/locales/et/LC_MESSAGES/base.po | 1141 ++++++++++++++++++++++++++++ archinstall/locales/languages.json | 2 +- archinstall/locales/pl/LC_MESSAGES/base.po | 8 + 9 files changed, 1218 insertions(+), 8 deletions(-) create mode 100644 archinstall/locales/et/LC_MESSAGES/base.mo create mode 100644 archinstall/locales/et/LC_MESSAGES/base.po (limited to 'archinstall/locales') diff --git a/README.md b/README.md index 7f48bfba..9893ddc3 100644 --- a/README.md +++ b/README.md @@ -58,6 +58,7 @@ Arabic Brazilian Portuguese Czech Dutch +Estonian French Georgian German diff --git a/archinstall/locales/ar/LC_MESSAGES/base.po b/archinstall/locales/ar/LC_MESSAGES/base.po index d6d07b06..6c37bdff 100644 --- a/archinstall/locales/ar/LC_MESSAGES/base.po +++ b/archinstall/locales/ar/LC_MESSAGES/base.po @@ -1056,6 +1056,12 @@ msgstr "" msgid "Defined" msgstr "" +msgid "Mirrors" +msgstr "" + +msgid "Mirror regions" +msgstr "" + msgid "Save user configuration (including disk layout)" msgstr "" @@ -1072,9 +1078,3 @@ msgstr "" msgid "Saving {} configuration files to {}" msgstr "" - -msgid "Mirrors" -msgstr "" - -msgid "Mirror regions" -msgstr "" diff --git a/archinstall/locales/de/LC_MESSAGES/base.po b/archinstall/locales/de/LC_MESSAGES/base.po index c1f32f0f..b20d6e90 100644 --- a/archinstall/locales/de/LC_MESSAGES/base.po +++ b/archinstall/locales/de/LC_MESSAGES/base.po @@ -1128,6 +1128,66 @@ msgstr "Spiegelserver" msgid "Mirror regions" msgstr "Spiegelserverregionen" +#, fuzzy +msgid "Add a custom mirror" +msgstr "Benutzerkonto hinzufügen" + +msgid "Change custom mirror" +msgstr "" + +msgid "Delete custom mirror" +msgstr "" + +#, fuzzy +msgid "Enter name (leave blank to skip): " +msgstr "Geben sie einen weiteren Benutzernamen an der angelegt werden soll (leer lassen um zu Überspringen): " + +#, fuzzy +msgid "Enter url (leave blank to skip): " +msgstr "Geben sie einen weiteren Benutzernamen an der angelegt werden soll (leer lassen um zu Überspringen): " + +#, fuzzy +msgid "Select signature check option" +msgstr "Laufwerke-layout auswählen" + +#, fuzzy +msgid "Select signature option" +msgstr "Laufwerke-layout auswählen" + +msgid "Custom mirrors" +msgstr "" + +msgid "Defined" +msgstr "" + +#, fuzzy +msgid "Mirrors" +msgstr "Mirror-region" + +#, fuzzy +msgid "Mirror regions" +msgstr "Mirror-region" + +#, fuzzy +msgid "Save user configuration (including disk layout)" +msgstr "Benutzerkonfiguration speichern" + +#, fuzzy +msgid "" +"Enter a directory for the configuration(s) to be saved (tab completion enabled)\n" +"Save directory: " +msgstr "Geben sie eine Ordner an wo die Konfigurationen gespeichert werden sollen: " + +msgid "" +"Do you want to save {} configuration file(s) in the following location?\n" +"\n" +"{}" +msgstr "" + +#, fuzzy +msgid "Saving {} configuration files to {}" +msgstr "Konfiguration speichern" + #~ msgid "Add :" #~ msgstr "Hinzufügen :" diff --git a/archinstall/locales/en/LC_MESSAGES/base.mo b/archinstall/locales/en/LC_MESSAGES/base.mo index e6ac80c2..7275098e 100644 Binary files a/archinstall/locales/en/LC_MESSAGES/base.mo and b/archinstall/locales/en/LC_MESSAGES/base.mo differ diff --git a/archinstall/locales/en/LC_MESSAGES/base.po b/archinstall/locales/en/LC_MESSAGES/base.po index b3e31383..f08c5ffc 100644 --- a/archinstall/locales/en/LC_MESSAGES/base.po +++ b/archinstall/locales/en/LC_MESSAGES/base.po @@ -9,7 +9,7 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Generator: Poedit 3.0.1\n" +"X-Generator: Poedit 3.3\n" msgid "[!] A log file has been created here: {} {}" msgstr "" diff --git a/archinstall/locales/et/LC_MESSAGES/base.mo b/archinstall/locales/et/LC_MESSAGES/base.mo new file mode 100644 index 00000000..f9c9f7ce Binary files /dev/null and b/archinstall/locales/et/LC_MESSAGES/base.mo differ diff --git a/archinstall/locales/et/LC_MESSAGES/base.po b/archinstall/locales/et/LC_MESSAGES/base.po new file mode 100644 index 00000000..8c2582f9 --- /dev/null +++ b/archinstall/locales/et/LC_MESSAGES/base.po @@ -0,0 +1,1141 @@ +msgid "" +msgstr "" +"Project-Id-Version: \n" +"POT-Creation-Date: \n" +"PO-Revision-Date: \n" +"Last-Translator: \n" +"Language-Team: \n" +"Language: et\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Generator: Poedit 3.3\n" + +msgid "[!] A log file has been created here: {} {}" +msgstr "[!] Siia on loodud logifail: {} {}" + +msgid " Please submit this issue (and file) to https://github.com/archlinux/archinstall/issues" +msgstr " Esitage see probleem (ja fail) aadressil https://github.com/archlinux/archinstall/issues" + +msgid "Do you really want to abort?" +msgstr "Kas sa tahad katkestada?" + +msgid "And one more time for verification: " +msgstr "Ja veel kord kinnitamiseks: " + +msgid "Would you like to use swap on zram?" +msgstr "Kas soovite zramis kasutada swapi?" + +msgid "Desired hostname for the installation: " +msgstr "Installimiseks soovitud hostinimi: " + +msgid "Username for required superuser with sudo privileges: " +msgstr "Kasutajanimi nõutud superkasutajale sudo õigustega: " + +msgid "Any additional users to install (leave blank for no users): " +msgstr "Lisa kasutajate lisamine(jäta tühjaks kui ei soovi lisa kasutajaid): " + +msgid "Should this user be a superuser (sudoer)?" +msgstr "Kas see kasutaja peaks olema superkasutaja (sudo õigustega)" + +msgid "Select a timezone" +msgstr "Vali ajatsoon" + +msgid "Would you like to use GRUB as a bootloader instead of systemd-boot?" +msgstr "Kas soovite systemd-booti asemel kasutada GRUBi buudilaadijana?" + +msgid "Choose a bootloader" +msgstr "Vali buudilaadija" + +msgid "Choose an audio server" +msgstr "Vali audio server" + +msgid "Only packages such as base, base-devel, linux, linux-firmware, efibootmgr and optional profile packages are installed." +msgstr "Paigaldatakse ainult sellised paketid nagu base, base-devel, linux, linux-firmware, efibootmgr ja valikulised profiilipaketid." + +msgid "If you desire a web browser, such as firefox or chromium, you may specify it in the following prompt." +msgstr "Kui soovite veebibrauserit, näiteks firefox või chromium, saate selle määrata järgmises viipas." + +msgid "Write additional packages to install (space separated, leave blank to skip): " +msgstr "Kirjutage paigaldatavad lisapaketid (tühikutega eraldatuna, jätke tühjaks, kui soovite vahele jätta): " + +msgid "Copy ISO network configuration to installation" +msgstr "ISO-võrgu konfiguratsiooni kopeerimine paigaldusse" + +msgid "Use NetworkManager (necessary to configure internet graphically in GNOME and KDE)" +msgstr "Kasutage NetworkManagerit (vajalik interneti graafiliseks konfigureerimiseks GNOME-s ja KDE-s)." + +msgid "Select one network interface to configure" +msgstr "Valige üks võrguliides konfigureerimiseks" + +msgid "Select which mode to configure for \"{}\" or skip to use default mode \"{}\"" +msgstr "Valige, millist režiimi soovite konfigureerida \"{}\" või jätke vahele, kasutada vaikimisi režiimi \"{}\"" + +msgid "Enter the IP and subnet for {} (example: 192.168.0.5/24): " +msgstr "Sisestage IP ja alamvõrk {} (näide: 192.168.0.5/24): " + +msgid "Enter your gateway (router) IP address or leave blank for none: " +msgstr "Sisestage oma võrguvärava (ruuteri) IP-aadress või jätke tühjaks, kui see puudub: " + +msgid "Enter your DNS servers (space separated, blank for none): " +msgstr "Sisestage oma DNS-serverid (tühikuga eraldatud, jätke tühjaks, kui neid ei ole): " + +msgid "Select which filesystem your main partition should use" +msgstr "Valige, millist failisüsteemi teie peamine partitsioon peaks kasutama" + +msgid "Current partition layout" +msgstr "Praegune partitsiooni paigutus" + +msgid "" +"Select what to do with\n" +"{}" +msgstr "" +"Valige, mida teha\n" +"{}" + +msgid "Enter a desired filesystem type for the partition" +msgstr "Sisestage partitsiooni jaoks soovitud failisüsteemi tüüp" + +msgid "Enter the start location (in parted units: s, GB, %, etc. ; default: {}): " +msgstr "Sisestage alguskoht (parted ühikutes: s, GB, % jne; vaikimisi: {}): " + +msgid "Enter the end location (in parted units: s, GB, %, etc. ; ex: {}): " +msgstr "Sisestage lõpu asukoht (parted ühikutes: s, GB, % jne; näiteks: {}): " + +msgid "{} contains queued partitions, this will remove those, are you sure?" +msgstr "{} sisaldab järjekorras olevaid partitsioone, see eemaldab need, kas olete kindel?" + +msgid "" +"{}\n" +"\n" +"Select by index which partitions to delete" +msgstr "" +"{}\n" +"\n" +"\n" +"Valige indeksi järgi, milliseid partitsioone kustutada" + +msgid "" +"{}\n" +"\n" +"Select by index which partition to mount where" +msgstr "" +"{}\n" +"\n" +"\n" +"Valige indeksi järgi, millise partitsiooni kuhu paigaldada" + +msgid " * Partition mount-points are relative to inside the installation, the boot would be /boot as an example." +msgstr " * Partitsioonide kinnituspunktid on suhtelised installeerimise sees, näiteks boot oleks /boot." + +msgid "Select where to mount partition (leave blank to remove mountpoint): " +msgstr "Valige, kuhu partitsiooni paigaldada (jätke tühjaks, et eemaldada paigalduspunkt): " + +msgid "" +"{}\n" +"\n" +"Select which partition to mask for formatting" +msgstr "" +"{}\n" +"\n" +"Valige, millist partitsiooni soovite vormindamiseks maskeerida" + +msgid "" +"{}\n" +"\n" +"Select which partition to mark as encrypted" +msgstr "" +"{}\n" +"\n" +"\n" +"Valige, millist partitsiooni soovite krüpteerituks märkida" + +msgid "" +"{}\n" +"\n" +"Select which partition to mark as bootable" +msgstr "" +"{}\n" +"\n" +"\n" +"Valige, millist partitsiooni soovite märkida käivitatavaks" + +msgid "" +"{}\n" +"\n" +"Select which partition to set a filesystem on" +msgstr "" +"{}\n" +"\n" +"\n" +"Valige, millisele partitsioonile failisüsteemi määrata" + +msgid "Enter a desired filesystem type for the partition: " +msgstr "Sisestage partitsiooni jaoks soovitud failisüsteemi tüüp: " + +msgid "Archinstall language" +msgstr "Archinstalli keel" + +msgid "Wipe all selected drives and use a best-effort default partition layout" +msgstr "Pühkige kõik valitud kettad ja kasutage parimat võimalikku vaikimisi partitsiooni paigutust" + +msgid "Select what to do with each individual drive (followed by partition usage)" +msgstr "Valige, mida teha iga üksiku kettaga (järgneb partitsiooni kasutamine)" + +msgid "Select what you wish to do with the selected block devices" +msgstr "Valige, mida soovite valitud plokkseadmetega teha" + +msgid "This is a list of pre-programmed profiles, they might make it easier to install things like desktop environments" +msgstr "See on nimekiri eelprogrammeeritud profiilidest, need võivad lihtsustada selliste asjade nagu töölauakeskkondade paigaldamist" + +msgid "Select keyboard layout" +msgstr "Valige klaviatuuri paigutus" + +msgid "Select one of the regions to download packages from" +msgstr "Valige üks piirkondadest, kust pakette alla laadida" + +msgid "Select one or more hard drives to use and configure" +msgstr "Valige üks või mitu kõvaketast kasutamiseks ja konfigureerimiseks" + +msgid "For the best compatibility with your AMD hardware, you may want to use either the all open-source or AMD / ATI options." +msgstr "Parima ühilduvuse saavutamiseks oma AMD riistvaraga võiksite kasutada kas kõiki avatud lähtekoodiga või AMD/ATI valikuid." + +msgid "For the best compatibility with your Intel hardware, you may want to use either the all open-source or Intel options.\n" +msgstr "" +"Parima ühilduvuse saavutamiseks oma Inteli riistvaraga võiksite kasutada kas kõiki avatud lähtekoodiga või Inteli valikuid.\n" +"\n" + +msgid "For the best compatibility with your Nvidia hardware, you may want to use the Nvidia proprietary driver.\n" +msgstr "" +"Parima ühilduvuse saavutamiseks oma Nvidia riistvaraga peaksite kasutama Nvidia enda toodetud draiverit.\n" +"\n" +"\n" + +msgid "" +"\n" +"\n" +"Select a graphics driver or leave blank to install all open-source drivers" +msgstr "" +"\n" +"\n" +"Valige graafikadraiver või jätke tühjaks, et paigaldada kõik avatud lähtekoodiga draiverid" + +msgid "All open-source (default)" +msgstr "Kõik avatud lähtekoodiga (vaikimisi)" + +msgid "Choose which kernels to use or leave blank for default \"{}\"" +msgstr "Valige, milliseid tuumasid soovite kasutada või jätke vaikimisi tühjaks \"{}\"" + +msgid "Choose which locale language to use" +msgstr "Valige, millist asukoha keelt kasutada" + +msgid "Choose which locale encoding to use" +msgstr "Valige, millist asukoha kodeeringut kasutada" + +msgid "Select one of the values shown below: " +msgstr "Valige üks allpool esitatud väärtustest: " + +msgid "Select one or more of the options below: " +msgstr "Valige üks või mitu järgmistest võimalustest: " + +msgid "Adding partition...." +msgstr "Partitsiooni lisamine...." + +msgid "You need to enter a valid fs-type in order to continue. See `man parted` for valid fs-type's." +msgstr "Partitsiooni lisamine...." + +msgid "Error: Listing profiles on URL \"{}\" resulted in:" +msgstr "Viga: URL-i \"{}\" profiilide loetlemine andis tulemuseks:" + +msgid "Error: Could not decode \"{}\" result as JSON:" +msgstr "Viga: {}\" tulemust JSON-ina dekodeerida:" + +msgid "Keyboard layout" +msgstr "Klaviatuuri paigutus" + +msgid "Mirror region" +msgstr "Peegelregioon" + +msgid "Locale language" +msgstr "Kohalik keel" + +msgid "Locale encoding" +msgstr "Kohaliku keele kodeering" + +msgid "Drive(s)" +msgstr "Draiv(id)" + +msgid "Disk layout" +msgstr "Ketta paigutus" + +msgid "Encryption password" +msgstr "Krüpteerimise parool" + +msgid "Swap" +msgstr "Swap" + +msgid "Bootloader" +msgstr "Buudilaadija" + +msgid "Root password" +msgstr "Juur parool" + +msgid "Superuser account" +msgstr "Superkasutaja konto" + +msgid "User account" +msgstr "Kasutaja konto" + +msgid "Profile" +msgstr "Profiil" + +msgid "Audio" +msgstr "Audio" + +msgid "Kernels" +msgstr "Kernelid" + +msgid "Additional packages" +msgstr "Täiendavad paketid" + +msgid "Network configuration" +msgstr "Võrgu konfiguratsioon" + +msgid "Automatic time sync (NTP)" +msgstr "Automaatne ajasünkroonimine" + +msgid "Install ({} config(s) missing)" +msgstr "Install ({} config(id) puudu(vad)" + +msgid "" +"You decided to skip harddrive selection\n" +"and will use whatever drive-setup is mounted at {} (experimental)\n" +"WARNING: Archinstall won't check the suitability of this setup\n" +"Do you wish to continue?" +msgstr "" +"Sa otsustasid kõvaketta valiku vahele jätta\n" +"ja kasutad mis tahes draivi seadistust, mis on paigaldatud {} (eksperimentaalne)\n" +"HOIATUS: Archinstall ei kontrolli selle seadistuse sobivust\n" +"Kas soovite jätkata?" + +msgid "Re-using partition instance: {}" +msgstr "Partitsiooni instantsi taaskasutamine: {}" + +msgid "Create a new partition" +msgstr "Uue partitsiooni loomine" + +msgid "Delete a partition" +msgstr "Kustuta paritsioon" + +msgid "Clear/Delete all partitions" +msgstr "Puhasta/Kustuta kõik partitsioonid" + +msgid "Assign mount-point for a partition" +msgstr "Määrake partitsioonile kinnituspunkt" + +msgid "Mark/Unmark a partition to be formatted (wipes data)" +msgstr "Märgistage/mittemärgistage vormindatav partitsioon (kustutab andmed)" + +msgid "Mark/Unmark a partition as encrypted" +msgstr "Märgistage/mittemärgistage partitsiooni krüpteerituks" + +msgid "Mark/Unmark a partition as bootable (automatic for /boot)" +msgstr "Märgistage/mittemärgistage partitsiooni käivitatavaks (automaatne /boot jaoks)" + +msgid "Set desired filesystem for a partition" +msgstr "Soovitud failisüsteemi määramine partitsiooni jaoks" + +msgid "Abort" +msgstr "Katkesta" + +msgid "Hostname" +msgstr "Hostinimi" + +msgid "Not configured, unavailable unless setup manually" +msgstr "Ei ole konfigureeritud, ei ole saadaval, kui seda ei ole käsitsi seadistatud" + +msgid "Timezone" +msgstr "Ajatsoon" + +msgid "Set/Modify the below options" +msgstr "Määrake/muutke järgmisi valikuid" + +msgid "Install" +msgstr "Install" + +msgid "" +"Use ESC to skip\n" +"\n" +msgstr "" +"Kasutage ESC vahelejätmiseks\n" +"\n" +"\n" +"\n" +"\n" + +msgid "Suggest partition layout" +msgstr "Soovitage partitsiooni paigutust" + +msgid "Enter a password: " +msgstr "Sisestage parool: " + +msgid "Enter a encryption password for {}" +msgstr "Sisestage {}'le krüpteerimis parool" + +msgid "Enter disk encryption password (leave blank for no encryption): " +msgstr "Sisestage ketta krüpteerimise parool (krüpteerimise puudumisel jätke see tühjaks): " + +msgid "Create a required super-user with sudo privileges: " +msgstr "Looge nõutav sudo õigustega superkasutaja: " + +msgid "Enter root password (leave blank to disable root): " +msgstr "Sisestage juur parool (jätke tühjaks, et keelata root): " + +msgid "Password for user \"{}\": " +msgstr "Kasutaja \"{}\" parool: " + +msgid "Verifying that additional packages exist (this might take a few seconds)" +msgstr "Täiendavate pakettide olemasolu kontrollimine (see võib võtta paar sekundit)" + +msgid "Would you like to use automatic time synchronization (NTP) with the default time servers?\n" +msgstr "Kas soovite kasutada automaatset ajasünkroniseerimist (NTP) vaikimisi ajaserveritega?\n" + +msgid "" +"Hardware time and other post-configuration steps might be required in order for NTP to work.\n" +"For more information, please check the Arch wiki" +msgstr "" +"NTP toimimiseks võib olla vaja riistvara aega ja muid konfiguratsioonijärgseid samme.\n" +"Lisateavet leiate Archi wikist" + +msgid "Enter a username to create an additional user (leave blank to skip): " +msgstr "Sisestage kasutajanimi, et luua lisakasutaja (jätke tühjaks, et vahele jätta): " + +msgid "Use ESC to skip\n" +msgstr "Kasutage ESC'i et vahele jätta\n" + +msgid "" +"\n" +" Choose an object from the list, and select one of the available actions for it to execute" +msgstr "" +"\n" +" Valige loetelust objekt ja valige selle täitmiseks üks olemasolevatest toimingutest" + +msgid "Cancel" +msgstr "Tühista" + +msgid "Confirm and exit" +msgstr "Kinnita ja lahku" + +msgid "Add" +msgstr "Lisa" + +msgid "Copy" +msgstr "Kopeeri" + +msgid "Edit" +msgstr "Muuda" + +msgid "Delete" +msgstr "Kustuta" + +msgid "Select an action for '{}'" +msgstr "Valige tegevus '{}' jaoks" + +msgid "Copy to new key:" +msgstr "Kopeeri uude võtmesse:" + +msgid "Unknown nic type: {}. Possible values are {}" +msgstr "Tundmatu nic-tüüp: {}. Võimalikud väärtused on {}" + +msgid "" +"\n" +"This is your chosen configuration:" +msgstr "" +"\n" +"See on teie valitud konfiguratsioon:" + +msgid "Pacman is already running, waiting maximum 10 minutes for it to terminate." +msgstr "Pacman on juba käivitatud ja ootab maksimaalselt 10 minutit, kuni see lõpeb." + +msgid "Pre-existing pacman lock never exited. Please clean up any existing pacman sessions before using archinstall." +msgstr "Eelnev pacmani lukk ei ole kunagi väljunud. Enne archinstall'i kasutamist puhastage olemasolevad pacmani sessioonid." + +msgid "Choose which optional additional repositories to enable" +msgstr "Valige, milliseid valikulisi lisa repositooriumeid soovite lubada" + +msgid "Add a user" +msgstr "Lisa kasutaja" + +msgid "Change password" +msgstr "Muuda parool" + +msgid "Promote/Demote user" +msgstr "Edenda/alanda kasutajat" + +msgid "Delete User" +msgstr "Kustuta kasutaja" + +msgid "" +"\n" +"Define a new user\n" +msgstr "" +"\n" +"Uue kasutaja määramine\n" + +msgid "User Name : " +msgstr "Kasutajanimi : " + +msgid "Should {} be a superuser (sudoer)?" +msgstr "Kas {} peaks olema superkasutaja (sudoer)?" + +msgid "Define users with sudo privilege: " +msgstr "Määrake sudo privileegiga kasutajad: " + +msgid "No network configuration" +msgstr "Puudub võrgu konfiguratsioon" + +msgid "Set desired subvolumes on a btrfs partition" +msgstr "Määrake soovitud alamköited btrfs-i partitsioonile" + +msgid "" +"{}\n" +"\n" +"Select which partition to set subvolumes on" +msgstr "" +"{}\n" +"\n" +"Valige, millisele partitsioonile alamkogumid määrata" + +msgid "Manage btrfs subvolumes for current partition" +msgstr "Hallake praeguse partitsiooni btrfs-i alamköiteid" + +msgid "No configuration" +msgstr "Puudub konfiguratsioon" + +msgid "Save user configuration" +msgstr "Salvesta kasutaja konfiguratsioon" + +msgid "Save user credentials" +msgstr "Salvesta kasutaja volitused" + +msgid "Save disk layout" +msgstr "Salvesta ketta paigutus" + +msgid "Save all" +msgstr "Salvesta kõik" + +msgid "Choose which configuration to save" +msgstr "Valige milline konfiguratsioon salvestada" + +msgid "Enter a directory for the configuration(s) to be saved: " +msgstr "Sisestage salvestatava(te) konfiguratsiooni(de) kataloog: " + +msgid "Not a valid directory: {}" +msgstr "Ei ole sobiv kataloog: {}" + +msgid "The password you are using seems to be weak," +msgstr "Teie kasutatav salasõna näib olevat nõrk," + +msgid "are you sure you want to use it?" +msgstr "oled sa kindel et soovid seda kasutada?" + +msgid "Optional repositories" +msgstr "Valikulised repositooriumid" + +msgid "Save configuration" +msgstr "Salvesta konfiguratsioon" + +msgid "Missing configurations:\n" +msgstr "Puuduvad konfiguratsioonid:\n" + +msgid "Either root-password or at least 1 superuser must be specified" +msgstr "Tuleb määrata kas juur-parool või vähemalt 1 superkasutaja" + +msgid "Manage superuser accounts: " +msgstr "Hallake superkasutaja kontosi " + +msgid "Manage ordinary user accounts: " +msgstr "Hallake tavalisi kasutajaid: " + +msgid " Subvolume :{:16}" +msgstr " Alamköide :{:16}" + +msgid " mounted at {:16}" +msgstr " paigaldatud {:16}" + +msgid " with option {}" +msgstr " koos valikuga {}" + +msgid "" +"\n" +" Fill the desired values for a new subvolume \n" +msgstr "" +"\n" +" Täida uue alamhulga soovitud väärtused \n" + +msgid "Subvolume name " +msgstr "Alamhulga nimi " + +msgid "Subvolume mountpoint" +msgstr "Alamhulga kinnituspunkt" + +msgid "Subvolume options" +msgstr "Alamhulga valikud" + +msgid "Save" +msgstr "Salvesta" + +msgid "Subvolume name :" +msgstr "Alamhulga nimi:" + +msgid "Select a mount point :" +msgstr "Valige kinnitus punkt :" + +msgid "Select the desired subvolume options " +msgstr "Valige soovitud alamhulga valikud " + +msgid "Define users with sudo privilege, by username: " +msgstr "Määrake sudo õigustega kasutajad kasutajanime järgi: " + +msgid "[!] A log file has been created here: {}" +msgstr "[!] Siin on loodud logifail: {}" + +msgid "Would you like to use BTRFS subvolumes with a default structure?" +msgstr "Kas soovite kasutada BTRFS-i alamkogusid vaikimisi struktuuriga?" + +msgid "Would you like to use BTRFS compression?" +msgstr "Kas soovite kasutada BTRFS-i tihendamist?" + +msgid "Would you like to create a separate partition for /home?" +msgstr "Kas soovite luua eraldi partitsiooni /home jaoks?" + +msgid "The selected drives do not have the minimum capacity required for an automatic suggestion\n" +msgstr "Valitud ketastel ei ole automaatseks soovituseks vajalikku minimaalset mahtu\n" + +msgid "Minimum capacity for /home partition: {}GB\n" +msgstr "Minimaalne mahutavus /home partitsioonile: {}GB\n" + +msgid "Minimum capacity for Arch Linux partition: {}GB" +msgstr "Arch Linuxi partitsiooni minimaalne mahutavus: {}GB" + +msgid "Continue" +msgstr "Jätka" + +msgid "yes" +msgstr "jah" + +msgid "no" +msgstr "ei" + +msgid "set: {}" +msgstr "seadista: {}" + +msgid "Manual configuration setting must be a list" +msgstr "Käsitsi konfiguratsiooniseade peab olema loend" + +msgid "No iface specified for manual configuration" +msgstr "Käsitsi seadistamiseks pole iface'i määratud" + +msgid "Manual nic configuration with no auto DHCP requires an IP address" +msgstr "Manuaalne nici konfigureerimine ilma automaatse DHCPta nõuab IP-aadressi" + +msgid "Add interface" +msgstr "Lisa liides" + +msgid "Edit interface" +msgstr "Muuda liidest" + +msgid "Delete interface" +msgstr "Kustutage liides" + +msgid "Select interface to add" +msgstr "Valige millist liidest lisada" + +msgid "Manual configuration" +msgstr "Manuaalne konfiguratsioon" + +msgid "Mark/Unmark a partition as compressed (btrfs only)" +msgstr "Märgistada/mittemärgistada partitsiooni kompressiooniks (ainult btrfs)" + +msgid "The password you are using seems to be weak, are you sure you want to use it?" +msgstr "Teie kasutatav salasõna tundub olevat nõrk, kas olete kindel, et soovite seda kasutada?" + +msgid "Provides a selection of desktop environments and tiling window managers, e.g. gnome, kde, sway" +msgstr "Pakub valikut töölauakeskkondi ja plaadistatavaid aknahaldureid, nt gnome, kde, sway" + +msgid "Select your desired desktop environment" +msgstr "Valige soovitud töölauakeskkonda" + +msgid "A very basic installation that allows you to customize Arch Linux as you see fit." +msgstr "Väga lihtne paigaldus, mis võimaldab teil Arch Linuxi kohandada vastavalt oma äranägemisele." + +msgid "Provides a selection of various server packages to install and enable, e.g. httpd, nginx, mariadb" +msgstr "Annab valiku erinevate serveripakettide paigaldamiseks ja aktiveerimiseks, nt httpd, nginx, mariadb" + +msgid "Choose which servers to install, if none then a minimal installation will be done" +msgstr "Valige, milliseid servereid paigaldada, kui ühtegi ei ole, siis tehakse minimaalne paigaldus" + +msgid "Installs a minimal system as well as xorg and graphics drivers." +msgstr "Installeerib minimaalse süsteemi ning xorgi ja graafikadraiverid." + +msgid "Press Enter to continue." +msgstr "Jätkamiseks vajutage Enter." + +msgid "Would you like to chroot into the newly created installation and perform post-installation configuration?" +msgstr "Kas soovite chrootida äsja loodud installatsiooni ja teostada installeerimisjärgset konfigureerimist?" + +msgid "Are you sure you want to reset this setting?" +msgstr "Kas olete kindel, et soovite seda seadistust lähtestada?" + +msgid "Select one or more hard drives to use and configure\n" +msgstr "Valige üks või mitu kasutatavat kõvaketast ja konfigureerige\n" + +msgid "Any modifications to the existing setting will reset the disk layout!" +msgstr "Olemasoleva seadistuse muutmine lähtestab ketta paigutuse!" + +msgid "If you reset the harddrive selection this will also reset the current disk layout. Are you sure?" +msgstr "Kui lähtestate kõvaketta valiku, lähtestab see ka praeguse kettapaigutuse. Oled sa kindel?" + +msgid "Save and exit" +msgstr "Salvesta ja lahku" + +msgid "" +"{}\n" +"contains queued partitions, this will remove those, are you sure?" +msgstr "" +"{}\n" +"sisaldab järjekorras olevaid partitsioone, see eemaldab need, oled sa kindel?" + +msgid "No audio server" +msgstr "Puudub audio server" + +msgid "(default)" +msgstr "(vaikimisi)" + +msgid "Use ESC to skip" +msgstr "Kasutage ESC vahelejätmiseks" + +msgid "" +"Use CTRL+C to reset current selection\n" +"\n" +msgstr "" +"Kasuta CTRL+C praeguse valiku lähtestamiseks\n" +"\n" + +msgid "Copy to: " +msgstr "Kopeeri: " + +msgid "Edit: " +msgstr "Muuda: " + +msgid "Key: " +msgstr "Võti: " + +msgid "Edit {}: " +msgstr "Muuda {}: " + +msgid "Add: " +msgstr "Lisa: " + +msgid "Value: " +msgstr "Väärtus: " + +msgid "You can skip selecting a drive and partitioning and use whatever drive-setup is mounted at /mnt (experimental)" +msgstr "Saad vahele jätta ketta valimise ja partitsioneerimise ning kasutada mis tahes draivi-komplekti, mis on paigaldatud /mnt (eksperimentaalne)." + +msgid "Select one of the disks or skip and use /mnt as default" +msgstr "Valige üks ketastest või jätke vahele ja kasutage vaikimisi /mnt" + +msgid "Select which partitions to mark for formatting:" +msgstr "Valige, milliseid partitsioone soovite vormindamiseks märkida:" + +msgid "Use HSM to unlock encrypted drive" +msgstr "Kasutage HSM-i krüpteeritud draivi avamiseks" + +msgid "Device" +msgstr "Seade" + +msgid "Size" +msgstr "Suurus" + +msgid "Free space" +msgstr "Vaba mälu" + +msgid "Bus-type" +msgstr "Bussi tüüp" + +msgid "Either root-password or at least 1 user with sudo privileges must be specified" +msgstr "Tuleb määrata kas root-sõna või vähemalt 1 kasutaja, kellel on sudo õigused" + +msgid "Enter username (leave blank to skip): " +msgstr "Sisestage kasutajanimi (jätke tühjaks, et vahele jätta): " + +msgid "The username you entered is invalid. Try again" +msgstr "Teie sisestatud kasutajanimi ei sobi. Proovige uuesti" + +msgid "Should \"{}\" be a superuser (sudo)?" +msgstr "Kas \"{}\" peaks olema superkasutaja (sudo)?" + +msgid "Select which partitions to encrypt" +msgstr "Valige, milliseid partitsioone krüpteerida" + +msgid "very weak" +msgstr "väga nõrk" + +msgid "weak" +msgstr "nõrk" + +msgid "moderate" +msgstr "keskmine" + +msgid "strong" +msgstr "tugev" + +msgid "Add subvolume" +msgstr "Lisage alamhulk" + +msgid "Edit subvolume" +msgstr "Osahulga redigeerimine" + +msgid "Delete subvolume" +msgstr "Kustuta osahulk" + +msgid "Configured {} interfaces" +msgstr "Konfigureeritud {} liidesed" + +msgid "This option enables the number of parallel downloads that can occur during installation" +msgstr "See valik võimaldab installimise ajal valida paralleelsete allalaadimiste arvu" + +#, python-brace-format +msgid "" +"Enter the number of parallel downloads to be enabled.\n" +" (Enter a value between 1 to {max_downloads})\n" +"Note:" +msgstr "" +"Sisestage lubatavate paralleelsete allalaadimiste arv.\n" +" (Sisestage väärtus vahemikus 1 kuni {max_downloads})\n" +"note:" + +msgid " - Maximum value : {max_downloads} ( Allows {max_downloads} parallel downloads, allows {max_downloads+1} downloads at a time )" +msgstr " - Maksimaalne väärtus : {max_downloads} ( Võimaldab {max_downloads} paralleelset allalaadimist, lubab {max_downloads+1} allalaadimist korraga )" + +msgid " - Minimum value : 1 ( Allows 1 parallel download, allows 2 downloads at a time )" +msgstr " - Minimaalne väärtus : 1 ( Võimaldab 1 paralleelset allalaadimist, võimaldab 2 allalaadimist korraga )" + +msgid " - Disable/Default : 0 ( Disables parallel downloading, allows only 1 download at a time )" +msgstr " - Keela/Vaikimisi : 0 ( keelab paralleelse allalaadimise, võimaldab ainult 1 allalaadimist korraga )" + +#, python-brace-format +msgid "Invalid input! Try again with a valid input [1 to {max_downloads}, or 0 to disable]" +msgstr "Vale sisestus! Proovige uuesti kehtiva sisendiga [1 {max_downloads} või 0 keelamiseks]." + +msgid "Parallel Downloads" +msgstr "Paralleelsed allalaadimised" + +msgid "ESC to skip" +msgstr "ESC vahelejätmiseks" + +msgid "CTRL+C to reset" +msgstr "CTRL+C lähtestamiseks" + +msgid "TAB to select" +msgstr "TAB valimiseks" + +msgid "[Default value: 0] > " +msgstr "[Vaikimisi väärtus: 0] > " + +msgid "To be able to use this translation, please install a font manually that supports the language." +msgstr "Selleks, et seda tõlget kasutada, paigaldage käsitsi fondi, mis toetab seda keelt." + +msgid "The font should be stored as {}" +msgstr "Font tuleks salvestada kujul {}" + +msgid "Archinstall requires root privileges to run. See --help for more." +msgstr "Archinstall vajab käivitamiseks juurkasutaja õigusi. Vaata --help." + +msgid "Select an execution mode" +msgstr "Valige täitmisrežiim" + +msgid "Unable to fetch profile from specified url: {}" +msgstr "Ei õnnestu profiili hankida määratud url'ist: {}" + +msgid "Profiles must have unique name, but profile definitions with duplicate name found: {}" +msgstr "Profiilidel peab olema unikaalne nimi, kuid leiti topeltnimega profiilide määratlusi: {}" + +msgid "Select one or more devices to use and configure" +msgstr "Valige üks või mitu seadet mida kasutada ja konfigureerida" + +msgid "If you reset the device selection this will also reset the current disk layout. Are you sure?" +msgstr "Kui lähtestate seadme valiku, siis lähtestate sellega ka praeguse draivi paigutuse. Kas olete kindel?" + +msgid "Existing Partitions" +msgstr "Olemasolevad Jaotused" + +msgid "Select a partitioning option" +msgstr "Valige jaotuste valik" + +msgid "Enter the root directory of the mounted devices: " +msgstr "Sisestage paigaldatud seadmete juurkataloog: " + +msgid "Minimum capacity for /home partition: {}GiB\n" +msgstr "Minimaalne mahutavus /home partitsioonile: {}GiB\n" + +msgid "Minimum capacity for Arch Linux partition: {}GiB" +msgstr "Arch Linuxi partitsiooni minimaalne mahutavus: {}GiB" + +msgid "This is a list of pre-programmed profiles_bck, they might make it easier to install things like desktop environments" +msgstr "See on nimekiri eelprogrammeeritud profiilidest_bck, need võivad lihtsustada selliste asjade nagu töölauakeskkondade paigaldamist" + +msgid "Current profile selection" +msgstr "Praegune profiilivalik" + +msgid "Remove all newly added partitions" +msgstr "Eemaldage kõik äsja lisatud partitsioonid" + +msgid "Assign mountpoint" +msgstr "Määra paigaldamis punkt" + +msgid "Mark/Unmark to be formatted (wipes data)" +msgstr "Märgistada/mittemärgistada vormindamiseks (kustutab andmed)" + +msgid "Mark/Unmark as bootable" +msgstr "Märgistada/mittemärgistada käivitatavak" + +msgid "Change filesystem" +msgstr "Failisüsteemi muutmine" + +msgid "Mark/Unmark as compressed" +msgstr "Märgistada/mittemärgistada kui tihendatud" + +msgid "Set subvolumes" +msgstr "Alamköite määramine" + +msgid "Delete partition" +msgstr "Kustuta partitsioon" + +msgid "Partition" +msgstr "Partitsioon" + +msgid "This partition is currently encrypted, to format it a filesystem has to be specified" +msgstr "See partitsioon on praegu krüpteeritud, selle vormindamiseks tuleb määrata failisüsteem" + +msgid "Partition mount-points are relative to inside the installation, the boot would be /boot as an example." +msgstr "Partitsiooni kinnituspunktid on suhtelised installeerimise sees, näiteks boot oleks /boot." + +msgid "If mountpoint /boot is set, then the partition will also be marked as bootable." +msgstr "Kui paigalduspunkt /boot on määratud, siis märgitakse partitsioon ka käivitatavaks." + +msgid "Mountpoint: " +msgstr "Paigalduspunkt: " + +msgid "Current free sectors on device {}:" +msgstr "Praegused vabad sektorid seadmes {}:" + +msgid "Total sectors: {}" +msgstr "Sektorid kokku: {}" + +msgid "Enter the start sector (default: {}): " +msgstr "Sisestage algussektor (vaikimisi: {}): " + +msgid "Enter the end sector of the partition (percentage or block number, default: {}): " +msgstr "Sisestage partitsiooni lõppsektor (protsent või plokkide number, vaikimisi: {}): " + +msgid "This will remove all newly added partitions, continue?" +msgstr "See eemaldab kõik äsja lisatud partitsioonid, jätka?" + +msgid "Partition management: {}" +msgstr "Partitsiooni haldamine:{}" + +msgid "Total length: {}" +msgstr "Kogupikkus: {}" + +msgid "Encryption type" +msgstr "Krüpteerimise tüüp" + +msgid "Partitions" +msgstr "Partitsioonid" + +msgid "No HSM devices available" +msgstr "Puuduvad HSM seadmed" + +msgid "Partitions to be encrypted" +msgstr "Krüpteeritavad partitsioonid" + +msgid "Select disk encryption option" +msgstr "Valige ketta krüpteerimise valik" + +msgid "Select a FIDO2 device to use for HSM" +msgstr "Valige HSM-i jaoks kasutatav FIDO2-seade" + +msgid "Use a best-effort default partition layout" +msgstr "Kasutage parimat võimalikku vaikimisi partitsiooni paigutust" + +msgid "Manual Partitioning" +msgstr "Käsitsi partitsioneerimine" + +msgid "Pre-mounted configuration" +msgstr "Eelnevalt paigaldatud konfiguratsioon" + +msgid "Unknown" +msgstr "Tundmatu" + +msgid "Partition encryption" +msgstr "Partitsiooni krüpteerimine" + +msgid " ! Formatting {} in " +msgstr " ! Vormindamine {} " + +msgid "← Back" +msgstr "Tagasi" + +msgid "Disk encryption" +msgstr "Ketta krüpteerimine" + +msgid "Configuration" +msgstr "Konfiguratsioon" + +msgid "Password" +msgstr "Parool" + +msgid "All settings will be reset, are you sure?" +msgstr "Kõik seaded lähtestatakse, kas sa oled kindel?" + +msgid "Back" +msgstr "Tagasi" + +msgid "Please chose which greeter to install for the chosen profiles: {}" +msgstr "Palun valige millist tervitajat installida valitud profiilidele" + +msgid "Environment type: {}" +msgstr "Keskkonna tüüp: {}" + +msgid "The proprietary Nvidia driver is not supported by Sway. It is likely that you will run into issues, are you okay with that?" +msgstr "Sway ei toeta Nvidia enda draiverit. Tõenäoliselt tekib teil probleeme, kas teile sobib see?" + +msgid "Installed packages" +msgstr "Installeeritud paketid" + +msgid "Add profile" +msgstr "Lisa profiil" + +msgid "Edit profile" +msgstr "Muuda profiili" + +msgid "Delete profile" +msgstr "Kustuta profiil" + +msgid "Profile name: " +msgstr "Profiili nimi: " + +msgid "The profile name you entered is already in use. Try again" +msgstr "Sisestatud profiili nimi on juba kasutuses. Proovi uuesti" + +msgid "Packages to be install with this profile (space separated, leave blank to skip): " +msgstr "Selle profiiliga paigaldatavad paketid (tühikuga eraldatud, jäta tühjaks, et jätta vahele): " + +msgid "Services to be enabled with this profile (space separated, leave blank to skip): " +msgstr "Selle profiiliga lubatavad teenused (tühikuga eraldatud, jäta tühjaks, kui soovid vahele jätta): " + +msgid "Should this profile be enabled for installation?" +msgstr "Kas see profiil peaks olema paigaldamiseks lubatud?" + +msgid "Create your own" +msgstr "Loo oma" + +msgid "" +"\n" +"Select a graphics driver or leave blank to install all open-source drivers" +msgstr "" +"\n" +"Vali graafikadraiver või jäta tühjaks, et paigaldada kõik avatud lähtekoodiga draiverid" + +msgid "Sway needs access to your seat (collection of hardware devices i.e. keyboard, mouse, etc)" +msgstr "Sway vajab juurdepääsu teie seatile (riistvaraseadmete kogum, st klaviatuur, hiir jne." + +msgid "" +"\n" +"\n" +"Choose an option to give Sway access to your hardware" +msgstr "" +"\n" +"\n" +"Valige valik, et anda Sway'le juurdepääs teie riistvarale" + +msgid "Graphics driver" +msgstr "Graafika draiver" + +msgid "Greeter" +msgstr "Tervitaja" + +msgid "Please chose which greeter to install" +msgstr "Palun valige millist tervitajat installida" + +msgid "This is a list of pre-programmed default_profiles" +msgstr "See on eelnevalt programmeeritud vaikimisi_profiilide nimekiri" + +msgid "Disk configuration" +msgstr "Ketta konfiguratsioon" + +msgid "Profiles" +msgstr "Profiilid" + +msgid "Finding possible directories to save configuration files ..." +msgstr "Võimalike kataloogide leidmine konfiguratsioonifailide salvestamiseks ..." + +msgid "Select directory (or directories) for saving configuration files" +msgstr "Konfigureerimisfailide salvestamise kataloogi (või kataloogide) valimine" + +msgid "Add a custom mirror" +msgstr "Lisa kohandatud peegel" + +msgid "Change custom mirror" +msgstr "Muuda kohandatud peeglit" + +msgid "Delete custom mirror" +msgstr "Kustuta kohandadtud peeglit" + +msgid "Enter name (leave blank to skip): " +msgstr "Sisesta nimi (jätke tühjaks, et vahele jätta): " + +msgid "Enter url (leave blank to skip): " +msgstr "Sisesta url (jätke tühjaks, et vahele jätta): " + +msgid "Select signature check option" +msgstr "Valige allkirja kontrollimise võimalus" + +msgid "Select signature option" +msgstr "Valige allkirja valik" + +msgid "Custom mirrors" +msgstr "Kohandatud peegel" + +msgid "Defined" +msgstr "Defineeritud" + +msgid "Mirrors" +msgstr "Peeglid" + +msgid "Mirror regions" +msgstr "Peegel regioonid" + +msgid "Save user configuration (including disk layout)" +msgstr "Salvesta kasutaja konfiguratsioon (kaasa arvatud plaadi paigutus)" + +msgid "" +"Enter a directory for the configuration(s) to be saved (tab completion enabled)\n" +"Save directory: " +msgstr "" +"Sisestage salvestatava(te) konfiguratsiooni(de) kataloog (vahekaartide täitmine lubatud)\n" +"Salvesta kataloog: " + +msgid "" +"Do you want to save {} configuration file(s) in the following location?\n" +"\n" +"{}" +msgstr "" +"Kas soovite salvestada {} konfiguratsioonifaili(d) järgmisesse asukohta?\n" +"\n" +"{}" + +msgid "Saving {} configuration files to {}" +msgstr "{} konfiguratsioonifailide salvestamine {}" diff --git a/archinstall/locales/languages.json b/archinstall/locales/languages.json index 954d5a26..271fbb36 100644 --- a/archinstall/locales/languages.json +++ b/archinstall/locales/languages.json @@ -36,7 +36,7 @@ {"abbr": "el", "lang": "Modern Greek (1453-)", "translated_lang": "Ελληνικά"}, {"abbr": "en", "lang": "English"}, {"abbr": "eo", "lang": "Esperanto"}, - {"abbr": "et", "lang": "Estonian"}, + {"abbr": "et", "lang": "Estonian", "translated_lang": "Eesti" }, {"abbr": "eu", "lang": "Basque"}, {"abbr": "ee", "lang": "Ewe"}, {"abbr": "fo", "lang": "Faroese"}, diff --git a/archinstall/locales/pl/LC_MESSAGES/base.po b/archinstall/locales/pl/LC_MESSAGES/base.po index 50348715..8c3ce4f5 100644 --- a/archinstall/locales/pl/LC_MESSAGES/base.po +++ b/archinstall/locales/pl/LC_MESSAGES/base.po @@ -1145,6 +1145,14 @@ msgstr "" msgid "Defined" msgstr "" +#, fuzzy +msgid "Mirrors" +msgstr "Region lustra" + +#, fuzzy +msgid "Mirror regions" +msgstr "Region lustra" + #, fuzzy msgid "Save user configuration (including disk layout)" msgstr "Zapisz konfiguracje użytkownika" -- cgit v1.2.3-54-g00ecf From 91ee3575d369becdf1f0b93a259929b6662170c7 Mon Sep 17 00:00:00 2001 From: Daniel Girtler Date: Mon, 5 Jun 2023 18:47:14 +1000 Subject: Fix 1749 (#1840) Co-authored-by: Daniel Girtler Co-authored-by: Anton Hvornum --- archinstall/lib/interactions/general_conf.py | 10 ++-- archinstall/locales/ar/LC_MESSAGES/base.po | 23 ++++---- archinstall/locales/base.pot | 15 ++++-- archinstall/locales/cs/LC_MESSAGES/base.mo | Bin 26115 -> 25981 bytes archinstall/locales/cs/LC_MESSAGES/base.po | 20 ++++--- archinstall/locales/de/LC_MESSAGES/base.po | 73 ++++++++++++++++++++++++-- archinstall/locales/el/LC_MESSAGES/base.mo | Bin 35562 -> 35428 bytes archinstall/locales/el/LC_MESSAGES/base.po | 20 ++++--- archinstall/locales/en/LC_MESSAGES/base.po | 11 ++-- archinstall/locales/es/LC_MESSAGES/base.po | 11 ++-- archinstall/locales/fr/LC_MESSAGES/base.mo | Bin 27562 -> 27428 bytes archinstall/locales/fr/LC_MESSAGES/base.po | 20 ++++--- archinstall/locales/id/LC_MESSAGES/base.mo | Bin 26392 -> 26258 bytes archinstall/locales/id/LC_MESSAGES/base.po | 20 ++++--- archinstall/locales/it/LC_MESSAGES/base.mo | Bin 26675 -> 26541 bytes archinstall/locales/it/LC_MESSAGES/base.po | 20 ++++--- archinstall/locales/ka/LC_MESSAGES/base.mo | Bin 44957 -> 44823 bytes archinstall/locales/ka/LC_MESSAGES/base.po | 20 ++++--- archinstall/locales/ko/LC_MESSAGES/base.mo | Bin 27355 -> 27221 bytes archinstall/locales/ko/LC_MESSAGES/base.po | 20 ++++--- archinstall/locales/nl/LC_MESSAGES/base.po | 11 ++-- archinstall/locales/pl/LC_MESSAGES/base.mo | Bin 25444 -> 25126 bytes archinstall/locales/pl/LC_MESSAGES/base.po | 21 +++++--- archinstall/locales/pt/LC_MESSAGES/base.po | 11 ++-- archinstall/locales/pt_BR/LC_MESSAGES/base.mo | Bin 27157 -> 27023 bytes archinstall/locales/pt_BR/LC_MESSAGES/base.po | 20 ++++--- archinstall/locales/ru/LC_MESSAGES/base.mo | Bin 36023 -> 35889 bytes archinstall/locales/ru/LC_MESSAGES/base.po | 20 ++++--- archinstall/locales/sv/LC_MESSAGES/base.po | 11 ++-- archinstall/locales/ta/LC_MESSAGES/base.mo | Bin 47610 -> 47476 bytes archinstall/locales/ta/LC_MESSAGES/base.po | 20 ++++--- archinstall/locales/tr/LC_MESSAGES/base.po | 11 ++-- archinstall/locales/uk/LC_MESSAGES/base.mo | Bin 36158 -> 36024 bytes archinstall/locales/uk/LC_MESSAGES/base.po | 20 ++++--- archinstall/locales/ur/LC_MESSAGES/base.po | 11 ++-- archinstall/locales/zh-CN/LC_MESSAGES/base.mo | Bin 24126 -> 23992 bytes archinstall/locales/zh-CN/LC_MESSAGES/base.po | 20 ++++--- 37 files changed, 326 insertions(+), 133 deletions(-) (limited to 'archinstall/locales') diff --git a/archinstall/lib/interactions/general_conf.py b/archinstall/lib/interactions/general_conf.py index 3b78847b..ad9ee386 100644 --- a/archinstall/lib/interactions/general_conf.py +++ b/archinstall/lib/interactions/general_conf.py @@ -151,10 +151,10 @@ def ask_additional_packages_to_install(preset: List[str] = []) -> List[str]: def add_number_of_parrallel_downloads(input_number :Optional[int] = None) -> Optional[int]: max_downloads = 5 print(_(f"This option enables the number of parallel downloads that can occur during installation")) - print(_(f"Enter the number of parallel downloads to be enabled.\n (Enter a value between 1 to {max_downloads})\nNote:")) - print(_(f" - Maximum value : {max_downloads} ( Allows {max_downloads} parallel downloads, allows {max_downloads+1} downloads at a time )")) - print(_(f" - Minimum value : 1 ( Allows 1 parallel download, allows 2 downloads at a time )")) - print(_(f" - Disable/Default : 0 ( Disables parallel downloading, allows only 1 download at a time )")) + print(str(_("Enter the number of parallel downloads to be enabled.\n (Enter a value between 1 to {})\nNote:")).format(max_downloads)) + print(str(_(" - Maximum value : {} ( Allows {} parallel downloads, allows {} downloads at a time )")).format(max_downloads, max_downloads, max_downloads + 1)) + print(_(" - Minimum value : 1 ( Allows 1 parallel download, allows 2 downloads at a time )")) + print(_(" - Disable/Default : 0 ( Disables parallel downloading, allows only 1 download at a time )")) while True: try: @@ -165,7 +165,7 @@ def add_number_of_parrallel_downloads(input_number :Optional[int] = None) -> Opt input_number = max_downloads break except: - print(_(f"Invalid input! Try again with a valid input [1 to {max_downloads}, or 0 to disable]")) + print(str(_("Invalid input! Try again with a valid input [1 to {}, or 0 to disable]")).format(max_downloads)) pacman_conf_path = pathlib.Path("/etc/pacman.conf") with pacman_conf_path.open() as f: diff --git a/archinstall/locales/ar/LC_MESSAGES/base.po b/archinstall/locales/ar/LC_MESSAGES/base.po index 6c37bdff..0944913a 100644 --- a/archinstall/locales/ar/LC_MESSAGES/base.po +++ b/archinstall/locales/ar/LC_MESSAGES/base.po @@ -751,14 +751,13 @@ msgstr "" msgid "This option enables the number of parallel downloads that can occur during installation" msgstr "" -#, python-brace-format msgid "" "Enter the number of parallel downloads to be enabled.\n" -" (Enter a value between 1 to {max_downloads})\n" +" (Enter a value between 1 to {})\n" "Note:" msgstr "" -msgid " - Maximum value : {max_downloads} ( Allows {max_downloads} parallel downloads, allows {max_downloads+1} downloads at a time )" +msgid " - Maximum value : {} ( Allows {} parallel downloads, allows {} downloads at a time )" msgstr "" msgid " - Minimum value : 1 ( Allows 1 parallel download, allows 2 downloads at a time )" @@ -1056,12 +1055,6 @@ msgstr "" msgid "Defined" msgstr "" -msgid "Mirrors" -msgstr "" - -msgid "Mirror regions" -msgstr "" - msgid "Save user configuration (including disk layout)" msgstr "" @@ -1078,3 +1071,15 @@ msgstr "" msgid "Saving {} configuration files to {}" msgstr "" + +msgid "Mirrors" +msgstr "" + +msgid "Mirror regions" +msgstr "" + +msgid " - Maximum value : {} ( Allows {} parallel downloads, allows {max_downloads+1} downloads at a time )" +msgstr "" + +msgid "Invalid input! Try again with a valid input [1 to {}, or 0 to disable]" +msgstr "" diff --git a/archinstall/locales/base.pot b/archinstall/locales/base.pot index 2ca84604..cc01f5fc 100644 --- a/archinstall/locales/base.pot +++ b/archinstall/locales/base.pot @@ -793,16 +793,15 @@ msgid "" "installation" msgstr "" -#, python-brace-format msgid "" "Enter the number of parallel downloads to be enabled.\n" -" (Enter a value between 1 to {max_downloads})\n" +" (Enter a value between 1 to {})\n" "Note:" msgstr "" msgid "" -" - Maximum value : {max_downloads} ( Allows {max_downloads} parallel " -"downloads, allows {max_downloads+1} downloads at a time )" +" - Maximum value : {} ( Allows {} parallel downloads, allows {} downloads " +"at a time )" msgstr "" msgid "" @@ -1146,3 +1145,11 @@ msgstr "" msgid "Mirror regions" msgstr "" + +msgid "" +" - Maximum value : {} ( Allows {} parallel downloads, allows " +"{max_downloads+1} downloads at a time )" +msgstr "" + +msgid "Invalid input! Try again with a valid input [1 to {}, or 0 to disable]" +msgstr "" diff --git a/archinstall/locales/cs/LC_MESSAGES/base.mo b/archinstall/locales/cs/LC_MESSAGES/base.mo index a256081c..b8808152 100644 Binary files a/archinstall/locales/cs/LC_MESSAGES/base.mo and b/archinstall/locales/cs/LC_MESSAGES/base.mo differ diff --git a/archinstall/locales/cs/LC_MESSAGES/base.po b/archinstall/locales/cs/LC_MESSAGES/base.po index cf6bd3a1..20f3c257 100644 --- a/archinstall/locales/cs/LC_MESSAGES/base.po +++ b/archinstall/locales/cs/LC_MESSAGES/base.po @@ -786,18 +786,17 @@ msgstr "Nakonfigurováno {} rozhraní" msgid "This option enables the number of parallel downloads that can occur during installation" msgstr "Tato možnost povolí specifikovaný počet paralelních stahování, která mohou nastat při instalaci" -#, python-brace-format msgid "" "Enter the number of parallel downloads to be enabled.\n" -" (Enter a value between 1 to {max_downloads})\n" +" (Enter a value between 1 to {})\n" "Note:" msgstr "" "Zadejte povolený počet paralelních stahování.\n" -" (Zadejte hodnotu mezi 1 a {max_downloads})\n" +" (Zadejte hodnotu mezi 1 a {})\n" "Poznámka:" -msgid " - Maximum value : {max_downloads} ( Allows {max_downloads} parallel downloads, allows {max_downloads+1} downloads at a time )" -msgstr " - Maximální hodnota : {max_downloads} (Povolí {max_downloads} paralelních stahování, povolí {max_downloads+1} stahování naráz )" +msgid " - Maximum value : {} ( Allows {} parallel downloads, allows {} downloads at a time )" +msgstr " - Maximální hodnota : {} (Povolí {} paralelních stahování, povolí {} stahování naráz )" msgid " - Minimum value : 1 ( Allows 1 parallel download, allows 2 downloads at a time )" msgstr " - Minimální hodnota : 1 (Povolí 1 paralelní stahování, povolí 2 stahování naráz)" @@ -805,9 +804,9 @@ msgstr " - Minimální hodnota : 1 (Povolí 1 paralelní stahování, povolí msgid " - Disable/Default : 0 ( Disables parallel downloading, allows only 1 download at a time )" msgstr " - Zakázáno/Výchozí : 0 (Zakáže paralelní stahování, povolí pouze 1 stahování naráz)" -#, python-brace-format +#, fuzzy, python-brace-format msgid "Invalid input! Try again with a valid input [1 to {max_downloads}, or 0 to disable]" -msgstr "Neplatný vstup! Zkuste to, prosím, znovu s platným vstupem [1 až {max_downloads}, nebo 0 pro vypnutí]" +msgstr "Neplatný vstup! Zkuste to, prosím, znovu s platným vstupem [1 až {}, nebo 0 pro vypnutí]" msgid "Parallel Downloads" msgstr "Paralelní stahování" @@ -1163,3 +1162,10 @@ msgstr "Oblast zrcadla" #, fuzzy msgid "Mirror regions" msgstr "Oblast zrcadla" + +#, fuzzy +msgid " - Maximum value : {} ( Allows {} parallel downloads, allows {max_downloads+1} downloads at a time )" +msgstr " - Maximální hodnota : {} (Povolí {} paralelních stahování, povolí {} stahování naráz )" + +msgid "Invalid input! Try again with a valid input [1 to {}, or 0 to disable]" +msgstr "Neplatný vstup! Zkuste to, prosím, znovu s platným vstupem [1 až {}, nebo 0 pro vypnutí]" diff --git a/archinstall/locales/de/LC_MESSAGES/base.po b/archinstall/locales/de/LC_MESSAGES/base.po index b20d6e90..6dfb0801 100644 --- a/archinstall/locales/de/LC_MESSAGES/base.po +++ b/archinstall/locales/de/LC_MESSAGES/base.po @@ -793,18 +793,17 @@ msgstr "{} Schnittstellen konfiguriert" msgid "This option enables the number of parallel downloads that can occur during installation" msgstr "Diese Option setzt die Nummer an parallelen Downloads, die während der Installtion durchgeführt werden" -#, python-brace-format msgid "" "Enter the number of parallel downloads to be enabled.\n" -" (Enter a value between 1 to {max_downloads})\n" +" (Enter a value between 1 to {})\n" "Note:" msgstr "" "Geben Sie die Nummer an parallelen Downloads an.\n" " (Wert zwischen 1 und {max_downloads})\n" "Achtung:" -msgid " - Maximum value : {max_downloads} ( Allows {max_downloads} parallel downloads, allows {max_downloads+1} downloads at a time )" -msgstr " - Maximalwert :{max_downloads} (Erlaubt {max_downloads} parallele Downloads, erlaubt {max_downloads+1} Downloads gleichzeitig)" +msgid " - Maximum value : {} ( Allows {} parallel downloads, allows {} downloads at a time )" +msgstr " - Maximalwert :{} (Erlaubt {} parallele Downloads, erlaubt {} Downloads gleichzeitig)" msgid " - Minimum value : 1 ( Allows 1 parallel download, allows 2 downloads at a time )" msgstr "- Minimalwert : 1 (Erlaubt einen parallelen Download, erlaubt zwei Downloads gleichzeitig)" @@ -1188,6 +1187,72 @@ msgstr "" msgid "Saving {} configuration files to {}" msgstr "Konfiguration speichern" +#, fuzzy +msgid "Add a custom mirror" +msgstr "Benutzerkonto hinzufügen" + +msgid "Change custom mirror" +msgstr "" + +msgid "Delete custom mirror" +msgstr "" + +#, fuzzy +msgid "Enter name (leave blank to skip): " +msgstr "Geben sie einen weiteren Benutzernamen an der angelegt werden soll (leer lassen um zu Überspringen): " + +#, fuzzy +msgid "Enter url (leave blank to skip): " +msgstr "Geben sie einen weiteren Benutzernamen an der angelegt werden soll (leer lassen um zu Überspringen): " + +#, fuzzy +msgid "Select signature check option" +msgstr "Laufwerke-layout auswählen" + +#, fuzzy +msgid "Select signature option" +msgstr "Laufwerke-layout auswählen" + +msgid "Custom mirrors" +msgstr "" + +msgid "Defined" +msgstr "" + +#, fuzzy +msgid "Save user configuration (including disk layout)" +msgstr "Benutzerkonfiguration speichern" + +#, fuzzy +msgid "" +"Enter a directory for the configuration(s) to be saved (tab completion enabled)\n" +"Save directory: " +msgstr "Geben sie eine Ordner an wo die Konfigurationen gespeichert werden sollen: " + +msgid "" +"Do you want to save {} configuration file(s) in the following location?\n" +"\n" +"{}" +msgstr "" + +#, fuzzy +msgid "Saving {} configuration files to {}" +msgstr "Konfiguration speichern" + +#, fuzzy +msgid "Mirrors" +msgstr "Mirror-region" + +#, fuzzy +msgid "Mirror regions" +msgstr "Mirror-region" + +msgid " - Maximum value : {} ( Allows {} parallel downloads, allows {max_downloads+1} downloads at a time )" +msgstr "" + +msgid "Invalid input! Try again with a valid input [1 to {}, or 0 to disable]" +msgstr "" + #~ msgid "Add :" #~ msgstr "Hinzufügen :" diff --git a/archinstall/locales/el/LC_MESSAGES/base.mo b/archinstall/locales/el/LC_MESSAGES/base.mo index 103eaf0c..9a8c99af 100644 Binary files a/archinstall/locales/el/LC_MESSAGES/base.mo and b/archinstall/locales/el/LC_MESSAGES/base.mo differ diff --git a/archinstall/locales/el/LC_MESSAGES/base.po b/archinstall/locales/el/LC_MESSAGES/base.po index 4a33dd5e..4b4db260 100644 --- a/archinstall/locales/el/LC_MESSAGES/base.po +++ b/archinstall/locales/el/LC_MESSAGES/base.po @@ -793,18 +793,17 @@ msgstr "Διαμορφωμένες {} διεπαφές" msgid "This option enables the number of parallel downloads that can occur during installation" msgstr "Αυτή η επιλογή θέτει τον αριθμό των παράλληλων λήψεων που μπορούν να συμβούν κατά την εγκατάσταση" -#, python-brace-format msgid "" "Enter the number of parallel downloads to be enabled.\n" -" (Enter a value between 1 to {max_downloads})\n" +" (Enter a value between 1 to {})\n" "Note:" msgstr "" "Εισάγετε τον αριθμό των παράλληλων λήψεων προς ενεργοποίηση.\n" -" (Εισάγετε μία τιμή από 1 μέχρι {max_downloads})\n" +" (Εισάγετε μία τιμή από 1 μέχρι {})\n" "Σημείωση:" -msgid " - Maximum value : {max_downloads} ( Allows {max_downloads} parallel downloads, allows {max_downloads+1} downloads at a time )" -msgstr " - Μέγιστη τιμή : {max_downloads} ( Επιτρέπει {max_downloads} παράλληλες λήψεις, επιτρέπει {max_downloads+1} λήψεις σε μία στιγμή )" +msgid " - Maximum value : {} ( Allows {} parallel downloads, allows {} downloads at a time )" +msgstr " - Μέγιστη τιμή : {} ( Επιτρέπει {} παράλληλες λήψεις, επιτρέπει {} λήψεις σε μία στιγμή )" msgid " - Minimum value : 1 ( Allows 1 parallel download, allows 2 downloads at a time )" msgstr " - Ελάχιστη τιμή : 1 ( Επιτρέπει 1 παράλληλη λήψη, επιτρέπει 2 λήψεις σε μία στιγμή )" @@ -812,9 +811,9 @@ msgstr " - Ελάχιστη τιμή : 1 ( Επιτρέπει 1 παράλλη msgid " - Disable/Default : 0 ( Disables parallel downloading, allows only 1 download at a time )" msgstr " - Απενεργοποίηση/Προκαθορισμένο : 0 ( Απενεργοποιεί τις παράλληλες λήψεις, επιτρέπει μόνο 1 λήψη σε μία στιγμή )" -#, python-brace-format +#, fuzzy, python-brace-format msgid "Invalid input! Try again with a valid input [1 to {max_downloads}, or 0 to disable]" -msgstr "Μη έγκυρη είσοδος! Προσπαθήστε ξανά με μία έγκυρη είσοδο [1 μέχρι {max_downloads}, ή 0 για απενεργοποίηση]" +msgstr "Μη έγκυρη είσοδος! Προσπαθήστε ξανά με μία έγκυρη είσοδο [1 μέχρι {}, ή 0 για απενεργοποίηση]" msgid "Parallel Downloads" msgstr "Παράλληλες Λήψεις" @@ -1170,3 +1169,10 @@ msgstr "Περιοχή mirror" #, fuzzy msgid "Mirror regions" msgstr "Περιοχή mirror" + +#, fuzzy +msgid " - Maximum value : {} ( Allows {} parallel downloads, allows {max_downloads+1} downloads at a time )" +msgstr " - Μέγιστη τιμή : {} ( Επιτρέπει {} παράλληλες λήψεις, επιτρέπει {} λήψεις σε μία στιγμή )" + +msgid "Invalid input! Try again with a valid input [1 to {}, or 0 to disable]" +msgstr "Μη έγκυρη είσοδος! Προσπαθήστε ξανά με μία έγκυρη είσοδο [1 μέχρι {}, ή 0 για απενεργοποίηση]" diff --git a/archinstall/locales/en/LC_MESSAGES/base.po b/archinstall/locales/en/LC_MESSAGES/base.po index f08c5ffc..5a38a4db 100644 --- a/archinstall/locales/en/LC_MESSAGES/base.po +++ b/archinstall/locales/en/LC_MESSAGES/base.po @@ -747,14 +747,13 @@ msgstr "" msgid "This option enables the number of parallel downloads that can occur during installation" msgstr "" -#, python-brace-format msgid "" "Enter the number of parallel downloads to be enabled.\n" -" (Enter a value between 1 to {max_downloads})\n" +" (Enter a value between 1 to {})\n" "Note:" msgstr "" -msgid " - Maximum value : {max_downloads} ( Allows {max_downloads} parallel downloads, allows {max_downloads+1} downloads at a time )" +msgid " - Maximum value : {} ( Allows {} parallel downloads, allows {} downloads at a time )" msgstr "" msgid " - Minimum value : 1 ( Allows 1 parallel download, allows 2 downloads at a time )" @@ -1067,3 +1066,9 @@ msgstr "" msgid "Mirror regions" msgstr "" + +msgid " - Maximum value : {} ( Allows {} parallel downloads, allows {max_downloads+1} downloads at a time )" +msgstr "" + +msgid "Invalid input! Try again with a valid input [1 to {}, or 0 to disable]" +msgstr "" diff --git a/archinstall/locales/es/LC_MESSAGES/base.po b/archinstall/locales/es/LC_MESSAGES/base.po index 6ba5f7b6..22ab693c 100644 --- a/archinstall/locales/es/LC_MESSAGES/base.po +++ b/archinstall/locales/es/LC_MESSAGES/base.po @@ -794,14 +794,13 @@ msgstr "" msgid "This option enables the number of parallel downloads that can occur during installation" msgstr "" -#, python-brace-format msgid "" "Enter the number of parallel downloads to be enabled.\n" -" (Enter a value between 1 to {max_downloads})\n" +" (Enter a value between 1 to {})\n" "Note:" msgstr "" -msgid " - Maximum value : {max_downloads} ( Allows {max_downloads} parallel downloads, allows {max_downloads+1} downloads at a time )" +msgid " - Maximum value : {} ( Allows {} parallel downloads, allows {} downloads at a time )" msgstr "" msgid " - Minimum value : 1 ( Allows 1 parallel download, allows 2 downloads at a time )" @@ -1170,6 +1169,12 @@ msgstr "Región del servidor" msgid "Mirror regions" msgstr "Región del servidor" +msgid " - Maximum value : {} ( Allows {} parallel downloads, allows {max_downloads+1} downloads at a time )" +msgstr "" + +msgid "Invalid input! Try again with a valid input [1 to {}, or 0 to disable]" +msgstr "" + #~ msgid "Add :" #~ msgstr "Añadir :" diff --git a/archinstall/locales/fr/LC_MESSAGES/base.mo b/archinstall/locales/fr/LC_MESSAGES/base.mo index 22e004e0..81e6ce00 100644 Binary files a/archinstall/locales/fr/LC_MESSAGES/base.mo and b/archinstall/locales/fr/LC_MESSAGES/base.mo differ diff --git a/archinstall/locales/fr/LC_MESSAGES/base.po b/archinstall/locales/fr/LC_MESSAGES/base.po index 15aea6ac..ec5fc68e 100644 --- a/archinstall/locales/fr/LC_MESSAGES/base.po +++ b/archinstall/locales/fr/LC_MESSAGES/base.po @@ -793,18 +793,17 @@ msgstr "Interfaces {} configurées" msgid "This option enables the number of parallel downloads that can occur during installation" msgstr "Cette option active le nombre de téléchargements parallèles qui peuvent se produire pendant l'installation" -#, python-brace-format msgid "" "Enter the number of parallel downloads to be enabled.\n" -" (Enter a value between 1 to {max_downloads})\n" +" (Enter a value between 1 to {})\n" "Note:" msgstr "" "Saisir le nombre de téléchargements parallèles à activer.\n" -" (Entrer une valeur comprise entre 1 et {max_downloads})\n" +" (Entrer une valeur comprise entre 1 et {})\n" "Note :" -msgid " - Maximum value : {max_downloads} ( Allows {max_downloads} parallel downloads, allows {max_downloads+1} downloads at a time )" -msgstr " - Valeur maximale : {max_downloads} (Autorise {max_downloads} téléchargements parallèles, autorise {max_downloads+1} téléchargements à la fois)" +msgid " - Maximum value : {} ( Allows {} parallel downloads, allows {} downloads at a time )" +msgstr " - Valeur maximale : {} (Autorise {} téléchargements parallèles, autorise {} téléchargements à la fois)" msgid " - Minimum value : 1 ( Allows 1 parallel download, allows 2 downloads at a time )" msgstr " - Valeur minimale : 1 (Autorise 1 téléchargement parallèle, autorise 2 téléchargements à la fois)" @@ -812,9 +811,9 @@ msgstr " - Valeur minimale : 1 (Autorise 1 téléchargement parallèle, autorise msgid " - Disable/Default : 0 ( Disables parallel downloading, allows only 1 download at a time )" msgstr " - Désactiver/Défaut : 0 (Désactive le téléchargement parallèle, n'autorise qu'un seul téléchargement à la fois)" -#, python-brace-format +#, fuzzy, python-brace-format msgid "Invalid input! Try again with a valid input [1 to {max_downloads}, or 0 to disable]" -msgstr "Entrée invalide ! Réessayer avec une entrée valide [1 pour {max_downloads}, ou 0 pour désactiver]" +msgstr "Entrée invalide ! Réessayer avec une entrée valide [1 pour {}, ou 0 pour désactiver]" msgid "Parallel Downloads" msgstr "Téléchargements parallèles" @@ -1171,6 +1170,13 @@ msgstr "Région miroir" msgid "Mirror regions" msgstr "Région miroir" +#, fuzzy +msgid " - Maximum value : {} ( Allows {} parallel downloads, allows {max_downloads+1} downloads at a time )" +msgstr " - Valeur maximale : {} (Autorise {} téléchargements parallèles, autorise {} téléchargements à la fois)" + +msgid "Invalid input! Try again with a valid input [1 to {}, or 0 to disable]" +msgstr "Entrée invalide ! Réessayer avec une entrée valide [1 pour {}, ou 0 pour désactiver]" + #, python-brace-format #~ msgid "Edit {origkey} :" #~ msgstr "Modifier {origkey} :" diff --git a/archinstall/locales/id/LC_MESSAGES/base.mo b/archinstall/locales/id/LC_MESSAGES/base.mo index b81fe108..db3649bd 100644 Binary files a/archinstall/locales/id/LC_MESSAGES/base.mo and b/archinstall/locales/id/LC_MESSAGES/base.mo differ diff --git a/archinstall/locales/id/LC_MESSAGES/base.po b/archinstall/locales/id/LC_MESSAGES/base.po index 01986796..f2ede55f 100644 --- a/archinstall/locales/id/LC_MESSAGES/base.po +++ b/archinstall/locales/id/LC_MESSAGES/base.po @@ -793,18 +793,17 @@ msgstr "Interface {} dikonfigurasi" msgid "This option enables the number of parallel downloads that can occur during installation" msgstr "Opsi ini memungkinkan jumlah unduhan paralel yang dapat terjadi selama instalasi" -#, python-brace-format msgid "" "Enter the number of parallel downloads to be enabled.\n" -" (Enter a value between 1 to {max_downloads})\n" +" (Enter a value between 1 to {})\n" "Note:" msgstr "" "Masukkan jumlah unduhan paralel yang akan diaktifkan.\n" -" (Masukkan nilai antara 1 hingga {max_downloads})\n" +" (Masukkan nilai antara 1 hingga {})\n" "Catatan:" -msgid " - Maximum value : {max_downloads} ( Allows {max_downloads} parallel downloads, allows {max_downloads+1} downloads at a time )" -msgstr " - Nilai maksimum : {max_downloads} ( Memungkinkan {max_downloads} unduhan paralel, memungkinkan {max_downloads+1} unduhan sekaligus)" +msgid " - Maximum value : {} ( Allows {} parallel downloads, allows {} downloads at a time )" +msgstr " - Nilai maksimum : {} ( Memungkinkan {} unduhan paralel, memungkinkan {} unduhan sekaligus)" msgid " - Minimum value : 1 ( Allows 1 parallel download, allows 2 downloads at a time )" msgstr " - Nilai minimum : 1 (Mengizinkan 1 unduhan paralel, memungkinkan 2 unduhan sekaligus)" @@ -812,9 +811,9 @@ msgstr " - Nilai minimum : 1 (Mengizinkan 1 unduhan paralel, memungkinkan 2 un msgid " - Disable/Default : 0 ( Disables parallel downloading, allows only 1 download at a time )" msgstr " - Nonaktifkan/Default: 0 (Menonaktifkan pengunduhan paralel, hanya mengizinkan 1 unduhan pada satu waktu)" -#, python-brace-format +#, fuzzy, python-brace-format msgid "Invalid input! Try again with a valid input [1 to {max_downloads}, or 0 to disable]" -msgstr "Input tidak valid! Coba lagi dengan input yang valid [1 untuk {max_downloads}, atau 0 untuk menonaktifkan]" +msgstr "Input tidak valid! Coba lagi dengan input yang valid [1 untuk {}, atau 0 untuk menonaktifkan]" msgid "Parallel Downloads" msgstr "Unduhan Paralel" @@ -1169,3 +1168,10 @@ msgstr "Wilayah mirror" #, fuzzy msgid "Mirror regions" msgstr "Wilayah mirror" + +#, fuzzy +msgid " - Maximum value : {} ( Allows {} parallel downloads, allows {max_downloads+1} downloads at a time )" +msgstr " - Nilai maksimum : {} ( Memungkinkan {} unduhan paralel, memungkinkan {} unduhan sekaligus)" + +msgid "Invalid input! Try again with a valid input [1 to {}, or 0 to disable]" +msgstr "Input tidak valid! Coba lagi dengan input yang valid [1 untuk {}, atau 0 untuk menonaktifkan]" diff --git a/archinstall/locales/it/LC_MESSAGES/base.mo b/archinstall/locales/it/LC_MESSAGES/base.mo index f199746c..e63c377e 100644 Binary files a/archinstall/locales/it/LC_MESSAGES/base.mo and b/archinstall/locales/it/LC_MESSAGES/base.mo differ diff --git a/archinstall/locales/it/LC_MESSAGES/base.po b/archinstall/locales/it/LC_MESSAGES/base.po index c856a286..703f0000 100644 --- a/archinstall/locales/it/LC_MESSAGES/base.po +++ b/archinstall/locales/it/LC_MESSAGES/base.po @@ -793,18 +793,17 @@ msgstr "Configurate {} interfacce" msgid "This option enables the number of parallel downloads that can occur during installation" msgstr "Questa opzione consente di impostare il numero di download paralleli che possono avvenire durante l'installazione" -#, python-brace-format msgid "" "Enter the number of parallel downloads to be enabled.\n" -" (Enter a value between 1 to {max_downloads})\n" +" (Enter a value between 1 to {})\n" "Note:" msgstr "" "Inserisci il numero di download paralleli da abilitare.\n" -" (Inserisci un valore compreso tra 1 e {max_downloads})\n" +" (Inserisci un valore compreso tra 1 e {})\n" "Nota:" -msgid " - Maximum value : {max_downloads} ( Allows {max_downloads} parallel downloads, allows {max_downloads+1} downloads at a time )" -msgstr " - Valore massimo : {max_downloads} ( Consente {max_downloads} download parallelo, consente {max_downloads+1} download alla volta )" +msgid " - Maximum value : {} ( Allows {} parallel downloads, allows {} downloads at a time )" +msgstr " - Valore massimo : {} ( Consente {} download parallelo, consente {} download alla volta )" msgid " - Minimum value : 1 ( Allows 1 parallel download, allows 2 downloads at a time )" msgstr " - Valore minimo : 1 ( Consente 1 download parallelo, consente 2 download alla volta )" @@ -812,9 +811,9 @@ msgstr " - Valore minimo : 1 ( Consente 1 download parallelo, consente 2 downl msgid " - Disable/Default : 0 ( Disables parallel downloading, allows only 1 download at a time )" msgstr " - Disabilita/Predefinito : 0 ( Disabilita il download parallelo, consente solo 1 download alla volta )" -#, python-brace-format +#, fuzzy, python-brace-format msgid "Invalid input! Try again with a valid input [1 to {max_downloads}, or 0 to disable]" -msgstr "Input non valido! Riprova con un input valido [da 1 a {max_downloads}, o 0 per disabilitare]." +msgstr "Input non valido! Riprova con un input valido [da 1 a {}, o 0 per disabilitare]." msgid "Parallel Downloads" msgstr "Download paralleli" @@ -1169,3 +1168,10 @@ msgstr "Regione dei mirror" #, fuzzy msgid "Mirror regions" msgstr "Regione dei mirror" + +#, fuzzy +msgid " - Maximum value : {} ( Allows {} parallel downloads, allows {max_downloads+1} downloads at a time )" +msgstr " - Valore massimo : {} ( Consente {} download parallelo, consente {} download alla volta )" + +msgid "Invalid input! Try again with a valid input [1 to {}, or 0 to disable]" +msgstr "Input non valido! Riprova con un input valido [da 1 a {}, o 0 per disabilitare]." diff --git a/archinstall/locales/ka/LC_MESSAGES/base.mo b/archinstall/locales/ka/LC_MESSAGES/base.mo index b95a6e0e..31e14aa2 100644 Binary files a/archinstall/locales/ka/LC_MESSAGES/base.mo and b/archinstall/locales/ka/LC_MESSAGES/base.mo differ diff --git a/archinstall/locales/ka/LC_MESSAGES/base.po b/archinstall/locales/ka/LC_MESSAGES/base.po index 029e4256..6e4823eb 100644 --- a/archinstall/locales/ka/LC_MESSAGES/base.po +++ b/archinstall/locales/ka/LC_MESSAGES/base.po @@ -794,18 +794,17 @@ msgstr "მორგებულია {} ინტერფეისი" msgid "This option enables the number of parallel downloads that can occur during installation" msgstr "ეს პარამეტრი დაყენებისას მითითებული რაოდენობის პარალელურ გადმოწერას დაუშვებს" -#, python-brace-format msgid "" "Enter the number of parallel downloads to be enabled.\n" -" (Enter a value between 1 to {max_downloads})\n" +" (Enter a value between 1 to {})\n" "Note:" msgstr "" "შეიყვანეთ დასაშვები პარალელური გადმოწერების რაოდენობა.\n" -" (შეიყვანეთ მნიშვნელობა 1-დან {max_downloads}-მდე)\n" +" (შეიყვანეთ მნიშვნელობა 1-დან {}-მდე)\n" "დაიმახსოვრეთ:" -msgid " - Maximum value : {max_downloads} ( Allows {max_downloads} parallel downloads, allows {max_downloads+1} downloads at a time )" -msgstr " - მინიმალური მნიშვნელობა : {max_downloads} ( დაუშვებს {max_downloads} პარალელურ გადმოწერას, დაუშვებს {max_downloads+1} ერთდროულ გადმოწერას )" +msgid " - Maximum value : {} ( Allows {} parallel downloads, allows {} downloads at a time )" +msgstr " - მინიმალური მნიშვნელობა : {} ( დაუშვებს {} პარალელურ გადმოწერას, დაუშვებს {} ერთდროულ გადმოწერას )" msgid " - Minimum value : 1 ( Allows 1 parallel download, allows 2 downloads at a time )" msgstr " - მინიმალური მნიშვნელობა : 1 ( დაუშვებს 1 პარალელურ გადმოწერას, დაუშვებს 2 ერთდროულ გადმოწერას )" @@ -813,9 +812,9 @@ msgstr " - მინიმალური მნიშვნელობა : msgid " - Disable/Default : 0 ( Disables parallel downloading, allows only 1 download at a time )" msgstr " - გამორთვა/ნაგულისხმები : 0 ( პარალელური გადმოწერების გათიშვა. დროის ერთ მომენტში მხოლოდ ერთი გადმოწერა მოხდება )" -#, python-brace-format +#, fuzzy, python-brace-format msgid "Invalid input! Try again with a valid input [1 to {max_downloads}, or 0 to disable]" -msgstr "შეყვანილი რიცხვი არასწორია! თავიდან სცადეთ [1-დან {max_downloads}-მდე, ან 0, გასათიშად]" +msgstr "შეყვანილი რიცხვი არასწორია! თავიდან სცადეთ [1-დან {}-მდე, ან 0, გასათიშად]" msgid "Parallel Downloads" msgstr "პარალელური გადმოწერები" @@ -1168,3 +1167,10 @@ msgstr "სარკის რეგიონი" #, fuzzy msgid "Mirror regions" msgstr "სარკის რეგიონი" + +#, fuzzy +msgid " - Maximum value : {} ( Allows {} parallel downloads, allows {max_downloads+1} downloads at a time )" +msgstr " - მინიმალური მნიშვნელობა : {} ( დაუშვებს {} პარალელურ გადმოწერას, დაუშვებს {} ერთდროულ გადმოწერას )" + +msgid "Invalid input! Try again with a valid input [1 to {}, or 0 to disable]" +msgstr "შეყვანილი რიცხვი არასწორია! თავიდან სცადეთ [1-დან {}-მდე, ან 0, გასათიშად]" diff --git a/archinstall/locales/ko/LC_MESSAGES/base.mo b/archinstall/locales/ko/LC_MESSAGES/base.mo index 4c89f1f8..ddec6151 100644 Binary files a/archinstall/locales/ko/LC_MESSAGES/base.mo and b/archinstall/locales/ko/LC_MESSAGES/base.mo differ diff --git a/archinstall/locales/ko/LC_MESSAGES/base.po b/archinstall/locales/ko/LC_MESSAGES/base.po index 7d30a785..de46b698 100644 --- a/archinstall/locales/ko/LC_MESSAGES/base.po +++ b/archinstall/locales/ko/LC_MESSAGES/base.po @@ -794,18 +794,17 @@ msgstr "구성된 {} 인터페이스" msgid "This option enables the number of parallel downloads that can occur during installation" msgstr "이 옵션은 설치 중에 발생할 수 있는 병렬 다운로드 수를 활성화합니다" -#, python-brace-format msgid "" "Enter the number of parallel downloads to be enabled.\n" -" (Enter a value between 1 to {max_downloads})\n" +" (Enter a value between 1 to {})\n" "Note:" msgstr "" "활성화할 병렬 다운로드 수를 입력하세요.\n" -" (1 부터 {max_downloads} 까지의 숫자중 하나를 입력하세요)\n" +" (1 부터 {} 까지의 숫자중 하나를 입력하세요)\n" "메모:" -msgid " - Maximum value : {max_downloads} ( Allows {max_downloads} parallel downloads, allows {max_downloads+1} downloads at a time )" -msgstr " - 최댓값 : {max_downloads} ( {max_downloads} 개의 병렬 다운로드 허용, 한 번에 {max_downloads+1} 개의 다운로드 허용 )" +msgid " - Maximum value : {} ( Allows {} parallel downloads, allows {} downloads at a time )" +msgstr " - 최댓값 : {} ( {} 개의 병렬 다운로드 허용, 한 번에 {} 개의 다운로드 허용 )" msgid " - Minimum value : 1 ( Allows 1 parallel download, allows 2 downloads at a time )" msgstr " - 최솟값 : 1 ( 1 개의 병렬 다운로드 허용, 한 번에 2 개의 다운로드 허용 )" @@ -813,9 +812,9 @@ msgstr " - 최솟값 : 1 ( 1 개의 병렬 다운로드 허용, 한 번에 2 msgid " - Disable/Default : 0 ( Disables parallel downloading, allows only 1 download at a time )" msgstr " - 비활성화/기본 : - ( 병렬 다운로드 비활성화, 한 번에 1 개의 다운로드만 허용 )" -#, python-brace-format +#, fuzzy, python-brace-format msgid "Invalid input! Try again with a valid input [1 to {max_downloads}, or 0 to disable]" -msgstr "잘못된 값입니다! 유효한 값으로 다시 시도해주세요 [1 부터 {max_downloads} 까지, 비활성화 하려면 0]" +msgstr "잘못된 값입니다! 유효한 값으로 다시 시도해주세요 [1 부터 {} 까지, 비활성화 하려면 0]" msgid "Parallel Downloads" msgstr "병렬 다운로드" @@ -1170,3 +1169,10 @@ msgstr "미러 위치" #, fuzzy msgid "Mirror regions" msgstr "미러 위치" + +#, fuzzy +msgid " - Maximum value : {} ( Allows {} parallel downloads, allows {max_downloads+1} downloads at a time )" +msgstr " - 최댓값 : {} ( {} 개의 병렬 다운로드 허용, 한 번에 {} 개의 다운로드 허용 )" + +msgid "Invalid input! Try again with a valid input [1 to {}, or 0 to disable]" +msgstr "잘못된 값입니다! 유효한 값으로 다시 시도해주세요 [1 부터 {} 까지, 비활성화 하려면 0]" diff --git a/archinstall/locales/nl/LC_MESSAGES/base.po b/archinstall/locales/nl/LC_MESSAGES/base.po index e22a6d0f..6dfeed53 100644 --- a/archinstall/locales/nl/LC_MESSAGES/base.po +++ b/archinstall/locales/nl/LC_MESSAGES/base.po @@ -823,14 +823,13 @@ msgstr "" msgid "This option enables the number of parallel downloads that can occur during installation" msgstr "" -#, python-brace-format msgid "" "Enter the number of parallel downloads to be enabled.\n" -" (Enter a value between 1 to {max_downloads})\n" +" (Enter a value between 1 to {})\n" "Note:" msgstr "" -msgid " - Maximum value : {max_downloads} ( Allows {max_downloads} parallel downloads, allows {max_downloads+1} downloads at a time )" +msgid " - Maximum value : {} ( Allows {} parallel downloads, allows {} downloads at a time )" msgstr "" msgid " - Minimum value : 1 ( Allows 1 parallel download, allows 2 downloads at a time )" @@ -1195,6 +1194,12 @@ msgstr "Spiegelserverregio" msgid "Mirror regions" msgstr "Spiegelserverregio" +msgid " - Maximum value : {} ( Allows {} parallel downloads, allows {max_downloads+1} downloads at a time )" +msgstr "" + +msgid "Invalid input! Try again with a valid input [1 to {}, or 0 to disable]" +msgstr "" + #~ msgid "Add :" #~ msgstr "Toevoegen:" diff --git a/archinstall/locales/pl/LC_MESSAGES/base.mo b/archinstall/locales/pl/LC_MESSAGES/base.mo index 7ca4f9b0..0904a1a1 100644 Binary files a/archinstall/locales/pl/LC_MESSAGES/base.mo and b/archinstall/locales/pl/LC_MESSAGES/base.mo differ diff --git a/archinstall/locales/pl/LC_MESSAGES/base.po b/archinstall/locales/pl/LC_MESSAGES/base.po index 8c3ce4f5..fa53c7f0 100644 --- a/archinstall/locales/pl/LC_MESSAGES/base.po +++ b/archinstall/locales/pl/LC_MESSAGES/base.po @@ -794,18 +794,19 @@ msgstr "Skonfigurowano {} interfejsów" msgid "This option enables the number of parallel downloads that can occur during installation" msgstr "Ta opcja pozwala określić maksymalną liczbę pobieranych plików podczas instalacji" -#, fuzzy, python-brace-format +#, fuzzy msgid "" "Enter the number of parallel downloads to be enabled.\n" -" (Enter a value between 1 to {max_downloads})\n" +" (Enter a value between 1 to {})\n" "Note:" msgstr "" "Wprowadź maksymalną liczbę plików pobieranych jednocześnie.\n" -" (Liczba z zakresu od 1 do {max_downloads})\n" +" (Liczba z zakresu od 1 do {})\n" "Zauważ:" -msgid " - Maximum value : {max_downloads} ( Allows {max_downloads} parallel downloads, allows {max_downloads+1} downloads at a time )" -msgstr " - Maksymalna wartość : {max_downloads} ( Zwiększa liczbę zadań o {max_downloads}, co pozwala na pobieranie {max_downloads+1} plików jednocześnie )" +#, fuzzy +msgid " - Maximum value : {} ( Allows {} parallel downloads, allows {} downloads at a time )" +msgstr " - Maksymalna wartość : {} ( Zwiększa liczbę zadań o {}, co pozwala na pobieranie {} plików jednocześnie )" msgid " - Minimum value : 1 ( Allows 1 parallel download, allows 2 downloads at a time )" msgstr " - Minimalna wartość : 1 ( Zwiększa liczbę zadań o 1, co pozwala na pobieranie 2 plików jednocześnie )" @@ -815,7 +816,7 @@ msgstr " - Wyłącz/domyślnie : 0 ( Wyłącza pobieranie równoległe, więc ty #, fuzzy, python-brace-format msgid "Invalid input! Try again with a valid input [1 to {max_downloads}, or 0 to disable]" -msgstr "Nieprawidłowa wartość! Spróbuj wprowadzić wartość od 1 do {max_downloads}, lub 0 aby wyłączyć." +msgstr "Nieprawidłowa wartość! Spróbuj wprowadzić wartość od 1 do {}, lub 0 aby wyłączyć." msgid "Parallel Downloads" msgstr "Pobieranie równoległe" @@ -1181,6 +1182,14 @@ msgstr "Region lustra" msgid "Mirror regions" msgstr "Region lustra" +#, fuzzy +msgid " - Maximum value : {} ( Allows {} parallel downloads, allows {max_downloads+1} downloads at a time )" +msgstr " - Maksymalna wartość : {} ( Zwiększa liczbę zadań o {}, co pozwala na pobieranie {} plików jednocześnie )" + +#, fuzzy +msgid "Invalid input! Try again with a valid input [1 to {}, or 0 to disable]" +msgstr "Nieprawidłowa wartość! Spróbuj wprowadzić wartość od 1 do {}, lub 0 aby wyłączyć." + #~ msgid "Add :" #~ msgstr "Dodaj :" diff --git a/archinstall/locales/pt/LC_MESSAGES/base.po b/archinstall/locales/pt/LC_MESSAGES/base.po index 35c3ca73..7f0d5eba 100644 --- a/archinstall/locales/pt/LC_MESSAGES/base.po +++ b/archinstall/locales/pt/LC_MESSAGES/base.po @@ -843,14 +843,13 @@ msgstr "" msgid "This option enables the number of parallel downloads that can occur during installation" msgstr "" -#, python-brace-format msgid "" "Enter the number of parallel downloads to be enabled.\n" -" (Enter a value between 1 to {max_downloads})\n" +" (Enter a value between 1 to {})\n" "Note:" msgstr "" -msgid " - Maximum value : {max_downloads} ( Allows {max_downloads} parallel downloads, allows {max_downloads+1} downloads at a time )" +msgid " - Maximum value : {} ( Allows {} parallel downloads, allows {} downloads at a time )" msgstr "" msgid " - Minimum value : 1 ( Allows 1 parallel download, allows 2 downloads at a time )" @@ -1217,6 +1216,12 @@ msgstr "Região do mirror" msgid "Mirror regions" msgstr "Região do mirror" +msgid " - Maximum value : {} ( Allows {} parallel downloads, allows {max_downloads+1} downloads at a time )" +msgstr "" + +msgid "Invalid input! Try again with a valid input [1 to {}, or 0 to disable]" +msgstr "" + #~ msgid "Add :" #~ msgstr "Adicionar :" diff --git a/archinstall/locales/pt_BR/LC_MESSAGES/base.mo b/archinstall/locales/pt_BR/LC_MESSAGES/base.mo index 4dd57dba..51580dbb 100644 Binary files a/archinstall/locales/pt_BR/LC_MESSAGES/base.mo and b/archinstall/locales/pt_BR/LC_MESSAGES/base.mo differ diff --git a/archinstall/locales/pt_BR/LC_MESSAGES/base.po b/archinstall/locales/pt_BR/LC_MESSAGES/base.po index 93b33002..c36250f5 100644 --- a/archinstall/locales/pt_BR/LC_MESSAGES/base.po +++ b/archinstall/locales/pt_BR/LC_MESSAGES/base.po @@ -797,18 +797,17 @@ msgstr "{} interfaces configuradas" msgid "This option enables the number of parallel downloads that can occur during installation" msgstr "Esta opção habilita o número de downloads paralelos que podem ocorrer durante a instalação" -#, python-brace-format msgid "" "Enter the number of parallel downloads to be enabled.\n" -" (Enter a value between 1 to {max_downloads})\n" +" (Enter a value between 1 to {})\n" "Note:" msgstr "" "Insira o número de downloads paralelos para serem habilitados.\n" -" (Insira um valor entre 1 e {max_downloads})\n" +" (Insira um valor entre 1 e {})\n" "Observação:" -msgid " - Maximum value : {max_downloads} ( Allows {max_downloads} parallel downloads, allows {max_downloads+1} downloads at a time )" -msgstr " - Valor máximo : {max_downloads} ( Permite {max_donwloads} downloads paralelos, permite {max_donwloads+1} downloads por vez )" +msgid " - Maximum value : {} ( Allows {} parallel downloads, allows {} downloads at a time )" +msgstr " - Valor máximo : {} ( Permite {} downloads paralelos, permite {} downloads por vez )" msgid " - Minimum value : 1 ( Allows 1 parallel download, allows 2 downloads at a time )" msgstr " - Valor minimo : 1 ( Permite 1 download paralelo, permite 2 downloads por vez )" @@ -816,9 +815,9 @@ msgstr " - Valor minimo : 1 ( Permite 1 download paralelo, permite 2 downloads msgid " - Disable/Default : 0 ( Disables parallel downloading, allows only 1 download at a time )" msgstr " - Desativar/Padrão : 0 ( Desativa os downloads paralelos, permite apenas 1 download por vez )" -#, python-brace-format +#, fuzzy, python-brace-format msgid "Invalid input! Try again with a valid input [1 to {max_downloads}, or 0 to disable]" -msgstr "Entrada inválida! Tente novamente com uma entrada válida [1 para {max_downloads}, ou 0 para desativar]" +msgstr "Entrada inválida! Tente novamente com uma entrada válida [1 para {}, ou 0 para desativar]" msgid "Parallel Downloads" msgstr "Downloads Paralelos" @@ -1171,3 +1170,10 @@ msgstr "Região do mirror" #, fuzzy msgid "Mirror regions" msgstr "Região do mirror" + +#, fuzzy +msgid " - Maximum value : {} ( Allows {} parallel downloads, allows {max_downloads+1} downloads at a time )" +msgstr " - Valor máximo : {} ( Permite {} downloads paralelos, permite {} downloads por vez )" + +msgid "Invalid input! Try again with a valid input [1 to {}, or 0 to disable]" +msgstr "Entrada inválida! Tente novamente com uma entrada válida [1 para {}, ou 0 para desativar]" diff --git a/archinstall/locales/ru/LC_MESSAGES/base.mo b/archinstall/locales/ru/LC_MESSAGES/base.mo index 1da3a370..4480d852 100644 Binary files a/archinstall/locales/ru/LC_MESSAGES/base.mo and b/archinstall/locales/ru/LC_MESSAGES/base.mo differ diff --git a/archinstall/locales/ru/LC_MESSAGES/base.po b/archinstall/locales/ru/LC_MESSAGES/base.po index a0263aa3..90d78f2e 100644 --- a/archinstall/locales/ru/LC_MESSAGES/base.po +++ b/archinstall/locales/ru/LC_MESSAGES/base.po @@ -794,18 +794,17 @@ msgstr "Настроено интерфейсов: {}" msgid "This option enables the number of parallel downloads that can occur during installation" msgstr "Этот параметр определяет количество параллельных загрузок, которые могут происходить во время установки" -#, python-brace-format msgid "" "Enter the number of parallel downloads to be enabled.\n" -" (Enter a value between 1 to {max_downloads})\n" +" (Enter a value between 1 to {})\n" "Note:" msgstr "" "Введите количество параллельных загрузок, которые будут включены.\n" -" (Введите значение от 1 до {max_downloads})\n" +" (Введите значение от 1 до {})\n" "Примечание:" -msgid " - Maximum value : {max_downloads} ( Allows {max_downloads} parallel downloads, allows {max_downloads+1} downloads at a time )" -msgstr " - Максимальное значение: {max_downloads} ( Позволяет {max_downloads} параллельных загрузок, позволяет {max_downloads+1} загрузок одновременно )" +msgid " - Maximum value : {} ( Allows {} parallel downloads, allows {} downloads at a time )" +msgstr " - Максимальное значение: {} ( Позволяет {} параллельных загрузок, позволяет {} загрузок одновременно )" msgid " - Minimum value : 1 ( Allows 1 parallel download, allows 2 downloads at a time )" msgstr " - Минимальное значение: 1 ( Позволяет 1 параллельную загрузку, позволяет 2 загрузки одновременно )" @@ -813,9 +812,9 @@ msgstr " - Минимальное значение: 1 ( Позволяет 1 п msgid " - Disable/Default : 0 ( Disables parallel downloading, allows only 1 download at a time )" msgstr " - Отключить/по умолчанию: 0 ( Отключает параллельную загрузку, позволяет только 1 загрузку за один раз )" -#, python-brace-format +#, fuzzy, python-brace-format msgid "Invalid input! Try again with a valid input [1 to {max_downloads}, or 0 to disable]" -msgstr "Неверный ввод! Повторите попытку с правильным вводом [1 - {max_downloads}, или 0 - отключить]" +msgstr "Неверный ввод! Повторите попытку с правильным вводом [1 - {}, или 0 - отключить]" msgid "Parallel Downloads" msgstr "Параллельные загрузки" @@ -1171,6 +1170,13 @@ msgstr "Регион зеркала" msgid "Mirror regions" msgstr "Регион зеркала" +#, fuzzy +msgid " - Maximum value : {} ( Allows {} parallel downloads, allows {max_downloads+1} downloads at a time )" +msgstr " - Максимальное значение: {} ( Позволяет {} параллельных загрузок, позволяет {} загрузок одновременно )" + +msgid "Invalid input! Try again with a valid input [1 to {}, or 0 to disable]" +msgstr "Неверный ввод! Повторите попытку с правильным вводом [1 - {}, или 0 - отключить]" + #, python-brace-format #~ msgid "Edit {origkey} :" #~ msgstr "Редактировать {origkey}:" diff --git a/archinstall/locales/sv/LC_MESSAGES/base.po b/archinstall/locales/sv/LC_MESSAGES/base.po index ea81ad80..ebb7a275 100644 --- a/archinstall/locales/sv/LC_MESSAGES/base.po +++ b/archinstall/locales/sv/LC_MESSAGES/base.po @@ -804,14 +804,13 @@ msgstr "" msgid "This option enables the number of parallel downloads that can occur during installation" msgstr "" -#, python-brace-format msgid "" "Enter the number of parallel downloads to be enabled.\n" -" (Enter a value between 1 to {max_downloads})\n" +" (Enter a value between 1 to {})\n" "Note:" msgstr "" -msgid " - Maximum value : {max_downloads} ( Allows {max_downloads} parallel downloads, allows {max_downloads+1} downloads at a time )" +msgid " - Maximum value : {} ( Allows {} parallel downloads, allows {} downloads at a time )" msgstr "" msgid " - Minimum value : 1 ( Allows 1 parallel download, allows 2 downloads at a time )" @@ -1178,3 +1177,9 @@ msgstr "Region för paketsynk" #, fuzzy msgid "Mirror regions" msgstr "Region för paketsynk" + +msgid " - Maximum value : {} ( Allows {} parallel downloads, allows {max_downloads+1} downloads at a time )" +msgstr "" + +msgid "Invalid input! Try again with a valid input [1 to {}, or 0 to disable]" +msgstr "" diff --git a/archinstall/locales/ta/LC_MESSAGES/base.mo b/archinstall/locales/ta/LC_MESSAGES/base.mo index 3f175509..fc2b70e6 100644 Binary files a/archinstall/locales/ta/LC_MESSAGES/base.mo and b/archinstall/locales/ta/LC_MESSAGES/base.mo differ diff --git a/archinstall/locales/ta/LC_MESSAGES/base.po b/archinstall/locales/ta/LC_MESSAGES/base.po index 44aebb19..14ed4d98 100644 --- a/archinstall/locales/ta/LC_MESSAGES/base.po +++ b/archinstall/locales/ta/LC_MESSAGES/base.po @@ -793,18 +793,17 @@ msgstr "கட்டமைக்கப்பட்ட {} இடைமுகங msgid "This option enables the number of parallel downloads that can occur during installation" msgstr "இந்த விருப்பம் நிறுவலின் போது நிகழக்கூடிய இணையான பதிவிறக்கங்களின் எண்ணிக்கையை செயல்படுத்துகிறது" -#, python-brace-format msgid "" "Enter the number of parallel downloads to be enabled.\n" -" (Enter a value between 1 to {max_downloads})\n" +" (Enter a value between 1 to {})\n" "Note:" msgstr "" "இயக்கப்பட வேண்டிய இணையான பதிவிறக்கங்களின் எண்ணிக்கையை உள்ளிடவும்.\n" -" (1 முதல் {max_downloads} வரையிலான மதிப்பை உள்ளிடவும்)\n" +" (1 முதல் {} வரையிலான மதிப்பை உள்ளிடவும்)\n" "குறிப்பு:" -msgid " - Maximum value : {max_downloads} ( Allows {max_downloads} parallel downloads, allows {max_downloads+1} downloads at a time )" -msgstr " - அதிகபட்ச மதிப்பு : {max_downloads} ( {max_downloads} இணையான பதிவிறக்கங்களை அனுமதிக்கிறது, ஒரே நேரத்தில் {max_downloads+1} பதிவிறக்கங்களை அனுமதிக்கிறது )" +msgid " - Maximum value : {} ( Allows {} parallel downloads, allows {} downloads at a time )" +msgstr " - அதிகபட்ச மதிப்பு : {} ( {} இணையான பதிவிறக்கங்களை அனுமதிக்கிறது, ஒரே நேரத்தில் {} பதிவிறக்கங்களை அனுமதிக்கிறது )" msgid " - Minimum value : 1 ( Allows 1 parallel download, allows 2 downloads at a time )" msgstr " - குறைந்தபட்ச மதிப்பு : 1 (1 இணை பதிவிறக்கத்தை அனுமதிக்கிறது, ஒரு நேரத்தில் 2 பதிவிறக்கங்களை அனுமதிக்கிறது )" @@ -812,9 +811,9 @@ msgstr " - குறைந்தபட்ச மதிப்பு : 1 (1 இ msgid " - Disable/Default : 0 ( Disables parallel downloading, allows only 1 download at a time )" msgstr " - முடக்கு/இயல்புநிலை: 0 (இணை பதிவிறக்கத்தை முடக்குகிறது, ஒரு நேரத்தில் 1 பதிவிறக்கத்தை மட்டுமே அனுமதிக்கிறது )" -#, python-brace-format +#, fuzzy, python-brace-format msgid "Invalid input! Try again with a valid input [1 to {max_downloads}, or 0 to disable]" -msgstr "தவறான உள்ளீடு! சரியான உள்ளீட்டில் [1 முதல் {max_downloads} வரை அல்லது முடக்க 0 வரை] மீண்டும் முயற்சிக்கவும்" +msgstr "தவறான உள்ளீடு! சரியான உள்ளீட்டில் [1 முதல் {} வரை அல்லது முடக்க 0 வரை] மீண்டும் முயற்சிக்கவும்" msgid "Parallel Downloads" msgstr "இணையான பதிவிறக்கங்கள்" @@ -1169,3 +1168,10 @@ msgstr "மிரர் பிராந்தியம்" #, fuzzy msgid "Mirror regions" msgstr "மிரர் பிராந்தியம்" + +#, fuzzy +msgid " - Maximum value : {} ( Allows {} parallel downloads, allows {max_downloads+1} downloads at a time )" +msgstr " - அதிகபட்ச மதிப்பு : {} ( {} இணையான பதிவிறக்கங்களை அனுமதிக்கிறது, ஒரே நேரத்தில் {} பதிவிறக்கங்களை அனுமதிக்கிறது )" + +msgid "Invalid input! Try again with a valid input [1 to {}, or 0 to disable]" +msgstr "தவறான உள்ளீடு! சரியான உள்ளீட்டில் [1 முதல் {} வரை அல்லது முடக்க 0 வரை] மீண்டும் முயற்சிக்கவும்" diff --git a/archinstall/locales/tr/LC_MESSAGES/base.po b/archinstall/locales/tr/LC_MESSAGES/base.po index 40efea03..20fa4f23 100644 --- a/archinstall/locales/tr/LC_MESSAGES/base.po +++ b/archinstall/locales/tr/LC_MESSAGES/base.po @@ -804,14 +804,13 @@ msgstr "" msgid "This option enables the number of parallel downloads that can occur during installation" msgstr "" -#, python-brace-format msgid "" "Enter the number of parallel downloads to be enabled.\n" -" (Enter a value between 1 to {max_downloads})\n" +" (Enter a value between 1 to {})\n" "Note:" msgstr "" -msgid " - Maximum value : {max_downloads} ( Allows {max_downloads} parallel downloads, allows {max_downloads+1} downloads at a time )" +msgid " - Maximum value : {} ( Allows {} parallel downloads, allows {} downloads at a time )" msgstr "" msgid " - Minimum value : 1 ( Allows 1 parallel download, allows 2 downloads at a time )" @@ -1177,3 +1176,9 @@ msgstr "İndirme sunucusu bölgesi" #, fuzzy msgid "Mirror regions" msgstr "İndirme sunucusu bölgesi" + +msgid " - Maximum value : {} ( Allows {} parallel downloads, allows {max_downloads+1} downloads at a time )" +msgstr "" + +msgid "Invalid input! Try again with a valid input [1 to {}, or 0 to disable]" +msgstr "" diff --git a/archinstall/locales/uk/LC_MESSAGES/base.mo b/archinstall/locales/uk/LC_MESSAGES/base.mo index ae98dcfb..e7cb8b0b 100644 Binary files a/archinstall/locales/uk/LC_MESSAGES/base.mo and b/archinstall/locales/uk/LC_MESSAGES/base.mo differ diff --git a/archinstall/locales/uk/LC_MESSAGES/base.po b/archinstall/locales/uk/LC_MESSAGES/base.po index f2c7737c..a700c126 100644 --- a/archinstall/locales/uk/LC_MESSAGES/base.po +++ b/archinstall/locales/uk/LC_MESSAGES/base.po @@ -793,18 +793,17 @@ msgstr "Налаштовані інтерфейси {}" msgid "This option enables the number of parallel downloads that can occur during installation" msgstr "Цей параметр вмикає кількість паралельних завантажень, які можуть відбуватися під час встановлення" -#, python-brace-format msgid "" "Enter the number of parallel downloads to be enabled.\n" -" (Enter a value between 1 to {max_downloads})\n" +" (Enter a value between 1 to {})\n" "Note:" msgstr "" "Введіть кількість паралельних завантажень, які потрібно ввімкнути.\n" -" (Введіть значення від 1 до {max_downloads})\n" +" (Введіть значення від 1 до {})\n" "Примітка:" -msgid " - Maximum value : {max_downloads} ( Allows {max_downloads} parallel downloads, allows {max_downloads+1} downloads at a time )" -msgstr " - Максимальне значення : {max_downloads} ( Дозволяє {max_downloads} паралельних завантажень, дозволяє {max_downloads+1} завантажень за раз )" +msgid " - Maximum value : {} ( Allows {} parallel downloads, allows {} downloads at a time )" +msgstr " - Максимальне значення : {} ( Дозволяє {} паралельних завантажень, дозволяє {} завантажень за раз )" msgid " - Minimum value : 1 ( Allows 1 parallel download, allows 2 downloads at a time )" msgstr " - Мінімальне значення : 1 ( дозволяє 1 паралельне завантаження, дозволяє 2 завантаження одночасно )" @@ -812,9 +811,9 @@ msgstr " - Мінімальне значення : 1 ( дозволяє 1 па msgid " - Disable/Default : 0 ( Disables parallel downloading, allows only 1 download at a time )" msgstr " - Вимкнути/Типово : 0 ( Вимикає паралельне завантаження, дозволяє лише 1 завантаження за раз )" -#, python-brace-format +#, fuzzy, python-brace-format msgid "Invalid input! Try again with a valid input [1 to {max_downloads}, or 0 to disable]" -msgstr "Некоректне введення! Повторіть спробу з валідним введенням [від 1 до {max_downloads} або 0 для вимкнення]" +msgstr "Некоректне введення! Повторіть спробу з валідним введенням [від 1 до {} або 0 для вимкнення]" msgid "Parallel Downloads" msgstr "Паралельні Завантаження" @@ -1167,3 +1166,10 @@ msgstr "Регіон дзеркала" #, fuzzy msgid "Mirror regions" msgstr "Регіон дзеркала" + +#, fuzzy +msgid " - Maximum value : {} ( Allows {} parallel downloads, allows {max_downloads+1} downloads at a time )" +msgstr " - Максимальне значення : {} ( Дозволяє {} паралельних завантажень, дозволяє {} завантажень за раз )" + +msgid "Invalid input! Try again with a valid input [1 to {}, or 0 to disable]" +msgstr "Некоректне введення! Повторіть спробу з валідним введенням [від 1 до {} або 0 для вимкнення]" diff --git a/archinstall/locales/ur/LC_MESSAGES/base.po b/archinstall/locales/ur/LC_MESSAGES/base.po index 6660f3b4..ac648108 100644 --- a/archinstall/locales/ur/LC_MESSAGES/base.po +++ b/archinstall/locales/ur/LC_MESSAGES/base.po @@ -825,14 +825,13 @@ msgstr "" msgid "This option enables the number of parallel downloads that can occur during installation" msgstr "" -#, python-brace-format msgid "" "Enter the number of parallel downloads to be enabled.\n" -" (Enter a value between 1 to {max_downloads})\n" +" (Enter a value between 1 to {})\n" "Note:" msgstr "" -msgid " - Maximum value : {max_downloads} ( Allows {max_downloads} parallel downloads, allows {max_downloads+1} downloads at a time )" +msgid " - Maximum value : {} ( Allows {} parallel downloads, allows {} downloads at a time )" msgstr "" msgid " - Minimum value : 1 ( Allows 1 parallel download, allows 2 downloads at a time )" @@ -1198,6 +1197,12 @@ msgstr "متبادل علاقہ" msgid "Mirror regions" msgstr "متبادل علاقہ" +msgid " - Maximum value : {} ( Allows {} parallel downloads, allows {max_downloads+1} downloads at a time )" +msgstr "" + +msgid "Invalid input! Try again with a valid input [1 to {}, or 0 to disable]" +msgstr "" + #~ msgid "Add :" #~ msgstr "شامل:" diff --git a/archinstall/locales/zh-CN/LC_MESSAGES/base.mo b/archinstall/locales/zh-CN/LC_MESSAGES/base.mo index 693308ab..4502c562 100644 Binary files a/archinstall/locales/zh-CN/LC_MESSAGES/base.mo and b/archinstall/locales/zh-CN/LC_MESSAGES/base.mo differ diff --git a/archinstall/locales/zh-CN/LC_MESSAGES/base.po b/archinstall/locales/zh-CN/LC_MESSAGES/base.po index afa1716b..04a703ed 100644 --- a/archinstall/locales/zh-CN/LC_MESSAGES/base.po +++ b/archinstall/locales/zh-CN/LC_MESSAGES/base.po @@ -792,18 +792,17 @@ msgstr "已配置的 {} 接口" msgid "This option enables the number of parallel downloads that can occur during installation" msgstr "此选项启用安装期间可能发生的并行下载次数" -#, python-brace-format msgid "" "Enter the number of parallel downloads to be enabled.\n" -" (Enter a value between 1 to {max_downloads})\n" +" (Enter a value between 1 to {})\n" "Note:" msgstr "" "输入要启用的并行下载数。\n" -" (输入一个介于 1 到 {max_downloads} 之间的值)\n" +" (输入一个介于 1 到 {} 之间的值)\n" "提示:" -msgid " - Maximum value : {max_downloads} ( Allows {max_downloads} parallel downloads, allows {max_downloads+1} downloads at a time )" -msgstr " - 最大值:{max_downloads}(允许 {max_downloads} 次并行下载,一次允许 {max_downloads+1} 次下载)" +msgid " - Maximum value : {} ( Allows {} parallel downloads, allows {} downloads at a time )" +msgstr " - 最大值:{}(允许 {} 次并行下载,一次允许 {} 次下载)" msgid " - Minimum value : 1 ( Allows 1 parallel download, allows 2 downloads at a time )" msgstr " - 最小值:1(允许 1 次并行下载,一次允许 2 次下载)" @@ -811,9 +810,9 @@ msgstr " - 最小值:1(允许 1 次并行下载,一次允许 2 次下载 msgid " - Disable/Default : 0 ( Disables parallel downloading, allows only 1 download at a time )" msgstr " - 禁用/默认:0(禁用并行下载,一次只允许 1 个下载)" -#, python-brace-format +#, fuzzy, python-brace-format msgid "Invalid input! Try again with a valid input [1 to {max_downloads}, or 0 to disable]" -msgstr "输入无效! 使用有效输入重试 [1 到 {max_downloads},或 0 到禁用]" +msgstr "输入无效! 使用有效输入重试 [1 到 {},或 0 到禁用]" msgid "Parallel Downloads" msgstr "并行下载" @@ -1168,3 +1167,10 @@ msgstr "镜像区域" #, fuzzy msgid "Mirror regions" msgstr "镜像区域" + +#, fuzzy +msgid " - Maximum value : {} ( Allows {} parallel downloads, allows {max_downloads+1} downloads at a time )" +msgstr " - 最大值:{}(允许 {} 次并行下载,一次允许 {} 次下载)" + +msgid "Invalid input! Try again with a valid input [1 to {}, or 0 to disable]" +msgstr "输入无效! 使用有效输入重试 [1 到 {},或 0 到禁用]" -- cgit v1.2.3-54-g00ecf From 3bc624298aec09c2cba126984db6985bb0c600cc Mon Sep 17 00:00:00 2001 From: Kefaku <114934849+Kefaku@users.noreply.github.com> Date: Mon, 5 Jun 2023 10:54:20 +0200 Subject: Add some translations for locales/de (#1844) Co-authored-by: Anton Hvornum --- archinstall/locales/de/LC_MESSAGES/base.po | 40 +++++++++++++++--------------- 1 file changed, 20 insertions(+), 20 deletions(-) (limited to 'archinstall/locales') diff --git a/archinstall/locales/de/LC_MESSAGES/base.po b/archinstall/locales/de/LC_MESSAGES/base.po index 6dfb0801..ed1657ee 100644 --- a/archinstall/locales/de/LC_MESSAGES/base.po +++ b/archinstall/locales/de/LC_MESSAGES/base.po @@ -746,10 +746,10 @@ msgid "Size" msgstr "Größe" msgid "Free space" -msgstr "Freier Speicherplatz" +msgstr "Freier Speicherplatz:" msgid "Bus-type" -msgstr "Bustyp" +msgstr "Bus-Typ" msgid "Either root-password or at least 1 user with sudo privileges must be specified" msgstr "Entweder root Passwort oder mindestens ein Superuser muss konfiguriert sein" @@ -758,7 +758,7 @@ msgid "Enter username (leave blank to skip): " msgstr "Benutzernamen eingeben (leer lassen um zu Überspringen): " msgid "The username you entered is invalid. Try again" -msgstr "Der Benutzername, den Sie eingegeben haben, ist nicht gültig. Bitte erneut versuchen" +msgstr "Der eingegebene Benutzername ist ungültig. Erneut versuchen" msgid "Should \"{}\" be a superuser (sudo)?" msgstr "Soll {} ein Superuser sein (sudo)?" @@ -831,22 +831,22 @@ msgid "[Default value: 0] > " msgstr "[Standardwert: 0] > " msgid "To be able to use this translation, please install a font manually that supports the language." -msgstr "Um diese Übersetzung zu verwenden, installieren Sie bitte manuell eine Schrift, die diese Unterstüzt" +msgstr "Um diese Übersetzung nutzen zu können, installieren Sie bitte manuell eine Schriftart, die diese Sprache unterstützt." msgid "The font should be stored as {}" -msgstr "Die Schrift sollte als {} gespeichert werden" +msgstr "Die Schriftart sollte als {} gespeichert werden" msgid "Archinstall requires root privileges to run. See --help for more." -msgstr "Archinstall benötigt root Rechte um zu funktionieren. Verwenden Sie --help für mehr Informationen." +msgstr "Archinstall benötigt Root-Rechte zum ausführen. Siehe --help für mehr." msgid "Select an execution mode" msgstr "Wählen Sie einen Ausführmodus" msgid "Unable to fetch profile from specified url: {}" -msgstr "Profil von der URL \"{}\" abrufen nicht möglich" +msgstr "Konnte Profil nicht von der angegebenen URL fetchen: {}" msgid "Profiles must have unique name, but profile definitions with duplicate name found: {}" -msgstr "Profile benötigen einzigartige Namen, aber Profildefinitionen mit gleichen Namen gefunden: {}" +msgstr "Profile müssen einen eindeutige Namen haben, aber Profildefinition mit gleichem Namen gefunden: {}" msgid "Select one or more devices to use and configure" msgstr "Bitte wählen Sie ein oder mehrere Geräte aus, die konfiguriert und verwendet werden sollen" @@ -903,7 +903,7 @@ msgid "Partition" msgstr "Partition" msgid "This partition is currently encrypted, to format it a filesystem has to be specified" -msgstr "Diese Partition ist momentan verschlüsselt, um sie zu formatieren, muss ein Dateisystem angegeben werden" +msgstr "Diese Partition ist aktuell verschlüsselt, zum formatieren muss ein Dateisystem angegeben werden" msgid "Partition mount-points are relative to inside the installation, the boot would be /boot as an example." msgstr "Die Einhängeorte sind relativ zur Installation, zum Beispiel boot würde bei /boot eingehängt werden" @@ -915,7 +915,7 @@ msgid "Mountpoint: " msgstr "Einhängepunkt: " msgid "Current free sectors on device {}:" -msgstr "Momentan freie Sektoren auf Gerät {}:" +msgstr "Aktuell freie Sektoren auf dem Gerät {}:" msgid "Total sectors: {}" msgstr "Sektoren insgesamt: {}" @@ -927,13 +927,13 @@ msgid "Enter the end sector of the partition (percentage or block number, defaul msgstr "Bitte geben Sie den Endsektor der Partition ein (Prozent oder Blocknummer, Standard: {}): " msgid "This will remove all newly added partitions, continue?" -msgstr "Dies wird alle neu hinzugefügten Partitionen entfernen. Fortfahren?" +msgstr "Dies wird alle neu hinzugefügten Partitionen entfernen, fortfahren?" msgid "Partition management: {}" msgstr "Partitionsverwaltung: {}" msgid "Total length: {}" -msgstr "Länge insgesamt: {}" +msgstr "Gesamtlänge: {}" msgid "Encryption type" msgstr "Verschlüsselungstyp" @@ -942,7 +942,7 @@ msgid "Partitions" msgstr "Partitionen" msgid "No HSM devices available" -msgstr "Keine HSM-Geräte verfügbar" +msgstr "Kein HSM-Gerät verfügbar" msgid "Partitions to be encrypted" msgstr "Partitionen die verschlüsselt werden" @@ -975,7 +975,7 @@ msgid "← Back" msgstr "← Zurück" msgid "Disk encryption" -msgstr "Laufwerksverschlüsselung" +msgstr "Festplattenverschlüsselung" msgid "Configuration" msgstr "Konfiguration" @@ -996,7 +996,7 @@ msgid "Environment type: {}" msgstr "Umgebungstyp: {}" msgid "The proprietary Nvidia driver is not supported by Sway. It is likely that you will run into issues, are you okay with that?" -msgstr "Der proprietäre Nvidiatreiber wird von Sway nicht unterstütz. Es ist wahrscheinlich, dass Probleme auftreten werden. Ist das Okay?" +msgstr "Der proprietäre Nvidia Treiber wird von Sway nicht unterstptzt. Es ist wahrscheinlich, dass Fehler auftreten werden, trotzdem fortfahren?" msgid "Installed packages" msgstr "Installiere Pakete" @@ -1014,7 +1014,7 @@ msgid "Profile name: " msgstr "Profilname: " msgid "The profile name you entered is already in use. Try again" -msgstr "Der eingegebende Profilname ist bereits in Verwendung. Erneut versuchen" +msgstr "Der eingegebene Profilname wird bereits verwendet. Erneut versuchen" msgid "Packages to be install with this profile (space separated, leave blank to skip): " msgstr "Zusätzliche Pakete die mit diesem Profil installiert werden sollen (Mit Leerzeichen trennen, leer lassen zum überspringen): " @@ -1023,10 +1023,10 @@ msgid "Services to be enabled with this profile (space separated, leave blank to msgstr "Dienste die mit diesem Profil installiert werden sollen (Mit Leerzeichen trennen, leer lassen zum überspringen): " msgid "Should this profile be enabled for installation?" -msgstr "Soll diese Profil für die Installation verwendet werden?" +msgstr "Soll dieses Profil für die Installation aktiviert werden?" msgid "Create your own" -msgstr "Eigenes erstellen" +msgstr "Erstelle ein eigenes" msgid "" "\n" @@ -1058,7 +1058,7 @@ msgid "Please chose which greeter to install" msgstr "Bitte den zu installierenden Greeter (Begrüßer/Anmeldebildschirm) auswählen" msgid "This is a list of pre-programmed default_profiles" -msgstr "Dies ist eine Liste an vorgefertigten Standardprofilen" +msgstr "Dies ist eine liste von vorprogrammierten Standardprofilen:" msgid "Disk configuration" msgstr "Laufwerkskonfiguration" @@ -1067,7 +1067,7 @@ msgid "Profiles" msgstr "Profile" msgid "Finding possible directories to save configuration files ..." -msgstr "Suche mögliche Ordner zum Konfigurationen speichern..." +msgstr "Finde mögliche Pfade um Konfigurationsdateien zu speichern..." msgid "Select directory (or directories) for saving configuration files" msgstr "Ordner um Konfigurationsdateien zu erstellen auswählen" -- cgit v1.2.3-54-g00ecf From b02e00d22e260af60832d4b69c92a41191914082 Mon Sep 17 00:00:00 2001 From: George Angelopoulos Date: Mon, 5 Jun 2023 13:27:58 +0300 Subject: Rephrase NetworkManager dependency message for clarity. (#1834) The phrase "X necessary to configure Y in Z" is at best ambiguous and could mean that Y and Z are required by X, while the intended message is the reverse. The phrase "necessary for configuring" makes the relationship clearer. --- archinstall/locales/ar/LC_MESSAGES/base.mo | Bin 3799 -> 3803 bytes archinstall/locales/ar/LC_MESSAGES/base.po | 2 +- archinstall/locales/base.pot | 2 +- archinstall/locales/cs/LC_MESSAGES/base.mo | Bin 25981 -> 25985 bytes archinstall/locales/cs/LC_MESSAGES/base.po | 2 +- archinstall/locales/de/LC_MESSAGES/base.mo | Bin 37641 -> 37645 bytes archinstall/locales/de/LC_MESSAGES/base.po | 2 +- archinstall/locales/el/LC_MESSAGES/base.mo | Bin 35428 -> 35432 bytes archinstall/locales/el/LC_MESSAGES/base.po | 2 +- archinstall/locales/en/LC_MESSAGES/base.po | 2 +- archinstall/locales/es/LC_MESSAGES/base.mo | Bin 24393 -> 24397 bytes archinstall/locales/es/LC_MESSAGES/base.po | 2 +- archinstall/locales/et/LC_MESSAGES/base.mo | Bin 35633 -> 35637 bytes archinstall/locales/et/LC_MESSAGES/base.po | 2 +- archinstall/locales/fr/LC_MESSAGES/base.mo | Bin 27428 -> 27432 bytes archinstall/locales/fr/LC_MESSAGES/base.po | 2 +- archinstall/locales/id/LC_MESSAGES/base.mo | Bin 26258 -> 26262 bytes archinstall/locales/id/LC_MESSAGES/base.po | 2 +- archinstall/locales/it/LC_MESSAGES/base.mo | Bin 26541 -> 26545 bytes archinstall/locales/it/LC_MESSAGES/base.po | 2 +- archinstall/locales/ka/LC_MESSAGES/base.mo | Bin 44823 -> 44827 bytes archinstall/locales/ka/LC_MESSAGES/base.po | 2 +- archinstall/locales/ko/LC_MESSAGES/base.mo | Bin 27221 -> 27225 bytes archinstall/locales/ko/LC_MESSAGES/base.po | 2 +- archinstall/locales/nl/LC_MESSAGES/base.mo | Bin 17688 -> 17692 bytes archinstall/locales/nl/LC_MESSAGES/base.po | 2 +- archinstall/locales/pl/LC_MESSAGES/base.mo | Bin 25126 -> 25130 bytes archinstall/locales/pl/LC_MESSAGES/base.po | 2 +- archinstall/locales/pt/LC_MESSAGES/base.mo | Bin 16333 -> 16337 bytes archinstall/locales/pt/LC_MESSAGES/base.po | 2 +- archinstall/locales/pt_BR/LC_MESSAGES/base.mo | Bin 27023 -> 27027 bytes archinstall/locales/pt_BR/LC_MESSAGES/base.po | 2 +- archinstall/locales/ru/LC_MESSAGES/base.mo | Bin 35889 -> 35893 bytes archinstall/locales/ru/LC_MESSAGES/base.po | 2 +- archinstall/locales/sv/LC_MESSAGES/base.mo | Bin 22729 -> 22733 bytes archinstall/locales/sv/LC_MESSAGES/base.po | 2 +- archinstall/locales/ta/LC_MESSAGES/base.mo | Bin 47476 -> 47480 bytes archinstall/locales/ta/LC_MESSAGES/base.po | 2 +- archinstall/locales/tr/LC_MESSAGES/base.mo | Bin 24422 -> 24426 bytes archinstall/locales/tr/LC_MESSAGES/base.po | 2 +- archinstall/locales/uk/LC_MESSAGES/base.mo | Bin 36024 -> 36028 bytes archinstall/locales/uk/LC_MESSAGES/base.po | 2 +- archinstall/locales/ur/LC_MESSAGES/base.mo | Bin 20487 -> 20491 bytes archinstall/locales/ur/LC_MESSAGES/base.po | 2 +- archinstall/locales/zh-CN/LC_MESSAGES/base.mo | Bin 23992 -> 23996 bytes archinstall/locales/zh-CN/LC_MESSAGES/base.po | 2 +- archinstall/locales/zh-TW/LC_MESSAGES/base.mo | Bin 32090 -> 32094 bytes archinstall/locales/zh-TW/LC_MESSAGES/base.po | 2 +- 48 files changed, 25 insertions(+), 25 deletions(-) (limited to 'archinstall/locales') diff --git a/archinstall/locales/ar/LC_MESSAGES/base.mo b/archinstall/locales/ar/LC_MESSAGES/base.mo index 6218cc97..4426a2dd 100644 Binary files a/archinstall/locales/ar/LC_MESSAGES/base.mo and b/archinstall/locales/ar/LC_MESSAGES/base.mo differ diff --git a/archinstall/locales/ar/LC_MESSAGES/base.po b/archinstall/locales/ar/LC_MESSAGES/base.po index 0944913a..ab1e512f 100644 --- a/archinstall/locales/ar/LC_MESSAGES/base.po +++ b/archinstall/locales/ar/LC_MESSAGES/base.po @@ -65,7 +65,7 @@ msgstr "اكتب حزمًا إضافية لتثبيتها (تُفصَل بالم msgid "Copy ISO network configuration to installation" msgstr "انسخ إعداد شبكة الـISO للتثبيت" -msgid "Use NetworkManager (necessary to configure internet graphically in GNOME and KDE)" +msgid "Use NetworkManager ( necessary for configuring internet graphically in GNOME and KDE)" msgstr "استخدم مُدير الشبكة (ضروري لإعداد الإنترنت باستخدام واجهة رسومية في جنوم و كيدي)" msgid "Select one network interface to configure" diff --git a/archinstall/locales/base.pot b/archinstall/locales/base.pot index cc01f5fc..9c6bb2cb 100644 --- a/archinstall/locales/base.pot +++ b/archinstall/locales/base.pot @@ -63,7 +63,7 @@ msgid "Copy ISO network configuration to installation" msgstr "" msgid "" -"Use NetworkManager (necessary to configure internet graphically in GNOME and " +"Use NetworkManager ( necessary for configuring internet graphically in GNOME and " "KDE)" msgstr "" diff --git a/archinstall/locales/cs/LC_MESSAGES/base.mo b/archinstall/locales/cs/LC_MESSAGES/base.mo index b8808152..c5eee97a 100644 Binary files a/archinstall/locales/cs/LC_MESSAGES/base.mo and b/archinstall/locales/cs/LC_MESSAGES/base.mo differ diff --git a/archinstall/locales/cs/LC_MESSAGES/base.po b/archinstall/locales/cs/LC_MESSAGES/base.po index 20f3c257..fa9aec03 100644 --- a/archinstall/locales/cs/LC_MESSAGES/base.po +++ b/archinstall/locales/cs/LC_MESSAGES/base.po @@ -62,7 +62,7 @@ msgstr "Zadejte další balíčky k instalaci (oddělené mezerou, ponechte prá msgid "Copy ISO network configuration to installation" msgstr "Zkopírovat do instalace konfiguraci sítě z ISO" -msgid "Use NetworkManager (necessary to configure internet graphically in GNOME and KDE)" +msgid "Use NetworkManager ( necessary for configuring internet graphically in GNOME and KDE)" msgstr "Použít NetworkManager (potřebné pro grafickou konfiguraci v GNOME a KDE)" msgid "Select one network interface to configure" diff --git a/archinstall/locales/de/LC_MESSAGES/base.mo b/archinstall/locales/de/LC_MESSAGES/base.mo index 988eeb38..013ad598 100644 Binary files a/archinstall/locales/de/LC_MESSAGES/base.mo and b/archinstall/locales/de/LC_MESSAGES/base.mo differ diff --git a/archinstall/locales/de/LC_MESSAGES/base.po b/archinstall/locales/de/LC_MESSAGES/base.po index ed1657ee..75beee94 100644 --- a/archinstall/locales/de/LC_MESSAGES/base.po +++ b/archinstall/locales/de/LC_MESSAGES/base.po @@ -62,7 +62,7 @@ msgstr "Schreiben Sie zusätzliche Pakete die installiert werden sollen (mit ein msgid "Copy ISO network configuration to installation" msgstr "ISO-Netzwerk Einstellungen in die Installation kopieren" -msgid "Use NetworkManager (necessary to configure internet graphically in GNOME and KDE)" +msgid "Use NetworkManager ( necessary for configuring internet graphically in GNOME and KDE)" msgstr "NetworkManager benutzen (notwendig um Internet auf grafische Weise in GNOME und KDE einzustellen)" msgid "Select one network interface to configure" diff --git a/archinstall/locales/el/LC_MESSAGES/base.mo b/archinstall/locales/el/LC_MESSAGES/base.mo index 9a8c99af..aa0eb25e 100644 Binary files a/archinstall/locales/el/LC_MESSAGES/base.mo and b/archinstall/locales/el/LC_MESSAGES/base.mo differ diff --git a/archinstall/locales/el/LC_MESSAGES/base.po b/archinstall/locales/el/LC_MESSAGES/base.po index 4b4db260..8ffb37fb 100644 --- a/archinstall/locales/el/LC_MESSAGES/base.po +++ b/archinstall/locales/el/LC_MESSAGES/base.po @@ -62,7 +62,7 @@ msgstr "Γράψτε περαιτέρω πακέτα προς εγκατάστα msgid "Copy ISO network configuration to installation" msgstr "Αντιγραφή διαμόρφωση δικτύου ISO στην εγκατάσταση" -msgid "Use NetworkManager (necessary to configure internet graphically in GNOME and KDE)" +msgid "Use NetworkManager ( necessary for configuring internet graphically in GNOME and KDE)" msgstr "Χρήση NetworkManager (απαραίτητος για τη διαμόρφωση του δικτύου γραφικά σε GNOME και KDE)" msgid "Select one network interface to configure" diff --git a/archinstall/locales/en/LC_MESSAGES/base.po b/archinstall/locales/en/LC_MESSAGES/base.po index 5a38a4db..8e98011e 100644 --- a/archinstall/locales/en/LC_MESSAGES/base.po +++ b/archinstall/locales/en/LC_MESSAGES/base.po @@ -62,7 +62,7 @@ msgstr "" msgid "Copy ISO network configuration to installation" msgstr "" -msgid "Use NetworkManager (necessary to configure internet graphically in GNOME and KDE)" +msgid "Use NetworkManager ( necessary for configuring internet graphically in GNOME and KDE)" msgstr "" msgid "Select one network interface to configure" diff --git a/archinstall/locales/es/LC_MESSAGES/base.mo b/archinstall/locales/es/LC_MESSAGES/base.mo index 7194020e..816720b2 100644 Binary files a/archinstall/locales/es/LC_MESSAGES/base.mo and b/archinstall/locales/es/LC_MESSAGES/base.mo differ diff --git a/archinstall/locales/es/LC_MESSAGES/base.po b/archinstall/locales/es/LC_MESSAGES/base.po index 22ab693c..b74eccdb 100644 --- a/archinstall/locales/es/LC_MESSAGES/base.po +++ b/archinstall/locales/es/LC_MESSAGES/base.po @@ -62,7 +62,7 @@ msgstr "Escriba paquetes adicionales para instalar (separados por espacios, deja msgid "Copy ISO network configuration to installation" msgstr "Copiar la configuración de red ISO a la instalación" -msgid "Use NetworkManager (necessary to configure internet graphically in GNOME and KDE)" +msgid "Use NetworkManager ( necessary for configuring internet graphically in GNOME and KDE)" msgstr "Usar NetworkManager (necesario para configurar internet gráficamente en GNOME y KDE)" msgid "Select one network interface to configure" diff --git a/archinstall/locales/et/LC_MESSAGES/base.mo b/archinstall/locales/et/LC_MESSAGES/base.mo index f9c9f7ce..2cb48d14 100644 Binary files a/archinstall/locales/et/LC_MESSAGES/base.mo and b/archinstall/locales/et/LC_MESSAGES/base.mo differ diff --git a/archinstall/locales/et/LC_MESSAGES/base.po b/archinstall/locales/et/LC_MESSAGES/base.po index 8c2582f9..d03e51d7 100644 --- a/archinstall/locales/et/LC_MESSAGES/base.po +++ b/archinstall/locales/et/LC_MESSAGES/base.po @@ -62,7 +62,7 @@ msgstr "Kirjutage paigaldatavad lisapaketid (tühikutega eraldatuna, jätke tüh msgid "Copy ISO network configuration to installation" msgstr "ISO-võrgu konfiguratsiooni kopeerimine paigaldusse" -msgid "Use NetworkManager (necessary to configure internet graphically in GNOME and KDE)" +msgid "Use NetworkManager ( necessary for configuring internet graphically in GNOME and KDE)" msgstr "Kasutage NetworkManagerit (vajalik interneti graafiliseks konfigureerimiseks GNOME-s ja KDE-s)." msgid "Select one network interface to configure" diff --git a/archinstall/locales/fr/LC_MESSAGES/base.mo b/archinstall/locales/fr/LC_MESSAGES/base.mo index 81e6ce00..3889b469 100644 Binary files a/archinstall/locales/fr/LC_MESSAGES/base.mo and b/archinstall/locales/fr/LC_MESSAGES/base.mo differ diff --git a/archinstall/locales/fr/LC_MESSAGES/base.po b/archinstall/locales/fr/LC_MESSAGES/base.po index ec5fc68e..bc2c2c5a 100644 --- a/archinstall/locales/fr/LC_MESSAGES/base.po +++ b/archinstall/locales/fr/LC_MESSAGES/base.po @@ -62,7 +62,7 @@ msgstr "Écrire des packages supplémentaires à installer (espaces séparés, l msgid "Copy ISO network configuration to installation" msgstr "Copier la configuration réseau ISO dans l'installation" -msgid "Use NetworkManager (necessary to configure internet graphically in GNOME and KDE)" +msgid "Use NetworkManager ( necessary for configuring internet graphically in GNOME and KDE)" msgstr "Utiliser NetworkManager (nécessaire pour configurer graphiquement Internet dans GNOME et KDE)" msgid "Select one network interface to configure" diff --git a/archinstall/locales/id/LC_MESSAGES/base.mo b/archinstall/locales/id/LC_MESSAGES/base.mo index db3649bd..c9c5d191 100644 Binary files a/archinstall/locales/id/LC_MESSAGES/base.mo and b/archinstall/locales/id/LC_MESSAGES/base.mo differ diff --git a/archinstall/locales/id/LC_MESSAGES/base.po b/archinstall/locales/id/LC_MESSAGES/base.po index f2ede55f..791200b6 100644 --- a/archinstall/locales/id/LC_MESSAGES/base.po +++ b/archinstall/locales/id/LC_MESSAGES/base.po @@ -62,7 +62,7 @@ msgstr "Ketik paket tambahan untuk diinstal (dipisahkan dengan spasi, biarkan ko msgid "Copy ISO network configuration to installation" msgstr "Salin konfigurasi jaringan ISO ke instalasi" -msgid "Use NetworkManager (necessary to configure internet graphically in GNOME and KDE)" +msgid "Use NetworkManager ( necessary for configuring internet graphically in GNOME and KDE)" msgstr "Gunakan NetworkManager (diperlukan untuk mengkonfigurasi internet secara grafis di GNOME dan KDE)" msgid "Select one network interface to configure" diff --git a/archinstall/locales/it/LC_MESSAGES/base.mo b/archinstall/locales/it/LC_MESSAGES/base.mo index e63c377e..f20e4ca7 100644 Binary files a/archinstall/locales/it/LC_MESSAGES/base.mo and b/archinstall/locales/it/LC_MESSAGES/base.mo differ diff --git a/archinstall/locales/it/LC_MESSAGES/base.po b/archinstall/locales/it/LC_MESSAGES/base.po index 703f0000..b2701e2a 100644 --- a/archinstall/locales/it/LC_MESSAGES/base.po +++ b/archinstall/locales/it/LC_MESSAGES/base.po @@ -62,7 +62,7 @@ msgstr "Scrivi pacchetti aggiuntivi da installare (separati da spazi, lascia vuo msgid "Copy ISO network configuration to installation" msgstr "Copia la configurazione di rete ISO nell'installazione" -msgid "Use NetworkManager (necessary to configure internet graphically in GNOME and KDE)" +msgid "Use NetworkManager ( necessary for configuring internet graphically in GNOME and KDE)" msgstr "Usa NetworkManager (necessario per configurare graficamente Internet in GNOME e KDE)" msgid "Select one network interface to configure" diff --git a/archinstall/locales/ka/LC_MESSAGES/base.mo b/archinstall/locales/ka/LC_MESSAGES/base.mo index 31e14aa2..7f881a1e 100644 Binary files a/archinstall/locales/ka/LC_MESSAGES/base.mo and b/archinstall/locales/ka/LC_MESSAGES/base.mo differ diff --git a/archinstall/locales/ka/LC_MESSAGES/base.po b/archinstall/locales/ka/LC_MESSAGES/base.po index 6e4823eb..5310b8e2 100644 --- a/archinstall/locales/ka/LC_MESSAGES/base.po +++ b/archinstall/locales/ka/LC_MESSAGES/base.po @@ -63,7 +63,7 @@ msgstr "დამატებითი პაკეტები დასაყ msgid "Copy ISO network configuration to installation" msgstr "ISO-ის ქსელის კონფიგურაციის კოპირება დაყენების დროს" -msgid "Use NetworkManager (necessary to configure internet graphically in GNOME and KDE)" +msgid "Use NetworkManager ( necessary for configuring internet graphically in GNOME and KDE)" msgstr "NetworkManager-ის გამოყენება (აუცილებელია ინტერნეტის GNOME/KDE-დან მოსარგებად)" msgid "Select one network interface to configure" diff --git a/archinstall/locales/ko/LC_MESSAGES/base.mo b/archinstall/locales/ko/LC_MESSAGES/base.mo index ddec6151..fd566d62 100644 Binary files a/archinstall/locales/ko/LC_MESSAGES/base.mo and b/archinstall/locales/ko/LC_MESSAGES/base.mo differ diff --git a/archinstall/locales/ko/LC_MESSAGES/base.po b/archinstall/locales/ko/LC_MESSAGES/base.po index de46b698..5287b097 100644 --- a/archinstall/locales/ko/LC_MESSAGES/base.po +++ b/archinstall/locales/ko/LC_MESSAGES/base.po @@ -62,7 +62,7 @@ msgstr "설치할 추가 패키지 작성하세요 (띄어쓰기로 구분, 건 msgid "Copy ISO network configuration to installation" msgstr "ISO 네트워크 구성을 설치에 복사" -msgid "Use NetworkManager (necessary to configure internet graphically in GNOME and KDE)" +msgid "Use NetworkManager ( necessary for configuring internet graphically in GNOME and KDE)" msgstr "NetworkManager 사용 (GNOME 이나 KDE 에서 그래픽으로 인터넷을 구성하는 데 필요)" msgid "Select one network interface to configure" diff --git a/archinstall/locales/nl/LC_MESSAGES/base.mo b/archinstall/locales/nl/LC_MESSAGES/base.mo index 222f21e9..017c7645 100644 Binary files a/archinstall/locales/nl/LC_MESSAGES/base.mo and b/archinstall/locales/nl/LC_MESSAGES/base.mo differ diff --git a/archinstall/locales/nl/LC_MESSAGES/base.po b/archinstall/locales/nl/LC_MESSAGES/base.po index 6dfeed53..5c88cbf5 100644 --- a/archinstall/locales/nl/LC_MESSAGES/base.po +++ b/archinstall/locales/nl/LC_MESSAGES/base.po @@ -63,7 +63,7 @@ msgstr "Typ de namen van te installeren pakketten (spatiegescheiden - laat leeg msgid "Copy ISO network configuration to installation" msgstr "ISO-netwerkinstellingen overzetten naar fysieke installatie" -msgid "Use NetworkManager (necessary to configure internet graphically in GNOME and KDE)" +msgid "Use NetworkManager ( necessary for configuring internet graphically in GNOME and KDE)" msgstr "NetworkManager gebruiken (benodigd om internetinstellingen grafisch in te stellen in GNOME en KDE)" msgid "Select one network interface to configure" diff --git a/archinstall/locales/pl/LC_MESSAGES/base.mo b/archinstall/locales/pl/LC_MESSAGES/base.mo index 0904a1a1..5892c23b 100644 Binary files a/archinstall/locales/pl/LC_MESSAGES/base.mo and b/archinstall/locales/pl/LC_MESSAGES/base.mo differ diff --git a/archinstall/locales/pl/LC_MESSAGES/base.po b/archinstall/locales/pl/LC_MESSAGES/base.po index fa53c7f0..22e46ca5 100644 --- a/archinstall/locales/pl/LC_MESSAGES/base.po +++ b/archinstall/locales/pl/LC_MESSAGES/base.po @@ -62,7 +62,7 @@ msgstr "Wpisz dodatkowe pakiety do zainstalowania (oddzielone spacjami, pozostaw msgid "Copy ISO network configuration to installation" msgstr "Skopiuj ustawienia sieciowe ISO do instalacji" -msgid "Use NetworkManager (necessary to configure internet graphically in GNOME and KDE)" +msgid "Use NetworkManager ( necessary for configuring internet graphically in GNOME and KDE)" msgstr "Użyj programu NetworkManager (niezbędne do graficznej konfiguracji Internetu w środowiskach GNOME i KDE)" msgid "Select one network interface to configure" diff --git a/archinstall/locales/pt/LC_MESSAGES/base.mo b/archinstall/locales/pt/LC_MESSAGES/base.mo index 99fd4b02..7d3e1212 100644 Binary files a/archinstall/locales/pt/LC_MESSAGES/base.mo and b/archinstall/locales/pt/LC_MESSAGES/base.mo differ diff --git a/archinstall/locales/pt/LC_MESSAGES/base.po b/archinstall/locales/pt/LC_MESSAGES/base.po index 7f0d5eba..761612e9 100644 --- a/archinstall/locales/pt/LC_MESSAGES/base.po +++ b/archinstall/locales/pt/LC_MESSAGES/base.po @@ -61,7 +61,7 @@ msgstr "Escreve pacotes adicionais para instalar (separados por espaço, deixa e msgid "Copy ISO network configuration to installation" msgstr "Copiar a configuração de rede do ISO para a instalação" -msgid "Use NetworkManager (necessary to configure internet graphically in GNOME and KDE)" +msgid "Use NetworkManager ( necessary for configuring internet graphically in GNOME and KDE)" msgstr "Usar NetworkManager (necessário para configurar internet graficamente em GNOME e KDE)" msgid "Select one network interface to configure" diff --git a/archinstall/locales/pt_BR/LC_MESSAGES/base.mo b/archinstall/locales/pt_BR/LC_MESSAGES/base.mo index 51580dbb..4fdcf0ef 100644 Binary files a/archinstall/locales/pt_BR/LC_MESSAGES/base.mo and b/archinstall/locales/pt_BR/LC_MESSAGES/base.mo differ diff --git a/archinstall/locales/pt_BR/LC_MESSAGES/base.po b/archinstall/locales/pt_BR/LC_MESSAGES/base.po index c36250f5..72afd820 100644 --- a/archinstall/locales/pt_BR/LC_MESSAGES/base.po +++ b/archinstall/locales/pt_BR/LC_MESSAGES/base.po @@ -66,7 +66,7 @@ msgstr "Digite pacotes adicionais para instalar (separados por espaço, deixe em msgid "Copy ISO network configuration to installation" msgstr "Copiar a configuração de rede da ISO para a instalação" -msgid "Use NetworkManager (necessary to configure internet graphically in GNOME and KDE)" +msgid "Use NetworkManager ( necessary for configuring internet graphically in GNOME and KDE)" msgstr "Usar NetworkManager (necessário para configurar internet graficamente no GNOME e KDE)" msgid "Select one network interface to configure" diff --git a/archinstall/locales/ru/LC_MESSAGES/base.mo b/archinstall/locales/ru/LC_MESSAGES/base.mo index 4480d852..7a46d3d0 100644 Binary files a/archinstall/locales/ru/LC_MESSAGES/base.mo and b/archinstall/locales/ru/LC_MESSAGES/base.mo differ diff --git a/archinstall/locales/ru/LC_MESSAGES/base.po b/archinstall/locales/ru/LC_MESSAGES/base.po index 90d78f2e..8d1ddefb 100644 --- a/archinstall/locales/ru/LC_MESSAGES/base.po +++ b/archinstall/locales/ru/LC_MESSAGES/base.po @@ -63,7 +63,7 @@ msgstr "Напишите дополнительные пакеты для уст msgid "Copy ISO network configuration to installation" msgstr "Копировать сетевую конфигурацию ISO в установку" -msgid "Use NetworkManager (necessary to configure internet graphically in GNOME and KDE)" +msgid "Use NetworkManager ( necessary for configuring internet graphically in GNOME and KDE)" msgstr "Использовать NetworkManager (необходим для графической настройки интернета в GNOME и KDE)" msgid "Select one network interface to configure" diff --git a/archinstall/locales/sv/LC_MESSAGES/base.mo b/archinstall/locales/sv/LC_MESSAGES/base.mo index 243f1d9f..90c90265 100644 Binary files a/archinstall/locales/sv/LC_MESSAGES/base.mo and b/archinstall/locales/sv/LC_MESSAGES/base.mo differ diff --git a/archinstall/locales/sv/LC_MESSAGES/base.po b/archinstall/locales/sv/LC_MESSAGES/base.po index ebb7a275..7b1a4c3a 100644 --- a/archinstall/locales/sv/LC_MESSAGES/base.po +++ b/archinstall/locales/sv/LC_MESSAGES/base.po @@ -63,7 +63,7 @@ msgstr "Skriv ytterligare paket som skall installeras (separerade med mellanslag msgid "Copy ISO network configuration to installation" msgstr "Kopiera nätverkskonfigurationen från ISO till installationen" -msgid "Use NetworkManager (necessary to configure internet graphically in GNOME and KDE)" +msgid "Use NetworkManager ( necessary for configuring internet graphically in GNOME and KDE)" msgstr "Använd NetworkManager (nödvändig för konfigurera internet i grafiska miljöerna GNOME och KDE)" msgid "Select one network interface to configure" diff --git a/archinstall/locales/ta/LC_MESSAGES/base.mo b/archinstall/locales/ta/LC_MESSAGES/base.mo index fc2b70e6..dd7d1632 100644 Binary files a/archinstall/locales/ta/LC_MESSAGES/base.mo and b/archinstall/locales/ta/LC_MESSAGES/base.mo differ diff --git a/archinstall/locales/ta/LC_MESSAGES/base.po b/archinstall/locales/ta/LC_MESSAGES/base.po index 14ed4d98..b9276f2a 100644 --- a/archinstall/locales/ta/LC_MESSAGES/base.po +++ b/archinstall/locales/ta/LC_MESSAGES/base.po @@ -62,7 +62,7 @@ msgstr "நிறுவ கூடுதல் தொகுப்புகளை msgid "Copy ISO network configuration to installation" msgstr "நிறுவலுக்கு ISO பிணைய கட்டமைப்பு நகலெடுக்கவும்" -msgid "Use NetworkManager (necessary to configure internet graphically in GNOME and KDE)" +msgid "Use NetworkManager ( necessary for configuring internet graphically in GNOME and KDE)" msgstr "பயன்படுத்துங்கள் NetworkManager ஐப்(GNOME மற்றும் KDE இல் இணையத்தை வரைகலை முறையில் கட்டமைக்க அவசியம்)" msgid "Select one network interface to configure" diff --git a/archinstall/locales/tr/LC_MESSAGES/base.mo b/archinstall/locales/tr/LC_MESSAGES/base.mo index 2e9d1258..0e86c328 100644 Binary files a/archinstall/locales/tr/LC_MESSAGES/base.mo and b/archinstall/locales/tr/LC_MESSAGES/base.mo differ diff --git a/archinstall/locales/tr/LC_MESSAGES/base.po b/archinstall/locales/tr/LC_MESSAGES/base.po index 20fa4f23..ee7a6333 100644 --- a/archinstall/locales/tr/LC_MESSAGES/base.po +++ b/archinstall/locales/tr/LC_MESSAGES/base.po @@ -63,7 +63,7 @@ msgstr "Kurulacak ek paketleri yazınız (boşlukla ayrılmış, geçmek için b msgid "Copy ISO network configuration to installation" msgstr "Kuruluma ISO'dan ağ yapılandırmasını kopyala" -msgid "Use NetworkManager (necessary to configure internet graphically in GNOME and KDE)" +msgid "Use NetworkManager ( necessary for configuring internet graphically in GNOME and KDE)" msgstr "NetworkManager'ı kullan (GNOME ya da KDE'de interneti grafik olarak yapılandırmak için gerekli)" msgid "Select one network interface to configure" diff --git a/archinstall/locales/uk/LC_MESSAGES/base.mo b/archinstall/locales/uk/LC_MESSAGES/base.mo index e7cb8b0b..ad3be19d 100644 Binary files a/archinstall/locales/uk/LC_MESSAGES/base.mo and b/archinstall/locales/uk/LC_MESSAGES/base.mo differ diff --git a/archinstall/locales/uk/LC_MESSAGES/base.po b/archinstall/locales/uk/LC_MESSAGES/base.po index a700c126..f867dd02 100644 --- a/archinstall/locales/uk/LC_MESSAGES/base.po +++ b/archinstall/locales/uk/LC_MESSAGES/base.po @@ -62,7 +62,7 @@ msgstr "Напишіть додаткові пакети для інсталяц msgid "Copy ISO network configuration to installation" msgstr "Скопіюйте конфігурацію мережі ISO для встановлення" -msgid "Use NetworkManager (necessary to configure internet graphically in GNOME and KDE)" +msgid "Use NetworkManager ( necessary for configuring internet graphically in GNOME and KDE)" msgstr "Використовувати NetworkManager (необхідний для графічного налаштування Інтернету в GNOME та KDE)" msgid "Select one network interface to configure" diff --git a/archinstall/locales/ur/LC_MESSAGES/base.mo b/archinstall/locales/ur/LC_MESSAGES/base.mo index e788d932..c1385100 100644 Binary files a/archinstall/locales/ur/LC_MESSAGES/base.mo and b/archinstall/locales/ur/LC_MESSAGES/base.mo differ diff --git a/archinstall/locales/ur/LC_MESSAGES/base.po b/archinstall/locales/ur/LC_MESSAGES/base.po index ac648108..b089bded 100644 --- a/archinstall/locales/ur/LC_MESSAGES/base.po +++ b/archinstall/locales/ur/LC_MESSAGES/base.po @@ -62,7 +62,7 @@ msgstr "انسٹال کرنےکے لیے اضافی پیکجز لکھیں (ال msgid "Copy ISO network configuration to installation" msgstr "آئی ایس او نیٹ ورک کنفیگریشن کو انسٹالیشن میں کاپی کریں" -msgid "Use NetworkManager (necessary to configure internet graphically in GNOME and KDE)" +msgid "Use NetworkManager ( necessary for configuring internet graphically in GNOME and KDE)" msgstr "نیٹ ورک مینجر کا استعمال کریں (GNOME اور KDE میں انٹرنیٹ کو گرافیکلی ترتیب دینے کے لیے ضروری ہے)" msgid "Select one network interface to configure" diff --git a/archinstall/locales/zh-CN/LC_MESSAGES/base.mo b/archinstall/locales/zh-CN/LC_MESSAGES/base.mo index 4502c562..95fefb95 100644 Binary files a/archinstall/locales/zh-CN/LC_MESSAGES/base.mo and b/archinstall/locales/zh-CN/LC_MESSAGES/base.mo differ diff --git a/archinstall/locales/zh-CN/LC_MESSAGES/base.po b/archinstall/locales/zh-CN/LC_MESSAGES/base.po index 04a703ed..aa24192e 100644 --- a/archinstall/locales/zh-CN/LC_MESSAGES/base.po +++ b/archinstall/locales/zh-CN/LC_MESSAGES/base.po @@ -62,7 +62,7 @@ msgstr "编写要安装的附加软件包(空格分隔,留空跳过): " msgid "Copy ISO network configuration to installation" msgstr "将 ISO 网络配置复制到安装" -msgid "Use NetworkManager (necessary to configure internet graphically in GNOME and KDE)" +msgid "Use NetworkManager ( necessary for configuring internet graphically in GNOME and KDE)" msgstr "使用 NetworkManager(在 GNOME 和 KDE 中以图形方式配置 Internet 所必需的)" msgid "Select one network interface to configure" diff --git a/archinstall/locales/zh-TW/LC_MESSAGES/base.mo b/archinstall/locales/zh-TW/LC_MESSAGES/base.mo index 8473e868..154e5fea 100644 Binary files a/archinstall/locales/zh-TW/LC_MESSAGES/base.mo and b/archinstall/locales/zh-TW/LC_MESSAGES/base.mo differ diff --git a/archinstall/locales/zh-TW/LC_MESSAGES/base.po b/archinstall/locales/zh-TW/LC_MESSAGES/base.po index 4b50b2ec..bfc9a2be 100644 --- a/archinstall/locales/zh-TW/LC_MESSAGES/base.po +++ b/archinstall/locales/zh-TW/LC_MESSAGES/base.po @@ -62,7 +62,7 @@ msgstr "請輸入您要安裝的其它套件(以空格分隔,留空以跳過 msgid "Copy ISO network configuration to installation" msgstr "將 ISO 中的網路設置複製到安裝中" -msgid "Use NetworkManager (necessary to configure internet graphically in GNOME and KDE)" +msgid "Use NetworkManager ( necessary for configuring internet graphically in GNOME and KDE)" msgstr "使用 NetworkManager(在 GNOME 和 KDE 透過圖形界面設置網際網路連線所需)" msgid "Select one network interface to configure" -- cgit v1.2.3-54-g00ecf From b60a055348b23d47fe18c70e6c375282e8e66a24 Mon Sep 17 00:00:00 2001 From: George Angelopoulos Date: Mon, 5 Jun 2023 17:58:35 +0300 Subject: remove accidentally added space (#1845) --- archinstall/locales/ar/LC_MESSAGES/base.mo | Bin 3803 -> 3802 bytes archinstall/locales/ar/LC_MESSAGES/base.po | 2 +- archinstall/locales/base.pot | 2 +- archinstall/locales/cs/LC_MESSAGES/base.mo | Bin 25985 -> 25984 bytes archinstall/locales/cs/LC_MESSAGES/base.po | 2 +- archinstall/locales/de/LC_MESSAGES/base.mo | Bin 37645 -> 37644 bytes archinstall/locales/de/LC_MESSAGES/base.po | 2 +- archinstall/locales/el/LC_MESSAGES/base.mo | Bin 35432 -> 35431 bytes archinstall/locales/el/LC_MESSAGES/base.po | 2 +- archinstall/locales/en/LC_MESSAGES/base.po | 2 +- archinstall/locales/es/LC_MESSAGES/base.mo | Bin 24397 -> 24396 bytes archinstall/locales/es/LC_MESSAGES/base.po | 2 +- archinstall/locales/et/LC_MESSAGES/base.mo | Bin 35637 -> 35636 bytes archinstall/locales/et/LC_MESSAGES/base.po | 2 +- archinstall/locales/fr/LC_MESSAGES/base.mo | Bin 27432 -> 27431 bytes archinstall/locales/fr/LC_MESSAGES/base.po | 2 +- archinstall/locales/id/LC_MESSAGES/base.mo | Bin 26262 -> 26261 bytes archinstall/locales/id/LC_MESSAGES/base.po | 2 +- archinstall/locales/it/LC_MESSAGES/base.mo | Bin 26545 -> 26544 bytes archinstall/locales/it/LC_MESSAGES/base.po | 2 +- archinstall/locales/ka/LC_MESSAGES/base.mo | Bin 44827 -> 44826 bytes archinstall/locales/ka/LC_MESSAGES/base.po | 2 +- archinstall/locales/ko/LC_MESSAGES/base.mo | Bin 27225 -> 27224 bytes archinstall/locales/ko/LC_MESSAGES/base.po | 2 +- archinstall/locales/nl/LC_MESSAGES/base.mo | Bin 17692 -> 17691 bytes archinstall/locales/nl/LC_MESSAGES/base.po | 2 +- archinstall/locales/pl/LC_MESSAGES/base.mo | Bin 25130 -> 25129 bytes archinstall/locales/pl/LC_MESSAGES/base.po | 2 +- archinstall/locales/pt/LC_MESSAGES/base.mo | Bin 16337 -> 16336 bytes archinstall/locales/pt/LC_MESSAGES/base.po | 2 +- archinstall/locales/pt_BR/LC_MESSAGES/base.mo | Bin 27027 -> 27026 bytes archinstall/locales/pt_BR/LC_MESSAGES/base.po | 2 +- archinstall/locales/ru/LC_MESSAGES/base.mo | Bin 35893 -> 35892 bytes archinstall/locales/ru/LC_MESSAGES/base.po | 2 +- archinstall/locales/sv/LC_MESSAGES/base.mo | Bin 22733 -> 22732 bytes archinstall/locales/sv/LC_MESSAGES/base.po | 2 +- archinstall/locales/ta/LC_MESSAGES/base.mo | Bin 47480 -> 47479 bytes archinstall/locales/ta/LC_MESSAGES/base.po | 2 +- archinstall/locales/tr/LC_MESSAGES/base.mo | Bin 24426 -> 24425 bytes archinstall/locales/tr/LC_MESSAGES/base.po | 2 +- archinstall/locales/uk/LC_MESSAGES/base.mo | Bin 36028 -> 36027 bytes archinstall/locales/uk/LC_MESSAGES/base.po | 2 +- archinstall/locales/ur/LC_MESSAGES/base.mo | Bin 20491 -> 20490 bytes archinstall/locales/ur/LC_MESSAGES/base.po | 2 +- archinstall/locales/zh-CN/LC_MESSAGES/base.mo | Bin 23996 -> 23995 bytes archinstall/locales/zh-CN/LC_MESSAGES/base.po | 2 +- archinstall/locales/zh-TW/LC_MESSAGES/base.mo | Bin 32094 -> 32093 bytes archinstall/locales/zh-TW/LC_MESSAGES/base.po | 2 +- 48 files changed, 25 insertions(+), 25 deletions(-) (limited to 'archinstall/locales') diff --git a/archinstall/locales/ar/LC_MESSAGES/base.mo b/archinstall/locales/ar/LC_MESSAGES/base.mo index 4426a2dd..d6e9ef26 100644 Binary files a/archinstall/locales/ar/LC_MESSAGES/base.mo and b/archinstall/locales/ar/LC_MESSAGES/base.mo differ diff --git a/archinstall/locales/ar/LC_MESSAGES/base.po b/archinstall/locales/ar/LC_MESSAGES/base.po index ab1e512f..5633fbe6 100644 --- a/archinstall/locales/ar/LC_MESSAGES/base.po +++ b/archinstall/locales/ar/LC_MESSAGES/base.po @@ -65,7 +65,7 @@ msgstr "اكتب حزمًا إضافية لتثبيتها (تُفصَل بالم msgid "Copy ISO network configuration to installation" msgstr "انسخ إعداد شبكة الـISO للتثبيت" -msgid "Use NetworkManager ( necessary for configuring internet graphically in GNOME and KDE)" +msgid "Use NetworkManager (necessary for configuring internet graphically in GNOME and KDE)" msgstr "استخدم مُدير الشبكة (ضروري لإعداد الإنترنت باستخدام واجهة رسومية في جنوم و كيدي)" msgid "Select one network interface to configure" diff --git a/archinstall/locales/base.pot b/archinstall/locales/base.pot index 9c6bb2cb..fd521883 100644 --- a/archinstall/locales/base.pot +++ b/archinstall/locales/base.pot @@ -63,7 +63,7 @@ msgid "Copy ISO network configuration to installation" msgstr "" msgid "" -"Use NetworkManager ( necessary for configuring internet graphically in GNOME and " +"Use NetworkManager (necessary for configuring internet graphically in GNOME and " "KDE)" msgstr "" diff --git a/archinstall/locales/cs/LC_MESSAGES/base.mo b/archinstall/locales/cs/LC_MESSAGES/base.mo index c5eee97a..d668d464 100644 Binary files a/archinstall/locales/cs/LC_MESSAGES/base.mo and b/archinstall/locales/cs/LC_MESSAGES/base.mo differ diff --git a/archinstall/locales/cs/LC_MESSAGES/base.po b/archinstall/locales/cs/LC_MESSAGES/base.po index fa9aec03..0a3aa43c 100644 --- a/archinstall/locales/cs/LC_MESSAGES/base.po +++ b/archinstall/locales/cs/LC_MESSAGES/base.po @@ -62,7 +62,7 @@ msgstr "Zadejte další balíčky k instalaci (oddělené mezerou, ponechte prá msgid "Copy ISO network configuration to installation" msgstr "Zkopírovat do instalace konfiguraci sítě z ISO" -msgid "Use NetworkManager ( necessary for configuring internet graphically in GNOME and KDE)" +msgid "Use NetworkManager (necessary for configuring internet graphically in GNOME and KDE)" msgstr "Použít NetworkManager (potřebné pro grafickou konfiguraci v GNOME a KDE)" msgid "Select one network interface to configure" diff --git a/archinstall/locales/de/LC_MESSAGES/base.mo b/archinstall/locales/de/LC_MESSAGES/base.mo index 013ad598..05cb8081 100644 Binary files a/archinstall/locales/de/LC_MESSAGES/base.mo and b/archinstall/locales/de/LC_MESSAGES/base.mo differ diff --git a/archinstall/locales/de/LC_MESSAGES/base.po b/archinstall/locales/de/LC_MESSAGES/base.po index 75beee94..c3694e25 100644 --- a/archinstall/locales/de/LC_MESSAGES/base.po +++ b/archinstall/locales/de/LC_MESSAGES/base.po @@ -62,7 +62,7 @@ msgstr "Schreiben Sie zusätzliche Pakete die installiert werden sollen (mit ein msgid "Copy ISO network configuration to installation" msgstr "ISO-Netzwerk Einstellungen in die Installation kopieren" -msgid "Use NetworkManager ( necessary for configuring internet graphically in GNOME and KDE)" +msgid "Use NetworkManager (necessary for configuring internet graphically in GNOME and KDE)" msgstr "NetworkManager benutzen (notwendig um Internet auf grafische Weise in GNOME und KDE einzustellen)" msgid "Select one network interface to configure" diff --git a/archinstall/locales/el/LC_MESSAGES/base.mo b/archinstall/locales/el/LC_MESSAGES/base.mo index aa0eb25e..40a9c663 100644 Binary files a/archinstall/locales/el/LC_MESSAGES/base.mo and b/archinstall/locales/el/LC_MESSAGES/base.mo differ diff --git a/archinstall/locales/el/LC_MESSAGES/base.po b/archinstall/locales/el/LC_MESSAGES/base.po index 8ffb37fb..7c04c2ca 100644 --- a/archinstall/locales/el/LC_MESSAGES/base.po +++ b/archinstall/locales/el/LC_MESSAGES/base.po @@ -62,7 +62,7 @@ msgstr "Γράψτε περαιτέρω πακέτα προς εγκατάστα msgid "Copy ISO network configuration to installation" msgstr "Αντιγραφή διαμόρφωση δικτύου ISO στην εγκατάσταση" -msgid "Use NetworkManager ( necessary for configuring internet graphically in GNOME and KDE)" +msgid "Use NetworkManager (necessary for configuring internet graphically in GNOME and KDE)" msgstr "Χρήση NetworkManager (απαραίτητος για τη διαμόρφωση του δικτύου γραφικά σε GNOME και KDE)" msgid "Select one network interface to configure" diff --git a/archinstall/locales/en/LC_MESSAGES/base.po b/archinstall/locales/en/LC_MESSAGES/base.po index 8e98011e..ae7f080b 100644 --- a/archinstall/locales/en/LC_MESSAGES/base.po +++ b/archinstall/locales/en/LC_MESSAGES/base.po @@ -62,7 +62,7 @@ msgstr "" msgid "Copy ISO network configuration to installation" msgstr "" -msgid "Use NetworkManager ( necessary for configuring internet graphically in GNOME and KDE)" +msgid "Use NetworkManager (necessary for configuring internet graphically in GNOME and KDE)" msgstr "" msgid "Select one network interface to configure" diff --git a/archinstall/locales/es/LC_MESSAGES/base.mo b/archinstall/locales/es/LC_MESSAGES/base.mo index 816720b2..08511f1d 100644 Binary files a/archinstall/locales/es/LC_MESSAGES/base.mo and b/archinstall/locales/es/LC_MESSAGES/base.mo differ diff --git a/archinstall/locales/es/LC_MESSAGES/base.po b/archinstall/locales/es/LC_MESSAGES/base.po index b74eccdb..f507683b 100644 --- a/archinstall/locales/es/LC_MESSAGES/base.po +++ b/archinstall/locales/es/LC_MESSAGES/base.po @@ -62,7 +62,7 @@ msgstr "Escriba paquetes adicionales para instalar (separados por espacios, deja msgid "Copy ISO network configuration to installation" msgstr "Copiar la configuración de red ISO a la instalación" -msgid "Use NetworkManager ( necessary for configuring internet graphically in GNOME and KDE)" +msgid "Use NetworkManager (necessary for configuring internet graphically in GNOME and KDE)" msgstr "Usar NetworkManager (necesario para configurar internet gráficamente en GNOME y KDE)" msgid "Select one network interface to configure" diff --git a/archinstall/locales/et/LC_MESSAGES/base.mo b/archinstall/locales/et/LC_MESSAGES/base.mo index 2cb48d14..d4a59283 100644 Binary files a/archinstall/locales/et/LC_MESSAGES/base.mo and b/archinstall/locales/et/LC_MESSAGES/base.mo differ diff --git a/archinstall/locales/et/LC_MESSAGES/base.po b/archinstall/locales/et/LC_MESSAGES/base.po index d03e51d7..ca97f57c 100644 --- a/archinstall/locales/et/LC_MESSAGES/base.po +++ b/archinstall/locales/et/LC_MESSAGES/base.po @@ -62,7 +62,7 @@ msgstr "Kirjutage paigaldatavad lisapaketid (tühikutega eraldatuna, jätke tüh msgid "Copy ISO network configuration to installation" msgstr "ISO-võrgu konfiguratsiooni kopeerimine paigaldusse" -msgid "Use NetworkManager ( necessary for configuring internet graphically in GNOME and KDE)" +msgid "Use NetworkManager (necessary for configuring internet graphically in GNOME and KDE)" msgstr "Kasutage NetworkManagerit (vajalik interneti graafiliseks konfigureerimiseks GNOME-s ja KDE-s)." msgid "Select one network interface to configure" diff --git a/archinstall/locales/fr/LC_MESSAGES/base.mo b/archinstall/locales/fr/LC_MESSAGES/base.mo index 3889b469..b34ab4d1 100644 Binary files a/archinstall/locales/fr/LC_MESSAGES/base.mo and b/archinstall/locales/fr/LC_MESSAGES/base.mo differ diff --git a/archinstall/locales/fr/LC_MESSAGES/base.po b/archinstall/locales/fr/LC_MESSAGES/base.po index bc2c2c5a..9f04a081 100644 --- a/archinstall/locales/fr/LC_MESSAGES/base.po +++ b/archinstall/locales/fr/LC_MESSAGES/base.po @@ -62,7 +62,7 @@ msgstr "Écrire des packages supplémentaires à installer (espaces séparés, l msgid "Copy ISO network configuration to installation" msgstr "Copier la configuration réseau ISO dans l'installation" -msgid "Use NetworkManager ( necessary for configuring internet graphically in GNOME and KDE)" +msgid "Use NetworkManager (necessary for configuring internet graphically in GNOME and KDE)" msgstr "Utiliser NetworkManager (nécessaire pour configurer graphiquement Internet dans GNOME et KDE)" msgid "Select one network interface to configure" diff --git a/archinstall/locales/id/LC_MESSAGES/base.mo b/archinstall/locales/id/LC_MESSAGES/base.mo index c9c5d191..1d19f536 100644 Binary files a/archinstall/locales/id/LC_MESSAGES/base.mo and b/archinstall/locales/id/LC_MESSAGES/base.mo differ diff --git a/archinstall/locales/id/LC_MESSAGES/base.po b/archinstall/locales/id/LC_MESSAGES/base.po index 791200b6..39b50564 100644 --- a/archinstall/locales/id/LC_MESSAGES/base.po +++ b/archinstall/locales/id/LC_MESSAGES/base.po @@ -62,7 +62,7 @@ msgstr "Ketik paket tambahan untuk diinstal (dipisahkan dengan spasi, biarkan ko msgid "Copy ISO network configuration to installation" msgstr "Salin konfigurasi jaringan ISO ke instalasi" -msgid "Use NetworkManager ( necessary for configuring internet graphically in GNOME and KDE)" +msgid "Use NetworkManager (necessary for configuring internet graphically in GNOME and KDE)" msgstr "Gunakan NetworkManager (diperlukan untuk mengkonfigurasi internet secara grafis di GNOME dan KDE)" msgid "Select one network interface to configure" diff --git a/archinstall/locales/it/LC_MESSAGES/base.mo b/archinstall/locales/it/LC_MESSAGES/base.mo index f20e4ca7..1fde5011 100644 Binary files a/archinstall/locales/it/LC_MESSAGES/base.mo and b/archinstall/locales/it/LC_MESSAGES/base.mo differ diff --git a/archinstall/locales/it/LC_MESSAGES/base.po b/archinstall/locales/it/LC_MESSAGES/base.po index b2701e2a..acb2ef11 100644 --- a/archinstall/locales/it/LC_MESSAGES/base.po +++ b/archinstall/locales/it/LC_MESSAGES/base.po @@ -62,7 +62,7 @@ msgstr "Scrivi pacchetti aggiuntivi da installare (separati da spazi, lascia vuo msgid "Copy ISO network configuration to installation" msgstr "Copia la configurazione di rete ISO nell'installazione" -msgid "Use NetworkManager ( necessary for configuring internet graphically in GNOME and KDE)" +msgid "Use NetworkManager (necessary for configuring internet graphically in GNOME and KDE)" msgstr "Usa NetworkManager (necessario per configurare graficamente Internet in GNOME e KDE)" msgid "Select one network interface to configure" diff --git a/archinstall/locales/ka/LC_MESSAGES/base.mo b/archinstall/locales/ka/LC_MESSAGES/base.mo index 7f881a1e..dfb1dc92 100644 Binary files a/archinstall/locales/ka/LC_MESSAGES/base.mo and b/archinstall/locales/ka/LC_MESSAGES/base.mo differ diff --git a/archinstall/locales/ka/LC_MESSAGES/base.po b/archinstall/locales/ka/LC_MESSAGES/base.po index 5310b8e2..727730c3 100644 --- a/archinstall/locales/ka/LC_MESSAGES/base.po +++ b/archinstall/locales/ka/LC_MESSAGES/base.po @@ -63,7 +63,7 @@ msgstr "დამატებითი პაკეტები დასაყ msgid "Copy ISO network configuration to installation" msgstr "ISO-ის ქსელის კონფიგურაციის კოპირება დაყენების დროს" -msgid "Use NetworkManager ( necessary for configuring internet graphically in GNOME and KDE)" +msgid "Use NetworkManager (necessary for configuring internet graphically in GNOME and KDE)" msgstr "NetworkManager-ის გამოყენება (აუცილებელია ინტერნეტის GNOME/KDE-დან მოსარგებად)" msgid "Select one network interface to configure" diff --git a/archinstall/locales/ko/LC_MESSAGES/base.mo b/archinstall/locales/ko/LC_MESSAGES/base.mo index fd566d62..dc3fa713 100644 Binary files a/archinstall/locales/ko/LC_MESSAGES/base.mo and b/archinstall/locales/ko/LC_MESSAGES/base.mo differ diff --git a/archinstall/locales/ko/LC_MESSAGES/base.po b/archinstall/locales/ko/LC_MESSAGES/base.po index 5287b097..0a26aeed 100644 --- a/archinstall/locales/ko/LC_MESSAGES/base.po +++ b/archinstall/locales/ko/LC_MESSAGES/base.po @@ -62,7 +62,7 @@ msgstr "설치할 추가 패키지 작성하세요 (띄어쓰기로 구분, 건 msgid "Copy ISO network configuration to installation" msgstr "ISO 네트워크 구성을 설치에 복사" -msgid "Use NetworkManager ( necessary for configuring internet graphically in GNOME and KDE)" +msgid "Use NetworkManager (necessary for configuring internet graphically in GNOME and KDE)" msgstr "NetworkManager 사용 (GNOME 이나 KDE 에서 그래픽으로 인터넷을 구성하는 데 필요)" msgid "Select one network interface to configure" diff --git a/archinstall/locales/nl/LC_MESSAGES/base.mo b/archinstall/locales/nl/LC_MESSAGES/base.mo index 017c7645..4edd6bc9 100644 Binary files a/archinstall/locales/nl/LC_MESSAGES/base.mo and b/archinstall/locales/nl/LC_MESSAGES/base.mo differ diff --git a/archinstall/locales/nl/LC_MESSAGES/base.po b/archinstall/locales/nl/LC_MESSAGES/base.po index 5c88cbf5..f9753866 100644 --- a/archinstall/locales/nl/LC_MESSAGES/base.po +++ b/archinstall/locales/nl/LC_MESSAGES/base.po @@ -63,7 +63,7 @@ msgstr "Typ de namen van te installeren pakketten (spatiegescheiden - laat leeg msgid "Copy ISO network configuration to installation" msgstr "ISO-netwerkinstellingen overzetten naar fysieke installatie" -msgid "Use NetworkManager ( necessary for configuring internet graphically in GNOME and KDE)" +msgid "Use NetworkManager (necessary for configuring internet graphically in GNOME and KDE)" msgstr "NetworkManager gebruiken (benodigd om internetinstellingen grafisch in te stellen in GNOME en KDE)" msgid "Select one network interface to configure" diff --git a/archinstall/locales/pl/LC_MESSAGES/base.mo b/archinstall/locales/pl/LC_MESSAGES/base.mo index 5892c23b..ed3e216d 100644 Binary files a/archinstall/locales/pl/LC_MESSAGES/base.mo and b/archinstall/locales/pl/LC_MESSAGES/base.mo differ diff --git a/archinstall/locales/pl/LC_MESSAGES/base.po b/archinstall/locales/pl/LC_MESSAGES/base.po index 22e46ca5..f0fda19f 100644 --- a/archinstall/locales/pl/LC_MESSAGES/base.po +++ b/archinstall/locales/pl/LC_MESSAGES/base.po @@ -62,7 +62,7 @@ msgstr "Wpisz dodatkowe pakiety do zainstalowania (oddzielone spacjami, pozostaw msgid "Copy ISO network configuration to installation" msgstr "Skopiuj ustawienia sieciowe ISO do instalacji" -msgid "Use NetworkManager ( necessary for configuring internet graphically in GNOME and KDE)" +msgid "Use NetworkManager (necessary for configuring internet graphically in GNOME and KDE)" msgstr "Użyj programu NetworkManager (niezbędne do graficznej konfiguracji Internetu w środowiskach GNOME i KDE)" msgid "Select one network interface to configure" diff --git a/archinstall/locales/pt/LC_MESSAGES/base.mo b/archinstall/locales/pt/LC_MESSAGES/base.mo index 7d3e1212..fe43da98 100644 Binary files a/archinstall/locales/pt/LC_MESSAGES/base.mo and b/archinstall/locales/pt/LC_MESSAGES/base.mo differ diff --git a/archinstall/locales/pt/LC_MESSAGES/base.po b/archinstall/locales/pt/LC_MESSAGES/base.po index 761612e9..6c4e71f6 100644 --- a/archinstall/locales/pt/LC_MESSAGES/base.po +++ b/archinstall/locales/pt/LC_MESSAGES/base.po @@ -61,7 +61,7 @@ msgstr "Escreve pacotes adicionais para instalar (separados por espaço, deixa e msgid "Copy ISO network configuration to installation" msgstr "Copiar a configuração de rede do ISO para a instalação" -msgid "Use NetworkManager ( necessary for configuring internet graphically in GNOME and KDE)" +msgid "Use NetworkManager (necessary for configuring internet graphically in GNOME and KDE)" msgstr "Usar NetworkManager (necessário para configurar internet graficamente em GNOME e KDE)" msgid "Select one network interface to configure" diff --git a/archinstall/locales/pt_BR/LC_MESSAGES/base.mo b/archinstall/locales/pt_BR/LC_MESSAGES/base.mo index 4fdcf0ef..fdd1a73e 100644 Binary files a/archinstall/locales/pt_BR/LC_MESSAGES/base.mo and b/archinstall/locales/pt_BR/LC_MESSAGES/base.mo differ diff --git a/archinstall/locales/pt_BR/LC_MESSAGES/base.po b/archinstall/locales/pt_BR/LC_MESSAGES/base.po index 72afd820..a4137edf 100644 --- a/archinstall/locales/pt_BR/LC_MESSAGES/base.po +++ b/archinstall/locales/pt_BR/LC_MESSAGES/base.po @@ -66,7 +66,7 @@ msgstr "Digite pacotes adicionais para instalar (separados por espaço, deixe em msgid "Copy ISO network configuration to installation" msgstr "Copiar a configuração de rede da ISO para a instalação" -msgid "Use NetworkManager ( necessary for configuring internet graphically in GNOME and KDE)" +msgid "Use NetworkManager (necessary for configuring internet graphically in GNOME and KDE)" msgstr "Usar NetworkManager (necessário para configurar internet graficamente no GNOME e KDE)" msgid "Select one network interface to configure" diff --git a/archinstall/locales/ru/LC_MESSAGES/base.mo b/archinstall/locales/ru/LC_MESSAGES/base.mo index 7a46d3d0..a8300a4a 100644 Binary files a/archinstall/locales/ru/LC_MESSAGES/base.mo and b/archinstall/locales/ru/LC_MESSAGES/base.mo differ diff --git a/archinstall/locales/ru/LC_MESSAGES/base.po b/archinstall/locales/ru/LC_MESSAGES/base.po index 8d1ddefb..815771e9 100644 --- a/archinstall/locales/ru/LC_MESSAGES/base.po +++ b/archinstall/locales/ru/LC_MESSAGES/base.po @@ -63,7 +63,7 @@ msgstr "Напишите дополнительные пакеты для уст msgid "Copy ISO network configuration to installation" msgstr "Копировать сетевую конфигурацию ISO в установку" -msgid "Use NetworkManager ( necessary for configuring internet graphically in GNOME and KDE)" +msgid "Use NetworkManager (necessary for configuring internet graphically in GNOME and KDE)" msgstr "Использовать NetworkManager (необходим для графической настройки интернета в GNOME и KDE)" msgid "Select one network interface to configure" diff --git a/archinstall/locales/sv/LC_MESSAGES/base.mo b/archinstall/locales/sv/LC_MESSAGES/base.mo index 90c90265..906c9de5 100644 Binary files a/archinstall/locales/sv/LC_MESSAGES/base.mo and b/archinstall/locales/sv/LC_MESSAGES/base.mo differ diff --git a/archinstall/locales/sv/LC_MESSAGES/base.po b/archinstall/locales/sv/LC_MESSAGES/base.po index 7b1a4c3a..fa54b97e 100644 --- a/archinstall/locales/sv/LC_MESSAGES/base.po +++ b/archinstall/locales/sv/LC_MESSAGES/base.po @@ -63,7 +63,7 @@ msgstr "Skriv ytterligare paket som skall installeras (separerade med mellanslag msgid "Copy ISO network configuration to installation" msgstr "Kopiera nätverkskonfigurationen från ISO till installationen" -msgid "Use NetworkManager ( necessary for configuring internet graphically in GNOME and KDE)" +msgid "Use NetworkManager (necessary for configuring internet graphically in GNOME and KDE)" msgstr "Använd NetworkManager (nödvändig för konfigurera internet i grafiska miljöerna GNOME och KDE)" msgid "Select one network interface to configure" diff --git a/archinstall/locales/ta/LC_MESSAGES/base.mo b/archinstall/locales/ta/LC_MESSAGES/base.mo index dd7d1632..6e7c6ac9 100644 Binary files a/archinstall/locales/ta/LC_MESSAGES/base.mo and b/archinstall/locales/ta/LC_MESSAGES/base.mo differ diff --git a/archinstall/locales/ta/LC_MESSAGES/base.po b/archinstall/locales/ta/LC_MESSAGES/base.po index b9276f2a..968cb1fc 100644 --- a/archinstall/locales/ta/LC_MESSAGES/base.po +++ b/archinstall/locales/ta/LC_MESSAGES/base.po @@ -62,7 +62,7 @@ msgstr "நிறுவ கூடுதல் தொகுப்புகளை msgid "Copy ISO network configuration to installation" msgstr "நிறுவலுக்கு ISO பிணைய கட்டமைப்பு நகலெடுக்கவும்" -msgid "Use NetworkManager ( necessary for configuring internet graphically in GNOME and KDE)" +msgid "Use NetworkManager (necessary for configuring internet graphically in GNOME and KDE)" msgstr "பயன்படுத்துங்கள் NetworkManager ஐப்(GNOME மற்றும் KDE இல் இணையத்தை வரைகலை முறையில் கட்டமைக்க அவசியம்)" msgid "Select one network interface to configure" diff --git a/archinstall/locales/tr/LC_MESSAGES/base.mo b/archinstall/locales/tr/LC_MESSAGES/base.mo index 0e86c328..de6dea40 100644 Binary files a/archinstall/locales/tr/LC_MESSAGES/base.mo and b/archinstall/locales/tr/LC_MESSAGES/base.mo differ diff --git a/archinstall/locales/tr/LC_MESSAGES/base.po b/archinstall/locales/tr/LC_MESSAGES/base.po index ee7a6333..2bbcae95 100644 --- a/archinstall/locales/tr/LC_MESSAGES/base.po +++ b/archinstall/locales/tr/LC_MESSAGES/base.po @@ -63,7 +63,7 @@ msgstr "Kurulacak ek paketleri yazınız (boşlukla ayrılmış, geçmek için b msgid "Copy ISO network configuration to installation" msgstr "Kuruluma ISO'dan ağ yapılandırmasını kopyala" -msgid "Use NetworkManager ( necessary for configuring internet graphically in GNOME and KDE)" +msgid "Use NetworkManager (necessary for configuring internet graphically in GNOME and KDE)" msgstr "NetworkManager'ı kullan (GNOME ya da KDE'de interneti grafik olarak yapılandırmak için gerekli)" msgid "Select one network interface to configure" diff --git a/archinstall/locales/uk/LC_MESSAGES/base.mo b/archinstall/locales/uk/LC_MESSAGES/base.mo index ad3be19d..45bffd7e 100644 Binary files a/archinstall/locales/uk/LC_MESSAGES/base.mo and b/archinstall/locales/uk/LC_MESSAGES/base.mo differ diff --git a/archinstall/locales/uk/LC_MESSAGES/base.po b/archinstall/locales/uk/LC_MESSAGES/base.po index f867dd02..f2b84a49 100644 --- a/archinstall/locales/uk/LC_MESSAGES/base.po +++ b/archinstall/locales/uk/LC_MESSAGES/base.po @@ -62,7 +62,7 @@ msgstr "Напишіть додаткові пакети для інсталяц msgid "Copy ISO network configuration to installation" msgstr "Скопіюйте конфігурацію мережі ISO для встановлення" -msgid "Use NetworkManager ( necessary for configuring internet graphically in GNOME and KDE)" +msgid "Use NetworkManager (necessary for configuring internet graphically in GNOME and KDE)" msgstr "Використовувати NetworkManager (необхідний для графічного налаштування Інтернету в GNOME та KDE)" msgid "Select one network interface to configure" diff --git a/archinstall/locales/ur/LC_MESSAGES/base.mo b/archinstall/locales/ur/LC_MESSAGES/base.mo index c1385100..67ce2f1f 100644 Binary files a/archinstall/locales/ur/LC_MESSAGES/base.mo and b/archinstall/locales/ur/LC_MESSAGES/base.mo differ diff --git a/archinstall/locales/ur/LC_MESSAGES/base.po b/archinstall/locales/ur/LC_MESSAGES/base.po index b089bded..72555aec 100644 --- a/archinstall/locales/ur/LC_MESSAGES/base.po +++ b/archinstall/locales/ur/LC_MESSAGES/base.po @@ -62,7 +62,7 @@ msgstr "انسٹال کرنےکے لیے اضافی پیکجز لکھیں (ال msgid "Copy ISO network configuration to installation" msgstr "آئی ایس او نیٹ ورک کنفیگریشن کو انسٹالیشن میں کاپی کریں" -msgid "Use NetworkManager ( necessary for configuring internet graphically in GNOME and KDE)" +msgid "Use NetworkManager (necessary for configuring internet graphically in GNOME and KDE)" msgstr "نیٹ ورک مینجر کا استعمال کریں (GNOME اور KDE میں انٹرنیٹ کو گرافیکلی ترتیب دینے کے لیے ضروری ہے)" msgid "Select one network interface to configure" diff --git a/archinstall/locales/zh-CN/LC_MESSAGES/base.mo b/archinstall/locales/zh-CN/LC_MESSAGES/base.mo index 95fefb95..7410cb7d 100644 Binary files a/archinstall/locales/zh-CN/LC_MESSAGES/base.mo and b/archinstall/locales/zh-CN/LC_MESSAGES/base.mo differ diff --git a/archinstall/locales/zh-CN/LC_MESSAGES/base.po b/archinstall/locales/zh-CN/LC_MESSAGES/base.po index aa24192e..8bda3ef0 100644 --- a/archinstall/locales/zh-CN/LC_MESSAGES/base.po +++ b/archinstall/locales/zh-CN/LC_MESSAGES/base.po @@ -62,7 +62,7 @@ msgstr "编写要安装的附加软件包(空格分隔,留空跳过): " msgid "Copy ISO network configuration to installation" msgstr "将 ISO 网络配置复制到安装" -msgid "Use NetworkManager ( necessary for configuring internet graphically in GNOME and KDE)" +msgid "Use NetworkManager (necessary for configuring internet graphically in GNOME and KDE)" msgstr "使用 NetworkManager(在 GNOME 和 KDE 中以图形方式配置 Internet 所必需的)" msgid "Select one network interface to configure" diff --git a/archinstall/locales/zh-TW/LC_MESSAGES/base.mo b/archinstall/locales/zh-TW/LC_MESSAGES/base.mo index 154e5fea..4a258a33 100644 Binary files a/archinstall/locales/zh-TW/LC_MESSAGES/base.mo and b/archinstall/locales/zh-TW/LC_MESSAGES/base.mo differ diff --git a/archinstall/locales/zh-TW/LC_MESSAGES/base.po b/archinstall/locales/zh-TW/LC_MESSAGES/base.po index bfc9a2be..0c3226ec 100644 --- a/archinstall/locales/zh-TW/LC_MESSAGES/base.po +++ b/archinstall/locales/zh-TW/LC_MESSAGES/base.po @@ -62,7 +62,7 @@ msgstr "請輸入您要安裝的其它套件(以空格分隔,留空以跳過 msgid "Copy ISO network configuration to installation" msgstr "將 ISO 中的網路設置複製到安裝中" -msgid "Use NetworkManager ( necessary for configuring internet graphically in GNOME and KDE)" +msgid "Use NetworkManager (necessary for configuring internet graphically in GNOME and KDE)" msgstr "使用 NetworkManager(在 GNOME 和 KDE 透過圖形界面設置網際網路連線所需)" msgid "Select one network interface to configure" -- cgit v1.2.3-54-g00ecf From bc4f80441f4c4c9ba084d4cba29cfaedf30b5490 Mon Sep 17 00:00:00 2001 From: Kefaku <114934849+Kefaku@users.noreply.github.com> Date: Wed, 7 Jun 2023 20:31:34 +0200 Subject: Add some german translations (#1848) --- archinstall/locales/de/LC_MESSAGES/base.po | 23 +++++++++++++---------- 1 file changed, 13 insertions(+), 10 deletions(-) (limited to 'archinstall/locales') diff --git a/archinstall/locales/de/LC_MESSAGES/base.po b/archinstall/locales/de/LC_MESSAGES/base.po index c3694e25..873e740a 100644 --- a/archinstall/locales/de/LC_MESSAGES/base.po +++ b/archinstall/locales/de/LC_MESSAGES/base.po @@ -1132,10 +1132,10 @@ msgid "Add a custom mirror" msgstr "Benutzerkonto hinzufügen" msgid "Change custom mirror" -msgstr "" +msgstr "Benutzerdefinierte Spiegelserver bearbeiten" msgid "Delete custom mirror" -msgstr "" +msgstr "Benutzerdefinierten Spiegelserver löschen" #, fuzzy msgid "Enter name (leave blank to skip): " @@ -1154,10 +1154,10 @@ msgid "Select signature option" msgstr "Laufwerke-layout auswählen" msgid "Custom mirrors" -msgstr "" +msgstr "Benutzerdefinierte Spiegelserver" msgid "Defined" -msgstr "" +msgstr "Definiert" #, fuzzy msgid "Mirrors" @@ -1192,10 +1192,10 @@ msgid "Add a custom mirror" msgstr "Benutzerkonto hinzufügen" msgid "Change custom mirror" -msgstr "" +msgstr "Benutzerdefinierte Spiegelserver bearbeiten" msgid "Delete custom mirror" -msgstr "" +msgstr "Benutzerdefinierte Spiegelserver bearbeiten" #, fuzzy msgid "Enter name (leave blank to skip): " @@ -1214,10 +1214,10 @@ msgid "Select signature option" msgstr "Laufwerke-layout auswählen" msgid "Custom mirrors" -msgstr "" +msgstr "Benutzerdefinierte Spiegel" msgid "Defined" -msgstr "" +msgstr "Definiert" #, fuzzy msgid "Save user configuration (including disk layout)" @@ -1234,6 +1234,9 @@ msgid "" "\n" "{}" msgstr "" +"Sollen {} Konfigurationsdateie(n) an der folgenden Stelle gespeichert werden?" +"\n" +"{}" #, fuzzy msgid "Saving {} configuration files to {}" @@ -1248,10 +1251,10 @@ msgid "Mirror regions" msgstr "Mirror-region" msgid " - Maximum value : {} ( Allows {} parallel downloads, allows {max_downloads+1} downloads at a time )" -msgstr "" +msgstr " - Maximalwert : {} ( Erlaubt {} parallele Downloads, erlaubt {max_downloads+1} Downloads gleichzeitig)" msgid "Invalid input! Try again with a valid input [1 to {}, or 0 to disable]" -msgstr "" +msgstr "Ungültige Eingabe! Erneut mit gültiger Eingabe versuchen [1 bis {}, oder 0 zum deaktivieren]" #~ msgid "Add :" #~ msgstr "Hinzufügen :" -- cgit v1.2.3-54-g00ecf From 96d0eb1de982acc7e66f2a72d38a83a3abbea29e Mon Sep 17 00:00:00 2001 From: Alexmelman88 <99257010+Alexmelman88@users.noreply.github.com> Date: Thu, 8 Jun 2023 11:47:22 +0300 Subject: Update Russian translation (#1849) --- archinstall/locales/ru/LC_MESSAGES/base.mo | Bin 35892 -> 49210 bytes archinstall/locales/ru/LC_MESSAGES/base.po | 654 ++++++++++++++++++----------- 2 files changed, 413 insertions(+), 241 deletions(-) (limited to 'archinstall/locales') diff --git a/archinstall/locales/ru/LC_MESSAGES/base.mo b/archinstall/locales/ru/LC_MESSAGES/base.mo index a8300a4a..a7b5fbd3 100644 Binary files a/archinstall/locales/ru/LC_MESSAGES/base.mo and b/archinstall/locales/ru/LC_MESSAGES/base.mo differ diff --git a/archinstall/locales/ru/LC_MESSAGES/base.po b/archinstall/locales/ru/LC_MESSAGES/base.po index 815771e9..b2743719 100644 --- a/archinstall/locales/ru/LC_MESSAGES/base.po +++ b/archinstall/locales/ru/LC_MESSAGES/base.po @@ -9,14 +9,19 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<12 || n%100>14) ? 1 : 2);\n" -"X-Generator: Poedit 3.1\n" +"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && " +"n%10<=4 && (n%100<12 || n%100>14) ? 1 : 2);\n" +"X-Generator: Poedit 3.3.1\n" msgid "[!] A log file has been created here: {} {}" msgstr "[!] Здесь был создан файл журнала: {} {}" -msgid " Please submit this issue (and file) to https://github.com/archlinux/archinstall/issues" -msgstr " Пожалуйста, отправьте эту проблему (и файл) по адресу https://github.com/archlinux/archinstall/issues" +msgid "" +" Please submit this issue (and file) to https://github.com/archlinux/" +"archinstall/issues" +msgstr "" +" Пожалуйста, отправьте эту проблему (и файл) по адресу https://github.com/" +"archlinux/archinstall/issues" msgid "Do you really want to abort?" msgstr "Вы действительно хотите прекратить?" @@ -31,10 +36,13 @@ msgid "Desired hostname for the installation: " msgstr "Желаемое имя хоста для установки: " msgid "Username for required superuser with sudo privileges: " -msgstr "Имя пользователя для требуемого суперпользователя с привилегиями sudo: " +msgstr "" +"Имя пользователя для требуемого суперпользователя с привилегиями sudo: " msgid "Any additional users to install (leave blank for no users): " -msgstr "Любые дополнительные пользователи для установки (оставьте пустым, если пользователей нет): " +msgstr "" +"Любые дополнительные пользователи для установки (оставьте пустым, если " +"пользователей нет): " msgid "Should this user be a superuser (sudoer)?" msgstr "Должен ли этот пользователь быть суперпользователем (sudoer)?" @@ -51,38 +59,59 @@ msgstr "Выберите загрузчик" msgid "Choose an audio server" msgstr "Выберите звуковой сервер" -msgid "Only packages such as base, base-devel, linux, linux-firmware, efibootmgr and optional profile packages are installed." -msgstr "Устанавливаются только такие пакеты, как base, base-devel, linux, linux-firmware, efibootmgr и дополнительные пакеты профиля." +msgid "" +"Only packages such as base, base-devel, linux, linux-firmware, efibootmgr " +"and optional profile packages are installed." +msgstr "" +"Устанавливаются только такие пакеты, как base, base-devel, linux, linux-" +"firmware, efibootmgr и дополнительные пакеты профиля." -msgid "If you desire a web browser, such as firefox or chromium, you may specify it in the following prompt." -msgstr "Если вы хотите использовать веб-браузер, например, firefox или chromium, вы можете указать его в следующем запросе." +msgid "" +"If you desire a web browser, such as firefox or chromium, you may specify it " +"in the following prompt." +msgstr "" +"Если вы хотите использовать веб-браузер, например, firefox или chromium, вы " +"можете указать его в следующем запросе." -msgid "Write additional packages to install (space separated, leave blank to skip): " -msgstr "Напишите дополнительные пакеты для установки (разделите пробелами, оставьте пустым, чтобы пропустить): " +msgid "" +"Write additional packages to install (space separated, leave blank to skip): " +msgstr "" +"Напишите дополнительные пакеты для установки (разделите пробелами, оставьте " +"пустым, чтобы пропустить): " msgid "Copy ISO network configuration to installation" msgstr "Копировать сетевую конфигурацию ISO в установку" -msgid "Use NetworkManager (necessary for configuring internet graphically in GNOME and KDE)" -msgstr "Использовать NetworkManager (необходим для графической настройки интернета в GNOME и KDE)" +msgid "" +"Use NetworkManager (necessary for configuring internet graphically in GNOME " +"and KDE)" +msgstr "" +"Использовать NetworkManager (необходим для графической настройки интернета в " +"GNOME и KDE)" msgid "Select one network interface to configure" msgstr "Выберите один сетевой интерфейс для настройки" -msgid "Select which mode to configure for \"{}\" or skip to use default mode \"{}\"" -msgstr "Выберите режим для конфигурации \"{}\" или пропустите, чтобы использовать режим по умолчанию \"{}\"." +msgid "" +"Select which mode to configure for \"{}\" or skip to use default mode \"{}\"" +msgstr "" +"Выберите режим для конфигурации \"{}\" или пропустите, чтобы использовать " +"режим по умолчанию \"{}\"." msgid "Enter the IP and subnet for {} (example: 192.168.0.5/24): " msgstr "Введите IP-адрес и подсеть для {} (пример: 192.168.0.5/24): " msgid "Enter your gateway (router) IP address or leave blank for none: " -msgstr "Введите IP-адрес вашего шлюза (маршрутизатора) или оставьте пустым, если его нет: " +msgstr "" +"Введите IP-адрес вашего шлюза (маршрутизатора) или оставьте пустым, если его " +"нет: " msgid "Enter your DNS servers (space separated, blank for none): " msgstr "Введите ваши DNS-серверы (через пробел, пустой - нет): " msgid "Select which filesystem your main partition should use" -msgstr "Выберите, какую файловую систему должен использовать ваш основной раздел" +msgstr "" +"Выберите, какую файловую систему должен использовать ваш основной раздел" msgid "Current partition layout" msgstr "Текущая разметка разделов" @@ -97,11 +126,16 @@ msgstr "" msgid "Enter a desired filesystem type for the partition" msgstr "Введите желаемый тип файловой системы для раздела" -msgid "Enter the start location (in parted units: s, GB, %, etc. ; default: {}): " +msgid "" +"Enter the start location (in parted units: s, GB, %, etc. ; default: {}): " msgstr "" +"Введите начальное значение (в раздельных блоках: с, ГБ, % и т.д.; по " +"умолчанию: {}): " msgid "Enter the end location (in parted units: s, GB, %, etc. ; ex: {}): " msgstr "" +"Введите конечное значение (в раздельных блоках: с, Гб, % и т.д.; например: " +"{}): " msgid "{} contains queued partitions, this will remove those, are you sure?" msgstr "{} содержит разделы в очереди, это удалит их, вы уверены?" @@ -124,11 +158,17 @@ msgstr "" "\n" "Выберите по индексу, какой раздел куда монтировать" -msgid " * Partition mount-points are relative to inside the installation, the boot would be /boot as an example." -msgstr " * Точки монтирования разделов являются относительными внутри установки, например, загрузочный будет /boot." +msgid "" +" * Partition mount-points are relative to inside the installation, the boot " +"would be /boot as an example." +msgstr "" +" * Точки монтирования разделов являются относительными внутри установки, " +"например, загрузочный будет /boot." msgid "Select where to mount partition (leave blank to remove mountpoint): " -msgstr "Выберите куда монтировать раздел (оставьте пустым, чтобы удалить точку монтирования): " +msgstr "" +"Выберите куда монтировать раздел (оставьте пустым, чтобы удалить точку " +"монтирования): " msgid "" "{}\n" @@ -173,16 +213,25 @@ msgid "Archinstall language" msgstr "Язык Archinstall" msgid "Wipe all selected drives and use a best-effort default partition layout" -msgstr "Стереть все выбранные диски и использовать оптимальную схему разделов по умолчанию" +msgstr "" +"Стереть все выбранные диски и использовать оптимальную схему разделов по " +"умолчанию" -msgid "Select what to do with each individual drive (followed by partition usage)" -msgstr "Выберите, что делать с каждым отдельным диском (с последующим использованием разделов)" +msgid "" +"Select what to do with each individual drive (followed by partition usage)" +msgstr "" +"Выберите, что делать с каждым отдельным диском (с последующим использованием " +"разделов)" msgid "Select what you wish to do with the selected block devices" msgstr "Выберите, что вы хотите сделать с выбранными блочными устройствами" -msgid "This is a list of pre-programmed profiles, they might make it easier to install things like desktop environments" -msgstr "Это список предварительно запрограммированных профилей, они могут облегчить установку таких вещей, как окружения рабочего стола" +msgid "" +"This is a list of pre-programmed profiles, they might make it easier to " +"install things like desktop environments" +msgstr "" +"Это список предварительно запрограммированных профилей, они могут облегчить " +"установку таких вещей, как окружения рабочего стола" msgid "Select keyboard layout" msgstr "Выберите раскладку клавиатуры" @@ -191,16 +240,29 @@ msgid "Select one of the regions to download packages from" msgstr "Выберите один из регионов для загрузки пакетов" msgid "Select one or more hard drives to use and configure" -msgstr "Выберите один или несколько жестких дисков для использования и настройте их" +msgstr "" +"Выберите один или несколько жестких дисков для использования и настройте их" -msgid "For the best compatibility with your AMD hardware, you may want to use either the all open-source or AMD / ATI options." -msgstr "Для наилучшей совместимости с оборудованием AMD вы можете использовать либо все варианты с открытым исходным кодом, либо AMD / ATI." +msgid "" +"For the best compatibility with your AMD hardware, you may want to use " +"either the all open-source or AMD / ATI options." +msgstr "" +"Для наилучшей совместимости с оборудованием AMD вы можете использовать либо " +"все варианты с открытым исходным кодом, либо AMD / ATI." -msgid "For the best compatibility with your Intel hardware, you may want to use either the all open-source or Intel options.\n" -msgstr "Для лучшей совместимости с оборудованием Intel вы можете использовать либо все варианты с открытым исходным кодом, либо Intel.\n" +msgid "" +"For the best compatibility with your Intel hardware, you may want to use " +"either the all open-source or Intel options.\n" +msgstr "" +"Для лучшей совместимости с оборудованием Intel вы можете использовать либо " +"все варианты с открытым исходным кодом, либо Intel.\n" -msgid "For the best compatibility with your Nvidia hardware, you may want to use the Nvidia proprietary driver.\n" -msgstr "Для наилучшей совместимости с оборудованием Nvidia вы можете использовать проприетарный драйвер Nvidia.\n" +msgid "" +"For the best compatibility with your Nvidia hardware, you may want to use " +"the Nvidia proprietary driver.\n" +msgstr "" +"Для наилучшей совместимости с оборудованием Nvidia вы можете использовать " +"проприетарный драйвер Nvidia.\n" msgid "" "\n" @@ -209,13 +271,15 @@ msgid "" msgstr "" "\n" "\n" -"Выберите графический драйвер или оставьте пустым, чтобы установить все драйверы с открытым исходным кодом" +"Выберите графический драйвер или оставьте пустым, чтобы установить все " +"драйверы с открытым исходным кодом" msgid "All open-source (default)" msgstr "Все с открытым исходным кодом (по умолчанию)" msgid "Choose which kernels to use or leave blank for default \"{}\"" -msgstr "Выберите, какие ядра использовать, или оставьте пустым по умолчанию \"{}\"." +msgstr "" +"Выберите, какие ядра использовать, или оставьте пустым по умолчанию \"{}\"." msgid "Choose which locale language to use" msgstr "Выберите, какой язык локали использовать" @@ -232,8 +296,12 @@ msgstr "Выберите один или несколько из приведе msgid "Adding partition...." msgstr "Добавление раздела...." -msgid "You need to enter a valid fs-type in order to continue. See `man parted` for valid fs-type's." -msgstr "Чтобы продолжить, вам нужно ввести действительный fs-тип. Смотрите `man parted` для правильных fs-типов." +msgid "" +"You need to enter a valid fs-type in order to continue. See `man parted` for " +"valid fs-type's." +msgstr "" +"Чтобы продолжить, вам нужно ввести действительный fs-тип. Смотрите `man " +"parted` для правильных fs-типов." msgid "Error: Listing profiles on URL \"{}\" resulted in:" msgstr "Ошибка: Перечисление профилей по URL \"{}\" привело к:" @@ -305,7 +373,8 @@ msgid "" "Do you wish to continue?" msgstr "" "Вы решили пропустить выбор жесткого диска\n" -"и будете использовать любой диск, смонтированный по адресу {} (экспериментально)\n" +"и будете использовать любой диск, смонтированный по адресу {} " +"(экспериментально)\n" "ПРЕДУПРЕЖДЕНИЕ: Archinstall не будет проверять пригодность этой установки.\n" "Вы хотите продолжить?" @@ -325,13 +394,16 @@ msgid "Assign mount-point for a partition" msgstr "Назначить точку монтирования для раздела" msgid "Mark/Unmark a partition to be formatted (wipes data)" -msgstr "Пометить/снять отметку с раздела, который будет отформатирован (стирание данных)" +msgstr "" +"Пометить/снять отметку с раздела, который будет отформатирован (стирание " +"данных)" msgid "Mark/Unmark a partition as encrypted" msgstr "Пометить/снять отметку с раздела как зашифрованный" msgid "Mark/Unmark a partition as bootable (automatic for /boot)" -msgstr "Пометить/снять отметку с раздела как загрузочный (автоматически для /boot)" +msgstr "" +"Пометить/снять отметку с раздела как загрузочный (автоматически для /boot)" msgid "Set desired filesystem for a partition" msgstr "Установите желаемую файловую систему для раздела" @@ -371,7 +443,8 @@ msgid "Enter a encryption password for {}" msgstr "Введите пароль шифрования для {}" msgid "Enter disk encryption password (leave blank for no encryption): " -msgstr "Введите пароль шифрования диска (оставьте пустым для отсутствия шифрования): " +msgstr "" +"Введите пароль шифрования диска (оставьте пустым для отсутствия шифрования): " msgid "Create a required super-user with sudo privileges: " msgstr "Создайте необходимого суперпользователя с привилегиями sudo: " @@ -382,31 +455,43 @@ msgstr "Введите пароль root (оставьте пустым, что msgid "Password for user \"{}\": " msgstr "Пароль для пользователя \"{}\": " -msgid "Verifying that additional packages exist (this might take a few seconds)" -msgstr "Проверка наличия дополнительных пакетов (это может занять несколько секунд)" +msgid "" +"Verifying that additional packages exist (this might take a few seconds)" +msgstr "" +"Проверка наличия дополнительных пакетов (это может занять несколько секунд)" -msgid "Would you like to use automatic time synchronization (NTP) with the default time servers?\n" -msgstr "Вы хотите использовать автоматическую синхронизацию времени (NTP) с серверами времени по умолчанию?\n" +msgid "" +"Would you like to use automatic time synchronization (NTP) with the default " +"time servers?\n" +msgstr "" +"Вы хотите использовать автоматическую синхронизацию времени (NTP) с " +"серверами времени по умолчанию?\n" msgid "" -"Hardware time and other post-configuration steps might be required in order for NTP to work.\n" +"Hardware time and other post-configuration steps might be required in order " +"for NTP to work.\n" "For more information, please check the Arch wiki" msgstr "" -"Для работы NTP может потребоваться аппаратное время и другие шаги после конфигурации.\n" +"Для работы NTP может потребоваться аппаратное время и другие шаги после " +"конфигурации.\n" "Для получения дополнительной информации, пожалуйста, ознакомьтесь с ArchWiki" msgid "Enter a username to create an additional user (leave blank to skip): " -msgstr "Введите имя пользователя для создания дополнительного пользователя (оставьте пустым, чтобы пропустить): " +msgstr "" +"Введите имя пользователя для создания дополнительного пользователя (оставьте " +"пустым, чтобы пропустить): " msgid "Use ESC to skip\n" msgstr "Используйте ESC, чтобы пропустить\n" msgid "" "\n" -" Choose an object from the list, and select one of the available actions for it to execute" +" Choose an object from the list, and select one of the available actions for " +"it to execute" msgstr "" "\n" -" Выберите объект из списка и выберите одно из доступных действий для его выполнения" +" Выберите объект из списка и выберите одно из доступных действий для его " +"выполнения" msgid "Cancel" msgstr "Отменить" @@ -442,11 +527,17 @@ msgstr "" "\n" "Это выбранная вами конфигурация:" -msgid "Pacman is already running, waiting maximum 10 minutes for it to terminate." -msgstr "Pacman уже запущен, ожидание его завершения составляет максимум 10 минут." +msgid "" +"Pacman is already running, waiting maximum 10 minutes for it to terminate." +msgstr "" +"Pacman уже запущен, ожидание его завершения составляет максимум 10 минут." -msgid "Pre-existing pacman lock never exited. Please clean up any existing pacman sessions before using archinstall." -msgstr "Существовавшая ранее блокировка pacman не завершилась. Пожалуйста, очистите все существующие сессии pacman перед использованием archinstall." +msgid "" +"Pre-existing pacman lock never exited. Please clean up any existing pacman " +"sessions before using archinstall." +msgstr "" +"Существовавшая ранее блокировка pacman не завершилась. Пожалуйста, очистите " +"все существующие сессии pacman перед использованием archinstall." msgid "Choose which optional additional repositories to enable" msgstr "Выберите, какие дополнительные репозитории следует включить" @@ -537,7 +628,8 @@ msgid "Missing configurations:\n" msgstr "Отсутствующие конфигурации:\n" msgid "Either root-password or at least 1 superuser must be specified" -msgstr "Должен быть указан либо пароль root, либо как минимум 1 суперпользователь" +msgstr "" +"Должен быть указан либо пароль root, либо как минимум 1 суперпользователь" msgid "Manage superuser accounts: " msgstr "Управление учетными записями суперпользователей: " @@ -597,8 +689,12 @@ msgstr "Хотите ли вы использовать сжатие BTRFS?" msgid "Would you like to create a separate partition for /home?" msgstr "Хотите ли вы создать отдельный раздел для /home?" -msgid "The selected drives do not have the minimum capacity required for an automatic suggestion\n" -msgstr "Выбранные диски не имеют минимальной емкости, необходимой для автоматического предложения\n" +msgid "" +"The selected drives do not have the minimum capacity required for an " +"automatic suggestion\n" +msgstr "" +"Выбранные диски не имеют минимальной емкости, необходимой для " +"автоматического предложения\n" msgid "Minimum capacity for /home partition: {}GB\n" msgstr "Минимальный размер раздела /home: {}GB\n" @@ -625,7 +721,9 @@ msgid "No iface specified for manual configuration" msgstr "Не указан iface для ручной настройки" msgid "Manual nic configuration with no auto DHCP requires an IP address" -msgstr "Ручная конфигурация сетевого адаптера без автоматического DHCP требует IP-адреса" +msgstr "" +"Ручная конфигурация сетевого адаптера без автоматического DHCP требует IP-" +"адреса" msgid "Add interface" msgstr "Добавить интерфейс" @@ -645,44 +743,74 @@ msgstr "Ручная конфигурация" msgid "Mark/Unmark a partition as compressed (btrfs only)" msgstr "Пометить/снять отметку с раздела как сжатый (только для btrfs)" -msgid "The password you are using seems to be weak, are you sure you want to use it?" -msgstr "Пароль, который вы используете, кажется слабым, вы уверены, что хотите его использовать?" +msgid "" +"The password you are using seems to be weak, are you sure you want to use it?" +msgstr "" +"Пароль, который вы используете, кажется слабым, вы уверены, что хотите его " +"использовать?" -msgid "Provides a selection of desktop environments and tiling window managers, e.g. gnome, kde, sway" -msgstr "Предоставляет выбор окружений рабочего стола и тайловых оконных менеджеров, например, gnome, kde, sway" +msgid "" +"Provides a selection of desktop environments and tiling window managers, e." +"g. gnome, kde, sway" +msgstr "" +"Предоставляет выбор окружений рабочего стола и тайловых оконных менеджеров, " +"например, gnome, kde, sway" msgid "Select your desired desktop environment" msgstr "Выберите желаемое окружение рабочего стола" -msgid "A very basic installation that allows you to customize Arch Linux as you see fit." -msgstr "Очень базовая установка, позволяющая настроить Arch Linux по своему усмотрению." +msgid "" +"A very basic installation that allows you to customize Arch Linux as you see " +"fit." +msgstr "" +"Очень базовая установка, позволяющая настроить Arch Linux по своему " +"усмотрению." -msgid "Provides a selection of various server packages to install and enable, e.g. httpd, nginx, mariadb" -msgstr "Предоставляет выбор различных пакетов сервера для установки и включения, например, httpd, nginx, mariadb" +msgid "" +"Provides a selection of various server packages to install and enable, e.g. " +"httpd, nginx, mariadb" +msgstr "" +"Предоставляет выбор различных пакетов сервера для установки и включения, " +"например, httpd, nginx, mariadb" -msgid "Choose which servers to install, if none then a minimal installation will be done" -msgstr "Выберите серверы для установки, если их нет, то будет выполнена минимальная установка" +msgid "" +"Choose which servers to install, if none then a minimal installation will be " +"done" +msgstr "" +"Выберите серверы для установки, если их нет, то будет выполнена минимальная " +"установка" msgid "Installs a minimal system as well as xorg and graphics drivers." -msgstr "Устанавливает минимальную систему, а также xorg и графические драйверы." +msgstr "" +"Устанавливает минимальную систему, а также xorg и графические драйверы." msgid "Press Enter to continue." msgstr "Нажмите Enter, чтобы продолжить." -msgid "Would you like to chroot into the newly created installation and perform post-installation configuration?" -msgstr "Хотите ли вы использовать chroot в новой созданной установке и выполнить настройку после установки?" +msgid "" +"Would you like to chroot into the newly created installation and perform " +"post-installation configuration?" +msgstr "" +"Хотите ли вы использовать chroot в новой созданной установке и выполнить " +"настройку после установки?" msgid "Are you sure you want to reset this setting?" msgstr "Вы уверены, что хотите сбросить эту настройку?" msgid "Select one or more hard drives to use and configure\n" -msgstr "Выберите один или несколько жестких дисков для использования и настройки\n" +msgstr "" +"Выберите один или несколько жестких дисков для использования и настройки\n" msgid "Any modifications to the existing setting will reset the disk layout!" -msgstr "Любые изменения существующей настройки приведут к сбросу разметки диска!" +msgstr "" +"Любые изменения существующей настройки приведут к сбросу разметки диска!" -msgid "If you reset the harddrive selection this will also reset the current disk layout. Are you sure?" -msgstr "Если вы сбросите выбор жесткого диска, это также сбросит текущую разметку диска. Вы уверены?" +msgid "" +"If you reset the harddrive selection this will also reset the current disk " +"layout. Are you sure?" +msgstr "" +"Если вы сбросите выбор жесткого диска, это также сбросит текущую разметку " +"диска. Вы уверены?" msgid "Save and exit" msgstr "Сохранить и выйти" @@ -728,8 +856,12 @@ msgstr "Добавить: " msgid "Value: " msgstr "Значение: " -msgid "You can skip selecting a drive and partitioning and use whatever drive-setup is mounted at /mnt (experimental)" -msgstr "Вы можете не выбирать диск и разметку и использовать любой диск, смонтированный в /mnt (экспериментально)" +msgid "" +"You can skip selecting a drive and partitioning and use whatever drive-setup " +"is mounted at /mnt (experimental)" +msgstr "" +"Вы можете не выбирать диск и разметку и использовать любой диск, " +"смонтированный в /mnt (экспериментально)" msgid "Select one of the disks or skip and use /mnt as default" msgstr "Выберите один из дисков или пропустите и используйте /mnt по умолчанию" @@ -752,8 +884,12 @@ msgstr "Свободное место" msgid "Bus-type" msgstr "Тип шины" -msgid "Either root-password or at least 1 user with sudo privileges must be specified" -msgstr "Должен быть указан либо пароль root, либо хотя бы 1 пользователь с привилегиями sudo" +msgid "" +"Either root-password or at least 1 user with sudo privileges must be " +"specified" +msgstr "" +"Должен быть указан либо пароль root, либо хотя бы 1 пользователь с " +"привилегиями sudo" msgid "Enter username (leave blank to skip): " msgstr "Введите имя пользователя (оставьте пустым, чтобы пропустить): " @@ -791,8 +927,12 @@ msgstr "Удалить подтом" msgid "Configured {} interfaces" msgstr "Настроено интерфейсов: {}" -msgid "This option enables the number of parallel downloads that can occur during installation" -msgstr "Этот параметр определяет количество параллельных загрузок, которые могут происходить во время установки" +msgid "" +"This option enables the number of parallel downloads that can occur during " +"installation" +msgstr "" +"Этот параметр определяет количество параллельных загрузок, которые могут " +"происходить во время установки" msgid "" "Enter the number of parallel downloads to be enabled.\n" @@ -803,18 +943,34 @@ msgstr "" " (Введите значение от 1 до {})\n" "Примечание:" -msgid " - Maximum value : {} ( Allows {} parallel downloads, allows {} downloads at a time )" -msgstr " - Максимальное значение: {} ( Позволяет {} параллельных загрузок, позволяет {} загрузок одновременно )" +msgid "" +" - Maximum value : {} ( Allows {} parallel downloads, allows {} downloads " +"at a time )" +msgstr "" +" - Минимальное значение: {} ( Позволяет {} параллельную загрузку, позволяет " +"{} загрузки одновременно )" -msgid " - Minimum value : 1 ( Allows 1 parallel download, allows 2 downloads at a time )" -msgstr " - Минимальное значение: 1 ( Позволяет 1 параллельную загрузку, позволяет 2 загрузки одновременно )" +msgid "" +" - Minimum value : 1 ( Allows 1 parallel download, allows 2 downloads at a " +"time )" +msgstr "" +" - Минимальное значение: 1 ( Позволяет 1 параллельную загрузку, позволяет 2 " +"загрузки одновременно )" -msgid " - Disable/Default : 0 ( Disables parallel downloading, allows only 1 download at a time )" -msgstr " - Отключить/по умолчанию: 0 ( Отключает параллельную загрузку, позволяет только 1 загрузку за один раз )" +msgid "" +" - Disable/Default : 0 ( Disables parallel downloading, allows only 1 " +"download at a time )" +msgstr "" +" - Отключить/по умолчанию: 0 ( Отключает параллельную загрузку, позволяет " +"только 1 загрузку за один раз )" -#, fuzzy, python-brace-format -msgid "Invalid input! Try again with a valid input [1 to {max_downloads}, or 0 to disable]" -msgstr "Неверный ввод! Повторите попытку с правильным вводом [1 - {}, или 0 - отключить]" +#, python-brace-format +msgid "" +"Invalid input! Try again with a valid input [1 to {max_downloads}, or 0 to " +"disable]" +msgstr "" +"Неверный ввод! Повторите попытку с правильным вводом [1 - {max_downloads}, " +"или 0 - отключить]" msgid "Parallel Downloads" msgstr "Параллельные загрузки" @@ -831,351 +987,367 @@ msgstr "TAB, чтобы выбрать" msgid "[Default value: 0] > " msgstr "[Значение по умолчанию: 0] > " -msgid "To be able to use this translation, please install a font manually that supports the language." -msgstr "Чтобы иметь возможность использовать этот перевод, пожалуйста, установите вручную шрифт, поддерживающий данный язык." +msgid "" +"To be able to use this translation, please install a font manually that " +"supports the language." +msgstr "" +"Чтобы иметь возможность использовать этот перевод, пожалуйста, установите " +"вручную шрифт, поддерживающий данный язык." msgid "The font should be stored as {}" msgstr "Шрифт должен быть сохранен как {}" msgid "Archinstall requires root privileges to run. See --help for more." -msgstr "Для запуска Archinstall требуются привилегии root. Для получения дополнительной информации смотрите --help." +msgstr "" +"Для запуска Archinstall требуются привилегии root. Для получения " +"дополнительной информации смотрите --help." -#, fuzzy msgid "Select an execution mode" -msgstr "Выберите действие для '{}'" +msgstr "Выберите режим выполнения" msgid "Unable to fetch profile from specified url: {}" -msgstr "" +msgstr "Невозможно получить профиль из указанного url: {}" -msgid "Profiles must have unique name, but profile definitions with duplicate name found: {}" +msgid "" +"Profiles must have unique name, but profile definitions with duplicate name " +"found: {}" msgstr "" +"Профили должны иметь уникальное имя, но найдены определения профиля с " +"дублирующимся именем: {}" -#, fuzzy msgid "Select one or more devices to use and configure" -msgstr "Выберите один или несколько жестких дисков для использования и настройте их" +msgstr "Выберите одно или несколько устройств для использования и настройки" -#, fuzzy -msgid "If you reset the device selection this will also reset the current disk layout. Are you sure?" -msgstr "Если вы сбросите выбор жесткого диска, это также сбросит текущую разметку диска. Вы уверены?" +msgid "" +"If you reset the device selection this will also reset the current disk " +"layout. Are you sure?" +msgstr "" +"Если вы сбросите выбор устройства, это также сбросит текущую разметку " +"дисков. Вы уверены?" -#, fuzzy msgid "Existing Partitions" -msgstr "Добавление раздела...." +msgstr "Существующие разделы" -#, fuzzy msgid "Select a partitioning option" -msgstr "Удалить раздел" +msgstr "Выберите вариант разбивки на разделы" -#, fuzzy msgid "Enter the root directory of the mounted devices: " -msgstr "Введите каталог для сохранения конфигурации (-ций): " +msgstr "Введите корневой каталог смонтированных устройств: " -#, fuzzy msgid "Minimum capacity for /home partition: {}GiB\n" -msgstr "Минимальный размер раздела /home: {}GB\n" +msgstr "Минимальный размер раздела /home: {}GiB\n" -#, fuzzy msgid "Minimum capacity for Arch Linux partition: {}GiB" -msgstr "Минимальный размер раздела Arch Linux: {}GB" +msgstr "Минимальный размер раздела Arch Linux: {}GiB" -#, fuzzy -msgid "This is a list of pre-programmed profiles_bck, they might make it easier to install things like desktop environments" -msgstr "Это список предварительно запрограммированных профилей, они могут облегчить установку таких вещей, как окружения рабочего стола" +msgid "" +"This is a list of pre-programmed profiles_bck, they might make it easier to " +"install things like desktop environments" +msgstr "" +"Это список предварительно запрограммированных профилей, они могут облегчить " +"установку таких вещей, как окружения рабочего стола" -#, fuzzy msgid "Current profile selection" -msgstr "Текущая разметка разделов" +msgstr "Текущий выбор профиля" -#, fuzzy msgid "Remove all newly added partitions" -msgstr "Создать новый раздел" +msgstr "Удалить все вновь добавленные разделы" -#, fuzzy msgid "Assign mountpoint" -msgstr "Назначить точку монтирования для раздела" +msgstr "Назначить точку монтирования" -#, fuzzy msgid "Mark/Unmark to be formatted (wipes data)" -msgstr "Пометить/снять отметку с раздела, который будет отформатирован (стирание данных)" +msgstr "Пометить/снять отметку для форматирования (стирание данных)" msgid "Mark/Unmark as bootable" -msgstr "" +msgstr "Пометить/снять пометку как загрузочный" msgid "Change filesystem" -msgstr "" +msgstr "Изменить файловую систему" -#, fuzzy msgid "Mark/Unmark as compressed" -msgstr "Пометить/снять отметку с раздела как сжатый (только для btrfs)" +msgstr "Пометить/снять отметку как сжатый" -#, fuzzy msgid "Set subvolumes" -msgstr "Удалить подтом" +msgstr "Установить подтома" -#, fuzzy msgid "Delete partition" msgstr "Удалить раздел" msgid "Partition" -msgstr "" +msgstr "Раздел" -msgid "This partition is currently encrypted, to format it a filesystem has to be specified" +msgid "" +"This partition is currently encrypted, to format it a filesystem has to be " +"specified" msgstr "" +"Этот раздел в настоящее время зашифрован, для его форматирования необходимо " +"указать файловую систему" -#, fuzzy -msgid "Partition mount-points are relative to inside the installation, the boot would be /boot as an example." -msgstr " * Точки монтирования разделов являются относительными внутри установки, например, загрузочный будет /boot." +msgid "" +"Partition mount-points are relative to inside the installation, the boot " +"would be /boot as an example." +msgstr "" +"Точки монтирования разделов являются относительными внутри установки, " +"например, загрузочный раздел будет /boot." -msgid "If mountpoint /boot is set, then the partition will also be marked as bootable." +msgid "" +"If mountpoint /boot is set, then the partition will also be marked as " +"bootable." msgstr "" +"Если установлена точка монтирования /boot, то раздел также будет помечен как " +"загрузочный." msgid "Mountpoint: " -msgstr "" +msgstr "Точка монтирования: " msgid "Current free sectors on device {}:" -msgstr "" +msgstr "Текущие свободные секторы на устройстве {}:" -#, fuzzy msgid "Total sectors: {}" -msgstr "Недействительный каталог: {}" +msgstr "Всего секторов: {}" -#, fuzzy msgid "Enter the start sector (default: {}): " -msgstr "Введите начальный сектор (процент или номер блока, по умолчанию: {}): " +msgstr "Введите начальный сектор (по умолчанию: {}): " -#, fuzzy -msgid "Enter the end sector of the partition (percentage or block number, default: {}): " -msgstr "Введите конечный сектор раздела (процент или номер блока, например: {}): " +msgid "" +"Enter the end sector of the partition (percentage or block number, default: " +"{}): " +msgstr "" +"Введите конечный сектор раздела (процент или номер блока, по умолчанию: {}): " msgid "This will remove all newly added partitions, continue?" -msgstr "" +msgstr "Это приведет к удалению всех вновь добавленных разделов, продолжить?" msgid "Partition management: {}" -msgstr "" +msgstr "Управление разделом: {}" msgid "Total length: {}" -msgstr "" +msgstr "Весь размер: {}" -#, fuzzy msgid "Encryption type" -msgstr "Пароль шифрования" +msgstr "Тип шифрования" msgid "Partitions" -msgstr "" +msgstr "Разделы" msgid "No HSM devices available" -msgstr "" +msgstr "Нет доступных устройств HSM" -#, fuzzy msgid "Partitions to be encrypted" -msgstr "Выберите разделы для шифрования" +msgstr "Разделы, подлежащие шифрованию" msgid "Select disk encryption option" -msgstr "" +msgstr "Выбрать вариант шифрования диска" msgid "Select a FIDO2 device to use for HSM" -msgstr "" +msgstr "Выберите устройство FIDO2 для использования в качестве HSM" -#, fuzzy msgid "Use a best-effort default partition layout" -msgstr "Стереть все выбранные диски и использовать оптимальную схему разделов по умолчанию" +msgstr "Использовать оптимальную схему разделов по умолчанию" -#, fuzzy msgid "Manual Partitioning" -msgstr "Ручная конфигурация" +msgstr "Ручное разбиение на разделы" -#, fuzzy msgid "Pre-mounted configuration" -msgstr "Отсутствует конфигурация" +msgstr "Предварительно смонтированная конфигурация" msgid "Unknown" -msgstr "" +msgstr "Неизвестно" msgid "Partition encryption" -msgstr "" +msgstr "Шифрование раздела" msgid " ! Formatting {} in " -msgstr "" +msgstr " ! Форматирование {} в " msgid "← Back" -msgstr "" +msgstr "← Назад" msgid "Disk encryption" -msgstr "" +msgstr "Шифрование диска" -#, fuzzy msgid "Configuration" -msgstr "Отсутствует конфигурация" +msgstr "Конфигурация" -#, fuzzy msgid "Password" -msgstr "Пароль root" +msgstr "Пароль" -#, fuzzy msgid "All settings will be reset, are you sure?" -msgstr "{} содержит разделы в очереди, это удалит их, вы уверены?" +msgstr "Все настройки будут сброшены, вы уверены?" msgid "Back" -msgstr "" +msgstr "Назад" msgid "Please chose which greeter to install for the chosen profiles: {}" msgstr "" +"Пожалуйста, выберите, какой экран приветствия установить для выбранных " +"профилей: {}" msgid "Environment type: {}" -msgstr "" +msgstr "Тип окружения рабочего стола: {}" -msgid "The proprietary Nvidia driver is not supported by Sway. It is likely that you will run into issues, are you okay with that?" +msgid "" +"The proprietary Nvidia driver is not supported by Sway. It is likely that " +"you will run into issues, are you okay with that?" msgstr "" +"Проприетарный драйвер Nvidia не поддерживается Sway. Вполне вероятно, что вы " +"столкнетесь с проблемами, вы согласны с этим?" -#, fuzzy msgid "Installed packages" -msgstr "Дополнительные пакеты" +msgstr "Устанавливаемые пакеты" -#, fuzzy msgid "Add profile" -msgstr "Профиль" +msgstr "Добавить профиль" -#, fuzzy msgid "Edit profile" -msgstr "Профиль" +msgstr "Изменить профиль" -#, fuzzy msgid "Delete profile" -msgstr "Удалить интерфейс" +msgstr "Удалить профиль" -#, fuzzy msgid "Profile name: " -msgstr "Профиль" +msgstr "Имя профиля: " -#, fuzzy msgid "The profile name you entered is already in use. Try again" -msgstr "Введенное вами имя пользователя недействительно. Попробуйте еще раз" +msgstr "Введенное вами имя профиля уже используется. Попробуйте еще раз" -#, fuzzy -msgid "Packages to be install with this profile (space separated, leave blank to skip): " -msgstr "Напишите дополнительные пакеты для установки (разделите пробелами, оставьте пустым, чтобы пропустить): " +msgid "" +"Packages to be install with this profile (space separated, leave blank to " +"skip): " +msgstr "" +"Пакеты, которые будут установлены с этим профилем (разделенные пробелами, " +"оставьте пустым, чтобы пропустить): " -#, fuzzy -msgid "Services to be enabled with this profile (space separated, leave blank to skip): " -msgstr "Напишите дополнительные пакеты для установки (разделите пробелами, оставьте пустым, чтобы пропустить): " +msgid "" +"Services to be enabled with this profile (space separated, leave blank to " +"skip): " +msgstr "" +"Службы, которые должны быть включены с помощью этого профиля (разделенные " +"пробелами, оставьте пустым, чтобы пропустить): " msgid "Should this profile be enabled for installation?" -msgstr "" +msgstr "Должен ли этот профиль быть включен для установки?" msgid "Create your own" -msgstr "" +msgstr "Создать свой собственный" -#, fuzzy msgid "" "\n" "Select a graphics driver or leave blank to install all open-source drivers" msgstr "" "\n" -"\n" -"Выберите графический драйвер или оставьте пустым, чтобы установить все драйверы с открытым исходным кодом" +"Выберите графический драйвер или оставьте пустым, чтобы установить все " +"драйверы с открытым исходным кодом" -msgid "Sway needs access to your seat (collection of hardware devices i.e. keyboard, mouse, etc)" +msgid "" +"Sway needs access to your seat (collection of hardware devices i.e. " +"keyboard, mouse, etc)" msgstr "" +"Sway необходим доступ к вашему компьютеру (набор аппаратных устройств, т.е. " +"клавиатура, мышь и т.д.)" msgid "" "\n" "\n" "Choose an option to give Sway access to your hardware" msgstr "" +"\n" +"\n" +"Выберите опцию, чтобы предоставить Sway доступ к вашему оборудованию" msgid "Graphics driver" -msgstr "" +msgstr "Графический драйвер" msgid "Greeter" -msgstr "" +msgstr "Экран приветствия" msgid "Please chose which greeter to install" -msgstr "" +msgstr "Пожалуйста, выберите, какой экран приветствия установить" msgid "This is a list of pre-programmed default_profiles" -msgstr "" +msgstr "Это список запрограммированных по умолчанию профилей" -#, fuzzy msgid "Disk configuration" -msgstr "Отсутствует конфигурация" +msgstr "Конфигурация диска" -#, fuzzy msgid "Profiles" -msgstr "Профиль" +msgstr "Профили" msgid "Finding possible directories to save configuration files ..." -msgstr "" +msgstr "Поиск возможных каталогов для сохранения файлов конфигурации ..." -#, fuzzy msgid "Select directory (or directories) for saving configuration files" -msgstr "Выберите один или несколько жестких дисков для использования и настройте их" +msgstr "Выберите каталог (или каталоги) для сохранения файлов конфигурации" -#, fuzzy msgid "Add a custom mirror" -msgstr "Добавить пользователя" +msgstr "Добавить пользовательское зеркало" msgid "Change custom mirror" -msgstr "" +msgstr "Изменить пользовательское зеркало" msgid "Delete custom mirror" -msgstr "" +msgstr "Удалить пользовательское зеркало" -#, fuzzy msgid "Enter name (leave blank to skip): " -msgstr "Введите имя пользователя (оставьте пустым, чтобы пропустить): " +msgstr "Введите имя (оставьте пустым, чтобы пропустить): " -#, fuzzy msgid "Enter url (leave blank to skip): " -msgstr "Введите имя пользователя (оставьте пустым, чтобы пропустить): " +msgstr "Введите адрес (оставьте пустым, чтобы пропустить): " -#, fuzzy msgid "Select signature check option" -msgstr "Выберите интерфейс для добавления" +msgstr "Выбрать вариант проверки подписи" -#, fuzzy msgid "Select signature option" -msgstr "Выберите интерфейс для добавления" +msgstr "Выбрать вариант подписи" msgid "Custom mirrors" -msgstr "" +msgstr "Пользовательские зеркала" msgid "Defined" -msgstr "" +msgstr "Определено" -#, fuzzy msgid "Save user configuration (including disk layout)" -msgstr "Сохранить конфигурацию пользователя" +msgstr "Сохранить конфигурацию пользователя (включая разметку диска)" -#, fuzzy msgid "" -"Enter a directory for the configuration(s) to be saved (tab completion enabled)\n" +"Enter a directory for the configuration(s) to be saved (tab completion " +"enabled)\n" "Save directory: " -msgstr "Введите каталог для сохранения конфигурации (-ций): " +msgstr "" +"Введите каталог для сохранения конфигурации (-ций) (включено заполнение " +"вкладок)\n" +"Каталог сохранения: " msgid "" "Do you want to save {} configuration file(s) in the following location?\n" "\n" "{}" msgstr "" +"Хотите ли вы сохранить {} файл(-а) конфигурации в следующем месте?\n" +"\n" +"{}" -#, fuzzy msgid "Saving {} configuration files to {}" -msgstr "Сохранить конфигурацию" +msgstr "Сохранение {} файла(-ов) конфигурации в {}" -#, fuzzy msgid "Mirrors" -msgstr "Регион зеркала" +msgstr "Зеркала" -#, fuzzy msgid "Mirror regions" -msgstr "Регион зеркала" +msgstr "Регионы зеркала" -#, fuzzy -msgid " - Maximum value : {} ( Allows {} parallel downloads, allows {max_downloads+1} downloads at a time )" -msgstr " - Максимальное значение: {} ( Позволяет {} параллельных загрузок, позволяет {} загрузок одновременно )" +msgid "" +" - Maximum value : {} ( Allows {} parallel downloads, allows " +"{max_downloads+1} downloads at a time )" +msgstr "" +" - Максимальное значение: {} ( Позволяет {} параллельных загрузок, позволяет " +"{max_downloads+1} загрузок одновременно )" msgid "Invalid input! Try again with a valid input [1 to {}, or 0 to disable]" -msgstr "Неверный ввод! Повторите попытку с правильным вводом [1 - {}, или 0 - отключить]" +msgstr "" +"Неверный ввод! Повторите попытку с правильным вводом [1 - {}, или 0 - " +"отключить]" #, python-brace-format #~ msgid "Edit {origkey} :" -- cgit v1.2.3-54-g00ecf From 195d779d851106f1f8be2de76cfa73e5d130b441 Mon Sep 17 00:00:00 2001 From: Tuğşat Enes Date: Mon, 12 Jun 2023 10:33:27 +0300 Subject: Reverted changes to other languages (#1857) Co-authored-by: Anton Hvornum --- archinstall/locales/tr/LC_MESSAGES/base.po | 122 +++++++++++++++-------------- 1 file changed, 62 insertions(+), 60 deletions(-) (limited to 'archinstall/locales') diff --git a/archinstall/locales/tr/LC_MESSAGES/base.po b/archinstall/locales/tr/LC_MESSAGES/base.po index 2bbcae95..435f80a5 100644 --- a/archinstall/locales/tr/LC_MESSAGES/base.po +++ b/archinstall/locales/tr/LC_MESSAGES/base.po @@ -3,7 +3,7 @@ msgstr "" "Project-Id-Version: \n" "POT-Creation-Date: 21.05.2022\n" "PO-Revision-Date: 2022-05-25 17:42+0300\n" -"Last-Translator: Abdullah Koyuncu @wiseweb-works \n" +"Last-Translator: Tuğşat Enes @tugsatenes \n" "Language-Team: \n" "Language: tr\n" "MIME-Version: 1.0\n" @@ -61,7 +61,7 @@ msgid "Write additional packages to install (space separated, leave blank to ski msgstr "Kurulacak ek paketleri yazınız (boşlukla ayrılmış, geçmek için boş bırakın): " msgid "Copy ISO network configuration to installation" -msgstr "Kuruluma ISO'dan ağ yapılandırmasını kopyala" +msgstr "ISO Ağ yapılandırmasını kuruluma kopyala" msgid "Use NetworkManager (necessary for configuring internet graphically in GNOME and KDE)" msgstr "NetworkManager'ı kullan (GNOME ya da KDE'de interneti grafik olarak yapılandırmak için gerekli)" @@ -98,10 +98,10 @@ msgid "Enter a desired filesystem type for the partition" msgstr "Disk bölümü için arzu edilen bir dosya systemi tipi girin" msgid "Enter the start location (in parted units: s, GB, %, etc. ; default: {}): " -msgstr "" +msgstr "Başlangıç lokasyonunu girin (parted birimlerinde: s, GB, %, vb. ; default: {}): " msgid "Enter the end location (in parted units: s, GB, %, etc. ; ex: {}): " -msgstr "" +msgstr "Bitiş lokasyonunu girin (parted birimlerinde: s, GB, %, vb. ; ex: {}): " msgid "{} contains queued partitions, this will remove those, are you sure?" msgstr "{} işlem sırasında bekleyen disk bölümleri bulunduruyor, bu onları kaldıracak, emin misiniz?" @@ -155,7 +155,7 @@ msgid "" msgstr "" "{}\n" "\n" -"Hangi disk bölümünün boot edilebilir olarak işaretleneceğini seçin" +"Hangi disk bölümünün önyüklenebilir olarak işaretleneceğini seçin" msgid "" "{}\n" @@ -264,8 +264,9 @@ msgstr "Disk(ler)" msgid "Disk layout" msgstr "Disk şeması" +# Şifreleme şifresi bana bir tık garip geldi, o yüzden parolayla değiştirdim msgid "Encryption password" -msgstr "Şifreleme şifresi" +msgstr "Şifreleme parolası" msgid "Swap" msgstr "Swap (değişim)" @@ -336,7 +337,7 @@ msgid "Mark/Unmark a partition as encrypted" msgstr "Bir disk bölümünü şifrelenmiş olarak işaretle/işareti kaldır" msgid "Mark/Unmark a partition as bootable (automatic for /boot)" -msgstr "Bir disk bölümünü boot edilebilir olarak işaretle/işareti kaldır (/boot için otomatik)" +msgstr "Bir disk bölümünü önyüklenebilir olarak işaretle/işareti kaldır (/boot için otomatik)" msgid "Set desired filesystem for a partition" msgstr "Bir disk bölümü için arzu edilen dosya sistemini ayarla" @@ -370,11 +371,12 @@ msgstr "Disk bölümü şeması öner" msgid "Enter a password: " msgstr "Bir şifre girin: " +# şifreleme şifresi tam olmuyor sanki, değiştirdim msgid "Enter a encryption password for {}" -msgstr "{} için bir şifreleme şifresi girin" +msgstr "{} için bir şifreleme parolası girin" msgid "Enter disk encryption password (leave blank for no encryption): " -msgstr "Disk şifreleme şifresi girin (şifreleme olmaması için boş bırakın): " +msgstr "Disk şifreleme parolası girin (şifreleme olmaması için boş bırakın): " msgid "Create a required super-user with sudo privileges: " msgstr "Gerekli bir sudo yetkilerine sahip süper-kullanıcı oluşturun: " @@ -571,7 +573,7 @@ msgid "Subvolume mountpoint" msgstr "Alt disk bölümü mount (monte) noktası" msgid "Subvolume options" -msgstr "Alt dizin bölümü seçenekleri" +msgstr "Alt disk bölümü seçenekleri" msgid "Save" msgstr "Kaydet" @@ -583,7 +585,7 @@ msgid "Select a mount point :" msgstr "Bir mount (monte) noktası seçin :" msgid "Select the desired subvolume options " -msgstr "İstenilen alt dizin bölümü ayarlarını seçin " +msgstr "İstenilen alt disk bölümü ayarlarını seçin " msgid "Define users with sudo privilege, by username: " msgstr "Sudo yetkilerine sahip kullanıcıları tanımlayın, kullanıcı adı ile: " @@ -765,7 +767,7 @@ msgid "Enter username (leave blank to skip): " msgstr "Ek kullanıcı oluşturmak için bir kullanıcı adı girin (geçmek için boş bırakın): " msgid "The username you entered is invalid. Try again" -msgstr "" +msgstr "Girdiğiniz kullanıcı adı geçersiz. Tekrar deneyin" #, fuzzy msgid "Should \"{}\" be a superuser (sudo)?" @@ -776,33 +778,33 @@ msgid "Select which partitions to encrypt" msgstr "Hangi disk bölümünün şifrelenmiş olarak işaretleneceğini seçin" msgid "very weak" -msgstr "" +msgstr "çok zayıf" msgid "weak" -msgstr "" +msgstr "zayıf" msgid "moderate" -msgstr "" +msgstr "ortalama" msgid "strong" -msgstr "" +msgstr "güçlü" #, fuzzy msgid "Add subvolume" -msgstr " alt disk bölümü :{:16}" +msgstr "alt disk bölümü ekle :{:16}" msgid "Edit subvolume" -msgstr "" +msgstr "Alt disk bölümünü düzenle" #, fuzzy msgid "Delete subvolume" -msgstr "Kullanıcı Sil" +msgstr "Alt disk bölümü sil" msgid "Configured {} interfaces" -msgstr "" +msgstr "Yapılandırılmış {} arayüzler" msgid "This option enables the number of parallel downloads that can occur during installation" -msgstr "" +msgstr "Bu seçenek, kurulum sırasında gerçekleşebilecek paralel indirme sayısını etkinleştirir" msgid "" "Enter the number of parallel downloads to be enabled.\n" @@ -824,29 +826,29 @@ msgid "Invalid input! Try again with a valid input [1 to {max_downloads}, or 0 t msgstr "" msgid "Parallel Downloads" -msgstr "" +msgstr "Paralel İndirmeler" #, fuzzy msgid "ESC to skip" -msgstr "Geçmek için ESC'yi kullanın" +msgstr "Geçmek için ESC'ye basın" msgid "CTRL+C to reset" -msgstr "" +msgstr "Resetlemek için CTRL+C'ye basın" msgid "TAB to select" -msgstr "" +msgstr "Seçmek için TAB'a basın" msgid "[Default value: 0] > " msgstr "" msgid "To be able to use this translation, please install a font manually that supports the language." -msgstr "" +msgstr "Bu çeviriyi kullanabilmek için lütfen bu dili destekleyen bir yazı tipini manuel olarak yükleyin." msgid "The font should be stored as {}" -msgstr "" +msgstr "Yazı fontu {} olarak depolanmalıdır" msgid "Archinstall requires root privileges to run. See --help for more." -msgstr "" +msgstr "Archinstall çalışmak için root (kök) ayrıcalıkları gerektirir. Daha fazlası için --help'e bakın." #, fuzzy msgid "Select an execution mode" @@ -896,7 +898,7 @@ msgstr "Mevcut disk bölümü düzeni" #, fuzzy msgid "Remove all newly added partitions" -msgstr "Yeni disk bölümü oluştur" +msgstr "Yeni eklenen tüm disk bölümleri kaldırın" #, fuzzy msgid "Assign mountpoint" @@ -907,10 +909,10 @@ msgid "Mark/Unmark to be formatted (wipes data)" msgstr "Bir disk bölümünü biçimlendirilmek üzere işaretle/işareti kaldır (veriyi temizler)" msgid "Mark/Unmark as bootable" -msgstr "" +msgstr "Önyüklenebilir olarak işaretle/işareti kaldır" msgid "Change filesystem" -msgstr "" +msgstr "Dosya sistemini değiştir" #, fuzzy msgid "Mark/Unmark as compressed" @@ -918,17 +920,17 @@ msgstr "Bir disk bölümünü sıkıştırılmış olarak işaretle/işareti kal #, fuzzy msgid "Set subvolumes" -msgstr "Kullanıcı Sil" +msgstr "Alt disk bölümü ayarla" #, fuzzy msgid "Delete partition" msgstr "Disk bölümü sil" msgid "Partition" -msgstr "" +msgstr "Disk bölümü" msgid "This partition is currently encrypted, to format it a filesystem has to be specified" -msgstr "" +msgstr "Bu disk bölümü şu anda şifrelenmiştir, biçimlendirmek için bir dosya sistemi belirtilmelidir" #, fuzzy msgid "Partition mount-points are relative to inside the installation, the boot would be /boot as an example." @@ -956,7 +958,7 @@ msgid "Enter the end sector of the partition (percentage or block number, defaul msgstr "Disk bölümünün bitiş kesimini girin (yüzde ya da blok numarası, ör: {}): " msgid "This will remove all newly added partitions, continue?" -msgstr "" +msgstr "Bu yeni eklenen tüm disk bölümlerini kaldıracaktır, devam ediyor musunuz?" msgid "Partition management: {}" msgstr "" @@ -966,10 +968,10 @@ msgstr "" #, fuzzy msgid "Encryption type" -msgstr "Şifreleme şifresi" +msgstr "Şifreleme parolası" msgid "Partitions" -msgstr "" +msgstr "Disk bölümleri" msgid "No HSM devices available" msgstr "" @@ -997,19 +999,19 @@ msgid "Pre-mounted configuration" msgstr "Yapılandırma yok" msgid "Unknown" -msgstr "" +msgstr "Bilinmeyen" msgid "Partition encryption" -msgstr "" +msgstr "Disk bölümü şifrelemesi" msgid " ! Formatting {} in " msgstr "" msgid "← Back" -msgstr "" +msgstr "← Geri" msgid "Disk encryption" -msgstr "" +msgstr "Disk şifrelemesi" #, fuzzy msgid "Configuration" @@ -1024,7 +1026,7 @@ msgid "All settings will be reset, are you sure?" msgstr "{} işlem sırasında bekleyen disk bölümleri bulunduruyor, bu onları kaldıracak, emin misiniz?" msgid "Back" -msgstr "" +msgstr "Geri" msgid "Please chose which greeter to install for the chosen profiles: {}" msgstr "" @@ -1033,30 +1035,30 @@ msgid "Environment type: {}" msgstr "" msgid "The proprietary Nvidia driver is not supported by Sway. It is likely that you will run into issues, are you okay with that?" -msgstr "" +msgstr "Patentli Nvidia sürücüsü Sway tarafından desteklenmiyor. Sıkıntılarla karşılaşmanız olası, emin misiniz?" #, fuzzy msgid "Installed packages" -msgstr "Ek paketler" +msgstr "İndirilmiş paketler" #, fuzzy msgid "Add profile" -msgstr "Profil" +msgstr "Profil ekle" #, fuzzy msgid "Edit profile" -msgstr "Profil" +msgstr "Profil düzenle" #, fuzzy msgid "Delete profile" -msgstr "Arayüz sil" +msgstr "Profil sil" #, fuzzy msgid "Profile name: " -msgstr "Profil" +msgstr "Profil ismi:" msgid "The profile name you entered is already in use. Try again" -msgstr "" +msgstr "Girdiğiniz profil adı zaten kullanılıyor. Tekrar deneyin" #, fuzzy msgid "Packages to be install with this profile (space separated, leave blank to skip): " @@ -1082,7 +1084,7 @@ msgstr "" "Bir grafik sürücüsü seçin ya da bütün açık-kaynak sürücüleri kurmak için boş bırakın" msgid "Sway needs access to your seat (collection of hardware devices i.e. keyboard, mouse, etc)" -msgstr "" +msgstr "Sway'in seat'e erişmesi gerekir (klavye, fare vb. donanım aygıtlarının birleşimi)" msgid "" "\n" @@ -1091,7 +1093,7 @@ msgid "" msgstr "" msgid "Graphics driver" -msgstr "" +msgstr "Grafik sürücüsü" msgid "Greeter" msgstr "" @@ -1108,10 +1110,10 @@ msgstr "Yapılandırma yok" #, fuzzy msgid "Profiles" -msgstr "Profil" +msgstr "Profiller" msgid "Finding possible directories to save configuration files ..." -msgstr "" +msgstr "Yapılandırma dosyalarını kaydetmek için olası dizinler bulunuyor ..." #, fuzzy msgid "Select directory (or directories) for saving configuration files" @@ -1119,13 +1121,13 @@ msgstr "Kullanmak ve yapılandırmak için bir veya daha fazla sabit disk seçin #, fuzzy msgid "Add a custom mirror" -msgstr "Kullanıcı ekle" +msgstr "Özel indirme sunucusu ekleyin" msgid "Change custom mirror" -msgstr "" +msgstr "Özel indirme sunucusunu değiştirin" msgid "Delete custom mirror" -msgstr "" +msgstr "Özel indirme sunucusunu silin" #, fuzzy msgid "Enter name (leave blank to skip): " @@ -1141,13 +1143,13 @@ msgstr "Eklemek için arayüz seçin" #, fuzzy msgid "Select signature option" -msgstr "Eklemek için arayüz seçin" +msgstr "İmza seçeneğini seçin" msgid "Custom mirrors" -msgstr "" +msgstr "Özel indirme sunucusu bölgesi" msgid "Defined" -msgstr "" +msgstr "Tanımlı" #, fuzzy msgid "Save user configuration (including disk layout)" @@ -1181,4 +1183,4 @@ msgid " - Maximum value : {} ( Allows {} parallel downloads, allows {max_downl msgstr "" msgid "Invalid input! Try again with a valid input [1 to {}, or 0 to disable]" -msgstr "" +msgstr "Geçersiz girdi! Geçerli bir girişle tekrar deneyin [1 ila {} veya devre dışı bırakmak için 0]" -- cgit v1.2.3-54-g00ecf From 84bf24cbbb224415ee24ea4dfef6ae83500f810e Mon Sep 17 00:00:00 2001 From: Eren İnce <63284001+eren-ince@users.noreply.github.com> Date: Mon, 12 Jun 2023 16:21:41 +0300 Subject: Updated Turkish translation (#1771) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Update base.po * Update base.po * Delete base.mo * Add files via upload --------- Co-authored-by: Eren İnce <63284001+ernince@users.noreply.github.com> Co-authored-by: Anton Hvornum --- archinstall/locales/tr/LC_MESSAGES/base.mo | Bin 24425 -> 31241 bytes archinstall/locales/tr/LC_MESSAGES/base.po | 79 +++++++++++++++++------------ 2 files changed, 46 insertions(+), 33 deletions(-) (limited to 'archinstall/locales') diff --git a/archinstall/locales/tr/LC_MESSAGES/base.mo b/archinstall/locales/tr/LC_MESSAGES/base.mo index de6dea40..7cea76f3 100644 Binary files a/archinstall/locales/tr/LC_MESSAGES/base.mo and b/archinstall/locales/tr/LC_MESSAGES/base.mo differ diff --git a/archinstall/locales/tr/LC_MESSAGES/base.po b/archinstall/locales/tr/LC_MESSAGES/base.po index 435f80a5..1b355cfb 100644 --- a/archinstall/locales/tr/LC_MESSAGES/base.po +++ b/archinstall/locales/tr/LC_MESSAGES/base.po @@ -3,7 +3,7 @@ msgstr "" "Project-Id-Version: \n" "POT-Creation-Date: 21.05.2022\n" "PO-Revision-Date: 2022-05-25 17:42+0300\n" -"Last-Translator: Tuğşat Enes @tugsatenes \n" +"Last-Translator: Eren İnce @ernince \n" "Language-Team: \n" "Language: tr\n" "MIME-Version: 1.0\n" @@ -804,26 +804,29 @@ msgid "Configured {} interfaces" msgstr "Yapılandırılmış {} arayüzler" msgid "This option enables the number of parallel downloads that can occur during installation" -msgstr "Bu seçenek, kurulum sırasında gerçekleşebilecek paralel indirme sayısını etkinleştirir" +msgstr "Bu seçenek, yükleme sırasında meydana gelebilecek paralel indirme sayısını etkinleştirir" msgid "" "Enter the number of parallel downloads to be enabled.\n" " (Enter a value between 1 to {})\n" "Note:" msgstr "" +"Etkinleştirilecek paralel indirme sayısını girin.\n" +" (1 ile {max_downloads} arasında bir değer girin)\n" +"Not:" msgid " - Maximum value : {} ( Allows {} parallel downloads, allows {} downloads at a time )" -msgstr "" +msgstr "- Maksimum değer : {} ( {} paralel indirmeye izin verir, bir seferde {} indirmeye izin verir)" msgid " - Minimum value : 1 ( Allows 1 parallel download, allows 2 downloads at a time )" -msgstr "" +msgstr "- Minimum değer : 1 ( 1 paralel indirmeye izin verir, bir seferde 2 indirmeye izin verir )" msgid " - Disable/Default : 0 ( Disables parallel downloading, allows only 1 download at a time )" -msgstr "" +msgstr "- Devre Dışı Bırak/Varsayılan : 0 (Paralel indirmeyi devre dışı bırakır, aynı anda yalnızca 1 indirmeye izin verir)" #, python-brace-format msgid "Invalid input! Try again with a valid input [1 to {max_downloads}, or 0 to disable]" -msgstr "" +msgstr "Geçersiz Giriş! Geçerli bir girişle tekrar deneyin [1 - {max_downloads} veya 0 devre dışı bırakmak için]" msgid "Parallel Downloads" msgstr "Paralel İndirmeler" @@ -833,32 +836,32 @@ msgid "ESC to skip" msgstr "Geçmek için ESC'ye basın" msgid "CTRL+C to reset" -msgstr "Resetlemek için CTRL+C'ye basın" +msgstr "Sıfırlamak için CTRL+C" msgid "TAB to select" -msgstr "Seçmek için TAB'a basın" +msgstr "Seçmek için TAB" msgid "[Default value: 0] > " msgstr "" msgid "To be able to use this translation, please install a font manually that supports the language." -msgstr "Bu çeviriyi kullanabilmek için lütfen bu dili destekleyen bir yazı tipini manuel olarak yükleyin." +msgstr "Bu çeviriyi kullanabilmek için lütfen dili destekleyen bir yazı tipini manuel olarak yükleyin." msgid "The font should be stored as {}" -msgstr "Yazı fontu {} olarak depolanmalıdır" +msgstr "Yazı tipi {} olarak saklanmalıdır." msgid "Archinstall requires root privileges to run. See --help for more." -msgstr "Archinstall çalışmak için root (kök) ayrıcalıkları gerektirir. Daha fazlası için --help'e bakın." +msgstr "Archinstall'ın çalışması için kök ayrıcalıkları gerekir. Daha fazla bilgi için --help'e bakın." #, fuzzy msgid "Select an execution mode" msgstr "'{}' için bir eylem seçin" msgid "Unable to fetch profile from specified url: {}" -msgstr "" +msgstr "Belirtilen url'den profil getirilemiyor: {}" msgid "Profiles must have unique name, but profile definitions with duplicate name found: {}" -msgstr "" +msgstr "Profiller benzersiz ada sahip olmalıdır, ancak yinelenen ada sahip profil tanımları bulundu: {}" #, fuzzy msgid "Select one or more devices to use and configure" @@ -909,7 +912,7 @@ msgid "Mark/Unmark to be formatted (wipes data)" msgstr "Bir disk bölümünü biçimlendirilmek üzere işaretle/işareti kaldır (veriyi temizler)" msgid "Mark/Unmark as bootable" -msgstr "Önyüklenebilir olarak işaretle/işareti kaldır" +msgstr "Önyüklenebilir olarak İşaretle/İşareti kaldır" msgid "Change filesystem" msgstr "Dosya sistemini değiştir" @@ -937,13 +940,13 @@ msgid "Partition mount-points are relative to inside the installation, the boot msgstr " * Disk bölümü mount (monte) noktaları iç kurulumla ilişkilidir, örnek olarak boot, /boot olacaktır." msgid "If mountpoint /boot is set, then the partition will also be marked as bootable." -msgstr "" +msgstr "mountpoint /boot ayarlanmışsa, bölüm de önyüklenebilir olarak işaretlenecektir." msgid "Mountpoint: " -msgstr "" +msgstr "Bağlama noktası: " msgid "Current free sectors on device {}:" -msgstr "" +msgstr "{} cihazındaki mevcut boş sektörler:" #, fuzzy msgid "Total sectors: {}" @@ -958,13 +961,13 @@ msgid "Enter the end sector of the partition (percentage or block number, defaul msgstr "Disk bölümünün bitiş kesimini girin (yüzde ya da blok numarası, ör: {}): " msgid "This will remove all newly added partitions, continue?" -msgstr "Bu yeni eklenen tüm disk bölümlerini kaldıracaktır, devam ediyor musunuz?" +msgstr "Bu işlem yeni eklenmiş tüm bölümleri kaldıracaktır, devam edilsin?" msgid "Partition management: {}" -msgstr "" +msgstr "Bölüm yönetimi: {}" msgid "Total length: {}" -msgstr "" +msgstr "Toplam uzunluk: {}" #, fuzzy msgid "Encryption type" @@ -974,17 +977,17 @@ msgid "Partitions" msgstr "Disk bölümleri" msgid "No HSM devices available" -msgstr "" +msgstr "Kullanılabilir HSM cihazı yok" #, fuzzy msgid "Partitions to be encrypted" msgstr "Hangi disk bölümünün şifrelenmiş olarak işaretleneceğini seçin" msgid "Select disk encryption option" -msgstr "" +msgstr "Disk şifreleme seçeneğini seçin" msgid "Select a FIDO2 device to use for HSM" -msgstr "" +msgstr "HSM için kullanılacak bir FIDO2 cihazı seçin" #, fuzzy msgid "Use a best-effort default partition layout" @@ -1005,7 +1008,7 @@ msgid "Partition encryption" msgstr "Disk bölümü şifrelemesi" msgid " ! Formatting {} in " -msgstr "" +msgstr " ! {} biçimlendiriliyor " msgid "← Back" msgstr "← Geri" @@ -1029,13 +1032,13 @@ msgid "Back" msgstr "Geri" msgid "Please chose which greeter to install for the chosen profiles: {}" -msgstr "" +msgstr "Lütfen seçilen profiller için hangi karşılayıcının kurulacağını seçin: {}" msgid "Environment type: {}" -msgstr "" +msgstr "Ortam türü: {}" msgid "The proprietary Nvidia driver is not supported by Sway. It is likely that you will run into issues, are you okay with that?" -msgstr "Patentli Nvidia sürücüsü Sway tarafından desteklenmiyor. Sıkıntılarla karşılaşmanız olası, emin misiniz?" +msgstr "Tescilli Nvidia sürücüsü Sway tarafından desteklenmiyor. Sorunlarla karşılaşmanız muhtemeldir, bu sizin için uygun mu?" #, fuzzy msgid "Installed packages" @@ -1069,10 +1072,10 @@ msgid "Services to be enabled with this profile (space separated, leave blank to msgstr "Kurulacak ek paketleri yazınız (boşlukla ayrılmış, geçmek için boş bırakın): " msgid "Should this profile be enabled for installation?" -msgstr "" +msgstr "Bu profil kurulum için etkinleştirilmeli mi?" msgid "Create your own" -msgstr "" +msgstr "Kendinizinkini oluşturun" #, fuzzy msgid "" @@ -1091,18 +1094,21 @@ msgid "" "\n" "Choose an option to give Sway access to your hardware" msgstr "" +"\n" +"\n" +"Sway'in donanımınıza erişmesine izin vermek için bir seçenek belirleyin" msgid "Graphics driver" msgstr "Grafik sürücüsü" msgid "Greeter" -msgstr "" +msgstr "Karşılayıcı" msgid "Please chose which greeter to install" -msgstr "" +msgstr "Lütfen hangi karşılayıcının kurulacağını seçin" msgid "This is a list of pre-programmed default_profiles" -msgstr "" +msgstr "Bu, önceden programlanmış default_profiles listesidir" #, fuzzy msgid "Disk configuration" @@ -1113,7 +1119,7 @@ msgid "Profiles" msgstr "Profiller" msgid "Finding possible directories to save configuration files ..." -msgstr "Yapılandırma dosyalarını kaydetmek için olası dizinler bulunuyor ..." +msgstr "Yapılandırma dosyalarını kaydetmek için olası dizinler aranıyor..." #, fuzzy msgid "Select directory (or directories) for saving configuration files" @@ -1184,3 +1190,10 @@ msgstr "" msgid "Invalid input! Try again with a valid input [1 to {}, or 0 to disable]" msgstr "Geçersiz girdi! Geçerli bir girişle tekrar deneyin [1 ila {} veya devre dışı bırakmak için 0]" + +msgid "Locales" +msgstr "" + +#, fuzzy +msgid "Use NetworkManager (necessary to configure internet graphically in GNOME and KDE)" +msgstr "NetworkManager'ı kullan (GNOME ya da KDE'de interneti grafik olarak yapılandırmak için gerekli)" -- cgit v1.2.3-54-g00ecf From e0a3bd11142cb0ee5db10fe6ffe5d78bf6a595fa Mon Sep 17 00:00:00 2001 From: "K.B.Dharun Krishna" Date: Mon, 12 Jun 2023 18:54:55 +0530 Subject: Update Tamil translation (#1765) Signed-off-by: K.B.Dharun Krishna Co-authored-by: Anton Hvornum --- archinstall/locales/ta/LC_MESSAGES/base.mo | Bin 47479 -> 62599 bytes archinstall/locales/ta/LC_MESSAGES/base.po | 213 +++++++++++++---------------- 2 files changed, 92 insertions(+), 121 deletions(-) (limited to 'archinstall/locales') diff --git a/archinstall/locales/ta/LC_MESSAGES/base.mo b/archinstall/locales/ta/LC_MESSAGES/base.mo index 6e7c6ac9..8c163da6 100644 Binary files a/archinstall/locales/ta/LC_MESSAGES/base.mo and b/archinstall/locales/ta/LC_MESSAGES/base.mo differ diff --git a/archinstall/locales/ta/LC_MESSAGES/base.po b/archinstall/locales/ta/LC_MESSAGES/base.po index 968cb1fc..f6b7533a 100644 --- a/archinstall/locales/ta/LC_MESSAGES/base.po +++ b/archinstall/locales/ta/LC_MESSAGES/base.po @@ -9,7 +9,7 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Generator: Poedit 3.1.1\n" +"X-Generator: Poedit 3.2.2\n" msgid "[!] A log file has been created here: {} {}" msgstr "[!] ஒரு பதிவு கோப்பு இங்கே உருவாக்கப்பட்டது: {} {}" @@ -97,10 +97,10 @@ msgid "Enter a desired filesystem type for the partition" msgstr "பகிர்வுக்கு தேவையான கோப்பு முறைமை வகையை உள்ளிடவும்" msgid "Enter the start location (in parted units: s, GB, %, etc. ; default: {}): " -msgstr "" +msgstr "தொடக்க இடத்தை உள்ளிடவும் (பிரிக்கப்பட்ட அலகுகளில்: s, GB, %, முதலியன ; இயல்புநிலை: {}): " msgid "Enter the end location (in parted units: s, GB, %, etc. ; ex: {}): " -msgstr "" +msgstr "இறுதி இடத்தை உள்ளிடவும் (பிரிக்கப்பட்ட அலகுகளில்: s, GB, %, etc. ; ex: {}): " msgid "{} contains queued partitions, this will remove those, are you sure?" msgstr "{} வரிசைப்படுத்தப்பட்ட பகிர்வுகளைக் கொண்டுள்ளது, இது அவற்றை அகற்றும், நீங்கள் உறுதியாக இருக்கிறீர்களா?" @@ -828,286 +828,250 @@ msgid "TAB to select" msgstr "தேர்ந்தெடுக்க TAB" msgid "[Default value: 0] > " -msgstr "" +msgstr "[இயல்புநிலை மதிப்பு: 0] > " msgid "To be able to use this translation, please install a font manually that supports the language." -msgstr "" +msgstr "இந்த மொழிபெயர்ப்பைப் பயன்படுத்த, மொழியை ஆதரிக்கும் எழுத்துருவை கைமுறையாக நிறுவவும்." msgid "The font should be stored as {}" -msgstr "" +msgstr "எழுத்துரு {} ஆக சேமிக்கப்பட வேண்டும்" msgid "Archinstall requires root privileges to run. See --help for more." -msgstr "" +msgstr "Archinstall ஐ இயக்க ரூட் சிறப்புரிமைகள் தேவை. மேலும் பார்க்க --help." -#, fuzzy msgid "Select an execution mode" -msgstr "'{}'க்கான செயலைத் தேர்ந்தெடுக்கவும்" +msgstr "செயல்படுத்தும் பயன்முறையைத் தேர்ந்தெடுக்கவும்" msgid "Unable to fetch profile from specified url: {}" -msgstr "" +msgstr "குறிப்பிட்ட url இலிருந்து சுயவிவரத்தைப் பெற முடியவில்லை: {}" msgid "Profiles must have unique name, but profile definitions with duplicate name found: {}" -msgstr "" +msgstr "சுயவிவரங்கள் தனிப்பட்ட பெயரைக் கொண்டிருக்க வேண்டும், ஆனால் நகல் பெயருடன் சுயவிவர வரையறைகள் காணப்படுகின்றன: {}" -#, fuzzy msgid "Select one or more devices to use and configure" -msgstr "பயன்படுத்த மற்றும் கட்டமைக்க ஒன்று அல்லது அதற்கு மேற்பட்ட ஹார்டு டிரைவ்களைத் தேர்ந்தெடுக்கவும்" +msgstr "பயன்படுத்த மற்றும் கட்டமைக்க ஒன்று அல்லது அதற்கு மேற்பட்ட சாதனங்களைத் தேர்ந்தெடுக்கவும்" -#, fuzzy msgid "If you reset the device selection this will also reset the current disk layout. Are you sure?" -msgstr "நீங்கள் ஹார்ட் டிரைவ் தேர்வை மீட்டமைத்தால், இது தற்போதைய வட்டு அமைப்பையும் மீட்டமைக்கும். நீங்கள் உறுதியாக இருக்கிறீர்களா?" +msgstr "சாதனத் தேர்வை மீட்டமைத்தால், இது தற்போதைய வட்டு அமைப்பையும் மீட்டமைக்கும். நீங்கள் உறுதியாக இருக்கிறீர்களா?" -#, fuzzy msgid "Existing Partitions" -msgstr "பகிர்வை சேர்க்கிறது...." +msgstr "ஏற்கனவே உள்ள பகிர்வுகள்" -#, fuzzy msgid "Select a partitioning option" -msgstr "ஒரு பகிர்வை நீக்கவும்" +msgstr "பகிர்வு விருப்பத்தைத் தேர்ந்தெடுக்கவும்" -#, fuzzy msgid "Enter the root directory of the mounted devices: " -msgstr "உள்ளமைவு(களை) சேமிக்க ஒரு கோப்பகத்தை உள்ளிடவும்: " +msgstr "ஏற்றப்பட்ட சாதனங்களின் ரூட் கோப்பகத்தை உள்ளிடவும்: " -#, fuzzy msgid "Minimum capacity for /home partition: {}GiB\n" -msgstr "/home பகிர்வுக்கான குறைந்த பட்ச கொள்ளளவு: {}GB\n" +msgstr "" +"/home பகிர்வுக்கான குறைந்தபட்ச கொள்ளளவு: {}GiB\n" +"\n" -#, fuzzy msgid "Minimum capacity for Arch Linux partition: {}GiB" -msgstr "ஆர்ச் லினக்ஸ் பகிர்வுக்கான குறைந்தபட்ச கொள்ளளவு: {}GB" +msgstr "ஆர்ச் லினக்ஸ் பகிர்வுக்கான குறைந்தபட்ச கொள்ளளவு: {}ஜிபி" -#, fuzzy msgid "This is a list of pre-programmed profiles_bck, they might make it easier to install things like desktop environments" -msgstr "இது முன்-திட்டமிடப்பட்ட சுயவிவரங்களின் பட்டியல், அவை டெஸ்க்டாப் சூழல்கள் போன்றவற்றை நிறுவுவதை எளிதாக்கலாம்" +msgstr "இது முன்-திட்டமிடப்பட்ட profiles_bck இன் பட்டியல், அவை டெஸ்க்டாப் சூழல்கள் போன்றவற்றை நிறுவுவதை எளிதாக்கலாம்" -#, fuzzy msgid "Current profile selection" -msgstr "தற்போதைய பகிர்வு தளவமைப்பு" +msgstr "தற்போதைய சுயவிவரத் தேர்வு" -#, fuzzy msgid "Remove all newly added partitions" -msgstr "புதிய பகிர்வை உருவாக்கவும்" +msgstr "புதிதாக சேர்க்கப்பட்ட அனைத்து பகிர்வுகளையும் அகற்றவும்" -#, fuzzy msgid "Assign mountpoint" -msgstr "ஒரு பகிர்வுக்கு ஏற்ற-புள்ளியை ஒதுக்கவும்" +msgstr "பகிர்வுக்கு ஏற்ற-புள்ளியை ஒதுக்கவும்" -#, fuzzy msgid "Mark/Unmark to be formatted (wipes data)" -msgstr "குறி/குறிநீக்கு வடிவமைக்கப்பட வேண்டிய பகிர்வை (தரவை அழிக்கிறது)" +msgstr "வடிவமைக்கப்பட வேண்டியவையை குறி/குறிநீக்கு (தரவை அழிக்கிறது)" msgid "Mark/Unmark as bootable" -msgstr "" +msgstr "துவக்கக்கூடியதாகக் குறி/குறிநீக்கு" msgid "Change filesystem" -msgstr "" +msgstr "கோப்பு முறைமையை மாற்றவும்" -#, fuzzy msgid "Mark/Unmark as compressed" -msgstr "ஒரு பகிர்வை சுருக்கப்பட்டதாகக் குறிக்கவும்/குறி நீக்கவும் (btrfs மட்டும்)" +msgstr "சுருக்கப்பட்டதாகக் குறி/குறிநீக்கு" -#, fuzzy msgid "Set subvolumes" -msgstr "துணைத்தொகுதியை நீக்கவும்" +msgstr "துணைத் தொகுதிகளை அமைக்கவும்" -#, fuzzy msgid "Delete partition" -msgstr "ஒரு பகிர்வை நீக்கவும்" +msgstr "பகிர்வை நீக்கு" msgid "Partition" -msgstr "" +msgstr "பகிர்வு" msgid "This partition is currently encrypted, to format it a filesystem has to be specified" -msgstr "" +msgstr "இந்த பகிர்வு தற்போது குறியாக்கம் செய்யப்பட்டுள்ளது, அதை வடிவமைக்க ஒரு கோப்பு முறைமை குறிப்பிடப்பட வேண்டும்" -#, fuzzy msgid "Partition mount-points are relative to inside the installation, the boot would be /boot as an example." -msgstr " * பகிர்வு மவுண்ட்-பாயிண்ட்கள் நிறுவலின் உள்ளே தொடர்புடையவை, துவக்கம் /boot எடுத்துக்காட்டாக இருக்கும்." +msgstr "பகிர்வு மவுண்ட்-பாயிண்ட்கள் நிறுவலின் உள்ளே தொடர்புடையவை, துவக்கம் /boot எடுத்துக்காட்டாக இருக்கும்." msgid "If mountpoint /boot is set, then the partition will also be marked as bootable." -msgstr "" +msgstr "மவுண்ட்பாயிண்ட் /boot அமைக்கப்பட்டால், பகிர்வு துவக்கக்கூடியதாகக் குறிக்கப்படும்." msgid "Mountpoint: " -msgstr "" +msgstr "மவுண்ட்பாயிண்ட்: " msgid "Current free sectors on device {}:" -msgstr "" +msgstr "{} சாதனத்தில் தற்போதைய இலவசப் பிரிவுகள்:" -#, fuzzy msgid "Total sectors: {}" -msgstr "சரியான கோப்பகம் இல்லை: {}" +msgstr "மொத்த பிரிவுகள்: {}" -#, fuzzy msgid "Enter the start sector (default: {}): " -msgstr "தொடக்கப் பிரிவை உள்ளிடவும் (சதவீதம் அல்லது தொகுதி எண், இயல்புநிலை: {}): " +msgstr "தொடக்கப் பிரிவை உள்ளிடவும் (இயல்புநிலை: {}): " -#, fuzzy msgid "Enter the end sector of the partition (percentage or block number, default: {}): " -msgstr "பகிர்வின் இறுதிப் பகுதியை உள்ளிடவும் (சதவீதம் அல்லது தொகுதி எண், எ.கா: {}): " +msgstr "பகிர்வின் இறுதிப் பகுதியை உள்ளிடவும் (சதவீதம் அல்லது தொகுதி எண், இயல்புநிலை: {}): " msgid "This will remove all newly added partitions, continue?" -msgstr "" +msgstr "இது புதிதாக சேர்க்கப்பட்ட அனைத்து பகிர்வுகளையும் அகற்றும், தொடரவா?" msgid "Partition management: {}" -msgstr "" +msgstr "பகிர்வு மேலாண்மை: {}" msgid "Total length: {}" -msgstr "" +msgstr "முழு நீளம்: {}" -#, fuzzy msgid "Encryption type" -msgstr "குறியாக்கம் கடவுச்சொல்" +msgstr "குறியாக்க வகை" msgid "Partitions" -msgstr "" +msgstr "பகிர்வுகள்" msgid "No HSM devices available" -msgstr "" +msgstr "HSM சாதனங்கள் எதுவும் இல்லை" -#, fuzzy msgid "Partitions to be encrypted" -msgstr "குறியாக்கம் செய்ய வேண்டிய பகிர்வுகளைத் தேர்ந்தெடுக்கவும்" +msgstr "குறியாக்கம் செய்யப்பட வேண்டிய பகிர்வுகள்" msgid "Select disk encryption option" -msgstr "" +msgstr "வட்டு குறியாக்க விருப்பத்தைத் தேர்ந்தெடுக்கவும்" msgid "Select a FIDO2 device to use for HSM" -msgstr "" +msgstr "HSM க்கு பயன்படுத்த FIDO2 சாதனத்தைத் தேர்ந்தெடுக்கவும்" -#, fuzzy msgid "Use a best-effort default partition layout" -msgstr "தேர்ந்தெடுக்கப்பட்ட அனைத்து இயக்கிகளையும் துடைத்து, சிறந்த முயற்சி இயல்புநிலை பகிர்வு அமைப்பைப் பயன்படுத்தவும்" +msgstr "சிறந்த முயற்சி இயல்புநிலை பகிர்வு தளவமைப்பைப் பயன்படுத்தவும்" -#, fuzzy msgid "Manual Partitioning" -msgstr "கைமுறை கட்டமைப்பு" +msgstr "கைமுறை பகிர்வு" -#, fuzzy msgid "Pre-mounted configuration" -msgstr "கட்டமைப்பு இல்லை" +msgstr "முன்-ஏற்றப்பட்ட கட்டமைப்பு" msgid "Unknown" -msgstr "" +msgstr "தெரியவில்லை/தெரியாதது" msgid "Partition encryption" -msgstr "" +msgstr "பகிர்வு குறியாக்கம்" msgid " ! Formatting {} in " -msgstr "" +msgstr " ! வடிவமைத்தல் {} உள்ள " msgid "← Back" -msgstr "" +msgstr "← பின்" msgid "Disk encryption" -msgstr "" +msgstr "வட்டு குறியாக்கம்" -#, fuzzy msgid "Configuration" -msgstr "கட்டமைப்பு இல்லை" +msgstr "கட்டமைப்பு" -#, fuzzy msgid "Password" -msgstr "ரூட் கடவுச்சொல்" +msgstr "கடவுச்சொல்" -#, fuzzy msgid "All settings will be reset, are you sure?" -msgstr "{} வரிசைப்படுத்தப்பட்ட பகிர்வுகளைக் கொண்டுள்ளது, இது அவற்றை அகற்றும், நீங்கள் உறுதியாக இருக்கிறீர்களா?" +msgstr "எல்லா அமைப்புகளும் மீட்டமைக்கப்படும், உறுதியாக இருக்கிறீர்களா?" msgid "Back" -msgstr "" +msgstr "திரும்பவும்" msgid "Please chose which greeter to install for the chosen profiles: {}" -msgstr "" +msgstr "தேர்ந்தெடுக்கப்பட்ட சுயவிவரங்களுக்கு எந்த வாழ்த்துரை நிறுவ வேண்டும் என்பதைத் தேர்வுசெய்யவும்: {}" msgid "Environment type: {}" -msgstr "" +msgstr "சுற்றுச்சூழல் வகை: {}" msgid "The proprietary Nvidia driver is not supported by Sway. It is likely that you will run into issues, are you okay with that?" -msgstr "" +msgstr "தனியுரிம Nvidia இயக்கி ஸ்வே ஆல் ஆதரிக்கப்படவில்லை. நீங்கள் சிக்கலில் சிக்க வாய்ப்புள்ளது, உனக்கு அது சரியா?" -#, fuzzy msgid "Installed packages" -msgstr "கூடுதல் தொகுப்புகள்" +msgstr "நிறுவப்பட்ட தொகுப்புகள்" -#, fuzzy msgid "Add profile" -msgstr "சுயவிவரம்" +msgstr "சுயவிவரத்தைச் சேர்க்கவும்" -#, fuzzy msgid "Edit profile" -msgstr "சுயவிவரம்" +msgstr "சுயவிவரத்தைத் திருத்தவும்" -#, fuzzy msgid "Delete profile" -msgstr "இடைமுகத்தை நீக்கு" +msgstr "சுயவிவரத்தை நீக்கு" -#, fuzzy msgid "Profile name: " -msgstr "சுயவிவரம்" +msgstr "சுயவிவரப் பெயர்: " -#, fuzzy msgid "The profile name you entered is already in use. Try again" -msgstr "நீங்கள் உள்ளிட்ட பயனர்பெயர் தவறானது. மீண்டும் முயற்சிக்கவும்" +msgstr "நீங்கள் உள்ளிட்ட சுயவிவரப் பெயர் ஏற்கனவே பயன்பாட்டில் உள்ளது. மீண்டும் முயற்சிக்கவும்" -#, fuzzy msgid "Packages to be install with this profile (space separated, leave blank to skip): " -msgstr "நிறுவ கூடுதல் தொகுப்புகளை எழுதவும் (இடம் பிரிக்கப்பட்டது, தவிர்க்க காலியாக விடவும்): " +msgstr "இந்த சுயவிவரத்துடன் நிறுவப்பட வேண்டிய தொகுப்புகள் (இடம் பிரிக்கப்பட்டது, தவிர்க்க காலியாக விடவும்): " -#, fuzzy msgid "Services to be enabled with this profile (space separated, leave blank to skip): " -msgstr "நிறுவ கூடுதல் தொகுப்புகளை எழுதவும் (இடம் பிரிக்கப்பட்டது, தவிர்க்க காலியாக விடவும்): " +msgstr "இந்தச் சுயவிவரத்துடன் இயக்கப்பட வேண்டிய சேவைகள் (இடம் பிரிக்கப்பட்டது, தவிர்க்க காலியாக விடவும்): " msgid "Should this profile be enabled for installation?" -msgstr "" +msgstr "நிறுவலுக்கு இந்த சுயவிவரம் இயக்கப்பட வேண்டுமா?" msgid "Create your own" -msgstr "" +msgstr "சொந்தமாக உருவாக்கவும்" -#, fuzzy msgid "" "\n" "Select a graphics driver or leave blank to install all open-source drivers" msgstr "" "\n" -"\n" -"கிராபிக்ஸ் இயக்கியைத் தேர்ந்தெடுக்கவும் அல்லது அனைத்து திறந்த மூல இயக்கிகளையும் நிறுவ காலியாக விடவும்" +"அனைத்து திறந்த மூல இயக்கிகளையும் நிறுவ வரைகலை இயக்கிகளை தேர்ந்தெடுக்கவும் அல்லது காலியாக விடவும்" msgid "Sway needs access to your seat (collection of hardware devices i.e. keyboard, mouse, etc)" -msgstr "" +msgstr "ஸ்வேக்கு உங்கள் இருக்கைக்கான அணுகல் தேவை (வன்பொருள் சாதனங்களின் சேகரிப்பு அதாவது விசைப்பலகை, சுட்டி போன்றவை)" msgid "" "\n" "\n" "Choose an option to give Sway access to your hardware" msgstr "" +"\n" +"\n" +"உங்கள் வன்பொருளுக்கான அணுகலை வழங்குவதற்கான விருப்பத்தைத் தேர்வுசெய்யவும்" msgid "Graphics driver" -msgstr "" +msgstr "வரைகலை இயக்கி" msgid "Greeter" -msgstr "" +msgstr "வாழ்த்துபவர்" msgid "Please chose which greeter to install" -msgstr "" +msgstr "எந்த வாழ்த்துரை நிறுவ வேண்டும் என்பதைத் தேர்வுசெய்யவும்" msgid "This is a list of pre-programmed default_profiles" -msgstr "" +msgstr "இது முன்-திட்டமிடப்பட்ட default_profiles பட்டியல்" -#, fuzzy msgid "Disk configuration" -msgstr "கட்டமைப்பு இல்லை" +msgstr "வட்டு கட்டமைப்பு" -#, fuzzy msgid "Profiles" -msgstr "சுயவிவரம்" +msgstr "சுயவிவரங்கள்" msgid "Finding possible directories to save configuration files ..." -msgstr "" +msgstr "உள்ளமைவு கோப்புகளைச் சேமிக்க சாத்தியமான கோப்பகங்களைக் கண்டறிதல் ..." -#, fuzzy msgid "Select directory (or directories) for saving configuration files" -msgstr "பயன்படுத்த மற்றும் கட்டமைக்க ஒன்று அல்லது அதற்கு மேற்பட்ட ஹார்டு டிரைவ்களைத் தேர்ந்தெடுக்கவும்" +msgstr "உள்ளமைவு கோப்புகளை சேமிக்க கோப்பகத்தை (அல்லது கோப்பகங்களை) தேர்ந்தெடுக்கவும்" #, fuzzy msgid "Add a custom mirror" @@ -1175,3 +1139,10 @@ msgstr " - அதிகபட்ச மதிப்பு : {} ( {} இணை msgid "Invalid input! Try again with a valid input [1 to {}, or 0 to disable]" msgstr "தவறான உள்ளீடு! சரியான உள்ளீட்டில் [1 முதல் {} வரை அல்லது முடக்க 0 வரை] மீண்டும் முயற்சிக்கவும்" + +msgid "Locales" +msgstr "" + +#, fuzzy +msgid "Use NetworkManager (necessary to configure internet graphically in GNOME and KDE)" +msgstr "பயன்படுத்துங்கள் NetworkManager ஐப்(GNOME மற்றும் KDE இல் இணையத்தை வரைகலை முறையில் கட்டமைக்க அவசியம்)" -- cgit v1.2.3-54-g00ecf From aa1c6b014d3c53ab8350f684d32c10725cffa494 Mon Sep 17 00:00:00 2001 From: Wellinton Kricowski Date: Mon, 12 Jun 2023 10:25:46 -0300 Subject: PT BR translation improvements (#1760) --- archinstall/locales/pt_BR/LC_MESSAGES/base.po | 38 +++++++++++++-------------- 1 file changed, 19 insertions(+), 19 deletions(-) (limited to 'archinstall/locales') diff --git a/archinstall/locales/pt_BR/LC_MESSAGES/base.po b/archinstall/locales/pt_BR/LC_MESSAGES/base.po index a4137edf..54419d23 100644 --- a/archinstall/locales/pt_BR/LC_MESSAGES/base.po +++ b/archinstall/locales/pt_BR/LC_MESSAGES/base.po @@ -905,7 +905,7 @@ msgid "Mark/Unmark as bootable" msgstr "" msgid "Change filesystem" -msgstr "" +msgstr "Mudar arquivo do sistema" #, fuzzy msgid "Mark/Unmark as compressed" @@ -920,7 +920,7 @@ msgid "Delete partition" msgstr "Deletar uma partição" msgid "Partition" -msgstr "" +msgstr "Partição: " msgid "This partition is currently encrypted, to format it a filesystem has to be specified" msgstr "" @@ -933,7 +933,7 @@ msgid "If mountpoint /boot is set, then the partition will also be marked as boo msgstr "" msgid "Mountpoint: " -msgstr "" +msgstr "Ponto de montagem: " msgid "Current free sectors on device {}:" msgstr "" @@ -957,7 +957,7 @@ msgid "Partition management: {}" msgstr "" msgid "Total length: {}" -msgstr "" +msgstr "Tamanho total: {}" #, fuzzy msgid "Encryption type" @@ -984,30 +984,30 @@ msgstr "Apagar todos os discos selecionados e usar um esquema de partições pad #, fuzzy msgid "Manual Partitioning" -msgstr "Configuração manual" +msgstr "Particionamento manual" #, fuzzy msgid "Pre-mounted configuration" msgstr "Nenhuma configuração" msgid "Unknown" -msgstr "" +msgstr "Desconhecido" msgid "Partition encryption" msgstr "Encriptação de partição" msgid " ! Formatting {} in " -msgstr "" +msgstr " ! Formatando {} em " msgid "← Back" -msgstr "" +msgstr "← Voltar" msgid "Disk encryption" msgstr "Encriptação de disco" #, fuzzy msgid "Configuration" -msgstr "Nenhuma configuração" +msgstr "Configuração" msgid "Password" msgstr "Senha" @@ -1017,7 +1017,7 @@ msgid "All settings will be reset, are you sure?" msgstr "{} contém partições em fila, isto irá removê-las, tem certeza?" msgid "Back" -msgstr "" +msgstr "Voltar" msgid "Please chose which greeter to install for the chosen profiles: {}" msgstr "" @@ -1034,23 +1034,23 @@ msgstr "Pacotes adicionais" #, fuzzy msgid "Add profile" -msgstr "Perfil" +msgstr "Adicionar perfil" #, fuzzy msgid "Edit profile" -msgstr "Perfil" +msgstr "Editar perfil" #, fuzzy msgid "Delete profile" -msgstr "Deletar interface" +msgstr "Deletar perfil" #, fuzzy msgid "Profile name: " -msgstr "Perfil" +msgstr "Nome do perfil: " #, fuzzy msgid "The profile name you entered is already in use. Try again" -msgstr "O nome de usuário que você digitou é inválido. Tente novamente" +msgstr "O nome de usuário que você digitou já esta em uso. Tente outro" #, fuzzy msgid "Packages to be install with this profile (space separated, leave blank to skip): " @@ -1064,7 +1064,7 @@ msgid "Should this profile be enabled for installation?" msgstr "" msgid "Create your own" -msgstr "" +msgstr "Crie o seu próprio" #, fuzzy msgid "" @@ -1085,7 +1085,7 @@ msgid "" msgstr "" msgid "Graphics driver" -msgstr "" +msgstr "Driver gráfico" msgid "Greeter" msgstr "" @@ -1098,14 +1098,14 @@ msgstr "" #, fuzzy msgid "Disk configuration" -msgstr "Nenhuma configuração" +msgstr "Configuração do disco" #, fuzzy msgid "Profiles" msgstr "Perfil" msgid "Finding possible directories to save configuration files ..." -msgstr "" +msgstr "Procurando possiveis diretórios para salvar os arquivos de configuração ..." #, fuzzy msgid "Select directory (or directories) for saving configuration files" -- cgit v1.2.3-54-g00ecf From 99fbc189c69817a2ba09b7328a560be0b4da0896 Mon Sep 17 00:00:00 2001 From: wc7086 <74053663+wc7086@users.noreply.github.com> Date: Mon, 12 Jun 2023 21:33:28 +0800 Subject: Update Simplified Chinese translation (#1757) Co-authored-by: wc7086 <190022474@qq.com> Co-authored-by: Anton Hvornum --- archinstall/locales/languages.json | 2 +- archinstall/locales/zh-CN/LC_MESSAGES/base.mo | Bin 23995 -> 32120 bytes archinstall/locales/zh-CN/LC_MESSAGES/base.po | 463 ++++++++++++-------------- 3 files changed, 217 insertions(+), 248 deletions(-) (limited to 'archinstall/locales') diff --git a/archinstall/locales/languages.json b/archinstall/locales/languages.json index 271fbb36..8575108c 100644 --- a/archinstall/locales/languages.json +++ b/archinstall/locales/languages.json @@ -181,6 +181,6 @@ {"abbr": "yi", "lang": "Yiddish"}, {"abbr": "yo", "lang": "Yoruba"}, {"abbr": "za", "lang": "Zhuang"}, + {"abbr": "zh-CN", "lang": "Simplified Chinese", "translated_lang": "简体中文"}, {"abbr": "zh-TW", "lang": "Traditional Chinese", "translated_lang": "繁體中文"}, - {"abbr": "zh-CN", "lang": "Simplified Chinese"}, {"abbr": "zu", "lang": "Zulu"}] diff --git a/archinstall/locales/zh-CN/LC_MESSAGES/base.mo b/archinstall/locales/zh-CN/LC_MESSAGES/base.mo index 7410cb7d..a07e57f3 100644 Binary files a/archinstall/locales/zh-CN/LC_MESSAGES/base.mo and b/archinstall/locales/zh-CN/LC_MESSAGES/base.mo differ diff --git a/archinstall/locales/zh-CN/LC_MESSAGES/base.po b/archinstall/locales/zh-CN/LC_MESSAGES/base.po index 8bda3ef0..f981a257 100644 --- a/archinstall/locales/zh-CN/LC_MESSAGES/base.po +++ b/archinstall/locales/zh-CN/LC_MESSAGES/base.po @@ -3,7 +3,7 @@ msgstr "" "Project-Id-Version: \n" "POT-Creation-Date: \n" "PO-Revision-Date: \n" -"Last-Translator: Xiaotian Wu \n" +"Last-Translator: wc7086 <190022474@qq.com>\n" "Language-Team: \n" "Language: zh_CN\n" "MIME-Version: 1.0\n" @@ -12,31 +12,31 @@ msgstr "" "X-Generator: Poedit 3.1.1\n" msgid "[!] A log file has been created here: {} {}" -msgstr "[!] 已在此处创建日志文件:{} {}" +msgstr "[!] 日志文件已在此处创建:{} {}" msgid " Please submit this issue (and file) to https://github.com/archlinux/archinstall/issues" msgstr " 请将此问题(和文件)提交到 https://github.com/archlinux/archinstall/issues" msgid "Do you really want to abort?" -msgstr "你真的想中止吗?" +msgstr "您真的要中止吗?" msgid "And one more time for verification: " -msgstr "还有一次验证: " +msgstr "再输入一次以进行验证:" msgid "Would you like to use swap on zram?" -msgstr "你想在 zram 上使用交换吗?" +msgstr "您想在 zram 上使用交换分区(swap)吗?" msgid "Desired hostname for the installation: " -msgstr "安装所需的主机名: " +msgstr "请输入安装后期望使用的主机名(hostname):" msgid "Username for required superuser with sudo privileges: " -msgstr "具有 sudo 权限的所需超级用户的用户名: " +msgstr "请输入需要超级用户的用户名(sudo 权限):" msgid "Any additional users to install (leave blank for no users): " -msgstr "要新建的任何其他用户(留空表示没有用户): " +msgstr "请输入要安装的其他用户(留空表示不安装其他用户):" msgid "Should this user be a superuser (sudoer)?" -msgstr "这个用户应该是超级用户(sudoer)吗?" +msgstr "这个用户应该成为超级用户(sudoer)吗?" msgid "Select a timezone" msgstr "选择时区" @@ -48,62 +48,62 @@ msgid "Choose a bootloader" msgstr "选择引导加载程序" msgid "Choose an audio server" -msgstr "选择音频服务器" +msgstr "请选择一个音频服务器(audio server)" msgid "Only packages such as base, base-devel, linux, linux-firmware, efibootmgr and optional profile packages are installed." -msgstr "仅安装 base、base-devel、linux、linux-firmware、efibootmgr 和可​​选配置文件包等软件包。" +msgstr "仅安装基本软件包(base),基本开发软件包(base-devel),Linux 内核(linux),Linux 固件(linux-firmware),efibootmgr 和可选的配置文件软件包(profile packages)。" msgid "If you desire a web browser, such as firefox or chromium, you may specify it in the following prompt." -msgstr "如果你想要一个 web 浏览器,例如 firefox 或 chromium,你可以在下面的提示中指定它。" +msgstr "如果您需要一个网络浏览器,例如 firefox 或 chromium,你可以在下面的提示中指定它。" msgid "Write additional packages to install (space separated, leave blank to skip): " -msgstr "编写要安装的附加软件包(空格分隔,留空跳过): " +msgstr "输入要安装的其他软件包(空格分隔,留空以跳过):" msgid "Copy ISO network configuration to installation" -msgstr "将 ISO 网络配置复制到安装" +msgstr "将 ISO 中的网络配置复制到安装中" msgid "Use NetworkManager (necessary for configuring internet graphically in GNOME and KDE)" msgstr "使用 NetworkManager(在 GNOME 和 KDE 中以图形方式配置 Internet 所必需的)" msgid "Select one network interface to configure" -msgstr "选择一个网络接口进行配置" +msgstr "选择要配置的网络接口" msgid "Select which mode to configure for \"{}\" or skip to use default mode \"{}\"" -msgstr "选择要为“{}”配置的模式或跳过以使用默认模式“{}”" +msgstr "选择要为 \"{}\" 配置的模式或跳过以使用默认模式 \"{}\"" msgid "Enter the IP and subnet for {} (example: 192.168.0.5/24): " -msgstr "输入 {} 的 IP 和子网(例如:192.168.0.5/24): " +msgstr "输入 {} 的 IP 和子网(例如:192.168.0.5/24):" msgid "Enter your gateway (router) IP address or leave blank for none: " -msgstr "输入您的网关(路由器)IP 地址或留空为无: " +msgstr "请输入您的网关(路由器)IP地址,如果没有请留空:" msgid "Enter your DNS servers (space separated, blank for none): " -msgstr "输入您的 DNS 服务器(空格分隔,空白表示无): " +msgstr "请输入您的 DNS 服务器地址(以空格分隔,如果没有请留空):" msgid "Select which filesystem your main partition should use" -msgstr "选择你的主分区应该使用哪个文件系统" +msgstr "选择您的主分区应使用的文件系统" msgid "Current partition layout" -msgstr "当前分区布局" +msgstr "当前的分区布局" msgid "" "Select what to do with\n" "{}" msgstr "" -"选择要做什么\n" +"选择要执行的操作\n" "{}" msgid "Enter a desired filesystem type for the partition" msgstr "为分区输入所需的文件系统类型" msgid "Enter the start location (in parted units: s, GB, %, etc. ; default: {}): " -msgstr "" +msgstr "输入起始位置(单位:s,GB,% 等;默认值:{}):" msgid "Enter the end location (in parted units: s, GB, %, etc. ; ex: {}): " -msgstr "" +msgstr "输入结束位置(单位:s,GB,% 等;例如:{}):" msgid "{} contains queued partitions, this will remove those, are you sure?" -msgstr "{} 包含排队分区,这将删除这些分区,您确定吗?" +msgstr "{} 包含了已排队的分区,这将会删除这些分区,您确定吗?" msgid "" "{}\n" @@ -124,10 +124,10 @@ msgstr "" "按索引选择要挂载的分区" msgid " * Partition mount-points are relative to inside the installation, the boot would be /boot as an example." -msgstr " * 分区挂载点是相对于安装内部的,例如 boot 应该为 /boot。" +msgstr " * 分区挂载点是相对于安装目录内部的,例如引导分区(boot)的挂载点为 /boot。" msgid "Select where to mount partition (leave blank to remove mountpoint): " -msgstr "选择挂载分区的位置(留空以删除挂载点): " +msgstr "选择要挂载分区的位置(留空表示移除挂载点):" msgid "" "{}\n" @@ -136,7 +136,7 @@ msgid "" msgstr "" "{}\n" "\n" -"选择要标记的分区以进行格式化" +"选择要格式化的分区" msgid "" "{}\n" @@ -145,7 +145,7 @@ msgid "" msgstr "" "{}\n" "\n" -"选择要标记为加密的分区" +"选择要加密的分区" msgid "" "{}\n" @@ -163,40 +163,40 @@ msgid "" msgstr "" "{}\n" "\n" -"选择要在哪个分区上设置文件系统" +"选择要设置文件系统的分区" msgid "Enter a desired filesystem type for the partition: " -msgstr "为分区输入所需的文件系统类型: " +msgstr "为分区选择所需的文件系统类型:" msgid "Archinstall language" -msgstr "Archinstall 界面语言" +msgstr "Archinstall 语言" msgid "Wipe all selected drives and use a best-effort default partition layout" -msgstr "擦除所有选定的驱动器并使用最优的默认分区布局" +msgstr "擦除所有选定的驱动器并使用最佳的默认分区布局" msgid "Select what to do with each individual drive (followed by partition usage)" -msgstr "选择如何处理每个单独的驱动器(其次是分区使用情况)" +msgstr "选择对每个单独的驱动器执行的操作(后跟分区使用情况)" msgid "Select what you wish to do with the selected block devices" -msgstr "选择您希望对所选块设备执行的操作" +msgstr "选择要对所选硬盘驱动器执行的操作" msgid "This is a list of pre-programmed profiles, they might make it easier to install things like desktop environments" -msgstr "这是预编程配置文件的列表,它们可能使安装桌面环境之类的东西变得更容易" +msgstr "这是预先编写的配置文件列表,它们可能会使安装桌面环境等内容变得更加容易" msgid "Select keyboard layout" msgstr "选择键盘布局" msgid "Select one of the regions to download packages from" -msgstr "选择要从中下载软件包的区域之一" +msgstr "选择要从中下载软件包的区域(可多选)" msgid "Select one or more hard drives to use and configure" -msgstr "选择一个或多个硬盘驱动器来使用和配置" +msgstr "选择要使用和配置的硬盘驱动器(可多选)" msgid "For the best compatibility with your AMD hardware, you may want to use either the all open-source or AMD / ATI options." -msgstr "为了与您的 AMD 硬件实现最佳兼容性,您可能需要使用所有开源或 AMD / ATI 选项。" +msgstr "为了与您的 AMD 硬件实现最佳兼容性,您可能需要使用所有开源显卡驱动程序或 AMD / ATI 选项。" msgid "For the best compatibility with your Intel hardware, you may want to use either the all open-source or Intel options.\n" -msgstr "为了与您的 Intel 硬件实现最佳兼容性,您可能需要使用所有开源或 Intel 选项。\n" +msgstr "为了与您的 Intel 硬件实现最佳兼容性,您可能需要使用所有开源显卡驱动程序或 Intel 选项。\n" msgid "For the best compatibility with your Nvidia hardware, you may want to use the Nvidia proprietary driver.\n" msgstr "为了与您的 Nvidia 硬件实现最佳兼容性,您可能需要使用 Nvidia 专有驱动程序。\n" @@ -208,13 +208,13 @@ msgid "" msgstr "" "\n" "\n" -"选择图形驱动程序或留空以安装所有开源驱动程序" +"选择一个显卡驱动程序,或留空以安装所有开源驱动程序" msgid "All open-source (default)" -msgstr "全部开源(默认)" +msgstr "所有开源显卡驱动程序(默认)" msgid "Choose which kernels to use or leave blank for default \"{}\"" -msgstr "选择要使用的内核或将默认“{}”留空" +msgstr "选择要使用的内核或留空以使用默认值“{}”" msgid "Choose which locale language to use" msgstr "选择要使用的语言环境" @@ -223,19 +223,19 @@ msgid "Choose which locale encoding to use" msgstr "选择要使用的语言环境编码" msgid "Select one of the values shown below: " -msgstr "选择如下所示的值之一: " +msgstr "选择以下值之一:" msgid "Select one or more of the options below: " -msgstr "选择以下一个或多个选项: " +msgstr "选择以下选项之一或多个选项:" msgid "Adding partition...." -msgstr "添加分区...." +msgstr "正在添加分区……" msgid "You need to enter a valid fs-type in order to continue. See `man parted` for valid fs-type's." -msgstr "您需要输入有效的文件系统类型才能继续。有关有效的文件系统类型,请参阅 `man parted`。" +msgstr "您需要输入有效的文件系统类型才能继续。请参阅 `man parted` 以获取有效的文件系统类型。" msgid "Error: Listing profiles on URL \"{}\" resulted in:" -msgstr "错误:在 URL“{}”上列出配置文件导致:" +msgstr "错误:在 URL “{}” 上列出配置文件时出错:" msgid "Error: Could not decode \"{}\" result as JSON:" msgstr "错误:无法将“{}”结果解码为 JSON:" @@ -247,10 +247,10 @@ msgid "Mirror region" msgstr "镜像区域" msgid "Locale language" -msgstr "本地语言" +msgstr "语言环境" msgid "Locale encoding" -msgstr "本地编码" +msgstr "语言环境编码" msgid "Drive(s)" msgstr "驱动器" @@ -286,16 +286,16 @@ msgid "Kernels" msgstr "内核" msgid "Additional packages" -msgstr "附加包" +msgstr "附加软件包" msgid "Network configuration" msgstr "网络配置" msgid "Automatic time sync (NTP)" -msgstr "自动时间同步 (NTP)" +msgstr "自动时间同步(NTP)" msgid "Install ({} config(s) missing)" -msgstr "安装(缺少 {} 个配置)" +msgstr "安装({} 个配置缺失)" msgid "" "You decided to skip harddrive selection\n" @@ -303,16 +303,16 @@ msgid "" "WARNING: Archinstall won't check the suitability of this setup\n" "Do you wish to continue?" msgstr "" -"你决定跳过硬盘选择\n" -"并将使用安装在 {} 上的任何驱动器设置(实验性)\n" +"您决定跳过硬盘驱动器选择\n" +"并将使用挂载在 {}(实验性)上的任何驱动器设置\n" "警告:Archinstall 不会检查此设置的适用性\n" -"你想继续吗?" +"您是否要继续?" msgid "Re-using partition instance: {}" -msgstr "重用分区实例:{}" +msgstr "正在重新使用分区实例:{}" msgid "Create a new partition" -msgstr "创建新分区" +msgstr "创建一个新分区" msgid "Delete a partition" msgstr "删除一个分区" @@ -324,13 +324,13 @@ msgid "Assign mount-point for a partition" msgstr "为分区分配挂载点" msgid "Mark/Unmark a partition to be formatted (wipes data)" -msgstr "标记/取消标记要格式化的分区(擦除数据)" +msgstr "将分区标记/取消标记为格式化(擦除数据)" msgid "Mark/Unmark a partition as encrypted" msgstr "将分区标记/取消标记为加密" msgid "Mark/Unmark a partition as bootable (automatic for /boot)" -msgstr "将分区标记/取消标记为可引导(自动为 /boot)" +msgstr "将分区标记/取消标记为可引导(/boot 自动引导)" msgid "Set desired filesystem for a partition" msgstr "为分区设置所需的文件系统" @@ -348,7 +348,7 @@ msgid "Timezone" msgstr "时区" msgid "Set/Modify the below options" -msgstr "请设置/修改以下选项" +msgstr "设置/修改以下选项" msgid "Install" msgstr "安装" @@ -357,55 +357,55 @@ msgid "" "Use ESC to skip\n" "\n" msgstr "" -"按 ESC 键跳过\n" +"按 ESC 跳过\n" "\n" msgid "Suggest partition layout" -msgstr "建议分区布局" +msgstr "建议的分区布局" msgid "Enter a password: " -msgstr "输入密码: " +msgstr "输入密码:" msgid "Enter a encryption password for {}" -msgstr "输入 {} 的加密密码" +msgstr "为 {} 输入一个加密密码" msgid "Enter disk encryption password (leave blank for no encryption): " -msgstr "输入磁盘加密密码(留空表示不加密): " +msgstr "输入磁盘加密密码(留空则不加密):" msgid "Create a required super-user with sudo privileges: " -msgstr "创建具有 sudo 权限的必需超级用户: " +msgstr "创建具有 sudo 权限的必需超级用户:" msgid "Enter root password (leave blank to disable root): " -msgstr "输入 root 密码(留空以禁用 root): " +msgstr "输入 root 密码(留空以禁用 root):" msgid "Password for user \"{}\": " -msgstr "用户“{}”的密码: " +msgstr "用户“{}”的密码:" msgid "Verifying that additional packages exist (this might take a few seconds)" -msgstr "验证是否存在其他软件包(这可能需要几秒钟)" +msgstr "正在验证附加软件包是否存在(这可能需要几秒钟)" msgid "Would you like to use automatic time synchronization (NTP) with the default time servers?\n" -msgstr "是否要对默认时间服务器使用自动时间同步 (NTP)?\n" +msgstr "您是否希望使用默认时间服务器进行自动时间同步(NTP)?\n" msgid "" "Hardware time and other post-configuration steps might be required in order for NTP to work.\n" "For more information, please check the Arch wiki" msgstr "" -"为了使 NTP 工作,可能需要硬件时间和其他配置后步骤。\n" -"更多信息,请查看 Arch wiki" +"可能需要硬件时间和其他后配置步骤才能使 NTP 正常工作。\n" +"有关更多信息,请查看 Arch wiki" msgid "Enter a username to create an additional user (leave blank to skip): " -msgstr "输入用户名以创建其他用户(留空以跳过): " +msgstr "输入用户名以创建其他用户(留空以跳过):" msgid "Use ESC to skip\n" -msgstr "按 ESC 键跳过\n" +msgstr "按 ESC 跳过\n" msgid "" "\n" " Choose an object from the list, and select one of the available actions for it to execute" msgstr "" "\n" -"从列表中选择一个对象,然后为其选择一个可用的操作" +" 从列表中选择一个对象,并选择要执行的操作" msgid "Cancel" msgstr "取消" @@ -432,7 +432,7 @@ msgid "Copy to new key:" msgstr "复制到新密钥:" msgid "Unknown nic type: {}. Possible values are {}" -msgstr "未知网卡类型:{}。 可能的值为 {}" +msgstr "未知的网卡类型:{}。可能的值为 {}" msgid "" "\n" @@ -442,13 +442,13 @@ msgstr "" "这是您选择的配置:" msgid "Pacman is already running, waiting maximum 10 minutes for it to terminate." -msgstr "Pacman 已经在运行,最多等待 10 分钟以使其终止。" +msgstr "Pacman 已经在运行,最多等待 10 分钟或直到它终止。" msgid "Pre-existing pacman lock never exited. Please clean up any existing pacman sessions before using archinstall." -msgstr "预先存在的 pacman 锁从未退出。 请在使用 archinstall 之前清理所有现有的 pacman 会话。" +msgstr "预先存在的 pacman 锁从未退出。请在使用 archinstall 之前清理任何现有的 pacman 会话。" msgid "Choose which optional additional repositories to enable" -msgstr "选择要启用的可选附加仓库" +msgstr "选择要启用的可选附加存储库" msgid "Add a user" msgstr "添加一个用户" @@ -467,16 +467,16 @@ msgid "" "Define a new user\n" msgstr "" "\n" -"定义新用户\n" +"定义一个新用户\n" msgid "User Name : " -msgstr "用户名: " +msgstr "用户名:" msgid "Should {} be a superuser (sudoer)?" -msgstr "{} 应该是超级用户 (sudoer) 吗?" +msgstr "是否将{}设置为超级用户(sudoer)?" msgid "Define users with sudo privilege: " -msgstr "定义具有 sudo 权限的用户: " +msgstr "定义具有 sudo 权限的用户:" msgid "No network configuration" msgstr "无网络配置" @@ -491,7 +491,7 @@ msgid "" msgstr "" "{}\n" "\n" -"选择要在哪个分区上设置子卷" +"选择要设置子卷的分区" msgid "Manage btrfs subvolumes for current partition" msgstr "管理当前分区的 btrfs 子卷" @@ -515,53 +515,53 @@ msgid "Choose which configuration to save" msgstr "选择要保存的配置" msgid "Enter a directory for the configuration(s) to be saved: " -msgstr "输入要保存配置的目录: " +msgstr "输入要保存配置的目录:" msgid "Not a valid directory: {}" msgstr "不是有效的目录:{}" msgid "The password you are using seems to be weak," -msgstr "您使用的密码似乎很弱," +msgstr "您正在使用的密码似乎很弱," msgid "are you sure you want to use it?" -msgstr "你确定要使用它吗?" +msgstr "您确定要使用它吗?" msgid "Optional repositories" -msgstr "可选仓库" +msgstr "可选存储库" msgid "Save configuration" msgstr "保存配置" msgid "Missing configurations:\n" -msgstr "缺少配置:\n" +msgstr "缺少配置:\n" msgid "Either root-password or at least 1 superuser must be specified" msgstr "必须指定 root 密码或至少 1 个超级用户" msgid "Manage superuser accounts: " -msgstr "管理超级用户帐户: " +msgstr "管理超级用户账户:" msgid "Manage ordinary user accounts: " -msgstr "管理普通用户账户: " +msgstr "管理普通用户账户:" msgid " Subvolume :{:16}" -msgstr " 子卷 :{:16}" +msgstr " 子卷:{:16}" msgid " mounted at {:16}" -msgstr " 安装在 {:16}" +msgstr " 挂载在 {:16}" msgid " with option {}" -msgstr " 带选项 {}" +msgstr " 与选项 {}" msgid "" "\n" " Fill the desired values for a new subvolume \n" msgstr "" "\n" -" 为新的子卷填充所需的值\n" +" 填写新子卷所需的值 \n" msgid "Subvolume name " -msgstr "子卷名 " +msgstr "子卷名称 " msgid "Subvolume mountpoint" msgstr "子卷挂载点" @@ -576,19 +576,19 @@ msgid "Subvolume name :" msgstr "子卷名称:" msgid "Select a mount point :" -msgstr "选择挂载点:" +msgstr "选择一个挂载点:" msgid "Select the desired subvolume options " msgstr "选择所需的子卷选项 " msgid "Define users with sudo privilege, by username: " -msgstr "通过用户名定义具有 sudo 权限的用户: " +msgstr "通过用户名定义具有 sudo 权限的用户:" msgid "[!] A log file has been created here: {}" msgstr "[!] 已在此处创建日志文件:{}" msgid "Would you like to use BTRFS subvolumes with a default structure?" -msgstr "您想使用具有默认结构的 BTRFS 子卷吗?" +msgstr "您想使用带有默认结构的 BTRFS 子卷吗?" msgid "Would you like to use BTRFS compression?" msgstr "您想使用 BTRFS 压缩吗?" @@ -618,13 +618,13 @@ msgid "set: {}" msgstr "设置:{}" msgid "Manual configuration setting must be a list" -msgstr "手动配置设置必须是列表" +msgstr "手动配置设置必须是一个列表" msgid "No iface specified for manual configuration" -msgstr "没有为手动配置指定 iface" +msgstr "没有为手动配置指定网卡接口" msgid "Manual nic configuration with no auto DHCP requires an IP address" -msgstr "没有自动 DHCP 的手动 nic 配置需要 IP 地址" +msgstr "没有自动 DHCP 的手动网卡配置需要 IP 地址" msgid "Add interface" msgstr "添加接口" @@ -645,43 +645,43 @@ msgid "Mark/Unmark a partition as compressed (btrfs only)" msgstr "将分区标记/取消标记为压缩(仅限 btrfs)" msgid "The password you are using seems to be weak, are you sure you want to use it?" -msgstr "您使用的密码似乎很弱,您确定要使用吗?" +msgstr "您正在使用的密码似乎很弱,您确定要使用它吗?" msgid "Provides a selection of desktop environments and tiling window managers, e.g. gnome, kde, sway" -msgstr "提供一系列桌面环境和平铺窗口管理器,例如 gnome, kde, sway" +msgstr "提供一系列桌面环境和平铺窗口管理器的选择,例如 gnome、kde、sway" msgid "Select your desired desktop environment" -msgstr "选择您想要的桌面环境" +msgstr "选择您所需的桌面环境" msgid "A very basic installation that allows you to customize Arch Linux as you see fit." msgstr "一个非常基本的安装,允许您根据需要自定义 Arch Linux。" msgid "Provides a selection of various server packages to install and enable, e.g. httpd, nginx, mariadb" -msgstr "提供一系列可供安装和启用的服务器包,例如 httpd、nginx、mariadb" +msgstr "提供一系列可安装和启用的各种服务器软件包的选择,例如 httpd、nginx、mariadb" msgid "Choose which servers to install, if none then a minimal installation will be done" -msgstr "选择要安装的服务器,如果没有,则进行最小安装" +msgstr "选择要安装的服务器,如果没有,则将执行最小安装" msgid "Installs a minimal system as well as xorg and graphics drivers." -msgstr "安装最小系统以及 xorg 和图形驱动程序。" +msgstr "安装一个最小系统以及 xorg 和显卡驱动程序。" msgid "Press Enter to continue." -msgstr "按回车键继续。" +msgstr "按 Enter 继续。" msgid "Would you like to chroot into the newly created installation and perform post-installation configuration?" -msgstr "您想 chroot 进入新创建的安装并执行安装后配置吗?" +msgstr "您是否想要 chroot 到新创建的系统内以进行安装后的配置?" msgid "Are you sure you want to reset this setting?" msgstr "您确定要重置此设置吗?" msgid "Select one or more hard drives to use and configure\n" -msgstr "选择一个或多个硬盘驱动器来使用和配置\n" +msgstr "选择要使用和配置的硬盘驱动器(可多选)\n" msgid "Any modifications to the existing setting will reset the disk layout!" msgstr "对现有设置的任何修改都将重置磁盘布局!" msgid "If you reset the harddrive selection this will also reset the current disk layout. Are you sure?" -msgstr "如果您重置硬盘驱动器选择,这也将重置当前磁盘布局。 你确定吗?" +msgstr "如果重置硬盘驱动器选择,则当前磁盘布局也将重置。你确定吗?" msgid "Save and exit" msgstr "保存并退出" @@ -691,7 +691,7 @@ msgid "" "contains queued partitions, this will remove those, are you sure?" msgstr "" "{}\n" -"包含排队的分区,这将删除那些,你确定吗?" +"包含排队的分区,这将删除这些分区,您确定吗?" msgid "No audio server" msgstr "没有音频服务器" @@ -700,7 +700,7 @@ msgid "(default)" msgstr "(默认)" msgid "Use ESC to skip" -msgstr "按 ESC 键跳过" +msgstr "按 ESC 跳过" msgid "" "Use CTRL+C to reset current selection\n" @@ -708,28 +708,28 @@ msgid "" msgstr "使用 CTRL+C 可重置当前选项\n" msgid "Copy to: " -msgstr "复制到: " +msgstr "复制到:" msgid "Edit: " -msgstr "编辑: " +msgstr "编辑:" msgid "Key: " -msgstr "键: " +msgstr "密钥:" msgid "Edit {}: " -msgstr "编辑 {}: " +msgstr "编辑 {}:" msgid "Add: " -msgstr "添加: " +msgstr "添加:" msgid "Value: " -msgstr "值: " +msgstr "值:" msgid "You can skip selecting a drive and partitioning and use whatever drive-setup is mounted at /mnt (experimental)" -msgstr "您可以跳过选择驱动器和分区并使用安装在 /mnt 的任何驱动器设置(实验性)" +msgstr "您可以跳过选择驱动器和分区,并使用任何挂载在 /mnt 上的驱动器设置(实验性)" msgid "Select one of the disks or skip and use /mnt as default" -msgstr "选择其中一个磁盘或跳过并使用 /mnt 作为默认值" +msgstr "选择一个磁盘或跳过并使用 /mnt 作为默认值" msgid "Select which partitions to mark for formatting:" msgstr "选择要标记为格式化的分区:" @@ -738,7 +738,7 @@ msgid "Use HSM to unlock encrypted drive" msgstr "使用 HSM 解锁加密驱动器" msgid "Device" -msgstr "设备" +msgstr "驱动器" msgid "Size" msgstr "大小" @@ -753,17 +753,16 @@ msgid "Either root-password or at least 1 user with sudo privileges must be spec msgstr "必须指定 root 密码或至少 1 个具有 sudo 权限的用户" msgid "Enter username (leave blank to skip): " -msgstr "输入用户名(留空跳过): " +msgstr "输入用户名(留空跳过):" msgid "The username you entered is invalid. Try again" -msgstr "您输入的用户名无效。 再试一次" +msgstr "您输入的用户名无效。请重试" msgid "Should \"{}\" be a superuser (sudo)?" -msgstr "将 \"{}\" 设置为超级用户(sudo)吗?" +msgstr "是否将“{}”设置为超级用户(sudo)?" -#, fuzzy msgid "Select which partitions to encrypt" -msgstr "选择要加密的分区:" +msgstr "选择要加密的分区" msgid "very weak" msgstr "非常弱" @@ -787,10 +786,10 @@ msgid "Delete subvolume" msgstr "删除子卷" msgid "Configured {} interfaces" -msgstr "已配置的 {} 接口" +msgstr "已配置 {} 个接口" msgid "This option enables the number of parallel downloads that can occur during installation" -msgstr "此选项启用安装期间可能发生的并行下载次数" +msgstr "此选项启用安装期间可以发生的并行下载数" msgid "" "Enter the number of parallel downloads to be enabled.\n" @@ -805,10 +804,10 @@ msgid " - Maximum value : {} ( Allows {} parallel downloads, allows {} downloa msgstr " - 最大值:{}(允许 {} 次并行下载,一次允许 {} 次下载)" msgid " - Minimum value : 1 ( Allows 1 parallel download, allows 2 downloads at a time )" -msgstr " - 最小值:1(允许 1 次并行下载,一次允许 2 次下载)" +msgstr " - 最小值:1(允许 1 个并行下载,同时允许 2 个下载)" msgid " - Disable/Default : 0 ( Disables parallel downloading, allows only 1 download at a time )" -msgstr " - 禁用/默认:0(禁用并行下载,一次只允许 1 个下载)" +msgstr " - 禁用/默认值:0(禁用并行下载,同时只允许 1 个下载)" #, fuzzy, python-brace-format msgid "Invalid input! Try again with a valid input [1 to {max_downloads}, or 0 to disable]" @@ -818,7 +817,7 @@ msgid "Parallel Downloads" msgstr "并行下载" msgid "ESC to skip" -msgstr "按 ESC 键跳过" +msgstr "按 ESC 跳过" msgid "CTRL+C to reset" msgstr "按 CTRL+C 重置" @@ -827,284 +826,247 @@ msgid "TAB to select" msgstr "按 TAB 选择" msgid "[Default value: 0] > " -msgstr "[默认值: 0] > " +msgstr "[默认值:0] > " msgid "To be able to use this translation, please install a font manually that supports the language." -msgstr "为了能够使用此翻译,请手动安装支持该语言的字体。" +msgstr "要使用此翻译,请手动安装支持该语言的字体。" msgid "The font should be stored as {}" msgstr "字体应存储为 {}" msgid "Archinstall requires root privileges to run. See --help for more." -msgstr "" +msgstr "Archinstall 需要 root 权限才能运行。有关更多信息,请参阅 --help。" -#, fuzzy msgid "Select an execution mode" -msgstr "为“{}”选择一个操作" +msgstr "选择执行模式" msgid "Unable to fetch profile from specified url: {}" -msgstr "" +msgstr "无法从指定的 URL 获取配置文件:{}" msgid "Profiles must have unique name, but profile definitions with duplicate name found: {}" -msgstr "" +msgstr "配置文件必须具有唯一的名称,但找到具有重复名称的配置文件定义:{}" -#, fuzzy msgid "Select one or more devices to use and configure" -msgstr "选择一个或多个硬盘驱动器来使用和配置" +msgstr "选择要使用和配置的驱动器(可多选)" -#, fuzzy msgid "If you reset the device selection this will also reset the current disk layout. Are you sure?" -msgstr "如果您重置硬盘驱动器选择,这也将重置当前磁盘布局。 你确定吗?" +msgstr "如果重置硬盘驱动器选择,则当前磁盘布局也将重置。你确定吗?" -#, fuzzy msgid "Existing Partitions" -msgstr "添加分区...." +msgstr "现有分区" -#, fuzzy msgid "Select a partitioning option" -msgstr "删除一个分区" +msgstr "选择分区选项" -#, fuzzy msgid "Enter the root directory of the mounted devices: " -msgstr "输入要保存配置的目录: " +msgstr "输入已挂载设备的根目录:" -#, fuzzy msgid "Minimum capacity for /home partition: {}GiB\n" -msgstr "/home 分区的最小容量:{}GB\n" +msgstr "/home 分区的最小容量为:{}GB\n" -#, fuzzy msgid "Minimum capacity for Arch Linux partition: {}GiB" -msgstr "Arch Linux 分区的最小容量:{}GB" +msgstr "Arch Linux 分区的最小容量为:{}GB" -#, fuzzy msgid "This is a list of pre-programmed profiles_bck, they might make it easier to install things like desktop environments" -msgstr "这是预编程配置文件的列表,它们可能使安装桌面环境之类的东西变得更容易" +msgstr "这是预先编写的配置文件列表,它们可能会使安装桌面环境等内容更容易" -#, fuzzy msgid "Current profile selection" -msgstr "当前分区布局" +msgstr "当前配置文件选择" -#, fuzzy msgid "Remove all newly added partitions" -msgstr "创建新分区" +msgstr "删除所有新添加的分区" -#, fuzzy msgid "Assign mountpoint" -msgstr "为分区分配挂载点" +msgstr "分配挂载点" -#, fuzzy msgid "Mark/Unmark to be formatted (wipes data)" -msgstr "标记/取消标记要格式化的分区(擦除数据)" +msgstr "将分区标记/取消标记为格式化(清除数据)" msgid "Mark/Unmark as bootable" -msgstr "" +msgstr "将分区标记/取消标记为可引导" msgid "Change filesystem" -msgstr "" +msgstr "更改文件系统" -#, fuzzy msgid "Mark/Unmark as compressed" -msgstr "将分区标记/取消标记为压缩(仅限 btrfs)" +msgstr "将分区标记/取消标记为压缩" -#, fuzzy msgid "Set subvolumes" -msgstr "删除子卷" +msgstr "设置子卷" -#, fuzzy msgid "Delete partition" -msgstr "删除一个分区" +msgstr "删除分区" msgid "Partition" -msgstr "" +msgstr "分区" msgid "This partition is currently encrypted, to format it a filesystem has to be specified" -msgstr "" +msgstr "此分区当前已加密,要格式化它必须指定文件系统" -#, fuzzy msgid "Partition mount-points are relative to inside the installation, the boot would be /boot as an example." -msgstr " * 分区挂载点是相对于安装内部的,例如 boot 应该为 /boot。" +msgstr " * 分区挂载点是相对于安装目录内部的,例如引导分区(boot)的挂载点为 /boot。" msgid "If mountpoint /boot is set, then the partition will also be marked as bootable." -msgstr "" +msgstr "如果设置了挂载点 /boot,则该分区也将被标记为可引导。" msgid "Mountpoint: " -msgstr "" +msgstr "挂载点:" msgid "Current free sectors on device {}:" -msgstr "" +msgstr "驱动器 {} 上当前可用的扇区:" -#, fuzzy msgid "Total sectors: {}" -msgstr "不是有效的目录:{}" +msgstr "总扇区数:{}" -#, fuzzy msgid "Enter the start sector (default: {}): " msgstr "输入起始扇区(百分比或块号,默认:{}): " -#, fuzzy msgid "Enter the end sector of the partition (percentage or block number, default: {}): " -msgstr "输入分区的结束扇区(百分比或块号,例如:{}): " +msgstr "输入分区的结束扇区(百分比或块号,默认:{}):" msgid "This will remove all newly added partitions, continue?" -msgstr "" +msgstr "这将删除所有新添加的分区,是否继续?" msgid "Partition management: {}" -msgstr "" +msgstr "分区管理:{}" msgid "Total length: {}" -msgstr "" +msgstr "总长度:{}" -#, fuzzy msgid "Encryption type" -msgstr "加密密码" +msgstr "加密类型" msgid "Partitions" -msgstr "" +msgstr "分区" msgid "No HSM devices available" -msgstr "" +msgstr "没有可用的 HSM 设备" -#, fuzzy msgid "Partitions to be encrypted" -msgstr "选择要加密的分区:" +msgstr "要加密的分区" msgid "Select disk encryption option" -msgstr "" +msgstr "选择磁盘加密选项" msgid "Select a FIDO2 device to use for HSM" -msgstr "" +msgstr "选择要用于 HSM 的 FIDO2 设备" -#, fuzzy msgid "Use a best-effort default partition layout" -msgstr "擦除所有选定的驱动器并使用最优的默认分区布局" +msgstr "使用最佳的默认分区布局" -#, fuzzy msgid "Manual Partitioning" -msgstr "手动配置" +msgstr "手动分区" -#, fuzzy msgid "Pre-mounted configuration" -msgstr "无配置" +msgstr "预挂载配置" msgid "Unknown" -msgstr "" +msgstr "未知" msgid "Partition encryption" -msgstr "" +msgstr "分区加密" msgid " ! Formatting {} in " -msgstr "" +msgstr " ! 正在格式化 {} 为 " msgid "← Back" -msgstr "" +msgstr "← 返回" msgid "Disk encryption" -msgstr "" +msgstr "磁盘加密" -#, fuzzy msgid "Configuration" -msgstr "无配置" +msgstr "配置" -#, fuzzy msgid "Password" -msgstr "Root 密码" +msgstr "密码" -#, fuzzy msgid "All settings will be reset, are you sure?" -msgstr "{} 包含排队分区,这将删除这些分区,您确定吗?" +msgstr "所有设置将被重置,你确定吗?" msgid "Back" -msgstr "" +msgstr "返回" msgid "Please chose which greeter to install for the chosen profiles: {}" -msgstr "" +msgstr "请选择要为所选配置文件安装的登录管理器:{}" msgid "Environment type: {}" -msgstr "" +msgstr "环境类型:{}" msgid "The proprietary Nvidia driver is not supported by Sway. It is likely that you will run into issues, are you okay with that?" -msgstr "" +msgstr "Sway 不支持 Nvidia 的专有驱动。 您可能会遇到问题,您确定要继续吗?" -#, fuzzy msgid "Installed packages" -msgstr "附加包" +msgstr "已安装的软件包" -#, fuzzy msgid "Add profile" -msgstr "配置文件" +msgstr "添加配置文件" -#, fuzzy msgid "Edit profile" -msgstr "配置文件" +msgstr "编辑配置文件" -#, fuzzy msgid "Delete profile" -msgstr "删除接口" +msgstr "删除配置文件" -#, fuzzy msgid "Profile name: " -msgstr "配置文件" +msgstr "配置文件名称:" -#, fuzzy msgid "The profile name you entered is already in use. Try again" -msgstr "您输入的用户名无效。 再试一次" +msgstr "您输入的配置文件名称已被使用。 请重试" -#, fuzzy msgid "Packages to be install with this profile (space separated, leave blank to skip): " -msgstr "编写要安装的附加软件包(空格分隔,留空跳过): " +msgstr "编写要安装的附加软件包(空格分隔,留空跳过):" -#, fuzzy msgid "Services to be enabled with this profile (space separated, leave blank to skip): " -msgstr "编写要安装的附加软件包(空格分隔,留空跳过): " +msgstr "编写要启用的附加服务(空格分隔,留空跳过):" msgid "Should this profile be enabled for installation?" -msgstr "" +msgstr "是否启用此配置文件进行安装?" msgid "Create your own" -msgstr "" +msgstr "创建自己的" -#, fuzzy msgid "" "\n" "Select a graphics driver or leave blank to install all open-source drivers" msgstr "" "\n" "\n" -"选择图形驱动程序或留空以安装所有开源驱动程序" +"选择一个显卡驱动程序,或留空以安装所有开源驱动程序" msgid "Sway needs access to your seat (collection of hardware devices i.e. keyboard, mouse, etc)" -msgstr "" +msgstr "Sway 需要访问您的用户环境(硬件设备的集合,例如键盘,鼠标等)" msgid "" "\n" "\n" "Choose an option to give Sway access to your hardware" msgstr "" +"\n" +"\n" +"选择一个选项来给 Sway 提供对您硬件的访问权限" msgid "Graphics driver" -msgstr "" +msgstr "显卡驱动程序" msgid "Greeter" -msgstr "" +msgstr "登录管理器" msgid "Please chose which greeter to install" -msgstr "" +msgstr "请选择要安装的登录管理器" msgid "This is a list of pre-programmed default_profiles" -msgstr "" +msgstr "这是预设的默认配置文件列表" -#, fuzzy msgid "Disk configuration" -msgstr "无配置" +msgstr "磁盘配置" -#, fuzzy msgid "Profiles" msgstr "配置文件" msgid "Finding possible directories to save configuration files ..." -msgstr "" +msgstr "正在查找可能用于保存配置文件的目录 ..." -#, fuzzy msgid "Select directory (or directories) for saving configuration files" msgstr "选择一个或多个硬盘驱动器来使用和配置" @@ -1174,3 +1136,10 @@ msgstr " - 最大值:{}(允许 {} 次并行下载,一次允许 {} 次下 msgid "Invalid input! Try again with a valid input [1 to {}, or 0 to disable]" msgstr "输入无效! 使用有效输入重试 [1 到 {},或 0 到禁用]" + +msgid "Locales" +msgstr "" + +#, fuzzy +msgid "Use NetworkManager (necessary to configure internet graphically in GNOME and KDE)" +msgstr "使用 NetworkManager(在 GNOME 和 KDE 中以图形方式配置 Internet 所必需的)" -- cgit v1.2.3-54-g00ecf From f5936966a43374f3bdaae896e6c0945f0049d913 Mon Sep 17 00:00:00 2001 From: Lena <126529524+acuteenvy@users.noreply.github.com> Date: Mon, 12 Jun 2023 15:44:04 +0200 Subject: Added changes only to PL language (#1750) Co-authored-by: Anton Hvornum --- archinstall/locales/pl/LC_MESSAGES/base.po | 236 +++++++++++++++-------------- 1 file changed, 125 insertions(+), 111 deletions(-) (limited to 'archinstall/locales') diff --git a/archinstall/locales/pl/LC_MESSAGES/base.po b/archinstall/locales/pl/LC_MESSAGES/base.po index f0fda19f..49603a57 100644 --- a/archinstall/locales/pl/LC_MESSAGES/base.po +++ b/archinstall/locales/pl/LC_MESSAGES/base.po @@ -3,7 +3,7 @@ msgstr "" "Project-Id-Version: \n" "POT-Creation-Date: \n" "PO-Revision-Date: \n" -"Last-Translator: MedzikUser \n" +"Last-Translator: acuteenvy\n" "Language-Team: \n" "Language: pl\n" "MIME-Version: 1.0\n" @@ -18,7 +18,7 @@ msgid " Please submit this issue (and file) to https://github.com/archlinux/a msgstr " Proszę zgłosić ten błąd (i dołączyć plik) pod adresem https://github.com/archlinux/archinstall/issues" msgid "Do you really want to abort?" -msgstr "Czy napewno chcesz przerwać proces?" +msgstr "Czy na pewno chcesz przerwać?" msgid "And one more time for verification: " msgstr "I jeszcze raz w celu weryfikacji: " @@ -27,7 +27,7 @@ msgid "Would you like to use swap on zram?" msgstr "Czy chcesz używać swap w zramie?" msgid "Desired hostname for the installation: " -msgstr "Nazwa hosta użyta do instalacji: " +msgstr "Nazwa hosta dla tej instalacji: " msgid "Username for required superuser with sudo privileges: " msgstr "Nazwa użytkownika dla wymaganego superusera z uprawnieniami sudo: " @@ -36,7 +36,7 @@ msgid "Any additional users to install (leave blank for no users): " msgstr "Ewentualni użytkownicy do instalacji (pozostaw puste jeśli nie chcesz tworzyć użytkowników): " msgid "Should this user be a superuser (sudoer)?" -msgstr "Czy użytkownik powinien być superuserem (sudo)?" +msgstr "Czy użytkownik powinien być superuserem (mieć uprawnienia sudo)?" msgid "Select a timezone" msgstr "Wybierz strefę czasową" @@ -54,13 +54,13 @@ msgid "Only packages such as base, base-devel, linux, linux-firmware, efibootmgr msgstr "Instalowane są tylko pakiety takie jak base, base-devel, linux, linux-firmware, efibootmgr i opcjonalne pakiety profili." msgid "If you desire a web browser, such as firefox or chromium, you may specify it in the following prompt." -msgstr "Jeśli wymagana jest przeglądarka internetowa, taka jak firefox lub chromium, można ją określić w następującym oknie dialogowym." +msgstr "Jeśli potrzebujesz przeglądarki internetowej, takiej jak firefox lub chromium, możesz ją określić w następującym oknie dialogowym." msgid "Write additional packages to install (space separated, leave blank to skip): " msgstr "Wpisz dodatkowe pakiety do zainstalowania (oddzielone spacjami, pozostaw puste aby pominąć): " msgid "Copy ISO network configuration to installation" -msgstr "Skopiuj ustawienia sieciowe ISO do instalacji" +msgstr "Skopiuj ustawienia sieciowe z ISO do instalacji" msgid "Use NetworkManager (necessary for configuring internet graphically in GNOME and KDE)" msgstr "Użyj programu NetworkManager (niezbędne do graficznej konfiguracji Internetu w środowiskach GNOME i KDE)" @@ -69,16 +69,16 @@ msgid "Select one network interface to configure" msgstr "Wybierz jeden interfejs sieciowy do skonfigurowania" msgid "Select which mode to configure for \"{}\" or skip to use default mode \"{}\"" -msgstr "Wybierz tryb, który ma być skonfigurowany dla \"{}\" lub pomiń, aby użyć trybu domyślnego \"{}\"" +msgstr "Wybierz który tryb ma być skonfigurowany dla \"{}\" lub pomiń, aby użyć trybu domyślnego \"{}\"" msgid "Enter the IP and subnet for {} (example: 192.168.0.5/24): " -msgstr "Wprowadź adres IP i podsieć dla {}. (przykład: 192.168.0.5/24): " +msgstr "Wprowadź adres IP i podsieć dla {} (przykład: 192.168.0.5/24): " msgid "Enter your gateway (router) IP address or leave blank for none: " -msgstr "Wprowadź adres IP bramy sieciowej (routera) (pozostaw puste pole w przypadku braku adresu): " +msgstr "Wprowadź adres IP bramy sieciowej (routera) lub pozostaw puste: " msgid "Enter your DNS servers (space separated, blank for none): " -msgstr "Wpisz swoje serwery DNS (oddzielone spacjami, pozostaw puste w przypadku braku): " +msgstr "Wpisz swoje serwery DNS (oddzielone spacjami, lub pozostaw puste): " msgid "Select which filesystem your main partition should use" msgstr "Wybierz, który system plików ma być używany na partycji głównej" @@ -90,20 +90,20 @@ msgid "" "Select what to do with\n" "{}" msgstr "" -"Wybierz, co ma być zrobione z\n" +"Wybierz, co zrobić z\n" "{}" msgid "Enter a desired filesystem type for the partition" -msgstr "Wprowadź typ systemu plików dla partycji" +msgstr "Wprowadź żądany typ systemu plików dla partycji" msgid "Enter the start location (in parted units: s, GB, %, etc. ; default: {}): " -msgstr "" +msgstr "Wybierz lokację startową (w jednostkach parted: s, GB, %, itd. ; domyślna: {}" msgid "Enter the end location (in parted units: s, GB, %, etc. ; ex: {}): " -msgstr "" +msgstr "Wybierz lokację końcową (w jednostkach parted: s, GB, %, itd. ; przykład: {}" msgid "{} contains queued partitions, this will remove those, are you sure?" -msgstr "{} zawiera partycje oczekujące w kolejce, to spowoduje ich usunięcie, czy jesteś pewien?" +msgstr "{} zawiera partycje oczekujące w kolejce, to spowoduje ich usunięcie. Czy na pewno chcesz to zrobić?" msgid "" "{}\n" @@ -112,7 +112,7 @@ msgid "" msgstr "" "{}\n" "\n" -"Wybierz według indeksu, które partycje mają zostać usunięte" +"Wybierz według indeksu, które partycje usunąć" msgid "" "{}\n" @@ -121,7 +121,7 @@ msgid "" msgstr "" "{}\n" "\n" -"Wybierz według indeksu, które partycje mają zostać zamontowane" +"Wybierz według indeksu, które partycje zamontować i gdzie" msgid " * Partition mount-points are relative to inside the installation, the boot would be /boot as an example." msgstr " * Punkty montowania partycji są względne w stosunku do wnętrza instalacji, np. partycja startowa to /boot." @@ -169,7 +169,7 @@ msgid "Enter a desired filesystem type for the partition: " msgstr "Wprowadź typ systemu plików dla partycji: " msgid "Archinstall language" -msgstr "Język Archinstall" +msgstr "Język archinstall-a" msgid "Wipe all selected drives and use a best-effort default partition layout" msgstr "Wymaż wszystkie wybrane dyski i użyj najlepszego domyślnego układu partycji" @@ -193,13 +193,13 @@ msgid "Select one or more hard drives to use and configure" msgstr "Wybierz jeden lub więcej dysków twardych do użycia i skonfiguruj je" msgid "For the best compatibility with your AMD hardware, you may want to use either the all open-source or AMD / ATI options." -msgstr "Aby uzyskać najlepszą kompatybilność ze sprzętem AMD, warto skorzystać z opcji całkowicie otawrto źródłowe (open-source) lub AMD / ATI." +msgstr "Aby uzyskać najlepszą kompatybilność ze sprzętem AMD, warto skorzystać z opcji całkowicie open-source lub AMD / ATI." msgid "For the best compatibility with your Intel hardware, you may want to use either the all open-source or Intel options.\n" -msgstr "Aby uzyskać najlepszą kompatybilność ze sprzętem Intel, warto skorzystać z opcji całkowicie otawrto źródłowe (open-source) lub Intel.\n" +msgstr "Aby uzyskać najlepszą kompatybilność ze sprzętem Intel, warto skorzystać z opcji całkowicie open-source lub Intel.\n" msgid "For the best compatibility with your Nvidia hardware, you may want to use the Nvidia proprietary driver.\n" -msgstr "Aby uzyskać najlepszą kompatybilność ze sprzętem firmy Nvidia, warto skorzystać z firmowego sterownika firmy Nvidia.\n" +msgstr "Aby uzyskać najlepszą kompatybilność ze sprzętem firmy Nvidia, warto skorzystać z własnościowego sterownika firmy Nvidia.\n" msgid "" "\n" @@ -208,22 +208,22 @@ msgid "" msgstr "" "\n" "\n" -"Wybierz sterownik graficzny lub pozostaw puste pole, aby zainstalować wszystkie sterowniki typu open source" +"Wybierz sterownik graficzny lub pozostaw puste pole, aby zainstalować wszystkie sterowniki open-source" msgid "All open-source (default)" -msgstr "Wszystkie otwarto źródłowe (domyślnie)" +msgstr "Wszystkie open-source (domyślnie)" msgid "Choose which kernels to use or leave blank for default \"{}\"" -msgstr "Wybierz które jądra mają być używane, lub pozostaw puste dla ustawień domyślnych \"{}\"" +msgstr "Wybierz które jądra mają być używane, lub pozostaw puste, aby użyć ustawień domyślnych \"{}\"" msgid "Choose which locale language to use" -msgstr "Wybierz które locale języka mają zostać użyte" +msgstr "Wybierz języki, których chcesz używać" msgid "Choose which locale encoding to use" -msgstr "Wybierz które locale kodowania mają zostać użyte" +msgstr "Wybierz kodowania, których chcesz używać" msgid "Select one of the values shown below: " -msgstr "Wybierz jedną z wartości przedstawionych poniżej: " +msgstr "Wybierz jedną z poniższych wartości: " msgid "Select one or more of the options below: " msgstr "Wybierz jedną lub więcej z poniższych opcji: " @@ -232,25 +232,25 @@ msgid "Adding partition...." msgstr "Dodawanie partycji..." msgid "You need to enter a valid fs-type in order to continue. See `man parted` for valid fs-type's." -msgstr "Aby kontynuować, musisz podać poprawny typ fs. Zobacz `man parted`, aby poznać prawidłowe typy fs." +msgstr "Aby kontynuować, musisz podać poprawny fs-type. Zobacz `man parted`, aby poznać prawidłowe opcje." msgid "Error: Listing profiles on URL \"{}\" resulted in:" -msgstr "Błąd: Lista profili z URL \"{}\":" +msgstr "Błąd: Wyśwetlanie profili z URL \"{}\" spowodowało:" msgid "Error: Could not decode \"{}\" result as JSON:" -msgstr "Błąd: Nie można dekodować \"{}\" jako JSON:" +msgstr "Błąd: Nie można zdekodować \"{}\" jako JSON:" msgid "Keyboard layout" msgstr "Układ klawiatury" msgid "Mirror region" -msgstr "Region lustra" +msgstr "Region serwerów lustrzanych" msgid "Locale language" -msgstr "Locale języka" +msgstr "Język" msgid "Locale encoding" -msgstr "Locale kodowania" +msgstr "Kodowanie" msgid "Drive(s)" msgstr "Dyski twarde" @@ -268,7 +268,7 @@ msgid "Bootloader" msgstr "Program rozruchowy" msgid "Root password" -msgstr "Hasło użytkownika root" +msgstr "Hasło roota" msgid "Superuser account" msgstr "Konto superusera" @@ -292,7 +292,7 @@ msgid "Network configuration" msgstr "Konfiguracja sieci" msgid "Automatic time sync (NTP)" -msgstr "Automatycznej synchronizacji czasu (NTP)" +msgstr "Automatyczna synchronizacja czasu (NTP)" msgid "Install ({} config(s) missing)" msgstr "Zainstaluj ({} brakujących konfiguracji)" @@ -303,8 +303,8 @@ msgid "" "WARNING: Archinstall won't check the suitability of this setup\n" "Do you wish to continue?" msgstr "" -"Zdecydowałeś się pominąć wybór dysku twardego\n" -"i użyć konfiguracji dysku zamontowanego w {} (eksperymentalne)\n" +"Zdecydowano się na pominięcie wyboru dysku twardego\n" +"i użycie konfiguracji dysku zamontowanego w {} (eksperymentalne)\n" "OSTRZEŻENIE: Archinstall nie sprawdzi poprawności tej konfiguracji\n" "Czy chcesz kontynuować?" @@ -321,16 +321,16 @@ msgid "Clear/Delete all partitions" msgstr "Wyczyść/Usuń wszystkie partycje" msgid "Assign mount-point for a partition" -msgstr "Przydzielanie punktu montowania dla partycji" +msgstr "Przydziel punkt montowania dla partycji" msgid "Mark/Unmark a partition to be formatted (wipes data)" -msgstr "Zaznacz/odznacz partycję, która ma zostać sformatowana (wymazuje dane)" +msgstr "Oznacz/odznacz partycję, która ma zostać sformatowana (wymazuje dane)" msgid "Mark/Unmark a partition as encrypted" -msgstr "Oznaczanie/odznaczanie partycji jako zaszyfrowanej" +msgstr "Oznacz/odznacz partycję jako zaszyfrowaną" msgid "Mark/Unmark a partition as bootable (automatic for /boot)" -msgstr "Oznaczanie/odznaczanie partycji jako startowe (rozruchowe/bootowalne) (automatyczne dla /boot)" +msgstr "Oznacz/odznacz partycję jako startową (rozruchową/bootowalną) (automatyczne dla /boot)" msgid "Set desired filesystem for a partition" msgstr "Ustaw system plików dla partycji" @@ -348,7 +348,7 @@ msgid "Timezone" msgstr "Strefa czasowa" msgid "Set/Modify the below options" -msgstr "Ustaw/zmodyfikuj poniższe opcje" +msgstr "Ustaw/modyfikuj poniższe opcje" msgid "Install" msgstr "Zainstaluj" @@ -361,7 +361,7 @@ msgstr "" "\n" msgid "Suggest partition layout" -msgstr "Sugerowany układ partycji" +msgstr "Zasugeruj układ partycji" msgid "Enter a password: " msgstr "Wprowadź hasło: " @@ -382,7 +382,7 @@ msgid "Password for user \"{}\": " msgstr "Hasło użytkownika \"{}\": " msgid "Verifying that additional packages exist (this might take a few seconds)" -msgstr "Sprawdzenie, czy istnieją dodatkowe pakiety (może to potrwać kilka sekund)" +msgstr "Sprawdzanie, czy istnieją dodatkowe pakiety (może to potrwać kilka sekund)" msgid "Would you like to use automatic time synchronization (NTP) with the default time servers?\n" msgstr "Czy chcesz korzystać z automatycznej synchronizacji czasu (NTP) z domyślnymi serwerami czasu?\n" @@ -405,7 +405,7 @@ msgid "" " Choose an object from the list, and select one of the available actions for it to execute" msgstr "" "\n" -" Wybierz obiekt z listy, a następnie wybierz jedną z dostępnych akcji do wykonania" +" Wybierz obiekt z listy, a następnie wybierz jedno z dostępnych działań do wykonania" msgid "Cancel" msgstr "Anuluj" @@ -426,13 +426,13 @@ msgid "Delete" msgstr "Usuń" msgid "Select an action for '{}'" -msgstr "Wybierz akcję dla '{}'" +msgstr "Wybierz działanie dla '{}'" msgid "Copy to new key:" msgstr "Skopiuj do nowego klucza:" msgid "Unknown nic type: {}. Possible values are {}" -msgstr "Nieznany typ niszy: {}. Możliwe wartości to {}" +msgstr "Nieznany typ nic: {}. Możliwe wartości to {}" msgid "" "\n" @@ -442,13 +442,13 @@ msgstr "" "Wybrana konfiguracja:" msgid "Pacman is already running, waiting maximum 10 minutes for it to terminate." -msgstr "Pacman jest już uruchomiony i czeka maksymalnie 10 minut na zakończenie pracy." +msgstr "Pacman jest już uruchomiony, czekam maksymalnie 10 minut na zakończenie pracy." msgid "Pre-existing pacman lock never exited. Please clean up any existing pacman sessions before using archinstall." -msgstr "Istniejąca wcześniej blokada programu pacman nie została zakończona. Proszę wyczyścić wszystkie istniejące sesje pacmana przed użyciem archinstall." +msgstr "Istniejąca wcześniej blokada pacmana nie została zakończona. Proszę wyczyścić wszystkie istniejące sesje pacmana przed użyciem archinstall-a." msgid "Choose which optional additional repositories to enable" -msgstr "Wybierz, które z opcjonalnych dodatkowych repozytoriów mają być włączone" +msgstr "Wybierz, które z opcjonalnych repozytoriów chcesz włączyć" msgid "Add a user" msgstr "Dodaj użytkownika" @@ -457,7 +457,7 @@ msgid "Change password" msgstr "Zmień hasło" msgid "Promote/Demote user" -msgstr "Promuj/usuń użytkownika" +msgstr "Promuj/degraduj użytkownika" msgid "Delete User" msgstr "Usuń użytkownika" @@ -473,10 +473,10 @@ msgid "User Name : " msgstr "Nazwa użytkownika : " msgid "Should {} be a superuser (sudoer)?" -msgstr "Czy {} powinien być superuserem (sudoer)?" +msgstr "Czy użytkownik {} powinien być superuserem (mieć uprawnienia sudo)?" msgid "Define users with sudo privilege: " -msgstr "Zdefiniuj użytkowników z przywilejem sudo: " +msgstr "Zdefiniuj użytkowników z uprawnieniami sudo: " msgid "No network configuration" msgstr "Brak konfiguracji sieciowej" @@ -497,7 +497,7 @@ msgid "No configuration" msgstr "Brak konfiguracji" msgid "Save user configuration" -msgstr "Zapisz konfiguracje użytkownika" +msgstr "Zapisz konfigurację użytkownika" msgid "Save user credentials" msgstr "Zapisz dane uwierzytelniające użytkownika" @@ -515,7 +515,7 @@ msgid "Enter a directory for the configuration(s) to be saved: " msgstr "Wprowadź katalog, w którym ma zostać zapisana konfiguracja: " msgid "Not a valid directory: {}" -msgstr "Nie jest to prawidłowy katalog: {}" +msgstr "Nieprawidłowy katalog: {}" msgid "The password you are using seems to be weak," msgstr "Używane przez Ciebie hasło wydaje się być słabe," @@ -524,19 +524,19 @@ msgid "are you sure you want to use it?" msgstr "czy na pewno chcesz go używać?" msgid "Optional repositories" -msgstr "Dodatkowe repozytoria" +msgstr "Opcjonalne repozytoria" msgid "Save configuration" -msgstr "Zapisz konfiguracje" +msgstr "Zapisz konfigurację" msgid "Missing configurations:\n" -msgstr "Brak konfiguracji:\n" +msgstr "Brakujące konfiguracje:\n" msgid "Either root-password or at least 1 superuser must be specified" -msgstr "Musi być podane albo hasło root, albo co najmniej jednego superusera" +msgstr "Należy podać hasło roota lub stworzyć co najmniej jednego superusera" msgid "Manage superuser accounts: " -msgstr "Zarządzaj kontami superusera: " +msgstr "Zarządzaj kontami superuserów: " msgid "Manage ordinary user accounts: " msgstr "Zarządzaj kontami zwykłych użytkowników: " @@ -555,28 +555,28 @@ msgid "" " Fill the desired values for a new subvolume \n" msgstr "" "\n" -" Wypełnij żądane wartości dla nowego subwolumenu \n" +" Wypełnij żądane wartości dla nowego subwoluminu \n" msgid "Subvolume name " -msgstr "Nazwa subwolumenu " +msgstr "Nazwa subwoluminu " msgid "Subvolume mountpoint" -msgstr "Punkt montowania subwolumenu" +msgstr "Punkt montowania subwoluminu" msgid "Subvolume options" -msgstr "Opcje subwolumenu" +msgstr "Opcje subwoluminu" msgid "Save" msgstr "Zapisz" msgid "Subvolume name :" -msgstr "Nazwa subwolumenu :" +msgstr "Nazwa subwoluminu :" msgid "Select a mount point :" msgstr "Wybierz punkt montowania :" msgid "Select the desired subvolume options " -msgstr "Wybierz opcje subwolumenu " +msgstr "Wybierz opcje subwoluminu " msgid "Define users with sudo privilege, by username: " msgstr "Określanie użytkowników z uprawnieniami sudo według nazwy użytkownika: " @@ -585,7 +585,7 @@ msgid "[!] A log file has been created here: {}" msgstr "[!] Plik dziennika został zapisany tutaj: {}" msgid "Would you like to use BTRFS subvolumes with a default structure?" -msgstr "Czy chcesz użyć subwolumenów BTRFS z domyślną strukturą?" +msgstr "Czy chcesz użyć subwoluminów BTRFS z domyślną strukturą?" msgid "Would you like to use BTRFS compression?" msgstr "Czy chcesz użyć kompresji BTRFS?" @@ -594,7 +594,7 @@ msgid "Would you like to create a separate partition for /home?" msgstr "Czy chcesz stworzyć oddzielną partycje dla /home?" msgid "The selected drives do not have the minimum capacity required for an automatic suggestion\n" -msgstr "Wybrane dyski nie mają wymaganej pojemności dla automatycznej sugestii\n" +msgstr "Wybrane dyski nie mają minimalnej wymaganej pojemności dla automatycznej sugestii\n" msgid "Minimum capacity for /home partition: {}GB\n" msgstr "Maksymalna pojemność dla partycji /home: {}GB\n" @@ -612,13 +612,13 @@ msgid "no" msgstr "nie" msgid "set: {}" -msgstr "ustawienie: {}" +msgstr "ustawiono na: {}" msgid "Manual configuration setting must be a list" msgstr "Konfiguracja ustawiona manualnie musi być listą" msgid "No iface specified for manual configuration" -msgstr "Iface nie zostało ustawione w ręcznej konfiguracji" +msgstr "Nie określono interfejsu do ręcznej konfiguracji" msgid "Manual nic configuration with no auto DHCP requires an IP address" msgstr "Ręczna konfiguracja nic bez automatycznego DHCP wymaga podania adresu IP" @@ -633,7 +633,7 @@ msgid "Delete interface" msgstr "Usuń interfejs" msgid "Select interface to add" -msgstr "Wybierz interfejs sieciowy do skonfigurowania" +msgstr "Wybierz interfejs sieciowy do dodania" msgid "Manual configuration" msgstr "Ręczna konfiguracja" @@ -645,7 +645,7 @@ msgid "The password you are using seems to be weak, are you sure you want to use msgstr "Używane przez Ciebie hasło wydaje się być słabe, czy na pewno chcesz go użyć?" msgid "Provides a selection of desktop environments and tiling window managers, e.g. gnome, kde, sway" -msgstr "Dostarcza wybór środowisk graficznych oraz menedżerów okien, np. gnome, kde, sway" +msgstr "Dostarcza wybór środowisk graficznych oraz kafelkowych menedżerów okien, np. gnome, kde, sway" msgid "Select your desired desktop environment" msgstr "Wybierz środowisko graficzne" @@ -657,16 +657,16 @@ msgid "Provides a selection of various server packages to install and enable, e. msgstr "Dostarcza wybór różnych pakietów serwerowych do zainstalowania i uruchomienia, np. httpd, nginx, mariadb" msgid "Choose which servers to install, if none then a minimal installation will be done" -msgstr "Wybierz jakie serwery zainstalować. Jeżeli żadne, wtedy będzie użyta minimalna instalacja" +msgstr "Wybierz jakie serwery zainstalować. Jeżeli żadne, wykonana będzie minimalna instalacja" msgid "Installs a minimal system as well as xorg and graphics drivers." -msgstr "Instaluje system podstawowy z xorg i sterownikami graficznymi." +msgstr "Instaluje system podstawowy, a także xorg-a i sterowniki graficzne." msgid "Press Enter to continue." msgstr "Naciśnij Enter, aby kontynuować." msgid "Would you like to chroot into the newly created installation and perform post-installation configuration?" -msgstr "Czy chciałbyś zchrootować do nowej instalacji i przeprowadzić wstępną konfigurację?" +msgstr "Czy chcesz zchrootować do nowej instalacji i przeprowadzić dodatkową konfigurację?" msgid "Are you sure you want to reset this setting?" msgstr "Czy na pewno chcesz zresetować to ustawienie?" @@ -678,18 +678,17 @@ msgid "Any modifications to the existing setting will reset the disk layout!" msgstr "Każda zmiana istniejących ustawień zresetuje układ dysków!" msgid "If you reset the harddrive selection this will also reset the current disk layout. Are you sure?" -msgstr "Jeżeli zresetujesz wybór dysków, zresetujesz także obecny układ dysków. Jesteś pewny, że chcesz to zrobić?" +msgstr "Jeżeli zresetujesz wybór dysków, zresetujesz także obecny układ dysków. Czy na pewno chcesz to zrobić?" msgid "Save and exit" msgstr "Zapisz i wyjdź" -#, fuzzy msgid "" "{}\n" "contains queued partitions, this will remove those, are you sure?" msgstr "" "{}\n" -"zawiera partycje oczekujące w kolejce, to spowoduje ich usunięcie, czy jesteś pewien?" +"zawiera partycje oczekujące w kolejce, to spowoduje ich usunięcie. Czy na pewno chcesz to zrobić?" msgid "No audio server" msgstr "Brak serwera dźwięku" @@ -710,7 +709,6 @@ msgstr "" msgid "Copy to: " msgstr "Kopiuj do: " -#, fuzzy msgid "Edit: " msgstr "Edytuj: " @@ -726,9 +724,8 @@ msgstr "Dodaj: " msgid "Value: " msgstr "Wartość: " -#, fuzzy msgid "You can skip selecting a drive and partitioning and use whatever drive-setup is mounted at /mnt (experimental)" -msgstr "Możesz pominąć wybór dysków i partycji i użyć dowolnego zestawu dysku zamontowanego w /mnt (eksperymentalne)" +msgstr "Możesz pominąć wybór dysku i partycjonowanie i użyć konfiguracji dysku zamontowanego w /mnt (eksperymentalne)" msgid "Select one of the disks or skip and use /mnt as default" msgstr "Wybierz jeden z dysków lub pomiń i użyj /mnt jako domyślnego" @@ -752,7 +749,7 @@ msgid "Bus-type" msgstr "Typ magistrali" msgid "Either root-password or at least 1 user with sudo privileges must be specified" -msgstr "Musisz podać hasło root lub utworzyć co najmniej jednego superusera" +msgstr "Musisz podać hasło roota lub utworzyć co najmniej jednego superusera" msgid "Enter username (leave blank to skip): " msgstr "Wprowadź nazwę użytkownika (pozostaw puste, aby pominąć): " @@ -761,11 +758,10 @@ msgid "The username you entered is invalid. Try again" msgstr "Wprowadzona nazwa użytkownika jest nieprawidłowa. Spróbuj ponownie" msgid "Should \"{}\" be a superuser (sudo)?" -msgstr "Czy \"{}\" powinien być superuserem (sudo)?" +msgstr "Czy użytkownik \"{}\" powinien być superuserem (mieć uprawnienia sudo)?" -#, fuzzy msgid "Select which partitions to encrypt" -msgstr "Wybierz partycja która ma zostać zaszyfrowana" +msgstr "Wybierz, które partycje mają zostać zaszyfrowane" msgid "very weak" msgstr "bardzo słabe" @@ -780,19 +776,19 @@ msgid "strong" msgstr "mocne" msgid "Add subvolume" -msgstr "Dodaj podwolumen" +msgstr "Dodaj subwolumin" msgid "Edit subvolume" -msgstr "Edytuj podwolumen" +msgstr "Edytuj subwolumin" msgid "Delete subvolume" -msgstr "Usuń podwolumen" +msgstr "Usuń subwolumin" msgid "Configured {} interfaces" msgstr "Skonfigurowano {} interfejsów" msgid "This option enables the number of parallel downloads that can occur during installation" -msgstr "Ta opcja pozwala określić maksymalną liczbę pobieranych plików podczas instalacji" +msgstr "Ta opcja pozwala określić maksymalną liczbę pobieranych plików podczas instalacji" #, fuzzy msgid "" @@ -812,14 +808,14 @@ msgid " - Minimum value : 1 ( Allows 1 parallel download, allows 2 downloads a msgstr " - Minimalna wartość : 1 ( Zwiększa liczbę zadań o 1, co pozwala na pobieranie 2 plików jednocześnie )" msgid " - Disable/Default : 0 ( Disables parallel downloading, allows only 1 download at a time )" -msgstr " - Wyłącz/domyślnie : 0 ( Wyłącza pobieranie równoległe, więc tylko 1 plik może być pobierany w tym czasie )" +msgstr " - Wyłącz/Domyślne : 0 ( Wyłącza pobieranie wielu plików jednocześnie, więc tylko 1 plik może być pobierany w tym samym czasie )" -#, fuzzy, python-brace-format +#, python-brace-format msgid "Invalid input! Try again with a valid input [1 to {max_downloads}, or 0 to disable]" msgstr "Nieprawidłowa wartość! Spróbuj wprowadzić wartość od 1 do {}, lub 0 aby wyłączyć." msgid "Parallel Downloads" -msgstr "Pobieranie równoległe" +msgstr "Pobieranie kilku plików jednocześnie" msgid "ESC to skip" msgstr "Naciśnij ESC, aby pominąć" @@ -827,18 +823,17 @@ msgstr "Naciśnij ESC, aby pominąć" msgid "CTRL+C to reset" msgstr "Naciśnij Ctrl+C, aby zresetować" -#, fuzzy msgid "TAB to select" msgstr "Naciśnij Tab, aby wybrać" msgid "[Default value: 0] > " -msgstr "" +msgstr "[Domyślna wartość: 0] > " msgid "To be able to use this translation, please install a font manually that supports the language." -msgstr "" +msgstr "Aby móc skorzystać z tego tłumaczenia, proszę ręcznie zainstalować czcionkę, która obsługuje ten język." msgid "The font should be stored as {}" -msgstr "" +msgstr "Czcionka powinna być przechowana jako {}" msgid "Archinstall requires root privileges to run. See --help for more." msgstr "" @@ -961,24 +956,25 @@ msgstr "" #, fuzzy msgid "Encryption type" -msgstr "Hasło szyfrujące" +msgstr "Typ szyfrowania" msgid "Partitions" -msgstr "" +msgstr "Partycje" msgid "No HSM devices available" -msgstr "" +msgstr "Brak dostępnych urządzeń HSM" -#, fuzzy msgid "Partitions to be encrypted" -msgstr "Wybierz partycja która ma zostać zaszyfrowana" +msgstr "Partycje do zaszyfrowania" -#, fuzzy msgid "Select disk encryption option" -msgstr "Wybierz układ dysku" +msgstr "Wybierz opcję szyfrowania dysku" msgid "Select a FIDO2 device to use for HSM" -msgstr "" +msgstr "Wybierz urządzenie FIDO2 do użycia z HSM" + +msgid "All settings will be reset, are you sure?" +msgstr "Wszystkie ustawienia zostaną zresetowane. Czy na pewno chcesz to zrobić?" #, fuzzy msgid "Use a best-effort default partition layout" @@ -1002,10 +998,10 @@ msgid " ! Formatting {} in " msgstr "" msgid "← Back" -msgstr "" +msgstr "← Wstecz" msgid "Disk encryption" -msgstr "" +msgstr "Szyfrowanie dysku" #, fuzzy msgid "Configuration" @@ -1013,14 +1009,32 @@ msgstr "Brak konfiguracji" #, fuzzy msgid "Password" -msgstr "Hasło użytkownika root" +msgstr "Hasło" -#, fuzzy -msgid "All settings will be reset, are you sure?" -msgstr "{} zawiera partycje oczekujące w kolejce, to spowoduje ich usunięcie, czy jesteś pewien?" +msgid "Partition encryption" +msgstr "Szyfrowanie partycji" + +msgid "When picking a directory to save configuration files to, by default we will ignore the following folders: " +msgstr "Podczas wybierania katalogu do zapisywania plików konfiguracyjnych, domyślnie ignorowane są następujące foldery: " + +msgid "Finding possible directories to save configuration files ..." +msgstr "Znajdywanie możliwych katalogów do zapisywania plików konfiguracyjnych ..." + +msgid "Select directory (or directories) for saving configuration files" +msgstr "Wybierz jeden lub więcej katalogów do zapisywania plików konfiguracyjnych" + +msgid "" +"Do you want to save {} configuration file(s) in the following locations?\n" +"\n" +"{}" -msgid "Back" msgstr "" +"Czy chcesz zapisać {} plików konfiguracyjnych do następujących lokalizacji?\n" +"\n" +"{}" + +msgid "Saving {} configuration files to {}" +msgstr "Zapisywanie {} plików konfiguracyjnych do {}" msgid "Please chose which greeter to install for the chosen profiles: {}" msgstr "" -- cgit v1.2.3-54-g00ecf From 768cb158437ff1056976cbb7842bebfebd959a46 Mon Sep 17 00:00:00 2001 From: Rafael Fontenelle Date: Mon, 12 Jun 2023 10:49:34 -0300 Subject: Update Brazilian Portuguese translation (#1736) Co-authored-by: Anton Hvornum --- archinstall/locales/pt_BR/LC_MESSAGES/base.mo | Bin 27026 -> 28310 bytes archinstall/locales/pt_BR/LC_MESSAGES/base.po | 19 ++++++++++++------- 2 files changed, 12 insertions(+), 7 deletions(-) (limited to 'archinstall/locales') diff --git a/archinstall/locales/pt_BR/LC_MESSAGES/base.mo b/archinstall/locales/pt_BR/LC_MESSAGES/base.mo index fdd1a73e..6deacbcd 100644 Binary files a/archinstall/locales/pt_BR/LC_MESSAGES/base.mo and b/archinstall/locales/pt_BR/LC_MESSAGES/base.mo differ diff --git a/archinstall/locales/pt_BR/LC_MESSAGES/base.po b/archinstall/locales/pt_BR/LC_MESSAGES/base.po index 54419d23..3dd0a818 100644 --- a/archinstall/locales/pt_BR/LC_MESSAGES/base.po +++ b/archinstall/locales/pt_BR/LC_MESSAGES/base.po @@ -101,10 +101,10 @@ msgid "Enter a desired filesystem type for the partition" msgstr "Digite o tipo de sistema de arquivos desejado para a partição" msgid "Enter the start location (in parted units: s, GB, %, etc. ; default: {}): " -msgstr "" +msgstr "Digite o local inicial (em unidades do parted: s, GB, %, etc. ; padrão: {}): " msgid "Enter the end location (in parted units: s, GB, %, etc. ; ex: {}): " -msgstr "" +msgstr "Digite o local final (em unidades do parted: s, GB, %, etc. ; padrão: {}): " msgid "{} contains queued partitions, this will remove those, are you sure?" msgstr "{} contém partições em fila, isto irá removê-las, tem certeza?" @@ -810,7 +810,7 @@ msgid " - Maximum value : {} ( Allows {} parallel downloads, allows {} downloa msgstr " - Valor máximo : {} ( Permite {} downloads paralelos, permite {} downloads por vez )" msgid " - Minimum value : 1 ( Allows 1 parallel download, allows 2 downloads at a time )" -msgstr " - Valor minimo : 1 ( Permite 1 download paralelo, permite 2 downloads por vez )" +msgstr " - Valor mínimo : 1 ( Permite 1 download paralelo, permite 2 downloads por vez )" msgid " - Disable/Default : 0 ( Disables parallel downloading, allows only 1 download at a time )" msgstr " - Desativar/Padrão : 0 ( Desativa os downloads paralelos, permite apenas 1 download por vez )" @@ -967,7 +967,7 @@ msgid "Partitions" msgstr "Partições" msgid "No HSM devices available" -msgstr "Nenhum dispositivo HSM disponivel" +msgstr "Nenhum dispositivo HSM disponível" msgid "Partitions to be encrypted" msgstr "Partições a serem encriptadas" @@ -996,6 +996,9 @@ msgstr "Desconhecido" msgid "Partition encryption" msgstr "Encriptação de partição" +msgid "When picking a directory to save configuration files to, by default we will ignore the following folders: " +msgstr "Ao selecionar um diretório para salvar arquivos de configuração, por padrão nós ignoramos as seguintes pastas: " + msgid " ! Formatting {} in " msgstr " ! Formatando {} em " @@ -1109,7 +1112,7 @@ msgstr "Procurando possiveis diretórios para salvar os arquivos de configuraç #, fuzzy msgid "Select directory (or directories) for saving configuration files" -msgstr "Selecione um ou mais discos rígidos para usar e configurar" +msgstr "Selecione um ou mais diretórios para salvar arquivos de configuração" #, fuzzy msgid "Add a custom mirror" @@ -1158,10 +1161,12 @@ msgid "" "\n" "{}" msgstr "" +"Você deseja salvar arquivo(s) de configuração de {} nos locais a seguir?\n" +"\n" +"{}" -#, fuzzy msgid "Saving {} configuration files to {}" -msgstr "Salvar configuração" +msgstr "Salvando arquivos de configuração de {} para {}" #, fuzzy msgid "Mirrors" -- cgit v1.2.3-54-g00ecf From 6e06d6d7c6d2202c4efdb127775b82d0803e5b21 Mon Sep 17 00:00:00 2001 From: Roxfr <52124613+roxfr@users.noreply.github.com> Date: Mon, 12 Jun 2023 16:52:31 +0200 Subject: Resolved merge conflict (#1730) Co-authored-by: Anton Hvornum --- archinstall/locales/fr/LC_MESSAGES/base.po | 289 +++++++++++++++++++++-------- 1 file changed, 210 insertions(+), 79 deletions(-) (limited to 'archinstall/locales') diff --git a/archinstall/locales/fr/LC_MESSAGES/base.po b/archinstall/locales/fr/LC_MESSAGES/base.po index 9f04a081..fde7d8ac 100644 --- a/archinstall/locales/fr/LC_MESSAGES/base.po +++ b/archinstall/locales/fr/LC_MESSAGES/base.po @@ -3,7 +3,7 @@ msgstr "" "Project-Id-Version: \n" "POT-Creation-Date: \n" "PO-Revision-Date: \n" -"Last-Translator: \n" +"Last-Translator: Roxfr \n" "Language-Team: \n" "Language: fr\n" "MIME-Version: 1.0\n" @@ -14,8 +14,12 @@ msgstr "" msgid "[!] A log file has been created here: {} {}" msgstr "[!] Un fichier journal a été créé ici : {} {}" -msgid " Please submit this issue (and file) to https://github.com/archlinux/archinstall/issues" -msgstr " Veuillez soumettre ce problème (et le fichier) à https://github.com/archlinux/archinstall/issues" +msgid "" +" Please submit this issue (and file) to https://github.com/archlinux/" +"archinstall/issues" +msgstr "" +" Veuillez soumettre ce problème (et le fichier) à https://github.com/" +"archlinux/archinstall/issues" msgid "Do you really want to abort?" msgstr "Voulez-vous vraiment abandonner ?" @@ -30,10 +34,13 @@ msgid "Desired hostname for the installation: " msgstr "Nom d'hôte souhaité pour l'installation : " msgid "Username for required superuser with sudo privileges: " -msgstr "Nom d'utilisateur pour le superutilisateur requis avec les privilèges sudo : " +msgstr "" +"Nom d'utilisateur pour le superutilisateur requis avec les privilèges sudo : " msgid "Any additional users to install (leave blank for no users): " -msgstr "Utilisateur supplémentaire à installer (laisser vide pour aucun utilisateur) : " +msgstr "" +"Utilisateur supplémentaire à installer (laisser vide pour aucun " +"utilisateur) : " msgid "Should this user be a superuser (sudoer)?" msgstr "Cet utilisateur doit-il être un superutilisateur (sudoer) ?" @@ -42,7 +49,9 @@ msgid "Select a timezone" msgstr "Sélectionner un fuseau horaire" msgid "Would you like to use GRUB as a bootloader instead of systemd-boot?" -msgstr "Souhaitez-vous utiliser GRUB comme chargeur de démarrage au lieu de systemd-boot ?" +msgstr "" +"Souhaitez-vous utiliser GRUB comme chargeur de démarrage au lieu de systemd-" +"boot ?" msgid "Choose a bootloader" msgstr "Choisir un chargeur de démarrage" @@ -50,14 +59,25 @@ msgstr "Choisir un chargeur de démarrage" msgid "Choose an audio server" msgstr "Choisir un serveur audio" -msgid "Only packages such as base, base-devel, linux, linux-firmware, efibootmgr and optional profile packages are installed." -msgstr "Seuls les packages tels que base, base-devel, linux, linux-firmware, efibootmgr et les packages de profil optionnels sont installés." +msgid "" +"Only packages such as base, base-devel, linux, linux-firmware, efibootmgr " +"and optional profile packages are installed." +msgstr "" +"Seuls les packages tels que base, base-devel, linux, linux-firmware, " +"efibootmgr et les packages de profil optionnels sont installés." -msgid "If you desire a web browser, such as firefox or chromium, you may specify it in the following prompt." -msgstr "Si vous désirez un navigateur Web, tel que firefox ou chrome, vous pouvez le spécifier dans l'invite suivante." +msgid "" +"If you desire a web browser, such as firefox or chromium, you may specify it " +"in the following prompt." +msgstr "" +"Si vous désirez un navigateur Web, tel que firefox ou chrome, vous pouvez le " +"spécifier dans l'invite suivante." -msgid "Write additional packages to install (space separated, leave blank to skip): " -msgstr "Écrire des packages supplémentaires à installer (espaces séparés, laisser vide pour ignorer) : " +msgid "" +"Write additional packages to install (space separated, leave blank to skip): " +msgstr "" +"Écrire des packages supplémentaires à installer (espaces séparés, laisser " +"vide pour ignorer) : " msgid "Copy ISO network configuration to installation" msgstr "Copier la configuration réseau ISO dans l'installation" @@ -68,20 +88,27 @@ msgstr "Utiliser NetworkManager (nécessaire pour configurer graphiquement Inter msgid "Select one network interface to configure" msgstr "Sélectionner une interface réseau à configurer" -msgid "Select which mode to configure for \"{}\" or skip to use default mode \"{}\"" +msgid "" +"Select which mode to configure for \"{}\" or skip to use default mode \"{}\"" msgstr "" +"Sélectionner le mode à configurer pour \"{}\" ou ignorer pour utiliser le " +"mode par défaut \"{}\"" msgid "Enter the IP and subnet for {} (example: 192.168.0.5/24): " msgstr "Entrer l'IP et le sous-réseau pour {} (exemple : 192.168.0.5/24) : " msgid "Enter your gateway (router) IP address or leave blank for none: " -msgstr "Entrer l'adresse IP de votre passerelle (routeur) ou laisser vide pour aucune : " +msgstr "" +"Entrer l'adresse IP de votre passerelle (routeur) ou laisser vide pour " +"aucune : " msgid "Enter your DNS servers (space separated, blank for none): " msgstr "Entrer vos serveurs DNS (séparés par des espaces, vide pour aucun) : " msgid "Select which filesystem your main partition should use" -msgstr "Sélectionner le système de fichiers que votre partition principale doit utiliser" +msgstr "" +"Sélectionner le système de fichiers que votre partition principale doit " +"utiliser" msgid "Current partition layout" msgstr "Disposition actuelle des partitions" @@ -96,11 +123,16 @@ msgstr "" msgid "Enter a desired filesystem type for the partition" msgstr "Entrer un type de système de fichiers souhaité pour la partition" -msgid "Enter the start location (in parted units: s, GB, %, etc. ; default: {}): " +msgid "" +"Enter the start location (in parted units: s, GB, %, etc. ; default: {}): " msgstr "" +"Entrer l'emplacement de départ (en unités séparées : s, Go, %, etc. ; par " +"défaut : {}) : " msgid "Enter the end location (in parted units: s, GB, %, etc. ; ex: {}): " msgstr "" +"Entrer l'emplacement de fin (en unités séparées : s, Go, %, etc. ; ex : " +"{}) : " msgid "{} contains queued partitions, this will remove those, are you sure?" msgstr "{} contient des partitions en file d'attente, cela les supprimera, êtes-vous sûr ?" @@ -123,8 +155,12 @@ msgstr "" "\n" "Sélectionner par index où et quelle partition montée" -msgid " * Partition mount-points are relative to inside the installation, the boot would be /boot as an example." -msgstr " * Les points de montage de la partition sont relatifs à l'intérieur de l'installation, le démarrage serait /boot par exemple." +msgid "" +" * Partition mount-points are relative to inside the installation, the boot " +"would be /boot as an example." +msgstr "" +" * Les points de montage de la partition sont relatifs à l'intérieur de " +"l'installation, le démarrage serait /boot par exemple." msgid "Select where to mount partition (leave blank to remove mountpoint): " msgstr "Sélectionner où monter la partition (laisser vide pour supprimer le point de montage) : " @@ -172,34 +208,58 @@ msgid "Archinstall language" msgstr "Langue d'Archinstall" msgid "Wipe all selected drives and use a best-effort default partition layout" -msgstr "Effacer tous les lecteurs sélectionnés et utiliser une disposition de partition par défaut optimale" +msgstr "" +"Effacer tous les lecteurs sélectionnés et utiliser une disposition de " +"partition par défaut optimale" -msgid "Select what to do with each individual drive (followed by partition usage)" -msgstr "Sélectionner ce qu'il faut faire avec chaque lecteur individuel (suivi de l'utilisation de la partition)" +msgid "" +"Select what to do with each individual drive (followed by partition usage)" +msgstr "" +"Sélectionner ce qu'il faut faire avec chaque lecteur individuel (suivi de " +"l'utilisation de la partition)" msgid "Select what you wish to do with the selected block devices" -msgstr "Sélectionner ce que vous souhaitez faire avec les périphériques de bloc sélectionnés" +msgstr "" +"Sélectionner ce que vous souhaitez faire avec les périphériques de bloc " +"sélectionnés" -msgid "This is a list of pre-programmed profiles, they might make it easier to install things like desktop environments" -msgstr "Ceci est une liste de profils préprogrammés, ils pourraient faciliter l'installation d'outils comme les environnements de bureau" +msgid "" +"This is a list of pre-programmed profiles, they might make it easier to " +"install things like desktop environments" +msgstr "" +"Ceci est une liste de profils préprogrammés, ils pourraient faciliter " +"l'installation d'outils comme les environnements de bureau" msgid "Select keyboard layout" msgstr "Sélectionner la disposition du clavier" msgid "Select one of the regions to download packages from" -msgstr "Sélectionner l'une des régions depuis lesquelles télécharger les packages" +msgstr "" +"Sélectionner l'une des régions depuis lesquelles télécharger les packages" msgid "Select one or more hard drives to use and configure" msgstr "Sélectionner un ou plusieurs disques durs à utiliser et à configurer" -msgid "For the best compatibility with your AMD hardware, you may want to use either the all open-source or AMD / ATI options." -msgstr "Pour une meilleure compatibilité avec votre matériel AMD, vous pouvez utiliser les options entièrement open source ou AMD / ATI." +msgid "" +"For the best compatibility with your AMD hardware, you may want to use " +"either the all open-source or AMD / ATI options." +msgstr "" +"Pour une meilleure compatibilité avec votre matériel AMD, vous pouvez " +"utiliser les options entièrement open source ou AMD / ATI." -msgid "For the best compatibility with your Intel hardware, you may want to use either the all open-source or Intel options.\n" -msgstr "Pour une compatibilité optimale avec votre matériel Intel, vous pouvez utiliser les options entièrement open source ou Intel.\n" +msgid "" +"For the best compatibility with your Intel hardware, you may want to use " +"either the all open-source or Intel options.\n" +msgstr "" +"Pour une compatibilité optimale avec votre matériel Intel, vous pouvez " +"utiliser les options entièrement open source ou Intel.\n" -msgid "For the best compatibility with your Nvidia hardware, you may want to use the Nvidia proprietary driver.\n" -msgstr "Pour une meilleure compatibilité avec votre matériel Nvidia, vous pouvez utiliser le pilote propriétaire Nvidia.\n" +msgid "" +"For the best compatibility with your Nvidia hardware, you may want to use " +"the Nvidia proprietary driver.\n" +msgstr "" +"Pour une meilleure compatibilité avec votre matériel Nvidia, vous pouvez " +"utiliser le pilote propriétaire Nvidia.\n" msgid "" "\n" @@ -208,13 +268,14 @@ msgid "" msgstr "" "\n" "\n" -"Sélectionner un pilote graphique ou laisser vide pour installer tous les pilotes open-source" +"Sélectionner un pilote graphique ou laisser vide pour installer tous les " +"pilotes open-source" msgid "All open-source (default)" msgstr "Tout open-source (par défaut)" msgid "Choose which kernels to use or leave blank for default \"{}\"" -msgstr "" +msgstr "Choisir les noyaux à utiliser ou laisser vide pour \"{}\" par défaut" msgid "Choose which locale language to use" msgstr "Choisir la langue locale à utiliser" @@ -231,8 +292,12 @@ msgstr "Sélectionner une ou plusieurs des options ci-dessous : " msgid "Adding partition...." msgstr "Ajout de la partition...." -msgid "You need to enter a valid fs-type in order to continue. See `man parted` for valid fs-type's." -msgstr "Vous devez entrer un type de fs valide pour continuer. Voir `man parted` pour les types de fs valides." +msgid "" +"You need to enter a valid fs-type in order to continue. See `man parted` for " +"valid fs-type's." +msgstr "" +"Vous devez entrer un type de fs valide pour continuer. Voir `man parted` " +"pour les types de fs valides." msgid "Error: Listing profiles on URL \"{}\" resulted in:" msgstr "Erreur : la liste des profils sur l'URL \"{}\" a entraîné :" @@ -305,7 +370,8 @@ msgid "" msgstr "" "Vous avez décidé d'ignorer la sélection du disque dur\n" "et vous utiliserez la configuration de disque montée sur {} (expérimental)\n" -"ATTENTION : Archinstall ne vérifiera pas l'adéquation de cette configuration\n" +"ATTENTION : Archinstall ne vérifiera pas l'adéquation de cette " +"configuration\n" "Souhaitez-vous continuer ?" msgid "Re-using partition instance: {}" @@ -330,7 +396,8 @@ msgid "Mark/Unmark a partition as encrypted" msgstr "Marquer/Démarquer une partition comme chiffrée" msgid "Mark/Unmark a partition as bootable (automatic for /boot)" -msgstr "Marquer/Démarquer une partition comme amorçable (automatique pour /boot)" +msgstr "" +"Marquer/Démarquer une partition comme amorçable (automatique pour /boot)" msgid "Set desired filesystem for a partition" msgstr "Définir le système de fichiers souhaité pour une partition" @@ -388,10 +455,19 @@ msgid "Would you like to use automatic time synchronization (NTP) with the defau msgstr "Souhaitez-vous utiliser la synchronisation automatique de l'heure (NTP) avec les serveurs de temps par défaut ?\n" msgid "" -"Hardware time and other post-configuration steps might be required in order for NTP to work.\n" +"Would you like to use automatic time synchronization (NTP) with the default " +"time servers?\n" +msgstr "" +"Souhaitez-vous utiliser la synchronisation automatique de l'heure (NTP) avec " +"les serveurs de temps par défaut ?\n" + +msgid "" +"Hardware time and other post-configuration steps might be required in order " +"for NTP to work.\n" "For more information, please check the Arch wiki" msgstr "" -"Le temps matériel et d'autres étapes de post-configuration peuvent être nécessaires pour que NTP fonctionne.\n" +"Le temps matériel et d'autres étapes de post-configuration peuvent être " +"nécessaires pour que NTP fonctionne.\n" "Pour plus d'informations, veuillez consulter le wiki Arch" msgid "Enter a username to create an additional user (leave blank to skip): " @@ -402,10 +478,12 @@ msgstr "Utiliser ESC pour ignorer\n" msgid "" "\n" -" Choose an object from the list, and select one of the available actions for it to execute" +" Choose an object from the list, and select one of the available actions for " +"it to execute" msgstr "" "\n" -"Choisir un objet dans la liste et sélectionner l'une des actions disponibles pour qu'il s'exécute" +"Choisir un objet dans la liste et sélectionner l'une des actions disponibles " +"pour qu'il s'exécute" msgid "Cancel" msgstr "Annuler" @@ -441,11 +519,18 @@ msgstr "" "\n" "Voici la configuration choisie :" -msgid "Pacman is already running, waiting maximum 10 minutes for it to terminate." -msgstr "Pacman est déjà en cours d'exécution, attendez au maximum 10 minutes pour qu'il se termine." +msgid "" +"Pacman is already running, waiting maximum 10 minutes for it to terminate." +msgstr "" +"Pacman est déjà en cours d'exécution, attendez au maximum 10 minutes pour " +"qu'il se termine." -msgid "Pre-existing pacman lock never exited. Please clean up any existing pacman sessions before using archinstall." -msgstr "Le verrou pacman préexistant n'a jamais été fermé. Veuillez nettoyer toutes les sessions pacman existantes avant d'utiliser archinstall." +msgid "" +"Pre-existing pacman lock never exited. Please clean up any existing pacman " +"sessions before using archinstall." +msgstr "" +"Le verrou pacman préexistant n'a jamais été fermé. Veuillez nettoyer toutes " +"les sessions pacman existantes avant d'utiliser archinstall." msgid "Choose which optional additional repositories to enable" msgstr "Choisir les référentiels supplémentaires en option à activer" @@ -582,7 +667,8 @@ msgid "Select the desired subvolume options " msgstr "Sélectionner les options de sous-volume souhaitées " msgid "Define users with sudo privilege, by username: " -msgstr "Définir les utilisateurs avec le privilège sudo, par nom d'utilisateur : " +msgstr "" +"Définir les utilisateurs avec le privilège sudo, par nom d'utilisateur : " msgid "[!] A log file has been created here: {}" msgstr "[!] Un fichier journal a été créé ici : {}" @@ -596,8 +682,12 @@ msgstr "Souhaitez-vous utiliser la compression BTRFS ?" msgid "Would you like to create a separate partition for /home?" msgstr "Souhaitez-vous créer une partition séparée pour /home ?" -msgid "The selected drives do not have the minimum capacity required for an automatic suggestion\n" -msgstr "Les disques sélectionnés n'ont pas la capacité minimale requise pour une suggestion automatique\n" +msgid "" +"The selected drives do not have the minimum capacity required for an " +"automatic suggestion\n" +msgstr "" +"Les disques sélectionnés n'ont pas la capacité minimale requise pour une " +"suggestion automatique\n" msgid "Minimum capacity for /home partition: {}GB\n" msgstr "Capacité minimale pour la partition /home : {} Go\n" @@ -624,7 +714,9 @@ msgid "No iface specified for manual configuration" msgstr "Aucun iface spécifié pour la configuration manuelle" msgid "Manual nic configuration with no auto DHCP requires an IP address" -msgstr "La configuration manuelle de la carte réseau sans DHCP automatique nécessite une adresse IP" +msgstr "" +"La configuration manuelle de la carte réseau sans DHCP automatique nécessite " +"une adresse IP" msgid "Add interface" msgstr "Ajouter une interface" @@ -647,20 +739,36 @@ msgstr "Marquer/Démarquer une partition comme compressée (btrfs uniquement)" msgid "The password you are using seems to be weak, are you sure you want to use it?" msgstr "Le mot de passe que vous utilisez semble faible, êtes-vous sûr de vouloir l'utiliser ?" -msgid "Provides a selection of desktop environments and tiling window managers, e.g. gnome, kde, sway" -msgstr "Fournit une sélection d'environnements de bureau et de gestionnaires de fenêtres en mosaïque, par ex. gnome, kde, sway" +msgid "" +"Provides a selection of desktop environments and tiling window managers, e." +"g. gnome, kde, sway" +msgstr "" +"Fournit une sélection d'environnements de bureau et de gestionnaires de " +"fenêtres en mosaïque, par ex. gnome, kde, sway" msgid "Select your desired desktop environment" msgstr "Sélectionner l'environnement de bureau souhaité" -msgid "A very basic installation that allows you to customize Arch Linux as you see fit." -msgstr "Une installation très basique qui vous permet de personnaliser Arch Linux comme bon vous semble." +msgid "" +"A very basic installation that allows you to customize Arch Linux as you see " +"fit." +msgstr "" +"Une installation très basique qui vous permet de personnaliser Arch Linux " +"comme bon vous semble." -msgid "Provides a selection of various server packages to install and enable, e.g. httpd, nginx, mariadb" -msgstr "Fournit une sélection de divers paquets de serveur à installer et à activer, par ex. httpd, nginx, mariadb" +msgid "" +"Provides a selection of various server packages to install and enable, e.g. " +"httpd, nginx, mariadb" +msgstr "" +"Fournit une sélection de divers paquets de serveur à installer et à activer, " +"par ex. httpd, nginx, mariadb" -msgid "Choose which servers to install, if none then a minimal installation will be done" -msgstr "Choisir les serveurs à installer, s'il n'y en a pas, une installation minimale sera effectuée" +msgid "" +"Choose which servers to install, if none then a minimal installation will be " +"done" +msgstr "" +"Choisir les serveurs à installer, s'il n'y en a pas, une installation " +"minimale sera effectuée" msgid "Installs a minimal system as well as xorg and graphics drivers." msgstr "Installe un système minimal ainsi que les pilotes graphiques et xorg." @@ -680,8 +788,12 @@ msgstr "Sélectionner un ou plusieurs disques durs à utiliser et à configurer\ msgid "Any modifications to the existing setting will reset the disk layout!" msgstr "Toute modification du paramètre existant réinitialisera la disposition du disque !" -msgid "If you reset the harddrive selection this will also reset the current disk layout. Are you sure?" -msgstr "Si vous réinitialisez la sélection du disque dur, cela réinitialisera également la disposition actuelle du disque. Êtes-vous sûr ?" +msgid "" +"If you reset the harddrive selection this will also reset the current disk " +"layout. Are you sure?" +msgstr "" +"Si vous réinitialisez la sélection du disque dur, cela réinitialisera " +"également la disposition actuelle du disque. Êtes-vous sûr ?" msgid "Save and exit" msgstr "Sauvegarder et quitter" @@ -727,8 +839,13 @@ msgstr "Ajouter: " msgid "Value: " msgstr "Valeur: " -msgid "You can skip selecting a drive and partitioning and use whatever drive-setup is mounted at /mnt (experimental)" -msgstr "Vous pouvez ignorer la sélection d'un lecteur et le partitionnement et utiliser n'importe quelle configuration de lecteur montée sur /mnt (expérimental)" +msgid "" +"You can skip selecting a drive and partitioning and use whatever drive-setup " +"is mounted at /mnt (experimental)" +msgstr "" +"Vous pouvez ignorer la sélection d'un lecteur et le partitionnement et " +"utiliser n'importe quelle configuration de lecteur montée sur /mnt " +"(expérimental)" msgid "Select one of the disks or skip and use /mnt as default" msgstr "Sélectionner l'un des disques ou ignorer et utiliser /mnt par défaut" @@ -751,8 +868,12 @@ msgstr "Espace libre" msgid "Bus-type" msgstr "Type de bus" -msgid "Either root-password or at least 1 user with sudo privileges must be specified" -msgstr "Le mot de passe root ou au moins 1 utilisateur avec des privilèges sudo doit être spécifié" +msgid "" +"Either root-password or at least 1 user with sudo privileges must be " +"specified" +msgstr "" +"Le mot de passe root ou au moins 1 utilisateur avec des privilèges sudo doit " +"être spécifié" msgid "Enter username (leave blank to skip): " msgstr "Entrer le nom d'utilisateur (laisser vide pour passer) : " @@ -790,8 +911,12 @@ msgstr "Supprimer le sous-volume" msgid "Configured {} interfaces" msgstr "Interfaces {} configurées" -msgid "This option enables the number of parallel downloads that can occur during installation" -msgstr "Cette option active le nombre de téléchargements parallèles qui peuvent se produire pendant l'installation" +msgid "" +"This option enables the number of parallel downloads that can occur during " +"installation" +msgstr "" +"Cette option active le nombre de téléchargements parallèles qui peuvent se " +"produire pendant l'installation" msgid "" "Enter the number of parallel downloads to be enabled.\n" @@ -805,8 +930,12 @@ msgstr "" msgid " - Maximum value : {} ( Allows {} parallel downloads, allows {} downloads at a time )" msgstr " - Valeur maximale : {} (Autorise {} téléchargements parallèles, autorise {} téléchargements à la fois)" -msgid " - Minimum value : 1 ( Allows 1 parallel download, allows 2 downloads at a time )" -msgstr " - Valeur minimale : 1 (Autorise 1 téléchargement parallèle, autorise 2 téléchargements à la fois)" +msgid "" +" - Minimum value : 1 ( Allows 1 parallel download, allows 2 downloads at a " +"time )" +msgstr "" +" - Valeur minimale : 1 (Autorise 1 téléchargement parallèle, autorise 2 " +"téléchargements à la fois)" msgid " - Disable/Default : 0 ( Disables parallel downloading, allows only 1 download at a time )" msgstr " - Désactiver/Défaut : 0 (Désactive le téléchargement parallèle, n'autorise qu'un seul téléchargement à la fois)" @@ -830,8 +959,12 @@ msgstr "TAB pour sélectionner" msgid "[Default value: 0] > " msgstr "[Valeur par défaut : 0] > " -msgid "To be able to use this translation, please install a font manually that supports the language." -msgstr "Pour pouvoir utiliser cette traduction, veuillez installer manuellement une police prenant en charge la langue." +msgid "" +"To be able to use this translation, please install a font manually that " +"supports the language." +msgstr "" +"Pour pouvoir utiliser cette traduction, veuillez installer manuellement une " +"police prenant en charge la langue." msgid "The font should be stored as {}" msgstr "La police doit être stockée sous {}" @@ -957,24 +1090,22 @@ msgstr "" #, fuzzy msgid "Encryption type" -msgstr "Mot de passe de chiffrement" +msgstr "Type de chiffrement" msgid "Partitions" -msgstr "" +msgstr "Partitions" msgid "No HSM devices available" -msgstr "" +msgstr "Aucun appareil HSM disponible" -#, fuzzy msgid "Partitions to be encrypted" -msgstr "Sélectionner les partitions à chiffrer" +msgstr "Partitions à chiffrer" -#, fuzzy msgid "Select disk encryption option" -msgstr "Sélectionner la disposition du disque" +msgstr "Sélectionner l'option de chiffrement du disque" msgid "Select a FIDO2 device to use for HSM" -msgstr "" +msgstr "Sélectionner un appareil FIDO2 à utiliser pour HSM" #, fuzzy msgid "Use a best-effort default partition layout" @@ -1001,7 +1132,7 @@ msgid "← Back" msgstr "" msgid "Disk encryption" -msgstr "" +msgstr "Cryptage du disque" #, fuzzy msgid "Configuration" @@ -1009,7 +1140,7 @@ msgstr "Aucune configuration" #, fuzzy msgid "Password" -msgstr "Mot de passe root" +msgstr "Mot de passe" #, fuzzy msgid "All settings will be reset, are you sure?" -- cgit v1.2.3-54-g00ecf From 9164c63f2a75e97459e47db02f8b4d4687713022 Mon Sep 17 00:00:00 2001 From: "K.B.Dharun Krishna" Date: Tue, 13 Jun 2023 01:50:38 +0530 Subject: po: update Tamil translation (#1867) --- archinstall/locales/ta/LC_MESSAGES/base.mo | Bin 62599 -> 66233 bytes archinstall/locales/ta/LC_MESSAGES/base.po | 57 +++++++++++++---------------- 2 files changed, 25 insertions(+), 32 deletions(-) (limited to 'archinstall/locales') diff --git a/archinstall/locales/ta/LC_MESSAGES/base.mo b/archinstall/locales/ta/LC_MESSAGES/base.mo index 8c163da6..1f4e6155 100644 Binary files a/archinstall/locales/ta/LC_MESSAGES/base.mo and b/archinstall/locales/ta/LC_MESSAGES/base.mo differ diff --git a/archinstall/locales/ta/LC_MESSAGES/base.po b/archinstall/locales/ta/LC_MESSAGES/base.po index f6b7533a..e24a1800 100644 --- a/archinstall/locales/ta/LC_MESSAGES/base.po +++ b/archinstall/locales/ta/LC_MESSAGES/base.po @@ -9,7 +9,7 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Generator: Poedit 3.2.2\n" +"X-Generator: Poedit 3.3.1\n" msgid "[!] A log file has been created here: {} {}" msgstr "[!] ஒரு பதிவு கோப்பு இங்கே உருவாக்கப்பட்டது: {} {}" @@ -811,9 +811,9 @@ msgstr " - குறைந்தபட்ச மதிப்பு : 1 (1 இ msgid " - Disable/Default : 0 ( Disables parallel downloading, allows only 1 download at a time )" msgstr " - முடக்கு/இயல்புநிலை: 0 (இணை பதிவிறக்கத்தை முடக்குகிறது, ஒரு நேரத்தில் 1 பதிவிறக்கத்தை மட்டுமே அனுமதிக்கிறது )" -#, fuzzy, python-brace-format +#, python-brace-format msgid "Invalid input! Try again with a valid input [1 to {max_downloads}, or 0 to disable]" -msgstr "தவறான உள்ளீடு! சரியான உள்ளீட்டில் [1 முதல் {} வரை அல்லது முடக்க 0 வரை] மீண்டும் முயற்சிக்கவும்" +msgstr "தவறான உள்ளீடு! சரியான உள்ளீட்டில் [1 முதல் {max_downloads} வரை அல்லது முடக்க 0 வரை] மீண்டும் முயற்சிக்கவும்" msgid "Parallel Downloads" msgstr "இணையான பதிவிறக்கங்கள்" @@ -1073,76 +1073,69 @@ msgstr "உள்ளமைவு கோப்புகளைச் சேமி msgid "Select directory (or directories) for saving configuration files" msgstr "உள்ளமைவு கோப்புகளை சேமிக்க கோப்பகத்தை (அல்லது கோப்பகங்களை) தேர்ந்தெடுக்கவும்" -#, fuzzy msgid "Add a custom mirror" -msgstr "ஒரு பயனரைச் சேர்க்கவும்" +msgstr "தனிப்பயன் கண்ணாடியைச் சேர்க்கவும்" msgid "Change custom mirror" -msgstr "" +msgstr "தனிப்பயன் கண்ணாடியை மாற்றவும்" msgid "Delete custom mirror" -msgstr "" +msgstr "தனிப்பயன் கண்ணாடியை நீக்கு" -#, fuzzy msgid "Enter name (leave blank to skip): " -msgstr "பயனர்பெயரை உள்ளிடவும் (தவிர்க்க காலியாக விடவும்): " +msgstr "பெயரை உள்ளிடவும் (தவிர்க்க காலியாக விடவும்): " -#, fuzzy msgid "Enter url (leave blank to skip): " -msgstr "பயனர்பெயரை உள்ளிடவும் (தவிர்க்க காலியாக விடவும்): " +msgstr "URL ஐ உள்ளிடவும் (தவிர்க்க காலியாக விடவும்): " -#, fuzzy msgid "Select signature check option" -msgstr "சேர்க்க இடைமுகத்தைத் தேர்ந்தெடுக்கவும்" +msgstr "கையொப்ப சரிபார்ப்பு விருப்பத்தைத் தேர்ந்தெடுக்கவும்" -#, fuzzy msgid "Select signature option" -msgstr "சேர்க்க இடைமுகத்தைத் தேர்ந்தெடுக்கவும்" +msgstr "கையெழுத்து விருப்பத்தைத் தேர்ந்தெடுக்கவும்" msgid "Custom mirrors" -msgstr "" +msgstr "தனிப்பயன் கண்ணாடிகள்" msgid "Defined" -msgstr "" +msgstr "வரையறுக்கப்பட்டது" -#, fuzzy msgid "Save user configuration (including disk layout)" -msgstr "பயனர் உள்ளமைவைச் சேமிக்கவும்" +msgstr "பயனர் உள்ளமைவைச் சேமிக்கவும் (வட்டு தளவமைப்பு உட்பட)" -#, fuzzy msgid "" "Enter a directory for the configuration(s) to be saved (tab completion enabled)\n" "Save directory: " -msgstr "உள்ளமைவு(களை) சேமிக்க ஒரு கோப்பகத்தை உள்ளிடவும்: " +msgstr "" +"உள்ளமைவு(களை) சேமிக்கப்படுவதற்கான கோப்பகத்தை உள்ளிடவும் (தாவல் நிறைவு இயக்கப்பட்டது)\n" +"கோப்பகத்தை சேமி:" msgid "" "Do you want to save {} configuration file(s) in the following location?\n" "\n" "{}" msgstr "" +"பின்வரும் இடத்தில் {} உள்ளமைவுக் கோப்பை(களை) சேமிக்க விரும்புகிறீர்களா?\n" +"\n" +"{}" -#, fuzzy msgid "Saving {} configuration files to {}" -msgstr "உள்ளமைவைச் சேமிக்கவும்" +msgstr "{} உள்ளமைவு கோப்புகளை {} இல் சேமிக்கிறது" -#, fuzzy msgid "Mirrors" -msgstr "மிரர் பிராந்தியம்" +msgstr "கண்ணாடிகள்" -#, fuzzy msgid "Mirror regions" -msgstr "மிரர் பிராந்தியம்" +msgstr "கண்ணாடிப் பகுதிகள்" -#, fuzzy msgid " - Maximum value : {} ( Allows {} parallel downloads, allows {max_downloads+1} downloads at a time )" -msgstr " - அதிகபட்ச மதிப்பு : {} ( {} இணையான பதிவிறக்கங்களை அனுமதிக்கிறது, ஒரே நேரத்தில் {} பதிவிறக்கங்களை அனுமதிக்கிறது )" +msgstr "- அதிகபட்ச மதிப்பு: {} ( {} இணையான பதிவிறக்கங்களை அனுமதிக்கிறது, ஒரே நேரத்தில் {max download+1} பதிவிறக்க அனுமதிக்கிறது )" msgid "Invalid input! Try again with a valid input [1 to {}, or 0 to disable]" msgstr "தவறான உள்ளீடு! சரியான உள்ளீட்டில் [1 முதல் {} வரை அல்லது முடக்க 0 வரை] மீண்டும் முயற்சிக்கவும்" msgid "Locales" -msgstr "" +msgstr "மொழி குறியீடுகள்" -#, fuzzy msgid "Use NetworkManager (necessary to configure internet graphically in GNOME and KDE)" -msgstr "பயன்படுத்துங்கள் NetworkManager ஐப்(GNOME மற்றும் KDE இல் இணையத்தை வரைகலை முறையில் கட்டமைக்க அவசியம்)" +msgstr "NetworkManager ஐப் பயன்படுத்தவும் (GNOME மற்றும் KDE இல் இணையத்தை வரைகலை முறையில் கட்டமைக்க அவசியம்)" -- cgit v1.2.3-54-g00ecf From 92b0d0f8332f5006f9e242d33809cd2c7c2248ea Mon Sep 17 00:00:00 2001 From: Daniel Girtler Date: Wed, 14 Jun 2023 08:26:15 +1000 Subject: Fixes 1861 (#1870) * Fix translation files * Add github action * Update * Update --------- Co-authored-by: Daniel Girtler --- .github/workflows/translation-check.yaml | 17 + archinstall/locales/ar/LC_MESSAGES/base.mo | Bin 3802 -> 3802 bytes archinstall/locales/ar/LC_MESSAGES/base.po | 7 + archinstall/locales/base.pot | 12 +- archinstall/locales/cs/LC_MESSAGES/base.mo | Bin 25984 -> 25984 bytes archinstall/locales/cs/LC_MESSAGES/base.po | 7 + archinstall/locales/de/LC_MESSAGES/base.mo | Bin 37644 -> 37609 bytes archinstall/locales/de/LC_MESSAGES/base.po | 144 +------- archinstall/locales/el/LC_MESSAGES/base.mo | Bin 35431 -> 35431 bytes archinstall/locales/el/LC_MESSAGES/base.po | 7 + archinstall/locales/en/LC_MESSAGES/base.po | 6 + archinstall/locales/es/LC_MESSAGES/base.mo | Bin 24396 -> 24396 bytes archinstall/locales/es/LC_MESSAGES/base.po | 7 + archinstall/locales/et/LC_MESSAGES/base.mo | Bin 35636 -> 35078 bytes archinstall/locales/et/LC_MESSAGES/base.po | 36 +- archinstall/locales/fr/LC_MESSAGES/base.mo | Bin 27431 -> 28587 bytes archinstall/locales/fr/LC_MESSAGES/base.po | 280 +++++---------- archinstall/locales/id/LC_MESSAGES/base.mo | Bin 26261 -> 26261 bytes archinstall/locales/id/LC_MESSAGES/base.po | 7 + archinstall/locales/it/LC_MESSAGES/base.mo | Bin 26544 -> 26544 bytes archinstall/locales/it/LC_MESSAGES/base.po | 7 + archinstall/locales/ka/LC_MESSAGES/base.mo | Bin 44826 -> 44826 bytes archinstall/locales/ka/LC_MESSAGES/base.po | 7 + archinstall/locales/ko/LC_MESSAGES/base.mo | Bin 27224 -> 27224 bytes archinstall/locales/ko/LC_MESSAGES/base.po | 7 + archinstall/locales/nl/LC_MESSAGES/base.mo | Bin 17691 -> 17691 bytes archinstall/locales/nl/LC_MESSAGES/base.po | 7 + archinstall/locales/pl/LC_MESSAGES/base.mo | Bin 25129 -> 27783 bytes archinstall/locales/pl/LC_MESSAGES/base.po | 70 ++-- archinstall/locales/pt/LC_MESSAGES/base.mo | Bin 16336 -> 16336 bytes archinstall/locales/pt/LC_MESSAGES/base.po | 7 + archinstall/locales/pt_BR/LC_MESSAGES/base.po | 13 +- archinstall/locales/ru/LC_MESSAGES/base.po | 467 +++++++------------------- archinstall/locales/sv/LC_MESSAGES/base.mo | Bin 22732 -> 22732 bytes archinstall/locales/sv/LC_MESSAGES/base.po | 7 + archinstall/locales/uk/LC_MESSAGES/base.mo | Bin 36027 -> 36027 bytes archinstall/locales/uk/LC_MESSAGES/base.po | 7 + archinstall/locales/ur/LC_MESSAGES/base.mo | Bin 20490 -> 20490 bytes archinstall/locales/ur/LC_MESSAGES/base.po | 7 + archinstall/locales/zh-TW/LC_MESSAGES/base.mo | Bin 32093 -> 31565 bytes archinstall/locales/zh-TW/LC_MESSAGES/base.po | 66 ++-- 41 files changed, 449 insertions(+), 753 deletions(-) create mode 100644 .github/workflows/translation-check.yaml (limited to 'archinstall/locales') diff --git a/.github/workflows/translation-check.yaml b/.github/workflows/translation-check.yaml new file mode 100644 index 00000000..18a3b5fc --- /dev/null +++ b/.github/workflows/translation-check.yaml @@ -0,0 +1,17 @@ +on: + [ push, pull_request ]: + paths: + - 'archinstall/locales/**' +name: translation file checks +jobs: + translation-check: + runs-on: ubuntu-latest + container: + image: archlinux:latest + steps: + - uses: actions/checkout@v3 + - run: pacman --noconfirm -Syu python python-pip + - run: python -m pip install --upgrade pip + - run: cd archinstall/locales + - run: bash locales_generator.sh + - run: git diff --name-only diff --git a/archinstall/locales/ar/LC_MESSAGES/base.mo b/archinstall/locales/ar/LC_MESSAGES/base.mo index d6e9ef26..33c12f10 100644 Binary files a/archinstall/locales/ar/LC_MESSAGES/base.mo and b/archinstall/locales/ar/LC_MESSAGES/base.mo differ diff --git a/archinstall/locales/ar/LC_MESSAGES/base.po b/archinstall/locales/ar/LC_MESSAGES/base.po index 5633fbe6..68e1e968 100644 --- a/archinstall/locales/ar/LC_MESSAGES/base.po +++ b/archinstall/locales/ar/LC_MESSAGES/base.po @@ -1083,3 +1083,10 @@ msgstr "" msgid "Invalid input! Try again with a valid input [1 to {}, or 0 to disable]" msgstr "" + +msgid "Locales" +msgstr "" + +#, fuzzy +msgid "Use NetworkManager (necessary to configure internet graphically in GNOME and KDE)" +msgstr "استخدم مُدير الشبكة (ضروري لإعداد الإنترنت باستخدام واجهة رسومية في جنوم و كيدي)" diff --git a/archinstall/locales/base.pot b/archinstall/locales/base.pot index fd521883..5bc4ae03 100644 --- a/archinstall/locales/base.pot +++ b/archinstall/locales/base.pot @@ -63,8 +63,8 @@ msgid "Copy ISO network configuration to installation" msgstr "" msgid "" -"Use NetworkManager (necessary for configuring internet graphically in GNOME and " -"KDE)" +"Use NetworkManager (necessary for configuring internet graphically in GNOME " +"and KDE)" msgstr "" msgid "Select one network interface to configure" @@ -1153,3 +1153,11 @@ msgstr "" msgid "Invalid input! Try again with a valid input [1 to {}, or 0 to disable]" msgstr "" + +msgid "Locales" +msgstr "" + +msgid "" +"Use NetworkManager (necessary to configure internet graphically in GNOME and " +"KDE)" +msgstr "" diff --git a/archinstall/locales/cs/LC_MESSAGES/base.mo b/archinstall/locales/cs/LC_MESSAGES/base.mo index d668d464..83b8b94c 100644 Binary files a/archinstall/locales/cs/LC_MESSAGES/base.mo and b/archinstall/locales/cs/LC_MESSAGES/base.mo differ diff --git a/archinstall/locales/cs/LC_MESSAGES/base.po b/archinstall/locales/cs/LC_MESSAGES/base.po index 0a3aa43c..a7eb10ec 100644 --- a/archinstall/locales/cs/LC_MESSAGES/base.po +++ b/archinstall/locales/cs/LC_MESSAGES/base.po @@ -1169,3 +1169,10 @@ msgstr " - Maximální hodnota : {} (Povolí {} paralelních stahování, povol msgid "Invalid input! Try again with a valid input [1 to {}, or 0 to disable]" msgstr "Neplatný vstup! Zkuste to, prosím, znovu s platným vstupem [1 až {}, nebo 0 pro vypnutí]" + +msgid "Locales" +msgstr "" + +#, fuzzy +msgid "Use NetworkManager (necessary to configure internet graphically in GNOME and KDE)" +msgstr "Použít NetworkManager (potřebné pro grafickou konfiguraci v GNOME a KDE)" diff --git a/archinstall/locales/de/LC_MESSAGES/base.mo b/archinstall/locales/de/LC_MESSAGES/base.mo index 05cb8081..1e779cb7 100644 Binary files a/archinstall/locales/de/LC_MESSAGES/base.mo and b/archinstall/locales/de/LC_MESSAGES/base.mo differ diff --git a/archinstall/locales/de/LC_MESSAGES/base.po b/archinstall/locales/de/LC_MESSAGES/base.po index 873e740a..3ac24e3a 100644 --- a/archinstall/locales/de/LC_MESSAGES/base.po +++ b/archinstall/locales/de/LC_MESSAGES/base.po @@ -1072,61 +1072,6 @@ msgstr "Finde mögliche Pfade um Konfigurationsdateien zu speichern..." msgid "Select directory (or directories) for saving configuration files" msgstr "Ordner um Konfigurationsdateien zu erstellen auswählen" -msgid "Add a custom mirror" -msgstr "Eigenen Spiegelserver hinzufügen" - -msgid "Change custom mirror" -msgstr "Eigenen Spiegelserver ändern" - -msgid "Delete custom mirror" -msgstr "Eigenen Spiegelserver löschen" - -msgid "Enter name (leave blank to skip): " -msgstr "Namen eingeben (leer lassen zum überspringen): " - -msgid "Enter url (leave blank to skip): " -msgstr "URL eingeben (leer lassen zum überspringen): " - -msgid "Select signature check option" -msgstr "Signatursüberprüfungsoptions auswählen" - -msgid "Select signature option" -msgstr "Signatursoption auswählen" - -msgid "Custom mirrors" -msgstr "Eigener Spiegelserver" - -msgid "Defined" -msgstr "Definiert" - -msgid "Save user configuration (including disk layout)" -msgstr "Benutzerkonfiguration (mit Laufwerkslayout) speichern" - -msgid "" -"Enter a directory for the configuration(s) to be saved (tab completion enabled)\n" -"Save directory: " -msgstr "" -"Geben Sie einen Ordner an, in dem die Konfiguration(en) gespeichert werden sollen (TAB zum vervollständigen)\n" -"Ordner: " - -msgid "" -"Do you want to save {} configuration file(s) in the following location?\n" -"\n" -"{}" -msgstr "" -"Möchten Sie {} Konfigurationsdatei(en) in folgendem Ordner speichern?\n" -"\n" -"{}" - -msgid "Saving {} configuration files to {}" -msgstr "{} Konfigurationsdateien in {} speichern" - -msgid "Mirrors" -msgstr "Spiegelserver" - -msgid "Mirror regions" -msgstr "Spiegelserverregionen" - #, fuzzy msgid "Add a custom mirror" msgstr "Benutzerkonto hinzufügen" @@ -1149,9 +1094,8 @@ msgstr "Geben sie einen weiteren Benutzernamen an der angelegt werden soll (leer msgid "Select signature check option" msgstr "Laufwerke-layout auswählen" -#, fuzzy msgid "Select signature option" -msgstr "Laufwerke-layout auswählen" +msgstr "Signatursoption auswählen" msgid "Custom mirrors" msgstr "Benutzerdefinierte Spiegelserver" @@ -1159,96 +1103,33 @@ msgstr "Benutzerdefinierte Spiegelserver" msgid "Defined" msgstr "Definiert" -#, fuzzy -msgid "Mirrors" -msgstr "Mirror-region" - -#, fuzzy -msgid "Mirror regions" -msgstr "Mirror-region" - -#, fuzzy msgid "Save user configuration (including disk layout)" -msgstr "Benutzerkonfiguration speichern" +msgstr "Benutzerkonfiguration (mit Laufwerkslayout) speichern" -#, fuzzy msgid "" "Enter a directory for the configuration(s) to be saved (tab completion enabled)\n" "Save directory: " -msgstr "Geben sie eine Ordner an wo die Konfigurationen gespeichert werden sollen: " - -msgid "" -"Do you want to save {} configuration file(s) in the following location?\n" -"\n" -"{}" msgstr "" - -#, fuzzy -msgid "Saving {} configuration files to {}" -msgstr "Konfiguration speichern" - -#, fuzzy -msgid "Add a custom mirror" -msgstr "Benutzerkonto hinzufügen" - -msgid "Change custom mirror" -msgstr "Benutzerdefinierte Spiegelserver bearbeiten" - -msgid "Delete custom mirror" -msgstr "Benutzerdefinierte Spiegelserver bearbeiten" - -#, fuzzy -msgid "Enter name (leave blank to skip): " -msgstr "Geben sie einen weiteren Benutzernamen an der angelegt werden soll (leer lassen um zu Überspringen): " - -#, fuzzy -msgid "Enter url (leave blank to skip): " -msgstr "Geben sie einen weiteren Benutzernamen an der angelegt werden soll (leer lassen um zu Überspringen): " - -#, fuzzy -msgid "Select signature check option" -msgstr "Laufwerke-layout auswählen" - -#, fuzzy -msgid "Select signature option" -msgstr "Laufwerke-layout auswählen" - -msgid "Custom mirrors" -msgstr "Benutzerdefinierte Spiegel" - -msgid "Defined" -msgstr "Definiert" - -#, fuzzy -msgid "Save user configuration (including disk layout)" -msgstr "Benutzerkonfiguration speichern" - -#, fuzzy -msgid "" -"Enter a directory for the configuration(s) to be saved (tab completion enabled)\n" -"Save directory: " -msgstr "Geben sie eine Ordner an wo die Konfigurationen gespeichert werden sollen: " +"Geben Sie einen Ordner an, in dem die Konfiguration(en) gespeichert werden sollen (TAB zum vervollständigen)\n" +"Ordner: " msgid "" "Do you want to save {} configuration file(s) in the following location?\n" "\n" "{}" msgstr "" -"Sollen {} Konfigurationsdateie(n) an der folgenden Stelle gespeichert werden?" +"Möchten Sie {} Konfigurationsdatei(en) in folgendem Ordner speichern?\n" "\n" "{}" -#, fuzzy msgid "Saving {} configuration files to {}" -msgstr "Konfiguration speichern" +msgstr "{} Konfigurationsdateien in {} speichern" -#, fuzzy msgid "Mirrors" -msgstr "Mirror-region" +msgstr "Spiegelserver" -#, fuzzy msgid "Mirror regions" -msgstr "Mirror-region" +msgstr "Spiegelserverregionen" msgid " - Maximum value : {} ( Allows {} parallel downloads, allows {max_downloads+1} downloads at a time )" msgstr " - Maximalwert : {} ( Erlaubt {} parallele Downloads, erlaubt {max_downloads+1} Downloads gleichzeitig)" @@ -1256,8 +1137,9 @@ msgstr " - Maximalwert : {} ( Erlaubt {} parallele Downloads, erlaubt {max_do msgid "Invalid input! Try again with a valid input [1 to {}, or 0 to disable]" msgstr "Ungültige Eingabe! Erneut mit gültiger Eingabe versuchen [1 bis {}, oder 0 zum deaktivieren]" -#~ msgid "Add :" -#~ msgstr "Hinzufügen :" +msgid "Locales" +msgstr "" -#~ msgid "Value :" -#~ msgstr "Wert :" +#, fuzzy +msgid "Use NetworkManager (necessary to configure internet graphically in GNOME and KDE)" +msgstr "NetworkManager benutzen (notwendig um Internet auf grafische Weise in GNOME und KDE einzustellen)" diff --git a/archinstall/locales/el/LC_MESSAGES/base.mo b/archinstall/locales/el/LC_MESSAGES/base.mo index 40a9c663..7a3ec8a7 100644 Binary files a/archinstall/locales/el/LC_MESSAGES/base.mo and b/archinstall/locales/el/LC_MESSAGES/base.mo differ diff --git a/archinstall/locales/el/LC_MESSAGES/base.po b/archinstall/locales/el/LC_MESSAGES/base.po index 7c04c2ca..802356ac 100644 --- a/archinstall/locales/el/LC_MESSAGES/base.po +++ b/archinstall/locales/el/LC_MESSAGES/base.po @@ -1176,3 +1176,10 @@ msgstr " - Μέγιστη τιμή : {} ( Επιτρέπει {} παράλλη msgid "Invalid input! Try again with a valid input [1 to {}, or 0 to disable]" msgstr "Μη έγκυρη είσοδος! Προσπαθήστε ξανά με μία έγκυρη είσοδο [1 μέχρι {}, ή 0 για απενεργοποίηση]" + +msgid "Locales" +msgstr "" + +#, fuzzy +msgid "Use NetworkManager (necessary to configure internet graphically in GNOME and KDE)" +msgstr "Χρήση NetworkManager (απαραίτητος για τη διαμόρφωση του δικτύου γραφικά σε GNOME και KDE)" diff --git a/archinstall/locales/en/LC_MESSAGES/base.po b/archinstall/locales/en/LC_MESSAGES/base.po index ae7f080b..336a419f 100644 --- a/archinstall/locales/en/LC_MESSAGES/base.po +++ b/archinstall/locales/en/LC_MESSAGES/base.po @@ -1072,3 +1072,9 @@ msgstr "" msgid "Invalid input! Try again with a valid input [1 to {}, or 0 to disable]" msgstr "" + +msgid "Locales" +msgstr "" + +msgid "Use NetworkManager (necessary to configure internet graphically in GNOME and KDE)" +msgstr "" diff --git a/archinstall/locales/es/LC_MESSAGES/base.mo b/archinstall/locales/es/LC_MESSAGES/base.mo index 08511f1d..28b9dbe1 100644 Binary files a/archinstall/locales/es/LC_MESSAGES/base.mo and b/archinstall/locales/es/LC_MESSAGES/base.mo differ diff --git a/archinstall/locales/es/LC_MESSAGES/base.po b/archinstall/locales/es/LC_MESSAGES/base.po index f507683b..e00e0e8c 100644 --- a/archinstall/locales/es/LC_MESSAGES/base.po +++ b/archinstall/locales/es/LC_MESSAGES/base.po @@ -1175,6 +1175,13 @@ msgstr "" msgid "Invalid input! Try again with a valid input [1 to {}, or 0 to disable]" msgstr "" +msgid "Locales" +msgstr "" + +#, fuzzy +msgid "Use NetworkManager (necessary to configure internet graphically in GNOME and KDE)" +msgstr "Usar NetworkManager (necesario para configurar internet gráficamente en GNOME y KDE)" + #~ msgid "Add :" #~ msgstr "Añadir :" diff --git a/archinstall/locales/et/LC_MESSAGES/base.mo b/archinstall/locales/et/LC_MESSAGES/base.mo index d4a59283..24e91a77 100644 Binary files a/archinstall/locales/et/LC_MESSAGES/base.mo and b/archinstall/locales/et/LC_MESSAGES/base.mo differ diff --git a/archinstall/locales/et/LC_MESSAGES/base.po b/archinstall/locales/et/LC_MESSAGES/base.po index ca97f57c..6a1b9238 100644 --- a/archinstall/locales/et/LC_MESSAGES/base.po +++ b/archinstall/locales/et/LC_MESSAGES/base.po @@ -806,18 +806,19 @@ msgstr "Konfigureeritud {} liidesed" msgid "This option enables the number of parallel downloads that can occur during installation" msgstr "See valik võimaldab installimise ajal valida paralleelsete allalaadimiste arvu" -#, python-brace-format +#, fuzzy msgid "" "Enter the number of parallel downloads to be enabled.\n" -" (Enter a value between 1 to {max_downloads})\n" +" (Enter a value between 1 to {})\n" "Note:" msgstr "" "Sisestage lubatavate paralleelsete allalaadimiste arv.\n" " (Sisestage väärtus vahemikus 1 kuni {max_downloads})\n" "note:" -msgid " - Maximum value : {max_downloads} ( Allows {max_downloads} parallel downloads, allows {max_downloads+1} downloads at a time )" -msgstr " - Maksimaalne väärtus : {max_downloads} ( Võimaldab {max_downloads} paralleelset allalaadimist, lubab {max_downloads+1} allalaadimist korraga )" +#, fuzzy +msgid " - Maximum value : {} ( Allows {} parallel downloads, allows {} downloads at a time )" +msgstr " - Minimaalne väärtus : 1 ( Võimaldab 1 paralleelset allalaadimist, võimaldab 2 allalaadimist korraga )" msgid " - Minimum value : 1 ( Allows 1 parallel download, allows 2 downloads at a time )" msgstr " - Minimaalne väärtus : 1 ( Võimaldab 1 paralleelset allalaadimist, võimaldab 2 allalaadimist korraga )" @@ -1112,12 +1113,6 @@ msgstr "Kohandatud peegel" msgid "Defined" msgstr "Defineeritud" -msgid "Mirrors" -msgstr "Peeglid" - -msgid "Mirror regions" -msgstr "Peegel regioonid" - msgid "Save user configuration (including disk layout)" msgstr "Salvesta kasutaja konfiguratsioon (kaasa arvatud plaadi paigutus)" @@ -1139,3 +1134,24 @@ msgstr "" msgid "Saving {} configuration files to {}" msgstr "{} konfiguratsioonifailide salvestamine {}" + +msgid "Mirrors" +msgstr "Peeglid" + +msgid "Mirror regions" +msgstr "Peegel regioonid" + +#, fuzzy +msgid " - Maximum value : {} ( Allows {} parallel downloads, allows {max_downloads+1} downloads at a time )" +msgstr " - Maksimaalne väärtus : {max_downloads} ( Võimaldab {max_downloads} paralleelset allalaadimist, lubab {max_downloads+1} allalaadimist korraga )" + +#, fuzzy +msgid "Invalid input! Try again with a valid input [1 to {}, or 0 to disable]" +msgstr "Vale sisestus! Proovige uuesti kehtiva sisendiga [1 {max_downloads} või 0 keelamiseks]." + +msgid "Locales" +msgstr "" + +#, fuzzy +msgid "Use NetworkManager (necessary to configure internet graphically in GNOME and KDE)" +msgstr "Kasutage NetworkManagerit (vajalik interneti graafiliseks konfigureerimiseks GNOME-s ja KDE-s)." diff --git a/archinstall/locales/fr/LC_MESSAGES/base.mo b/archinstall/locales/fr/LC_MESSAGES/base.mo index b34ab4d1..a19c62cb 100644 Binary files a/archinstall/locales/fr/LC_MESSAGES/base.mo and b/archinstall/locales/fr/LC_MESSAGES/base.mo differ diff --git a/archinstall/locales/fr/LC_MESSAGES/base.po b/archinstall/locales/fr/LC_MESSAGES/base.po index fde7d8ac..d86a4670 100644 --- a/archinstall/locales/fr/LC_MESSAGES/base.po +++ b/archinstall/locales/fr/LC_MESSAGES/base.po @@ -14,12 +14,8 @@ msgstr "" msgid "[!] A log file has been created here: {} {}" msgstr "[!] Un fichier journal a été créé ici : {} {}" -msgid "" -" Please submit this issue (and file) to https://github.com/archlinux/" -"archinstall/issues" -msgstr "" -" Veuillez soumettre ce problème (et le fichier) à https://github.com/" -"archlinux/archinstall/issues" +msgid " Please submit this issue (and file) to https://github.com/archlinux/archinstall/issues" +msgstr " Veuillez soumettre ce problème (et le fichier) à https://github.com/archlinux/archinstall/issues" msgid "Do you really want to abort?" msgstr "Voulez-vous vraiment abandonner ?" @@ -34,13 +30,10 @@ msgid "Desired hostname for the installation: " msgstr "Nom d'hôte souhaité pour l'installation : " msgid "Username for required superuser with sudo privileges: " -msgstr "" -"Nom d'utilisateur pour le superutilisateur requis avec les privilèges sudo : " +msgstr "Nom d'utilisateur pour le superutilisateur requis avec les privilèges sudo : " msgid "Any additional users to install (leave blank for no users): " -msgstr "" -"Utilisateur supplémentaire à installer (laisser vide pour aucun " -"utilisateur) : " +msgstr "Utilisateur supplémentaire à installer (laisser vide pour aucun utilisateur) : " msgid "Should this user be a superuser (sudoer)?" msgstr "Cet utilisateur doit-il être un superutilisateur (sudoer) ?" @@ -49,9 +42,7 @@ msgid "Select a timezone" msgstr "Sélectionner un fuseau horaire" msgid "Would you like to use GRUB as a bootloader instead of systemd-boot?" -msgstr "" -"Souhaitez-vous utiliser GRUB comme chargeur de démarrage au lieu de systemd-" -"boot ?" +msgstr "Souhaitez-vous utiliser GRUB comme chargeur de démarrage au lieu de systemd-boot ?" msgid "Choose a bootloader" msgstr "Choisir un chargeur de démarrage" @@ -59,25 +50,14 @@ msgstr "Choisir un chargeur de démarrage" msgid "Choose an audio server" msgstr "Choisir un serveur audio" -msgid "" -"Only packages such as base, base-devel, linux, linux-firmware, efibootmgr " -"and optional profile packages are installed." -msgstr "" -"Seuls les packages tels que base, base-devel, linux, linux-firmware, " -"efibootmgr et les packages de profil optionnels sont installés." +msgid "Only packages such as base, base-devel, linux, linux-firmware, efibootmgr and optional profile packages are installed." +msgstr "Seuls les packages tels que base, base-devel, linux, linux-firmware, efibootmgr et les packages de profil optionnels sont installés." -msgid "" -"If you desire a web browser, such as firefox or chromium, you may specify it " -"in the following prompt." -msgstr "" -"Si vous désirez un navigateur Web, tel que firefox ou chrome, vous pouvez le " -"spécifier dans l'invite suivante." +msgid "If you desire a web browser, such as firefox or chromium, you may specify it in the following prompt." +msgstr "Si vous désirez un navigateur Web, tel que firefox ou chrome, vous pouvez le spécifier dans l'invite suivante." -msgid "" -"Write additional packages to install (space separated, leave blank to skip): " -msgstr "" -"Écrire des packages supplémentaires à installer (espaces séparés, laisser " -"vide pour ignorer) : " +msgid "Write additional packages to install (space separated, leave blank to skip): " +msgstr "Écrire des packages supplémentaires à installer (espaces séparés, laisser vide pour ignorer) : " msgid "Copy ISO network configuration to installation" msgstr "Copier la configuration réseau ISO dans l'installation" @@ -88,27 +68,20 @@ msgstr "Utiliser NetworkManager (nécessaire pour configurer graphiquement Inter msgid "Select one network interface to configure" msgstr "Sélectionner une interface réseau à configurer" -msgid "" -"Select which mode to configure for \"{}\" or skip to use default mode \"{}\"" -msgstr "" -"Sélectionner le mode à configurer pour \"{}\" ou ignorer pour utiliser le " -"mode par défaut \"{}\"" +msgid "Select which mode to configure for \"{}\" or skip to use default mode \"{}\"" +msgstr "Sélectionner le mode à configurer pour \"{}\" ou ignorer pour utiliser le mode par défaut \"{}\"" msgid "Enter the IP and subnet for {} (example: 192.168.0.5/24): " msgstr "Entrer l'IP et le sous-réseau pour {} (exemple : 192.168.0.5/24) : " msgid "Enter your gateway (router) IP address or leave blank for none: " -msgstr "" -"Entrer l'adresse IP de votre passerelle (routeur) ou laisser vide pour " -"aucune : " +msgstr "Entrer l'adresse IP de votre passerelle (routeur) ou laisser vide pour aucune : " msgid "Enter your DNS servers (space separated, blank for none): " msgstr "Entrer vos serveurs DNS (séparés par des espaces, vide pour aucun) : " msgid "Select which filesystem your main partition should use" -msgstr "" -"Sélectionner le système de fichiers que votre partition principale doit " -"utiliser" +msgstr "Sélectionner le système de fichiers que votre partition principale doit utiliser" msgid "Current partition layout" msgstr "Disposition actuelle des partitions" @@ -123,16 +96,11 @@ msgstr "" msgid "Enter a desired filesystem type for the partition" msgstr "Entrer un type de système de fichiers souhaité pour la partition" -msgid "" -"Enter the start location (in parted units: s, GB, %, etc. ; default: {}): " -msgstr "" -"Entrer l'emplacement de départ (en unités séparées : s, Go, %, etc. ; par " -"défaut : {}) : " +msgid "Enter the start location (in parted units: s, GB, %, etc. ; default: {}): " +msgstr "Entrer l'emplacement de départ (en unités séparées : s, Go, %, etc. ; par défaut : {}) : " msgid "Enter the end location (in parted units: s, GB, %, etc. ; ex: {}): " -msgstr "" -"Entrer l'emplacement de fin (en unités séparées : s, Go, %, etc. ; ex : " -"{}) : " +msgstr "Entrer l'emplacement de fin (en unités séparées : s, Go, %, etc. ; ex : {}) : " msgid "{} contains queued partitions, this will remove those, are you sure?" msgstr "{} contient des partitions en file d'attente, cela les supprimera, êtes-vous sûr ?" @@ -155,12 +123,8 @@ msgstr "" "\n" "Sélectionner par index où et quelle partition montée" -msgid "" -" * Partition mount-points are relative to inside the installation, the boot " -"would be /boot as an example." -msgstr "" -" * Les points de montage de la partition sont relatifs à l'intérieur de " -"l'installation, le démarrage serait /boot par exemple." +msgid " * Partition mount-points are relative to inside the installation, the boot would be /boot as an example." +msgstr " * Les points de montage de la partition sont relatifs à l'intérieur de l'installation, le démarrage serait /boot par exemple." msgid "Select where to mount partition (leave blank to remove mountpoint): " msgstr "Sélectionner où monter la partition (laisser vide pour supprimer le point de montage) : " @@ -208,58 +172,34 @@ msgid "Archinstall language" msgstr "Langue d'Archinstall" msgid "Wipe all selected drives and use a best-effort default partition layout" -msgstr "" -"Effacer tous les lecteurs sélectionnés et utiliser une disposition de " -"partition par défaut optimale" +msgstr "Effacer tous les lecteurs sélectionnés et utiliser une disposition de partition par défaut optimale" -msgid "" -"Select what to do with each individual drive (followed by partition usage)" -msgstr "" -"Sélectionner ce qu'il faut faire avec chaque lecteur individuel (suivi de " -"l'utilisation de la partition)" +msgid "Select what to do with each individual drive (followed by partition usage)" +msgstr "Sélectionner ce qu'il faut faire avec chaque lecteur individuel (suivi de l'utilisation de la partition)" msgid "Select what you wish to do with the selected block devices" -msgstr "" -"Sélectionner ce que vous souhaitez faire avec les périphériques de bloc " -"sélectionnés" +msgstr "Sélectionner ce que vous souhaitez faire avec les périphériques de bloc sélectionnés" -msgid "" -"This is a list of pre-programmed profiles, they might make it easier to " -"install things like desktop environments" -msgstr "" -"Ceci est une liste de profils préprogrammés, ils pourraient faciliter " -"l'installation d'outils comme les environnements de bureau" +msgid "This is a list of pre-programmed profiles, they might make it easier to install things like desktop environments" +msgstr "Ceci est une liste de profils préprogrammés, ils pourraient faciliter l'installation d'outils comme les environnements de bureau" msgid "Select keyboard layout" msgstr "Sélectionner la disposition du clavier" msgid "Select one of the regions to download packages from" -msgstr "" -"Sélectionner l'une des régions depuis lesquelles télécharger les packages" +msgstr "Sélectionner l'une des régions depuis lesquelles télécharger les packages" msgid "Select one or more hard drives to use and configure" msgstr "Sélectionner un ou plusieurs disques durs à utiliser et à configurer" -msgid "" -"For the best compatibility with your AMD hardware, you may want to use " -"either the all open-source or AMD / ATI options." -msgstr "" -"Pour une meilleure compatibilité avec votre matériel AMD, vous pouvez " -"utiliser les options entièrement open source ou AMD / ATI." +msgid "For the best compatibility with your AMD hardware, you may want to use either the all open-source or AMD / ATI options." +msgstr "Pour une meilleure compatibilité avec votre matériel AMD, vous pouvez utiliser les options entièrement open source ou AMD / ATI." -msgid "" -"For the best compatibility with your Intel hardware, you may want to use " -"either the all open-source or Intel options.\n" -msgstr "" -"Pour une compatibilité optimale avec votre matériel Intel, vous pouvez " -"utiliser les options entièrement open source ou Intel.\n" +msgid "For the best compatibility with your Intel hardware, you may want to use either the all open-source or Intel options.\n" +msgstr "Pour une compatibilité optimale avec votre matériel Intel, vous pouvez utiliser les options entièrement open source ou Intel.\n" -msgid "" -"For the best compatibility with your Nvidia hardware, you may want to use " -"the Nvidia proprietary driver.\n" -msgstr "" -"Pour une meilleure compatibilité avec votre matériel Nvidia, vous pouvez " -"utiliser le pilote propriétaire Nvidia.\n" +msgid "For the best compatibility with your Nvidia hardware, you may want to use the Nvidia proprietary driver.\n" +msgstr "Pour une meilleure compatibilité avec votre matériel Nvidia, vous pouvez utiliser le pilote propriétaire Nvidia.\n" msgid "" "\n" @@ -268,8 +208,7 @@ msgid "" msgstr "" "\n" "\n" -"Sélectionner un pilote graphique ou laisser vide pour installer tous les " -"pilotes open-source" +"Sélectionner un pilote graphique ou laisser vide pour installer tous les pilotes open-source" msgid "All open-source (default)" msgstr "Tout open-source (par défaut)" @@ -292,12 +231,8 @@ msgstr "Sélectionner une ou plusieurs des options ci-dessous : " msgid "Adding partition...." msgstr "Ajout de la partition...." -msgid "" -"You need to enter a valid fs-type in order to continue. See `man parted` for " -"valid fs-type's." -msgstr "" -"Vous devez entrer un type de fs valide pour continuer. Voir `man parted` " -"pour les types de fs valides." +msgid "You need to enter a valid fs-type in order to continue. See `man parted` for valid fs-type's." +msgstr "Vous devez entrer un type de fs valide pour continuer. Voir `man parted` pour les types de fs valides." msgid "Error: Listing profiles on URL \"{}\" resulted in:" msgstr "Erreur : la liste des profils sur l'URL \"{}\" a entraîné :" @@ -370,8 +305,7 @@ msgid "" msgstr "" "Vous avez décidé d'ignorer la sélection du disque dur\n" "et vous utiliserez la configuration de disque montée sur {} (expérimental)\n" -"ATTENTION : Archinstall ne vérifiera pas l'adéquation de cette " -"configuration\n" +"ATTENTION : Archinstall ne vérifiera pas l'adéquation de cette configuration\n" "Souhaitez-vous continuer ?" msgid "Re-using partition instance: {}" @@ -396,8 +330,7 @@ msgid "Mark/Unmark a partition as encrypted" msgstr "Marquer/Démarquer une partition comme chiffrée" msgid "Mark/Unmark a partition as bootable (automatic for /boot)" -msgstr "" -"Marquer/Démarquer une partition comme amorçable (automatique pour /boot)" +msgstr "Marquer/Démarquer une partition comme amorçable (automatique pour /boot)" msgid "Set desired filesystem for a partition" msgstr "Définir le système de fichiers souhaité pour une partition" @@ -455,19 +388,10 @@ msgid "Would you like to use automatic time synchronization (NTP) with the defau msgstr "Souhaitez-vous utiliser la synchronisation automatique de l'heure (NTP) avec les serveurs de temps par défaut ?\n" msgid "" -"Would you like to use automatic time synchronization (NTP) with the default " -"time servers?\n" -msgstr "" -"Souhaitez-vous utiliser la synchronisation automatique de l'heure (NTP) avec " -"les serveurs de temps par défaut ?\n" - -msgid "" -"Hardware time and other post-configuration steps might be required in order " -"for NTP to work.\n" +"Hardware time and other post-configuration steps might be required in order for NTP to work.\n" "For more information, please check the Arch wiki" msgstr "" -"Le temps matériel et d'autres étapes de post-configuration peuvent être " -"nécessaires pour que NTP fonctionne.\n" +"Le temps matériel et d'autres étapes de post-configuration peuvent être nécessaires pour que NTP fonctionne.\n" "Pour plus d'informations, veuillez consulter le wiki Arch" msgid "Enter a username to create an additional user (leave blank to skip): " @@ -478,12 +402,10 @@ msgstr "Utiliser ESC pour ignorer\n" msgid "" "\n" -" Choose an object from the list, and select one of the available actions for " -"it to execute" +" Choose an object from the list, and select one of the available actions for it to execute" msgstr "" "\n" -"Choisir un objet dans la liste et sélectionner l'une des actions disponibles " -"pour qu'il s'exécute" +"Choisir un objet dans la liste et sélectionner l'une des actions disponibles pour qu'il s'exécute" msgid "Cancel" msgstr "Annuler" @@ -519,18 +441,11 @@ msgstr "" "\n" "Voici la configuration choisie :" -msgid "" -"Pacman is already running, waiting maximum 10 minutes for it to terminate." -msgstr "" -"Pacman est déjà en cours d'exécution, attendez au maximum 10 minutes pour " -"qu'il se termine." +msgid "Pacman is already running, waiting maximum 10 minutes for it to terminate." +msgstr "Pacman est déjà en cours d'exécution, attendez au maximum 10 minutes pour qu'il se termine." -msgid "" -"Pre-existing pacman lock never exited. Please clean up any existing pacman " -"sessions before using archinstall." -msgstr "" -"Le verrou pacman préexistant n'a jamais été fermé. Veuillez nettoyer toutes " -"les sessions pacman existantes avant d'utiliser archinstall." +msgid "Pre-existing pacman lock never exited. Please clean up any existing pacman sessions before using archinstall." +msgstr "Le verrou pacman préexistant n'a jamais été fermé. Veuillez nettoyer toutes les sessions pacman existantes avant d'utiliser archinstall." msgid "Choose which optional additional repositories to enable" msgstr "Choisir les référentiels supplémentaires en option à activer" @@ -667,8 +582,7 @@ msgid "Select the desired subvolume options " msgstr "Sélectionner les options de sous-volume souhaitées " msgid "Define users with sudo privilege, by username: " -msgstr "" -"Définir les utilisateurs avec le privilège sudo, par nom d'utilisateur : " +msgstr "Définir les utilisateurs avec le privilège sudo, par nom d'utilisateur : " msgid "[!] A log file has been created here: {}" msgstr "[!] Un fichier journal a été créé ici : {}" @@ -682,12 +596,8 @@ msgstr "Souhaitez-vous utiliser la compression BTRFS ?" msgid "Would you like to create a separate partition for /home?" msgstr "Souhaitez-vous créer une partition séparée pour /home ?" -msgid "" -"The selected drives do not have the minimum capacity required for an " -"automatic suggestion\n" -msgstr "" -"Les disques sélectionnés n'ont pas la capacité minimale requise pour une " -"suggestion automatique\n" +msgid "The selected drives do not have the minimum capacity required for an automatic suggestion\n" +msgstr "Les disques sélectionnés n'ont pas la capacité minimale requise pour une suggestion automatique\n" msgid "Minimum capacity for /home partition: {}GB\n" msgstr "Capacité minimale pour la partition /home : {} Go\n" @@ -714,9 +624,7 @@ msgid "No iface specified for manual configuration" msgstr "Aucun iface spécifié pour la configuration manuelle" msgid "Manual nic configuration with no auto DHCP requires an IP address" -msgstr "" -"La configuration manuelle de la carte réseau sans DHCP automatique nécessite " -"une adresse IP" +msgstr "La configuration manuelle de la carte réseau sans DHCP automatique nécessite une adresse IP" msgid "Add interface" msgstr "Ajouter une interface" @@ -739,36 +647,20 @@ msgstr "Marquer/Démarquer une partition comme compressée (btrfs uniquement)" msgid "The password you are using seems to be weak, are you sure you want to use it?" msgstr "Le mot de passe que vous utilisez semble faible, êtes-vous sûr de vouloir l'utiliser ?" -msgid "" -"Provides a selection of desktop environments and tiling window managers, e." -"g. gnome, kde, sway" -msgstr "" -"Fournit une sélection d'environnements de bureau et de gestionnaires de " -"fenêtres en mosaïque, par ex. gnome, kde, sway" +msgid "Provides a selection of desktop environments and tiling window managers, e.g. gnome, kde, sway" +msgstr "Fournit une sélection d'environnements de bureau et de gestionnaires de fenêtres en mosaïque, par ex. gnome, kde, sway" msgid "Select your desired desktop environment" msgstr "Sélectionner l'environnement de bureau souhaité" -msgid "" -"A very basic installation that allows you to customize Arch Linux as you see " -"fit." -msgstr "" -"Une installation très basique qui vous permet de personnaliser Arch Linux " -"comme bon vous semble." +msgid "A very basic installation that allows you to customize Arch Linux as you see fit." +msgstr "Une installation très basique qui vous permet de personnaliser Arch Linux comme bon vous semble." -msgid "" -"Provides a selection of various server packages to install and enable, e.g. " -"httpd, nginx, mariadb" -msgstr "" -"Fournit une sélection de divers paquets de serveur à installer et à activer, " -"par ex. httpd, nginx, mariadb" +msgid "Provides a selection of various server packages to install and enable, e.g. httpd, nginx, mariadb" +msgstr "Fournit une sélection de divers paquets de serveur à installer et à activer, par ex. httpd, nginx, mariadb" -msgid "" -"Choose which servers to install, if none then a minimal installation will be " -"done" -msgstr "" -"Choisir les serveurs à installer, s'il n'y en a pas, une installation " -"minimale sera effectuée" +msgid "Choose which servers to install, if none then a minimal installation will be done" +msgstr "Choisir les serveurs à installer, s'il n'y en a pas, une installation minimale sera effectuée" msgid "Installs a minimal system as well as xorg and graphics drivers." msgstr "Installe un système minimal ainsi que les pilotes graphiques et xorg." @@ -788,12 +680,8 @@ msgstr "Sélectionner un ou plusieurs disques durs à utiliser et à configurer\ msgid "Any modifications to the existing setting will reset the disk layout!" msgstr "Toute modification du paramètre existant réinitialisera la disposition du disque !" -msgid "" -"If you reset the harddrive selection this will also reset the current disk " -"layout. Are you sure?" -msgstr "" -"Si vous réinitialisez la sélection du disque dur, cela réinitialisera " -"également la disposition actuelle du disque. Êtes-vous sûr ?" +msgid "If you reset the harddrive selection this will also reset the current disk layout. Are you sure?" +msgstr "Si vous réinitialisez la sélection du disque dur, cela réinitialisera également la disposition actuelle du disque. Êtes-vous sûr ?" msgid "Save and exit" msgstr "Sauvegarder et quitter" @@ -839,13 +727,8 @@ msgstr "Ajouter: " msgid "Value: " msgstr "Valeur: " -msgid "" -"You can skip selecting a drive and partitioning and use whatever drive-setup " -"is mounted at /mnt (experimental)" -msgstr "" -"Vous pouvez ignorer la sélection d'un lecteur et le partitionnement et " -"utiliser n'importe quelle configuration de lecteur montée sur /mnt " -"(expérimental)" +msgid "You can skip selecting a drive and partitioning and use whatever drive-setup is mounted at /mnt (experimental)" +msgstr "Vous pouvez ignorer la sélection d'un lecteur et le partitionnement et utiliser n'importe quelle configuration de lecteur montée sur /mnt (expérimental)" msgid "Select one of the disks or skip and use /mnt as default" msgstr "Sélectionner l'un des disques ou ignorer et utiliser /mnt par défaut" @@ -868,12 +751,8 @@ msgstr "Espace libre" msgid "Bus-type" msgstr "Type de bus" -msgid "" -"Either root-password or at least 1 user with sudo privileges must be " -"specified" -msgstr "" -"Le mot de passe root ou au moins 1 utilisateur avec des privilèges sudo doit " -"être spécifié" +msgid "Either root-password or at least 1 user with sudo privileges must be specified" +msgstr "Le mot de passe root ou au moins 1 utilisateur avec des privilèges sudo doit être spécifié" msgid "Enter username (leave blank to skip): " msgstr "Entrer le nom d'utilisateur (laisser vide pour passer) : " @@ -911,12 +790,8 @@ msgstr "Supprimer le sous-volume" msgid "Configured {} interfaces" msgstr "Interfaces {} configurées" -msgid "" -"This option enables the number of parallel downloads that can occur during " -"installation" -msgstr "" -"Cette option active le nombre de téléchargements parallèles qui peuvent se " -"produire pendant l'installation" +msgid "This option enables the number of parallel downloads that can occur during installation" +msgstr "Cette option active le nombre de téléchargements parallèles qui peuvent se produire pendant l'installation" msgid "" "Enter the number of parallel downloads to be enabled.\n" @@ -930,12 +805,8 @@ msgstr "" msgid " - Maximum value : {} ( Allows {} parallel downloads, allows {} downloads at a time )" msgstr " - Valeur maximale : {} (Autorise {} téléchargements parallèles, autorise {} téléchargements à la fois)" -msgid "" -" - Minimum value : 1 ( Allows 1 parallel download, allows 2 downloads at a " -"time )" -msgstr "" -" - Valeur minimale : 1 (Autorise 1 téléchargement parallèle, autorise 2 " -"téléchargements à la fois)" +msgid " - Minimum value : 1 ( Allows 1 parallel download, allows 2 downloads at a time )" +msgstr " - Valeur minimale : 1 (Autorise 1 téléchargement parallèle, autorise 2 téléchargements à la fois)" msgid " - Disable/Default : 0 ( Disables parallel downloading, allows only 1 download at a time )" msgstr " - Désactiver/Défaut : 0 (Désactive le téléchargement parallèle, n'autorise qu'un seul téléchargement à la fois)" @@ -959,12 +830,8 @@ msgstr "TAB pour sélectionner" msgid "[Default value: 0] > " msgstr "[Valeur par défaut : 0] > " -msgid "" -"To be able to use this translation, please install a font manually that " -"supports the language." -msgstr "" -"Pour pouvoir utiliser cette traduction, veuillez installer manuellement une " -"police prenant en charge la langue." +msgid "To be able to use this translation, please install a font manually that supports the language." +msgstr "Pour pouvoir utiliser cette traduction, veuillez installer manuellement une police prenant en charge la langue." msgid "The font should be stored as {}" msgstr "La police doit être stockée sous {}" @@ -1308,6 +1175,13 @@ msgstr " - Valeur maximale : {} (Autorise {} téléchargements parallèles, auto msgid "Invalid input! Try again with a valid input [1 to {}, or 0 to disable]" msgstr "Entrée invalide ! Réessayer avec une entrée valide [1 pour {}, ou 0 pour désactiver]" +msgid "Locales" +msgstr "" + +#, fuzzy +msgid "Use NetworkManager (necessary to configure internet graphically in GNOME and KDE)" +msgstr "Utiliser NetworkManager (nécessaire pour configurer graphiquement Internet dans GNOME et KDE)" + #, python-brace-format #~ msgid "Edit {origkey} :" #~ msgstr "Modifier {origkey} :" diff --git a/archinstall/locales/id/LC_MESSAGES/base.mo b/archinstall/locales/id/LC_MESSAGES/base.mo index 1d19f536..b4a35025 100644 Binary files a/archinstall/locales/id/LC_MESSAGES/base.mo and b/archinstall/locales/id/LC_MESSAGES/base.mo differ diff --git a/archinstall/locales/id/LC_MESSAGES/base.po b/archinstall/locales/id/LC_MESSAGES/base.po index 39b50564..1d203264 100644 --- a/archinstall/locales/id/LC_MESSAGES/base.po +++ b/archinstall/locales/id/LC_MESSAGES/base.po @@ -1175,3 +1175,10 @@ msgstr " - Nilai maksimum : {} ( Memungkinkan {} unduhan paralel, memungkinkan msgid "Invalid input! Try again with a valid input [1 to {}, or 0 to disable]" msgstr "Input tidak valid! Coba lagi dengan input yang valid [1 untuk {}, atau 0 untuk menonaktifkan]" + +msgid "Locales" +msgstr "" + +#, fuzzy +msgid "Use NetworkManager (necessary to configure internet graphically in GNOME and KDE)" +msgstr "Gunakan NetworkManager (diperlukan untuk mengkonfigurasi internet secara grafis di GNOME dan KDE)" diff --git a/archinstall/locales/it/LC_MESSAGES/base.mo b/archinstall/locales/it/LC_MESSAGES/base.mo index 1fde5011..ccf23c39 100644 Binary files a/archinstall/locales/it/LC_MESSAGES/base.mo and b/archinstall/locales/it/LC_MESSAGES/base.mo differ diff --git a/archinstall/locales/it/LC_MESSAGES/base.po b/archinstall/locales/it/LC_MESSAGES/base.po index acb2ef11..d9aa0ad6 100644 --- a/archinstall/locales/it/LC_MESSAGES/base.po +++ b/archinstall/locales/it/LC_MESSAGES/base.po @@ -1175,3 +1175,10 @@ msgstr " - Valore massimo : {} ( Consente {} download parallelo, consente {} d msgid "Invalid input! Try again with a valid input [1 to {}, or 0 to disable]" msgstr "Input non valido! Riprova con un input valido [da 1 a {}, o 0 per disabilitare]." + +msgid "Locales" +msgstr "" + +#, fuzzy +msgid "Use NetworkManager (necessary to configure internet graphically in GNOME and KDE)" +msgstr "Usa NetworkManager (necessario per configurare graficamente Internet in GNOME e KDE)" diff --git a/archinstall/locales/ka/LC_MESSAGES/base.mo b/archinstall/locales/ka/LC_MESSAGES/base.mo index dfb1dc92..04c94cd0 100644 Binary files a/archinstall/locales/ka/LC_MESSAGES/base.mo and b/archinstall/locales/ka/LC_MESSAGES/base.mo differ diff --git a/archinstall/locales/ka/LC_MESSAGES/base.po b/archinstall/locales/ka/LC_MESSAGES/base.po index 727730c3..9813aa96 100644 --- a/archinstall/locales/ka/LC_MESSAGES/base.po +++ b/archinstall/locales/ka/LC_MESSAGES/base.po @@ -1174,3 +1174,10 @@ msgstr " - მინიმალური მნიშვნელობა : msgid "Invalid input! Try again with a valid input [1 to {}, or 0 to disable]" msgstr "შეყვანილი რიცხვი არასწორია! თავიდან სცადეთ [1-დან {}-მდე, ან 0, გასათიშად]" + +msgid "Locales" +msgstr "" + +#, fuzzy +msgid "Use NetworkManager (necessary to configure internet graphically in GNOME and KDE)" +msgstr "NetworkManager-ის გამოყენება (აუცილებელია ინტერნეტის GNOME/KDE-დან მოსარგებად)" diff --git a/archinstall/locales/ko/LC_MESSAGES/base.mo b/archinstall/locales/ko/LC_MESSAGES/base.mo index dc3fa713..098713fa 100644 Binary files a/archinstall/locales/ko/LC_MESSAGES/base.mo and b/archinstall/locales/ko/LC_MESSAGES/base.mo differ diff --git a/archinstall/locales/ko/LC_MESSAGES/base.po b/archinstall/locales/ko/LC_MESSAGES/base.po index 0a26aeed..e77fb2c9 100644 --- a/archinstall/locales/ko/LC_MESSAGES/base.po +++ b/archinstall/locales/ko/LC_MESSAGES/base.po @@ -1176,3 +1176,10 @@ msgstr " - 최댓값 : {} ( {} 개의 병렬 다운로드 허용, 한 번에 { msgid "Invalid input! Try again with a valid input [1 to {}, or 0 to disable]" msgstr "잘못된 값입니다! 유효한 값으로 다시 시도해주세요 [1 부터 {} 까지, 비활성화 하려면 0]" + +msgid "Locales" +msgstr "" + +#, fuzzy +msgid "Use NetworkManager (necessary to configure internet graphically in GNOME and KDE)" +msgstr "NetworkManager 사용 (GNOME 이나 KDE 에서 그래픽으로 인터넷을 구성하는 데 필요)" diff --git a/archinstall/locales/nl/LC_MESSAGES/base.mo b/archinstall/locales/nl/LC_MESSAGES/base.mo index 4edd6bc9..6f33f8ba 100644 Binary files a/archinstall/locales/nl/LC_MESSAGES/base.mo and b/archinstall/locales/nl/LC_MESSAGES/base.mo differ diff --git a/archinstall/locales/nl/LC_MESSAGES/base.po b/archinstall/locales/nl/LC_MESSAGES/base.po index f9753866..0a79fd85 100644 --- a/archinstall/locales/nl/LC_MESSAGES/base.po +++ b/archinstall/locales/nl/LC_MESSAGES/base.po @@ -1200,6 +1200,13 @@ msgstr "" msgid "Invalid input! Try again with a valid input [1 to {}, or 0 to disable]" msgstr "" +msgid "Locales" +msgstr "" + +#, fuzzy +msgid "Use NetworkManager (necessary to configure internet graphically in GNOME and KDE)" +msgstr "NetworkManager gebruiken (benodigd om internetinstellingen grafisch in te stellen in GNOME en KDE)" + #~ msgid "Add :" #~ msgstr "Toevoegen:" diff --git a/archinstall/locales/pl/LC_MESSAGES/base.mo b/archinstall/locales/pl/LC_MESSAGES/base.mo index ed3e216d..137b7c06 100644 Binary files a/archinstall/locales/pl/LC_MESSAGES/base.mo and b/archinstall/locales/pl/LC_MESSAGES/base.mo differ diff --git a/archinstall/locales/pl/LC_MESSAGES/base.po b/archinstall/locales/pl/LC_MESSAGES/base.po index 49603a57..f5a99b23 100644 --- a/archinstall/locales/pl/LC_MESSAGES/base.po +++ b/archinstall/locales/pl/LC_MESSAGES/base.po @@ -973,9 +973,6 @@ msgstr "Wybierz opcję szyfrowania dysku" msgid "Select a FIDO2 device to use for HSM" msgstr "Wybierz urządzenie FIDO2 do użycia z HSM" -msgid "All settings will be reset, are you sure?" -msgstr "Wszystkie ustawienia zostaną zresetowane. Czy na pewno chcesz to zrobić?" - #, fuzzy msgid "Use a best-effort default partition layout" msgstr "Wymaż wszystkie wybrane dyski i użyj najlepszego domyślnego układu partycji" @@ -992,7 +989,7 @@ msgid "Unknown" msgstr "" msgid "Partition encryption" -msgstr "" +msgstr "Szyfrowanie partycji" msgid " ! Formatting {} in " msgstr "" @@ -1011,30 +1008,12 @@ msgstr "Brak konfiguracji" msgid "Password" msgstr "Hasło" -msgid "Partition encryption" -msgstr "Szyfrowanie partycji" - -msgid "When picking a directory to save configuration files to, by default we will ignore the following folders: " -msgstr "Podczas wybierania katalogu do zapisywania plików konfiguracyjnych, domyślnie ignorowane są następujące foldery: " - -msgid "Finding possible directories to save configuration files ..." -msgstr "Znajdywanie możliwych katalogów do zapisywania plików konfiguracyjnych ..." - -msgid "Select directory (or directories) for saving configuration files" -msgstr "Wybierz jeden lub więcej katalogów do zapisywania plików konfiguracyjnych" - -msgid "" -"Do you want to save {} configuration file(s) in the following locations?\n" -"\n" -"{}" - -msgstr "" -"Czy chcesz zapisać {} plików konfiguracyjnych do następujących lokalizacji?\n" -"\n" -"{}" +msgid "All settings will be reset, are you sure?" +msgstr "Wszystkie ustawienia zostaną zresetowane. Czy na pewno chcesz to zrobić?" -msgid "Saving {} configuration files to {}" -msgstr "Zapisywanie {} plików konfiguracyjnych do {}" +#, fuzzy +msgid "Back" +msgstr "← Wstecz" msgid "Please chose which greeter to install for the chosen profiles: {}" msgstr "" @@ -1122,11 +1101,10 @@ msgid "Profiles" msgstr "Profil" msgid "Finding possible directories to save configuration files ..." -msgstr "" +msgstr "Znajdywanie możliwych katalogów do zapisywania plików konfiguracyjnych ..." -#, fuzzy msgid "Select directory (or directories) for saving configuration files" -msgstr "Wybierz jeden lub więcej dysków twardych do użycia i skonfiguruj je" +msgstr "Wybierz jeden lub więcej katalogów do zapisywania plików konfiguracyjnych" #, fuzzy msgid "Add a custom mirror" @@ -1160,14 +1138,6 @@ msgstr "" msgid "Defined" msgstr "" -#, fuzzy -msgid "Mirrors" -msgstr "Region lustra" - -#, fuzzy -msgid "Mirror regions" -msgstr "Region lustra" - #, fuzzy msgid "Save user configuration (including disk layout)" msgstr "Zapisz konfiguracje użytkownika" @@ -1184,9 +1154,8 @@ msgid "" "{}" msgstr "" -#, fuzzy msgid "Saving {} configuration files to {}" -msgstr "Zapisz konfiguracje" +msgstr "Zapisywanie {} plików konfiguracyjnych do {}" #, fuzzy msgid "Mirrors" @@ -1194,7 +1163,7 @@ msgstr "Region lustra" #, fuzzy msgid "Mirror regions" -msgstr "Region lustra" +msgstr "Region serwerów lustrzanych" #, fuzzy msgid " - Maximum value : {} ( Allows {} parallel downloads, allows {max_downloads+1} downloads at a time )" @@ -1204,6 +1173,25 @@ msgstr " - Maksymalna wartość : {} ( Zwiększa liczbę zadań o {}, co pozwa msgid "Invalid input! Try again with a valid input [1 to {}, or 0 to disable]" msgstr "Nieprawidłowa wartość! Spróbuj wprowadzić wartość od 1 do {}, lub 0 aby wyłączyć." +msgid "Locales" +msgstr "" + +#, fuzzy +msgid "Use NetworkManager (necessary to configure internet graphically in GNOME and KDE)" +msgstr "Użyj programu NetworkManager (niezbędne do graficznej konfiguracji Internetu w środowiskach GNOME i KDE)" + +#~ msgid "When picking a directory to save configuration files to, by default we will ignore the following folders: " +#~ msgstr "Podczas wybierania katalogu do zapisywania plików konfiguracyjnych, domyślnie ignorowane są następujące foldery: " + +#~ msgid "" +#~ "Do you want to save {} configuration file(s) in the following locations?\n" +#~ "\n" +#~ "{}" +#~ msgstr "" +#~ "Czy chcesz zapisać {} plików konfiguracyjnych do następujących lokalizacji?\n" +#~ "\n" +#~ "{}" + #~ msgid "Add :" #~ msgstr "Dodaj :" diff --git a/archinstall/locales/pt/LC_MESSAGES/base.mo b/archinstall/locales/pt/LC_MESSAGES/base.mo index fe43da98..67a5f03b 100644 Binary files a/archinstall/locales/pt/LC_MESSAGES/base.mo and b/archinstall/locales/pt/LC_MESSAGES/base.mo differ diff --git a/archinstall/locales/pt/LC_MESSAGES/base.po b/archinstall/locales/pt/LC_MESSAGES/base.po index 6c4e71f6..843e9b7c 100644 --- a/archinstall/locales/pt/LC_MESSAGES/base.po +++ b/archinstall/locales/pt/LC_MESSAGES/base.po @@ -1222,6 +1222,13 @@ msgstr "" msgid "Invalid input! Try again with a valid input [1 to {}, or 0 to disable]" msgstr "" +msgid "Locales" +msgstr "" + +#, fuzzy +msgid "Use NetworkManager (necessary to configure internet graphically in GNOME and KDE)" +msgstr "Usar NetworkManager (necessário para configurar internet graficamente em GNOME e KDE)" + #~ msgid "Add :" #~ msgstr "Adicionar :" diff --git a/archinstall/locales/pt_BR/LC_MESSAGES/base.po b/archinstall/locales/pt_BR/LC_MESSAGES/base.po index 3dd0a818..8daeb76c 100644 --- a/archinstall/locales/pt_BR/LC_MESSAGES/base.po +++ b/archinstall/locales/pt_BR/LC_MESSAGES/base.po @@ -996,9 +996,6 @@ msgstr "Desconhecido" msgid "Partition encryption" msgstr "Encriptação de partição" -msgid "When picking a directory to save configuration files to, by default we will ignore the following folders: " -msgstr "Ao selecionar um diretório para salvar arquivos de configuração, por padrão nós ignoramos as seguintes pastas: " - msgid " ! Formatting {} in " msgstr " ! Formatando {} em " @@ -1182,3 +1179,13 @@ msgstr " - Valor máximo : {} ( Permite {} downloads paralelos, permite {} dow msgid "Invalid input! Try again with a valid input [1 to {}, or 0 to disable]" msgstr "Entrada inválida! Tente novamente com uma entrada válida [1 para {}, ou 0 para desativar]" + +msgid "Locales" +msgstr "" + +#, fuzzy +msgid "Use NetworkManager (necessary to configure internet graphically in GNOME and KDE)" +msgstr "Usar NetworkManager (necessário para configurar internet graficamente no GNOME e KDE)" + +#~ msgid "When picking a directory to save configuration files to, by default we will ignore the following folders: " +#~ msgstr "Ao selecionar um diretório para salvar arquivos de configuração, por padrão nós ignoramos as seguintes pastas: " diff --git a/archinstall/locales/ru/LC_MESSAGES/base.po b/archinstall/locales/ru/LC_MESSAGES/base.po index b2743719..5f1fe09e 100644 --- a/archinstall/locales/ru/LC_MESSAGES/base.po +++ b/archinstall/locales/ru/LC_MESSAGES/base.po @@ -9,19 +9,14 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && " -"n%10<=4 && (n%100<12 || n%100>14) ? 1 : 2);\n" +"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<12 || n%100>14) ? 1 : 2);\n" "X-Generator: Poedit 3.3.1\n" msgid "[!] A log file has been created here: {} {}" msgstr "[!] Здесь был создан файл журнала: {} {}" -msgid "" -" Please submit this issue (and file) to https://github.com/archlinux/" -"archinstall/issues" -msgstr "" -" Пожалуйста, отправьте эту проблему (и файл) по адресу https://github.com/" -"archlinux/archinstall/issues" +msgid " Please submit this issue (and file) to https://github.com/archlinux/archinstall/issues" +msgstr " Пожалуйста, отправьте эту проблему (и файл) по адресу https://github.com/archlinux/archinstall/issues" msgid "Do you really want to abort?" msgstr "Вы действительно хотите прекратить?" @@ -36,13 +31,10 @@ msgid "Desired hostname for the installation: " msgstr "Желаемое имя хоста для установки: " msgid "Username for required superuser with sudo privileges: " -msgstr "" -"Имя пользователя для требуемого суперпользователя с привилегиями sudo: " +msgstr "Имя пользователя для требуемого суперпользователя с привилегиями sudo: " msgid "Any additional users to install (leave blank for no users): " -msgstr "" -"Любые дополнительные пользователи для установки (оставьте пустым, если " -"пользователей нет): " +msgstr "Любые дополнительные пользователи для установки (оставьте пустым, если пользователей нет): " msgid "Should this user be a superuser (sudoer)?" msgstr "Должен ли этот пользователь быть суперпользователем (sudoer)?" @@ -59,59 +51,38 @@ msgstr "Выберите загрузчик" msgid "Choose an audio server" msgstr "Выберите звуковой сервер" -msgid "" -"Only packages such as base, base-devel, linux, linux-firmware, efibootmgr " -"and optional profile packages are installed." -msgstr "" -"Устанавливаются только такие пакеты, как base, base-devel, linux, linux-" -"firmware, efibootmgr и дополнительные пакеты профиля." +msgid "Only packages such as base, base-devel, linux, linux-firmware, efibootmgr and optional profile packages are installed." +msgstr "Устанавливаются только такие пакеты, как base, base-devel, linux, linux-firmware, efibootmgr и дополнительные пакеты профиля." -msgid "" -"If you desire a web browser, such as firefox or chromium, you may specify it " -"in the following prompt." -msgstr "" -"Если вы хотите использовать веб-браузер, например, firefox или chromium, вы " -"можете указать его в следующем запросе." +msgid "If you desire a web browser, such as firefox or chromium, you may specify it in the following prompt." +msgstr "Если вы хотите использовать веб-браузер, например, firefox или chromium, вы можете указать его в следующем запросе." -msgid "" -"Write additional packages to install (space separated, leave blank to skip): " -msgstr "" -"Напишите дополнительные пакеты для установки (разделите пробелами, оставьте " -"пустым, чтобы пропустить): " +msgid "Write additional packages to install (space separated, leave blank to skip): " +msgstr "Напишите дополнительные пакеты для установки (разделите пробелами, оставьте пустым, чтобы пропустить): " msgid "Copy ISO network configuration to installation" msgstr "Копировать сетевую конфигурацию ISO в установку" -msgid "" -"Use NetworkManager (necessary for configuring internet graphically in GNOME " -"and KDE)" -msgstr "" -"Использовать NetworkManager (необходим для графической настройки интернета в " -"GNOME и KDE)" +msgid "Use NetworkManager (necessary for configuring internet graphically in GNOME and KDE)" +msgstr "Использовать NetworkManager (необходим для графической настройки интернета в GNOME и KDE)" msgid "Select one network interface to configure" msgstr "Выберите один сетевой интерфейс для настройки" -msgid "" -"Select which mode to configure for \"{}\" or skip to use default mode \"{}\"" -msgstr "" -"Выберите режим для конфигурации \"{}\" или пропустите, чтобы использовать " -"режим по умолчанию \"{}\"." +msgid "Select which mode to configure for \"{}\" or skip to use default mode \"{}\"" +msgstr "Выберите режим для конфигурации \"{}\" или пропустите, чтобы использовать режим по умолчанию \"{}\"." msgid "Enter the IP and subnet for {} (example: 192.168.0.5/24): " msgstr "Введите IP-адрес и подсеть для {} (пример: 192.168.0.5/24): " msgid "Enter your gateway (router) IP address or leave blank for none: " -msgstr "" -"Введите IP-адрес вашего шлюза (маршрутизатора) или оставьте пустым, если его " -"нет: " +msgstr "Введите IP-адрес вашего шлюза (маршрутизатора) или оставьте пустым, если его нет: " msgid "Enter your DNS servers (space separated, blank for none): " msgstr "Введите ваши DNS-серверы (через пробел, пустой - нет): " msgid "Select which filesystem your main partition should use" -msgstr "" -"Выберите, какую файловую систему должен использовать ваш основной раздел" +msgstr "Выберите, какую файловую систему должен использовать ваш основной раздел" msgid "Current partition layout" msgstr "Текущая разметка разделов" @@ -126,16 +97,11 @@ msgstr "" msgid "Enter a desired filesystem type for the partition" msgstr "Введите желаемый тип файловой системы для раздела" -msgid "" -"Enter the start location (in parted units: s, GB, %, etc. ; default: {}): " -msgstr "" -"Введите начальное значение (в раздельных блоках: с, ГБ, % и т.д.; по " -"умолчанию: {}): " +msgid "Enter the start location (in parted units: s, GB, %, etc. ; default: {}): " +msgstr "Введите начальное значение (в раздельных блоках: с, ГБ, % и т.д.; по умолчанию: {}): " msgid "Enter the end location (in parted units: s, GB, %, etc. ; ex: {}): " -msgstr "" -"Введите конечное значение (в раздельных блоках: с, Гб, % и т.д.; например: " -"{}): " +msgstr "Введите конечное значение (в раздельных блоках: с, Гб, % и т.д.; например: {}): " msgid "{} contains queued partitions, this will remove those, are you sure?" msgstr "{} содержит разделы в очереди, это удалит их, вы уверены?" @@ -158,17 +124,11 @@ msgstr "" "\n" "Выберите по индексу, какой раздел куда монтировать" -msgid "" -" * Partition mount-points are relative to inside the installation, the boot " -"would be /boot as an example." -msgstr "" -" * Точки монтирования разделов являются относительными внутри установки, " -"например, загрузочный будет /boot." +msgid " * Partition mount-points are relative to inside the installation, the boot would be /boot as an example." +msgstr " * Точки монтирования разделов являются относительными внутри установки, например, загрузочный будет /boot." msgid "Select where to mount partition (leave blank to remove mountpoint): " -msgstr "" -"Выберите куда монтировать раздел (оставьте пустым, чтобы удалить точку " -"монтирования): " +msgstr "Выберите куда монтировать раздел (оставьте пустым, чтобы удалить точку монтирования): " msgid "" "{}\n" @@ -213,25 +173,16 @@ msgid "Archinstall language" msgstr "Язык Archinstall" msgid "Wipe all selected drives and use a best-effort default partition layout" -msgstr "" -"Стереть все выбранные диски и использовать оптимальную схему разделов по " -"умолчанию" +msgstr "Стереть все выбранные диски и использовать оптимальную схему разделов по умолчанию" -msgid "" -"Select what to do with each individual drive (followed by partition usage)" -msgstr "" -"Выберите, что делать с каждым отдельным диском (с последующим использованием " -"разделов)" +msgid "Select what to do with each individual drive (followed by partition usage)" +msgstr "Выберите, что делать с каждым отдельным диском (с последующим использованием разделов)" msgid "Select what you wish to do with the selected block devices" msgstr "Выберите, что вы хотите сделать с выбранными блочными устройствами" -msgid "" -"This is a list of pre-programmed profiles, they might make it easier to " -"install things like desktop environments" -msgstr "" -"Это список предварительно запрограммированных профилей, они могут облегчить " -"установку таких вещей, как окружения рабочего стола" +msgid "This is a list of pre-programmed profiles, they might make it easier to install things like desktop environments" +msgstr "Это список предварительно запрограммированных профилей, они могут облегчить установку таких вещей, как окружения рабочего стола" msgid "Select keyboard layout" msgstr "Выберите раскладку клавиатуры" @@ -240,29 +191,16 @@ msgid "Select one of the regions to download packages from" msgstr "Выберите один из регионов для загрузки пакетов" msgid "Select one or more hard drives to use and configure" -msgstr "" -"Выберите один или несколько жестких дисков для использования и настройте их" +msgstr "Выберите один или несколько жестких дисков для использования и настройте их" -msgid "" -"For the best compatibility with your AMD hardware, you may want to use " -"either the all open-source or AMD / ATI options." -msgstr "" -"Для наилучшей совместимости с оборудованием AMD вы можете использовать либо " -"все варианты с открытым исходным кодом, либо AMD / ATI." +msgid "For the best compatibility with your AMD hardware, you may want to use either the all open-source or AMD / ATI options." +msgstr "Для наилучшей совместимости с оборудованием AMD вы можете использовать либо все варианты с открытым исходным кодом, либо AMD / ATI." -msgid "" -"For the best compatibility with your Intel hardware, you may want to use " -"either the all open-source or Intel options.\n" -msgstr "" -"Для лучшей совместимости с оборудованием Intel вы можете использовать либо " -"все варианты с открытым исходным кодом, либо Intel.\n" +msgid "For the best compatibility with your Intel hardware, you may want to use either the all open-source or Intel options.\n" +msgstr "Для лучшей совместимости с оборудованием Intel вы можете использовать либо все варианты с открытым исходным кодом, либо Intel.\n" -msgid "" -"For the best compatibility with your Nvidia hardware, you may want to use " -"the Nvidia proprietary driver.\n" -msgstr "" -"Для наилучшей совместимости с оборудованием Nvidia вы можете использовать " -"проприетарный драйвер Nvidia.\n" +msgid "For the best compatibility with your Nvidia hardware, you may want to use the Nvidia proprietary driver.\n" +msgstr "Для наилучшей совместимости с оборудованием Nvidia вы можете использовать проприетарный драйвер Nvidia.\n" msgid "" "\n" @@ -271,15 +209,13 @@ msgid "" msgstr "" "\n" "\n" -"Выберите графический драйвер или оставьте пустым, чтобы установить все " -"драйверы с открытым исходным кодом" +"Выберите графический драйвер или оставьте пустым, чтобы установить все драйверы с открытым исходным кодом" msgid "All open-source (default)" msgstr "Все с открытым исходным кодом (по умолчанию)" msgid "Choose which kernels to use or leave blank for default \"{}\"" -msgstr "" -"Выберите, какие ядра использовать, или оставьте пустым по умолчанию \"{}\"." +msgstr "Выберите, какие ядра использовать, или оставьте пустым по умолчанию \"{}\"." msgid "Choose which locale language to use" msgstr "Выберите, какой язык локали использовать" @@ -296,12 +232,8 @@ msgstr "Выберите один или несколько из приведе msgid "Adding partition...." msgstr "Добавление раздела...." -msgid "" -"You need to enter a valid fs-type in order to continue. See `man parted` for " -"valid fs-type's." -msgstr "" -"Чтобы продолжить, вам нужно ввести действительный fs-тип. Смотрите `man " -"parted` для правильных fs-типов." +msgid "You need to enter a valid fs-type in order to continue. See `man parted` for valid fs-type's." +msgstr "Чтобы продолжить, вам нужно ввести действительный fs-тип. Смотрите `man parted` для правильных fs-типов." msgid "Error: Listing profiles on URL \"{}\" resulted in:" msgstr "Ошибка: Перечисление профилей по URL \"{}\" привело к:" @@ -373,8 +305,7 @@ msgid "" "Do you wish to continue?" msgstr "" "Вы решили пропустить выбор жесткого диска\n" -"и будете использовать любой диск, смонтированный по адресу {} " -"(экспериментально)\n" +"и будете использовать любой диск, смонтированный по адресу {} (экспериментально)\n" "ПРЕДУПРЕЖДЕНИЕ: Archinstall не будет проверять пригодность этой установки.\n" "Вы хотите продолжить?" @@ -394,16 +325,13 @@ msgid "Assign mount-point for a partition" msgstr "Назначить точку монтирования для раздела" msgid "Mark/Unmark a partition to be formatted (wipes data)" -msgstr "" -"Пометить/снять отметку с раздела, который будет отформатирован (стирание " -"данных)" +msgstr "Пометить/снять отметку с раздела, который будет отформатирован (стирание данных)" msgid "Mark/Unmark a partition as encrypted" msgstr "Пометить/снять отметку с раздела как зашифрованный" msgid "Mark/Unmark a partition as bootable (automatic for /boot)" -msgstr "" -"Пометить/снять отметку с раздела как загрузочный (автоматически для /boot)" +msgstr "Пометить/снять отметку с раздела как загрузочный (автоматически для /boot)" msgid "Set desired filesystem for a partition" msgstr "Установите желаемую файловую систему для раздела" @@ -443,8 +371,7 @@ msgid "Enter a encryption password for {}" msgstr "Введите пароль шифрования для {}" msgid "Enter disk encryption password (leave blank for no encryption): " -msgstr "" -"Введите пароль шифрования диска (оставьте пустым для отсутствия шифрования): " +msgstr "Введите пароль шифрования диска (оставьте пустым для отсутствия шифрования): " msgid "Create a required super-user with sudo privileges: " msgstr "Создайте необходимого суперпользователя с привилегиями sudo: " @@ -455,43 +382,31 @@ msgstr "Введите пароль root (оставьте пустым, что msgid "Password for user \"{}\": " msgstr "Пароль для пользователя \"{}\": " -msgid "" -"Verifying that additional packages exist (this might take a few seconds)" -msgstr "" -"Проверка наличия дополнительных пакетов (это может занять несколько секунд)" +msgid "Verifying that additional packages exist (this might take a few seconds)" +msgstr "Проверка наличия дополнительных пакетов (это может занять несколько секунд)" -msgid "" -"Would you like to use automatic time synchronization (NTP) with the default " -"time servers?\n" -msgstr "" -"Вы хотите использовать автоматическую синхронизацию времени (NTP) с " -"серверами времени по умолчанию?\n" +msgid "Would you like to use automatic time synchronization (NTP) with the default time servers?\n" +msgstr "Вы хотите использовать автоматическую синхронизацию времени (NTP) с серверами времени по умолчанию?\n" msgid "" -"Hardware time and other post-configuration steps might be required in order " -"for NTP to work.\n" +"Hardware time and other post-configuration steps might be required in order for NTP to work.\n" "For more information, please check the Arch wiki" msgstr "" -"Для работы NTP может потребоваться аппаратное время и другие шаги после " -"конфигурации.\n" +"Для работы NTP может потребоваться аппаратное время и другие шаги после конфигурации.\n" "Для получения дополнительной информации, пожалуйста, ознакомьтесь с ArchWiki" msgid "Enter a username to create an additional user (leave blank to skip): " -msgstr "" -"Введите имя пользователя для создания дополнительного пользователя (оставьте " -"пустым, чтобы пропустить): " +msgstr "Введите имя пользователя для создания дополнительного пользователя (оставьте пустым, чтобы пропустить): " msgid "Use ESC to skip\n" msgstr "Используйте ESC, чтобы пропустить\n" msgid "" "\n" -" Choose an object from the list, and select one of the available actions for " -"it to execute" +" Choose an object from the list, and select one of the available actions for it to execute" msgstr "" "\n" -" Выберите объект из списка и выберите одно из доступных действий для его " -"выполнения" +" Выберите объект из списка и выберите одно из доступных действий для его выполнения" msgid "Cancel" msgstr "Отменить" @@ -527,17 +442,11 @@ msgstr "" "\n" "Это выбранная вами конфигурация:" -msgid "" -"Pacman is already running, waiting maximum 10 minutes for it to terminate." -msgstr "" -"Pacman уже запущен, ожидание его завершения составляет максимум 10 минут." +msgid "Pacman is already running, waiting maximum 10 minutes for it to terminate." +msgstr "Pacman уже запущен, ожидание его завершения составляет максимум 10 минут." -msgid "" -"Pre-existing pacman lock never exited. Please clean up any existing pacman " -"sessions before using archinstall." -msgstr "" -"Существовавшая ранее блокировка pacman не завершилась. Пожалуйста, очистите " -"все существующие сессии pacman перед использованием archinstall." +msgid "Pre-existing pacman lock never exited. Please clean up any existing pacman sessions before using archinstall." +msgstr "Существовавшая ранее блокировка pacman не завершилась. Пожалуйста, очистите все существующие сессии pacman перед использованием archinstall." msgid "Choose which optional additional repositories to enable" msgstr "Выберите, какие дополнительные репозитории следует включить" @@ -628,8 +537,7 @@ msgid "Missing configurations:\n" msgstr "Отсутствующие конфигурации:\n" msgid "Either root-password or at least 1 superuser must be specified" -msgstr "" -"Должен быть указан либо пароль root, либо как минимум 1 суперпользователь" +msgstr "Должен быть указан либо пароль root, либо как минимум 1 суперпользователь" msgid "Manage superuser accounts: " msgstr "Управление учетными записями суперпользователей: " @@ -689,12 +597,8 @@ msgstr "Хотите ли вы использовать сжатие BTRFS?" msgid "Would you like to create a separate partition for /home?" msgstr "Хотите ли вы создать отдельный раздел для /home?" -msgid "" -"The selected drives do not have the minimum capacity required for an " -"automatic suggestion\n" -msgstr "" -"Выбранные диски не имеют минимальной емкости, необходимой для " -"автоматического предложения\n" +msgid "The selected drives do not have the minimum capacity required for an automatic suggestion\n" +msgstr "Выбранные диски не имеют минимальной емкости, необходимой для автоматического предложения\n" msgid "Minimum capacity for /home partition: {}GB\n" msgstr "Минимальный размер раздела /home: {}GB\n" @@ -721,9 +625,7 @@ msgid "No iface specified for manual configuration" msgstr "Не указан iface для ручной настройки" msgid "Manual nic configuration with no auto DHCP requires an IP address" -msgstr "" -"Ручная конфигурация сетевого адаптера без автоматического DHCP требует IP-" -"адреса" +msgstr "Ручная конфигурация сетевого адаптера без автоматического DHCP требует IP-адреса" msgid "Add interface" msgstr "Добавить интерфейс" @@ -743,74 +645,44 @@ msgstr "Ручная конфигурация" msgid "Mark/Unmark a partition as compressed (btrfs only)" msgstr "Пометить/снять отметку с раздела как сжатый (только для btrfs)" -msgid "" -"The password you are using seems to be weak, are you sure you want to use it?" -msgstr "" -"Пароль, который вы используете, кажется слабым, вы уверены, что хотите его " -"использовать?" +msgid "The password you are using seems to be weak, are you sure you want to use it?" +msgstr "Пароль, который вы используете, кажется слабым, вы уверены, что хотите его использовать?" -msgid "" -"Provides a selection of desktop environments and tiling window managers, e." -"g. gnome, kde, sway" -msgstr "" -"Предоставляет выбор окружений рабочего стола и тайловых оконных менеджеров, " -"например, gnome, kde, sway" +msgid "Provides a selection of desktop environments and tiling window managers, e.g. gnome, kde, sway" +msgstr "Предоставляет выбор окружений рабочего стола и тайловых оконных менеджеров, например, gnome, kde, sway" msgid "Select your desired desktop environment" msgstr "Выберите желаемое окружение рабочего стола" -msgid "" -"A very basic installation that allows you to customize Arch Linux as you see " -"fit." -msgstr "" -"Очень базовая установка, позволяющая настроить Arch Linux по своему " -"усмотрению." +msgid "A very basic installation that allows you to customize Arch Linux as you see fit." +msgstr "Очень базовая установка, позволяющая настроить Arch Linux по своему усмотрению." -msgid "" -"Provides a selection of various server packages to install and enable, e.g. " -"httpd, nginx, mariadb" -msgstr "" -"Предоставляет выбор различных пакетов сервера для установки и включения, " -"например, httpd, nginx, mariadb" +msgid "Provides a selection of various server packages to install and enable, e.g. httpd, nginx, mariadb" +msgstr "Предоставляет выбор различных пакетов сервера для установки и включения, например, httpd, nginx, mariadb" -msgid "" -"Choose which servers to install, if none then a minimal installation will be " -"done" -msgstr "" -"Выберите серверы для установки, если их нет, то будет выполнена минимальная " -"установка" +msgid "Choose which servers to install, if none then a minimal installation will be done" +msgstr "Выберите серверы для установки, если их нет, то будет выполнена минимальная установка" msgid "Installs a minimal system as well as xorg and graphics drivers." -msgstr "" -"Устанавливает минимальную систему, а также xorg и графические драйверы." +msgstr "Устанавливает минимальную систему, а также xorg и графические драйверы." msgid "Press Enter to continue." msgstr "Нажмите Enter, чтобы продолжить." -msgid "" -"Would you like to chroot into the newly created installation and perform " -"post-installation configuration?" -msgstr "" -"Хотите ли вы использовать chroot в новой созданной установке и выполнить " -"настройку после установки?" +msgid "Would you like to chroot into the newly created installation and perform post-installation configuration?" +msgstr "Хотите ли вы использовать chroot в новой созданной установке и выполнить настройку после установки?" msgid "Are you sure you want to reset this setting?" msgstr "Вы уверены, что хотите сбросить эту настройку?" msgid "Select one or more hard drives to use and configure\n" -msgstr "" -"Выберите один или несколько жестких дисков для использования и настройки\n" +msgstr "Выберите один или несколько жестких дисков для использования и настройки\n" msgid "Any modifications to the existing setting will reset the disk layout!" -msgstr "" -"Любые изменения существующей настройки приведут к сбросу разметки диска!" +msgstr "Любые изменения существующей настройки приведут к сбросу разметки диска!" -msgid "" -"If you reset the harddrive selection this will also reset the current disk " -"layout. Are you sure?" -msgstr "" -"Если вы сбросите выбор жесткого диска, это также сбросит текущую разметку " -"диска. Вы уверены?" +msgid "If you reset the harddrive selection this will also reset the current disk layout. Are you sure?" +msgstr "Если вы сбросите выбор жесткого диска, это также сбросит текущую разметку диска. Вы уверены?" msgid "Save and exit" msgstr "Сохранить и выйти" @@ -856,12 +728,8 @@ msgstr "Добавить: " msgid "Value: " msgstr "Значение: " -msgid "" -"You can skip selecting a drive and partitioning and use whatever drive-setup " -"is mounted at /mnt (experimental)" -msgstr "" -"Вы можете не выбирать диск и разметку и использовать любой диск, " -"смонтированный в /mnt (экспериментально)" +msgid "You can skip selecting a drive and partitioning and use whatever drive-setup is mounted at /mnt (experimental)" +msgstr "Вы можете не выбирать диск и разметку и использовать любой диск, смонтированный в /mnt (экспериментально)" msgid "Select one of the disks or skip and use /mnt as default" msgstr "Выберите один из дисков или пропустите и используйте /mnt по умолчанию" @@ -884,12 +752,8 @@ msgstr "Свободное место" msgid "Bus-type" msgstr "Тип шины" -msgid "" -"Either root-password or at least 1 user with sudo privileges must be " -"specified" -msgstr "" -"Должен быть указан либо пароль root, либо хотя бы 1 пользователь с " -"привилегиями sudo" +msgid "Either root-password or at least 1 user with sudo privileges must be specified" +msgstr "Должен быть указан либо пароль root, либо хотя бы 1 пользователь с привилегиями sudo" msgid "Enter username (leave blank to skip): " msgstr "Введите имя пользователя (оставьте пустым, чтобы пропустить): " @@ -927,12 +791,8 @@ msgstr "Удалить подтом" msgid "Configured {} interfaces" msgstr "Настроено интерфейсов: {}" -msgid "" -"This option enables the number of parallel downloads that can occur during " -"installation" -msgstr "" -"Этот параметр определяет количество параллельных загрузок, которые могут " -"происходить во время установки" +msgid "This option enables the number of parallel downloads that can occur during installation" +msgstr "Этот параметр определяет количество параллельных загрузок, которые могут происходить во время установки" msgid "" "Enter the number of parallel downloads to be enabled.\n" @@ -943,34 +803,18 @@ msgstr "" " (Введите значение от 1 до {})\n" "Примечание:" -msgid "" -" - Maximum value : {} ( Allows {} parallel downloads, allows {} downloads " -"at a time )" -msgstr "" -" - Минимальное значение: {} ( Позволяет {} параллельную загрузку, позволяет " -"{} загрузки одновременно )" +msgid " - Maximum value : {} ( Allows {} parallel downloads, allows {} downloads at a time )" +msgstr " - Минимальное значение: {} ( Позволяет {} параллельную загрузку, позволяет {} загрузки одновременно )" -msgid "" -" - Minimum value : 1 ( Allows 1 parallel download, allows 2 downloads at a " -"time )" -msgstr "" -" - Минимальное значение: 1 ( Позволяет 1 параллельную загрузку, позволяет 2 " -"загрузки одновременно )" +msgid " - Minimum value : 1 ( Allows 1 parallel download, allows 2 downloads at a time )" +msgstr " - Минимальное значение: 1 ( Позволяет 1 параллельную загрузку, позволяет 2 загрузки одновременно )" -msgid "" -" - Disable/Default : 0 ( Disables parallel downloading, allows only 1 " -"download at a time )" -msgstr "" -" - Отключить/по умолчанию: 0 ( Отключает параллельную загрузку, позволяет " -"только 1 загрузку за один раз )" +msgid " - Disable/Default : 0 ( Disables parallel downloading, allows only 1 download at a time )" +msgstr " - Отключить/по умолчанию: 0 ( Отключает параллельную загрузку, позволяет только 1 загрузку за один раз )" #, python-brace-format -msgid "" -"Invalid input! Try again with a valid input [1 to {max_downloads}, or 0 to " -"disable]" -msgstr "" -"Неверный ввод! Повторите попытку с правильным вводом [1 - {max_downloads}, " -"или 0 - отключить]" +msgid "Invalid input! Try again with a valid input [1 to {max_downloads}, or 0 to disable]" +msgstr "Неверный ввод! Повторите попытку с правильным вводом [1 - {max_downloads}, или 0 - отключить]" msgid "Parallel Downloads" msgstr "Параллельные загрузки" @@ -987,20 +831,14 @@ msgstr "TAB, чтобы выбрать" msgid "[Default value: 0] > " msgstr "[Значение по умолчанию: 0] > " -msgid "" -"To be able to use this translation, please install a font manually that " -"supports the language." -msgstr "" -"Чтобы иметь возможность использовать этот перевод, пожалуйста, установите " -"вручную шрифт, поддерживающий данный язык." +msgid "To be able to use this translation, please install a font manually that supports the language." +msgstr "Чтобы иметь возможность использовать этот перевод, пожалуйста, установите вручную шрифт, поддерживающий данный язык." msgid "The font should be stored as {}" msgstr "Шрифт должен быть сохранен как {}" msgid "Archinstall requires root privileges to run. See --help for more." -msgstr "" -"Для запуска Archinstall требуются привилегии root. Для получения " -"дополнительной информации смотрите --help." +msgstr "Для запуска Archinstall требуются привилегии root. Для получения дополнительной информации смотрите --help." msgid "Select an execution mode" msgstr "Выберите режим выполнения" @@ -1008,22 +846,14 @@ msgstr "Выберите режим выполнения" msgid "Unable to fetch profile from specified url: {}" msgstr "Невозможно получить профиль из указанного url: {}" -msgid "" -"Profiles must have unique name, but profile definitions with duplicate name " -"found: {}" -msgstr "" -"Профили должны иметь уникальное имя, но найдены определения профиля с " -"дублирующимся именем: {}" +msgid "Profiles must have unique name, but profile definitions with duplicate name found: {}" +msgstr "Профили должны иметь уникальное имя, но найдены определения профиля с дублирующимся именем: {}" msgid "Select one or more devices to use and configure" msgstr "Выберите одно или несколько устройств для использования и настройки" -msgid "" -"If you reset the device selection this will also reset the current disk " -"layout. Are you sure?" -msgstr "" -"Если вы сбросите выбор устройства, это также сбросит текущую разметку " -"дисков. Вы уверены?" +msgid "If you reset the device selection this will also reset the current disk layout. Are you sure?" +msgstr "Если вы сбросите выбор устройства, это также сбросит текущую разметку дисков. Вы уверены?" msgid "Existing Partitions" msgstr "Существующие разделы" @@ -1040,12 +870,8 @@ msgstr "Минимальный размер раздела /home: {}GiB\n" msgid "Minimum capacity for Arch Linux partition: {}GiB" msgstr "Минимальный размер раздела Arch Linux: {}GiB" -msgid "" -"This is a list of pre-programmed profiles_bck, they might make it easier to " -"install things like desktop environments" -msgstr "" -"Это список предварительно запрограммированных профилей, они могут облегчить " -"установку таких вещей, как окружения рабочего стола" +msgid "This is a list of pre-programmed profiles_bck, they might make it easier to install things like desktop environments" +msgstr "Это список предварительно запрограммированных профилей, они могут облегчить установку таких вещей, как окружения рабочего стола" msgid "Current profile selection" msgstr "Текущий выбор профиля" @@ -1077,26 +903,14 @@ msgstr "Удалить раздел" msgid "Partition" msgstr "Раздел" -msgid "" -"This partition is currently encrypted, to format it a filesystem has to be " -"specified" -msgstr "" -"Этот раздел в настоящее время зашифрован, для его форматирования необходимо " -"указать файловую систему" +msgid "This partition is currently encrypted, to format it a filesystem has to be specified" +msgstr "Этот раздел в настоящее время зашифрован, для его форматирования необходимо указать файловую систему" -msgid "" -"Partition mount-points are relative to inside the installation, the boot " -"would be /boot as an example." -msgstr "" -"Точки монтирования разделов являются относительными внутри установки, " -"например, загрузочный раздел будет /boot." +msgid "Partition mount-points are relative to inside the installation, the boot would be /boot as an example." +msgstr "Точки монтирования разделов являются относительными внутри установки, например, загрузочный раздел будет /boot." -msgid "" -"If mountpoint /boot is set, then the partition will also be marked as " -"bootable." -msgstr "" -"Если установлена точка монтирования /boot, то раздел также будет помечен как " -"загрузочный." +msgid "If mountpoint /boot is set, then the partition will also be marked as bootable." +msgstr "Если установлена точка монтирования /boot, то раздел также будет помечен как загрузочный." msgid "Mountpoint: " msgstr "Точка монтирования: " @@ -1110,11 +924,8 @@ msgstr "Всего секторов: {}" msgid "Enter the start sector (default: {}): " msgstr "Введите начальный сектор (по умолчанию: {}): " -msgid "" -"Enter the end sector of the partition (percentage or block number, default: " -"{}): " -msgstr "" -"Введите конечный сектор раздела (процент или номер блока, по умолчанию: {}): " +msgid "Enter the end sector of the partition (percentage or block number, default: {}): " +msgstr "Введите конечный сектор раздела (процент или номер блока, по умолчанию: {}): " msgid "This will remove all newly added partitions, continue?" msgstr "Это приведет к удалению всех вновь добавленных разделов, продолжить?" @@ -1180,19 +991,13 @@ msgid "Back" msgstr "Назад" msgid "Please chose which greeter to install for the chosen profiles: {}" -msgstr "" -"Пожалуйста, выберите, какой экран приветствия установить для выбранных " -"профилей: {}" +msgstr "Пожалуйста, выберите, какой экран приветствия установить для выбранных профилей: {}" msgid "Environment type: {}" msgstr "Тип окружения рабочего стола: {}" -msgid "" -"The proprietary Nvidia driver is not supported by Sway. It is likely that " -"you will run into issues, are you okay with that?" -msgstr "" -"Проприетарный драйвер Nvidia не поддерживается Sway. Вполне вероятно, что вы " -"столкнетесь с проблемами, вы согласны с этим?" +msgid "The proprietary Nvidia driver is not supported by Sway. It is likely that you will run into issues, are you okay with that?" +msgstr "Проприетарный драйвер Nvidia не поддерживается Sway. Вполне вероятно, что вы столкнетесь с проблемами, вы согласны с этим?" msgid "Installed packages" msgstr "Устанавливаемые пакеты" @@ -1212,19 +1017,11 @@ msgstr "Имя профиля: " msgid "The profile name you entered is already in use. Try again" msgstr "Введенное вами имя профиля уже используется. Попробуйте еще раз" -msgid "" -"Packages to be install with this profile (space separated, leave blank to " -"skip): " -msgstr "" -"Пакеты, которые будут установлены с этим профилем (разделенные пробелами, " -"оставьте пустым, чтобы пропустить): " +msgid "Packages to be install with this profile (space separated, leave blank to skip): " +msgstr "Пакеты, которые будут установлены с этим профилем (разделенные пробелами, оставьте пустым, чтобы пропустить): " -msgid "" -"Services to be enabled with this profile (space separated, leave blank to " -"skip): " -msgstr "" -"Службы, которые должны быть включены с помощью этого профиля (разделенные " -"пробелами, оставьте пустым, чтобы пропустить): " +msgid "Services to be enabled with this profile (space separated, leave blank to skip): " +msgstr "Службы, которые должны быть включены с помощью этого профиля (разделенные пробелами, оставьте пустым, чтобы пропустить): " msgid "Should this profile be enabled for installation?" msgstr "Должен ли этот профиль быть включен для установки?" @@ -1237,15 +1034,10 @@ msgid "" "Select a graphics driver or leave blank to install all open-source drivers" msgstr "" "\n" -"Выберите графический драйвер или оставьте пустым, чтобы установить все " -"драйверы с открытым исходным кодом" +"Выберите графический драйвер или оставьте пустым, чтобы установить все драйверы с открытым исходным кодом" -msgid "" -"Sway needs access to your seat (collection of hardware devices i.e. " -"keyboard, mouse, etc)" -msgstr "" -"Sway необходим доступ к вашему компьютеру (набор аппаратных устройств, т.е. " -"клавиатура, мышь и т.д.)" +msgid "Sway needs access to your seat (collection of hardware devices i.e. keyboard, mouse, etc)" +msgstr "Sway необходим доступ к вашему компьютеру (набор аппаратных устройств, т.е. клавиатура, мышь и т.д.)" msgid "" "\n" @@ -1311,12 +1103,10 @@ msgid "Save user configuration (including disk layout)" msgstr "Сохранить конфигурацию пользователя (включая разметку диска)" msgid "" -"Enter a directory for the configuration(s) to be saved (tab completion " -"enabled)\n" +"Enter a directory for the configuration(s) to be saved (tab completion enabled)\n" "Save directory: " msgstr "" -"Введите каталог для сохранения конфигурации (-ций) (включено заполнение " -"вкладок)\n" +"Введите каталог для сохранения конфигурации (-ций) (включено заполнение вкладок)\n" "Каталог сохранения: " msgid "" @@ -1337,17 +1127,18 @@ msgstr "Зеркала" msgid "Mirror regions" msgstr "Регионы зеркала" -msgid "" -" - Maximum value : {} ( Allows {} parallel downloads, allows " -"{max_downloads+1} downloads at a time )" -msgstr "" -" - Максимальное значение: {} ( Позволяет {} параллельных загрузок, позволяет " -"{max_downloads+1} загрузок одновременно )" +msgid " - Maximum value : {} ( Allows {} parallel downloads, allows {max_downloads+1} downloads at a time )" +msgstr " - Максимальное значение: {} ( Позволяет {} параллельных загрузок, позволяет {max_downloads+1} загрузок одновременно )" msgid "Invalid input! Try again with a valid input [1 to {}, or 0 to disable]" +msgstr "Неверный ввод! Повторите попытку с правильным вводом [1 - {}, или 0 - отключить]" + +msgid "Locales" msgstr "" -"Неверный ввод! Повторите попытку с правильным вводом [1 - {}, или 0 - " -"отключить]" + +#, fuzzy +msgid "Use NetworkManager (necessary to configure internet graphically in GNOME and KDE)" +msgstr "Использовать NetworkManager (необходим для графической настройки интернета в GNOME и KDE)" #, python-brace-format #~ msgid "Edit {origkey} :" diff --git a/archinstall/locales/sv/LC_MESSAGES/base.mo b/archinstall/locales/sv/LC_MESSAGES/base.mo index 906c9de5..11d757b0 100644 Binary files a/archinstall/locales/sv/LC_MESSAGES/base.mo and b/archinstall/locales/sv/LC_MESSAGES/base.mo differ diff --git a/archinstall/locales/sv/LC_MESSAGES/base.po b/archinstall/locales/sv/LC_MESSAGES/base.po index fa54b97e..3566585b 100644 --- a/archinstall/locales/sv/LC_MESSAGES/base.po +++ b/archinstall/locales/sv/LC_MESSAGES/base.po @@ -1183,3 +1183,10 @@ msgstr "" msgid "Invalid input! Try again with a valid input [1 to {}, or 0 to disable]" msgstr "" + +msgid "Locales" +msgstr "" + +#, fuzzy +msgid "Use NetworkManager (necessary to configure internet graphically in GNOME and KDE)" +msgstr "Använd NetworkManager (nödvändig för konfigurera internet i grafiska miljöerna GNOME och KDE)" diff --git a/archinstall/locales/uk/LC_MESSAGES/base.mo b/archinstall/locales/uk/LC_MESSAGES/base.mo index 45bffd7e..8c8cfcd3 100644 Binary files a/archinstall/locales/uk/LC_MESSAGES/base.mo and b/archinstall/locales/uk/LC_MESSAGES/base.mo differ diff --git a/archinstall/locales/uk/LC_MESSAGES/base.po b/archinstall/locales/uk/LC_MESSAGES/base.po index f2b84a49..d8f7c70c 100644 --- a/archinstall/locales/uk/LC_MESSAGES/base.po +++ b/archinstall/locales/uk/LC_MESSAGES/base.po @@ -1173,3 +1173,10 @@ msgstr " - Максимальне значення : {} ( Дозволяє {} msgid "Invalid input! Try again with a valid input [1 to {}, or 0 to disable]" msgstr "Некоректне введення! Повторіть спробу з валідним введенням [від 1 до {} або 0 для вимкнення]" + +msgid "Locales" +msgstr "" + +#, fuzzy +msgid "Use NetworkManager (necessary to configure internet graphically in GNOME and KDE)" +msgstr "Використовувати NetworkManager (необхідний для графічного налаштування Інтернету в GNOME та KDE)" diff --git a/archinstall/locales/ur/LC_MESSAGES/base.mo b/archinstall/locales/ur/LC_MESSAGES/base.mo index 67ce2f1f..887c5126 100644 Binary files a/archinstall/locales/ur/LC_MESSAGES/base.mo and b/archinstall/locales/ur/LC_MESSAGES/base.mo differ diff --git a/archinstall/locales/ur/LC_MESSAGES/base.po b/archinstall/locales/ur/LC_MESSAGES/base.po index 72555aec..551d53f6 100644 --- a/archinstall/locales/ur/LC_MESSAGES/base.po +++ b/archinstall/locales/ur/LC_MESSAGES/base.po @@ -1203,6 +1203,13 @@ msgstr "" msgid "Invalid input! Try again with a valid input [1 to {}, or 0 to disable]" msgstr "" +msgid "Locales" +msgstr "" + +#, fuzzy +msgid "Use NetworkManager (necessary to configure internet graphically in GNOME and KDE)" +msgstr "نیٹ ورک مینجر کا استعمال کریں (GNOME اور KDE میں انٹرنیٹ کو گرافیکلی ترتیب دینے کے لیے ضروری ہے)" + #~ msgid "Add :" #~ msgstr "شامل:" diff --git a/archinstall/locales/zh-TW/LC_MESSAGES/base.mo b/archinstall/locales/zh-TW/LC_MESSAGES/base.mo index 4a258a33..15491b88 100644 Binary files a/archinstall/locales/zh-TW/LC_MESSAGES/base.mo and b/archinstall/locales/zh-TW/LC_MESSAGES/base.mo differ diff --git a/archinstall/locales/zh-TW/LC_MESSAGES/base.po b/archinstall/locales/zh-TW/LC_MESSAGES/base.po index 0c3226ec..f1aa86ae 100644 --- a/archinstall/locales/zh-TW/LC_MESSAGES/base.po +++ b/archinstall/locales/zh-TW/LC_MESSAGES/base.po @@ -791,18 +791,19 @@ msgstr "已配置的 {} 接口" msgid "This option enables the number of parallel downloads that can occur during installation" msgstr "此選項啟用安裝期間可能發生的並行下載數" -#, python-brace-format +#, fuzzy msgid "" "Enter the number of parallel downloads to be enabled.\n" -" (Enter a value between 1 to {max_downloads})\n" +" (Enter a value between 1 to {})\n" "Note:" msgstr "" "輸入要啟用的並行下載數。\n" " (輸入一個 1 到 {max_downloads} 之間的值)\n" "提示:" -msgid " - Maximum value : {max_downloads} ( Allows {max_downloads} parallel downloads, allows {max_downloads+1} downloads at a time )" -msgstr " - 最大值:{max_downloads}(允許 {max_downloads} 个並行下載,同時允許 {max_downloads+1} 个下載)" +#, fuzzy +msgid " - Maximum value : {} ( Allows {} parallel downloads, allows {} downloads at a time )" +msgstr " - 最小值:1(允許 1 个並行下載,同時允許 2 个下載)" msgid " - Minimum value : 1 ( Allows 1 parallel download, allows 2 downloads at a time )" msgstr " - 最小值:1(允許 1 个並行下載,同時允許 2 个下載)" @@ -1072,19 +1073,37 @@ msgid "Select directory (or directories) for saving configuration files" msgstr "選擇用於保存配置文件的目錄(或多個目錄)" #, fuzzy -msgid "Mirrors" -msgstr "鏡像區域" +msgid "Add a custom mirror" +msgstr "新增一個使用者" -msgid "Defined" +msgid "Change custom mirror" +msgstr "" + +msgid "Delete custom mirror" msgstr "" #, fuzzy -msgid "Mirror regions" -msgstr "鏡像區域" +msgid "Enter name (leave blank to skip): " +msgstr "輸入用戶名(留空以跳過):" + +#, fuzzy +msgid "Enter url (leave blank to skip): " +msgstr "輸入用戶名(留空以跳過):" + +#, fuzzy +msgid "Select signature check option" +msgstr "選擇硬盤加密選項" + +#, fuzzy +msgid "Select signature option" +msgstr "選擇硬盤加密選項" msgid "Custom mirrors" msgstr "" +msgid "Defined" +msgstr "" + #, fuzzy msgid "Save user configuration (including disk layout)" msgstr "保存使用者配置" @@ -1106,27 +1125,24 @@ msgid "Saving {} configuration files to {}" msgstr "保存配置" #, fuzzy -msgid "Add a custom mirror" -msgstr "新增一個使用者" - -msgid "Change custom mirror" -msgstr "" - -msgid "Delete custom mirror" -msgstr "" +msgid "Mirrors" +msgstr "鏡像區域" #, fuzzy -msgid "Enter name (leave blank to skip): " -msgstr "輸入用戶名(留空以跳過):" +msgid "Mirror regions" +msgstr "鏡像區域" #, fuzzy -msgid "Enter url (leave blank to skip): " -msgstr "輸入用戶名(留空以跳過):" +msgid " - Maximum value : {} ( Allows {} parallel downloads, allows {max_downloads+1} downloads at a time )" +msgstr " - 最大值:{max_downloads}(允許 {max_downloads} 个並行下載,同時允許 {max_downloads+1} 个下載)" #, fuzzy -msgid "Select signature check option" -msgstr "選擇硬盤加密選項" +msgid "Invalid input! Try again with a valid input [1 to {}, or 0 to disable]" +msgstr "輸入無效! 請嘗試使用有效輸入重試 [1 到 {max_downloads},或 0 到禁用]" + +msgid "Locales" +msgstr "" #, fuzzy -msgid "Select signature option" -msgstr "選擇硬盤加密選項" +msgid "Use NetworkManager (necessary to configure internet graphically in GNOME and KDE)" +msgstr "使用 NetworkManager(在 GNOME 和 KDE 透過圖形界面設置網際網路連線所需)" -- cgit v1.2.3-54-g00ecf From 4435dc3e2daeb370eed4035b0f997d3cba6fdfbf Mon Sep 17 00:00:00 2001 From: Schwarzeisc00l <78359804+Schwarzeisc00l@users.noreply.github.com> Date: Wed, 21 Jun 2023 07:51:08 +0000 Subject: Update base.po (#1883) --- archinstall/locales/tr/LC_MESSAGES/base.po | 74 +++++++++++++++--------------- 1 file changed, 37 insertions(+), 37 deletions(-) (limited to 'archinstall/locales') diff --git a/archinstall/locales/tr/LC_MESSAGES/base.po b/archinstall/locales/tr/LC_MESSAGES/base.po index 1b355cfb..8d82f48a 100644 --- a/archinstall/locales/tr/LC_MESSAGES/base.po +++ b/archinstall/locales/tr/LC_MESSAGES/base.po @@ -3,7 +3,7 @@ msgstr "" "Project-Id-Version: \n" "POT-Creation-Date: 21.05.2022\n" "PO-Revision-Date: 2022-05-25 17:42+0300\n" -"Last-Translator: Eren İnce @ernince \n" +"Last-Translator: Schwarze \n" "Language-Team: \n" "Language: tr\n" "MIME-Version: 1.0\n" @@ -460,10 +460,10 @@ msgid "Add a user" msgstr "Kullanıcı ekle" msgid "Change password" -msgstr "Şifre değiştir" +msgstr "Şifren değiştir" msgid "Promote/Demote user" -msgstr "Kullanıcı terfi ettir/indirge" +msgstr "Kullanıcı terfi et/indirge" msgid "Delete User" msgstr "Kullanıcı Sil" @@ -479,7 +479,7 @@ msgid "User Name : " msgstr "Kullanıcı Adı : " msgid "Should {} be a superuser (sudoer)?" -msgstr "{} bir süper kullanıcı (sudoer) olmalı mı?" +msgstr "{} bir süper kullanıcı (sudoer) mı olmalı?" msgid "Define users with sudo privilege: " msgstr "Sudo yetkilerine sahip kullanıcıları tanımlayın: " @@ -530,19 +530,19 @@ msgid "The password you are using seems to be weak," msgstr "Kullandığınız şifre zayıf gözüküyor," msgid "are you sure you want to use it?" -msgstr "kullanmak istediğinize emin misiniz?" +msgstr "Kullanmak istediğinize emin misiniz?" msgid "Optional repositories" -msgstr "Tercihi \"repository\"ler (depolar)" +msgstr "Tercihi depolar" msgid "Save configuration" -msgstr "Yapılandırmayı kaydet" +msgstr "Konfigürasyonu kaydet" msgid "Missing configurations:\n" -msgstr "Eksik yapılandırmalar:\n" +msgstr "Eksik konfigürasyon:\n" msgid "Either root-password or at least 1 superuser must be specified" -msgstr "Root (kök) şifresi ya da en azından 1 adet süper-kullanıcı belirtilmek zorunda" +msgstr "Kök (yönetici) şifresi ya da en azından 1 adet süper-kullanıcı belirtilmek zorunda" msgid "Manage superuser accounts: " msgstr "Süper-kullanıcı hesaplarını yönet: " @@ -554,7 +554,7 @@ msgid " Subvolume :{:16}" msgstr " alt disk bölümü :{:16}" msgid " mounted at {:16}" -msgstr " {:16}'da mount (monte) edildi" +msgstr " {:16}'da monte edildi" msgid " with option {}" msgstr " {} seçeneğiyle" @@ -570,7 +570,7 @@ msgid "Subvolume name " msgstr "Alt disk bölümü ismi " msgid "Subvolume mountpoint" -msgstr "Alt disk bölümü mount (monte) noktası" +msgstr "Alt disk bölümü monte noktası" msgid "Subvolume options" msgstr "Alt disk bölümü seçenekleri" @@ -582,16 +582,16 @@ msgid "Subvolume name :" msgstr "Alt disk bölümü ismi :" msgid "Select a mount point :" -msgstr "Bir mount (monte) noktası seçin :" +msgstr "Bir monte noktası seçin :" msgid "Select the desired subvolume options " msgstr "İstenilen alt disk bölümü ayarlarını seçin " msgid "Define users with sudo privilege, by username: " -msgstr "Sudo yetkilerine sahip kullanıcıları tanımlayın, kullanıcı adı ile: " +msgstr "Süper-kullanıcı yetkilerine sahip kullanıcıları tanımlayın, kullanıcı adı ile: " msgid "[!] A log file has been created here: {}" -msgstr "[!] Burada bir günlük (log) dosyası oluşturuldu: {}" +msgstr "[!] Burada bir günlük dosyası oluşturuldu: {}" msgid "Would you like to use BTRFS subvolumes with a default structure?" msgstr "BTRFS alt disk bölümlerini varsayılan yapıyla kullanmak ister misiniz?" @@ -760,7 +760,7 @@ msgstr "Bus(veri yolu)-tipi" #, fuzzy msgid "Either root-password or at least 1 user with sudo privileges must be specified" -msgstr "Root (kök) şifresi ya da en azından 1 adet süper-kullanıcı belirtilmek zorunda" +msgstr "RKök şifresi ya da en azından 1 adet süper-kullanıcı belirtilmek zorunda" #, fuzzy msgid "Enter username (leave blank to skip): " @@ -842,7 +842,7 @@ msgid "TAB to select" msgstr "Seçmek için TAB" msgid "[Default value: 0] > " -msgstr "" +msgstr "[Varsayılan değer: 0] > " msgid "To be able to use this translation, please install a font manually that supports the language." msgstr "Bu çeviriyi kullanabilmek için lütfen dili destekleyen bir yazı tipini manuel olarak yükleyin." @@ -885,11 +885,11 @@ msgstr "Yapılandırma(lar)ın kaydedilmesi için bir dizin girin: " #, fuzzy msgid "Minimum capacity for /home partition: {}GiB\n" -msgstr "/home disk bölümü için minimum kapasite: {}GB\n" +msgstr "/home disk bölümü için minimum kapasite: {}GiB\n" #, fuzzy msgid "Minimum capacity for Arch Linux partition: {}GiB" -msgstr "Arch Linux disk bölümü için minimum kapasite: {}GB" +msgstr "Arch Linux disk bölümü için minimum kapasite: {}GiB" #, fuzzy msgid "This is a list of pre-programmed profiles_bck, they might make it easier to install things like desktop environments" @@ -905,11 +905,11 @@ msgstr "Yeni eklenen tüm disk bölümleri kaldırın" #, fuzzy msgid "Assign mountpoint" -msgstr "Bir disk bölümü için mount (monte) noktası ata" +msgstr "Bir disk bölümü için monte noktası ata" #, fuzzy msgid "Mark/Unmark to be formatted (wipes data)" -msgstr "Bir disk bölümünü biçimlendirilmek üzere işaretle/işareti kaldır (veriyi temizler)" +msgstr "Bir disk bölümünü biçimlendirilmek üzere işaretle/işareti kaldır (verileri siler)" msgid "Mark/Unmark as bootable" msgstr "Önyüklenebilir olarak İşaretle/İşareti kaldır" @@ -943,7 +943,7 @@ msgid "If mountpoint /boot is set, then the partition will also be marked as boo msgstr "mountpoint /boot ayarlanmışsa, bölüm de önyüklenebilir olarak işaretlenecektir." msgid "Mountpoint: " -msgstr "Bağlama noktası: " +msgstr "Monte etme noktası: " msgid "Current free sectors on device {}:" msgstr "{} cihazındaki mevcut boş sektörler:" @@ -1018,15 +1018,15 @@ msgstr "Disk şifrelemesi" #, fuzzy msgid "Configuration" -msgstr "Yapılandırma yok" +msgstr "Konfigürasyon" #, fuzzy msgid "Password" -msgstr "Root (kök) şifresi" +msgstr "Şifre" #, fuzzy msgid "All settings will be reset, are you sure?" -msgstr "{} işlem sırasında bekleyen disk bölümleri bulunduruyor, bu onları kaldıracak, emin misiniz?" +msgstr "Bütün ayarlar sıfırlanacak, emin misiniz?" msgid "Back" msgstr "Geri" @@ -1137,62 +1137,62 @@ msgstr "Özel indirme sunucusunu silin" #, fuzzy msgid "Enter name (leave blank to skip): " -msgstr "Ek kullanıcı oluşturmak için bir kullanıcı adı girin (geçmek için boş bırakın): " +msgstr "İsim girin (geçmek için boş bırakın): " #, fuzzy msgid "Enter url (leave blank to skip): " -msgstr "Ek kullanıcı oluşturmak için bir kullanıcı adı girin (geçmek için boş bırakın): " +msgstr "url girin (geçmek için boş bırakın): " #, fuzzy msgid "Select signature check option" -msgstr "Eklemek için arayüz seçin" +msgstr "İmzalama kontrol opsiyonu seçin" #, fuzzy msgid "Select signature option" msgstr "İmza seçeneğini seçin" msgid "Custom mirrors" -msgstr "Özel indirme sunucusu bölgesi" +msgstr "Kişisel depo aynası" msgid "Defined" msgstr "Tanımlı" #, fuzzy msgid "Save user configuration (including disk layout)" -msgstr "Kullanıcı yapılandırmasını kaydet" +msgstr "Kullanıcı konfigürasyonunu kaydet (Disk düzeni ile birlikte)" #, fuzzy msgid "" "Enter a directory for the configuration(s) to be saved (tab completion enabled)\n" "Save directory: " -msgstr "Yapılandırma(lar)ın kaydedilmesi için bir dizin girin: " +msgstr "Yapılandırma(lar)ın kaydedilmesi için bir dizin girin (tab ile tamamlama etkin)\n " msgid "" "Do you want to save {} configuration file(s) in the following location?\n" "\n" "{}" -msgstr "" +msgstr "{} konfigürasyon dosya(lar)ını gösterilen konuma kaydetmek ister miydiniz?" #, fuzzy msgid "Saving {} configuration files to {}" -msgstr "Yapılandırmayı kaydet" +msgstr "{} konfigürasyon dosyaları {} konumuna kaydediliyor" #, fuzzy msgid "Mirrors" -msgstr "İndirme sunucusu bölgesi" +msgstr "Depo sunucusu" #, fuzzy msgid "Mirror regions" -msgstr "İndirme sunucusu bölgesi" +msgstr "Deop sunucusu bölgesi" msgid " - Maximum value : {} ( Allows {} parallel downloads, allows {max_downloads+1} downloads at a time )" -msgstr "" +msgstr "Maximum değer : {} ( {} paralel indirmelerine izin verir, Tek seferde {max_download+1} indirmeye izin verir.)" msgid "Invalid input! Try again with a valid input [1 to {}, or 0 to disable]" -msgstr "Geçersiz girdi! Geçerli bir girişle tekrar deneyin [1 ila {} veya devre dışı bırakmak için 0]" +msgstr "Geçersiz girdi! Geçerli bir girdiyle tekrar deneyin [1 ila {} veya devre dışı bırakmak için 0]" msgid "Locales" -msgstr "" +msgstr "Yerel Ayarlar" #, fuzzy msgid "Use NetworkManager (necessary to configure internet graphically in GNOME and KDE)" -- cgit v1.2.3-54-g00ecf From 4eae8f656f072c2f71e8825519f3eed800e9db37 Mon Sep 17 00:00:00 2001 From: Diogo Silva Date: Wed, 21 Jun 2023 04:53:29 -0300 Subject: chore: update translation for pt_BR (#1886) --- archinstall/locales/pt_BR/LC_MESSAGES/base.mo | Bin 28310 -> 31068 bytes archinstall/locales/pt_BR/LC_MESSAGES/base.po | 47 ++++++++++++++------------ 2 files changed, 26 insertions(+), 21 deletions(-) (limited to 'archinstall/locales') diff --git a/archinstall/locales/pt_BR/LC_MESSAGES/base.mo b/archinstall/locales/pt_BR/LC_MESSAGES/base.mo index 6deacbcd..c990ab44 100644 Binary files a/archinstall/locales/pt_BR/LC_MESSAGES/base.mo and b/archinstall/locales/pt_BR/LC_MESSAGES/base.mo differ diff --git a/archinstall/locales/pt_BR/LC_MESSAGES/base.po b/archinstall/locales/pt_BR/LC_MESSAGES/base.po index 8daeb76c..064daed2 100644 --- a/archinstall/locales/pt_BR/LC_MESSAGES/base.po +++ b/archinstall/locales/pt_BR/LC_MESSAGES/base.po @@ -2,12 +2,14 @@ # @Cain-dev (cain-dev.github.io) # Rafael Fontenelle # Jefferson Michael +# Diogo Silva + msgid "" msgstr "" "Project-Id-Version: \n" "POT-Creation-Date: \n" "PO-Revision-Date: \n" -"Last-Translator: Jefferson Michael \n" +"Last-Translator: Diogo Silva \n" "Language-Team: \n" "Language: pt_BR\n" "MIME-Version: 1.0\n" @@ -841,17 +843,17 @@ msgid "The font should be stored as {}" msgstr "A fonte deve ser armazenada como {}" msgid "Archinstall requires root privileges to run. See --help for more." -msgstr "" +msgstr "O Archinstall requer privilégios de root para ser executado. Consulte --help para mais informações." #, fuzzy msgid "Select an execution mode" msgstr "Selecione uma ação para '{}'" msgid "Unable to fetch profile from specified url: {}" -msgstr "" +msgstr "Não foi possível obter o perfil a partir da URL especificada: {}" msgid "Profiles must have unique name, but profile definitions with duplicate name found: {}" -msgstr "" +msgstr "Os perfis devem ter nomes únicos, mas foram encontradas definições de perfil com nomes duplicados: {}" #, fuzzy msgid "Select one or more devices to use and configure" @@ -923,20 +925,20 @@ msgid "Partition" msgstr "Partição: " msgid "This partition is currently encrypted, to format it a filesystem has to be specified" -msgstr "" +msgstr "Esta partição está criptografada. Para formatá-la, um sistema de arquivos deve ser especificado" #, fuzzy msgid "Partition mount-points are relative to inside the installation, the boot would be /boot as an example." msgstr " * Os pontos de montagem das partições são relativos aos de dentro da instalação, boot por exemplo seria /boot." msgid "If mountpoint /boot is set, then the partition will also be marked as bootable." -msgstr "" +msgstr "Se o ponto de montagem /boot for definido, a partição também será marcada como inicializável." msgid "Mountpoint: " msgstr "Ponto de montagem: " msgid "Current free sectors on device {}:" -msgstr "" +msgstr "Setores livres no dispositivo {}:" #, fuzzy msgid "Total sectors: {}" @@ -951,10 +953,10 @@ msgid "Enter the end sector of the partition (percentage or block number, defaul msgstr "Digite o setor final da partição (porcentagem ou número de bloco, ex.: {}): " msgid "This will remove all newly added partitions, continue?" -msgstr "" +msgstr "Isso irá remover todas as partições recém-adicionadas, continuar?" msgid "Partition management: {}" -msgstr "" +msgstr "Gerenciamento de partições: {}" msgid "Total length: {}" msgstr "Tamanho total: {}" @@ -1020,13 +1022,13 @@ msgid "Back" msgstr "Voltar" msgid "Please chose which greeter to install for the chosen profiles: {}" -msgstr "" +msgstr "Por favor, escolha qual greeter instalar para os perfis escolhidos: {}" msgid "Environment type: {}" -msgstr "" +msgstr "Tipo de ambiente: {}" msgid "The proprietary Nvidia driver is not supported by Sway. It is likely that you will run into issues, are you okay with that?" -msgstr "" +msgstr "O driver proprietário Nvidia não é suportado pelo Sway. É provável que você encontre problemas. Você está de acordo com isso?" #, fuzzy msgid "Installed packages" @@ -1061,7 +1063,7 @@ msgid "Services to be enabled with this profile (space separated, leave blank to msgstr "Digite pacotes adicionais para instalar (separados por espaço, deixe em branco para pular): " msgid "Should this profile be enabled for installation?" -msgstr "" +msgstr "Este perfil deve ser ativado para instalação?" msgid "Create your own" msgstr "Crie o seu próprio" @@ -1076,13 +1078,16 @@ msgstr "" "Selecione um driver de vídeo ou deixe em branco para instalar os drivers completamente open-source" msgid "Sway needs access to your seat (collection of hardware devices i.e. keyboard, mouse, etc)" -msgstr "" +msgstr "O Sway precisa de acesso ao seu seat (conjunto de dispositivos de hardware, como teclado, mouse, etc)" msgid "" "\n" "\n" "Choose an option to give Sway access to your hardware" msgstr "" +"\n" +"\n" +"Selecione uma opção para permitir o acesso do Sway ao seu hardware." msgid "Graphics driver" msgstr "Driver gráfico" @@ -1091,10 +1096,10 @@ msgid "Greeter" msgstr "" msgid "Please chose which greeter to install" -msgstr "" +msgstr "Por favor, escolha qual greeter instalar" msgid "This is a list of pre-programmed default_profiles" -msgstr "" +msgstr "Esta é uma lista de perfis pré-programados (default_profiles)" #, fuzzy msgid "Disk configuration" @@ -1116,10 +1121,10 @@ msgid "Add a custom mirror" msgstr "Adicionar usuário" msgid "Change custom mirror" -msgstr "" +msgstr "Alterar mirror personalizado" msgid "Delete custom mirror" -msgstr "" +msgstr "Excluir mirror personalizado" #, fuzzy msgid "Enter name (leave blank to skip): " @@ -1138,10 +1143,10 @@ msgid "Select signature option" msgstr "Selecione a opção de encriptação de disco" msgid "Custom mirrors" -msgstr "" +msgstr "Mirrors personalizados" msgid "Defined" -msgstr "" +msgstr "Definido" #, fuzzy msgid "Save user configuration (including disk layout)" @@ -1181,7 +1186,7 @@ msgid "Invalid input! Try again with a valid input [1 to {}, or 0 to disable]" msgstr "Entrada inválida! Tente novamente com uma entrada válida [1 para {}, ou 0 para desativar]" msgid "Locales" -msgstr "" +msgstr "Localidades" #, fuzzy msgid "Use NetworkManager (necessary to configure internet graphically in GNOME and KDE)" -- cgit v1.2.3-54-g00ecf From 728e5773e9e849052049de8974121e21a2c3eb96 Mon Sep 17 00:00:00 2001 From: Mário Victor Ribeiro Silva Date: Tue, 25 Jul 2023 08:24:57 -0300 Subject: feat: add more translations (#1936) --- archinstall/locales/pt_BR/LC_MESSAGES/base.mo | Bin 31068 -> 36093 bytes archinstall/locales/pt_BR/LC_MESSAGES/base.po | 133 +++++++++----------------- 2 files changed, 46 insertions(+), 87 deletions(-) (limited to 'archinstall/locales') diff --git a/archinstall/locales/pt_BR/LC_MESSAGES/base.mo b/archinstall/locales/pt_BR/LC_MESSAGES/base.mo index c990ab44..c536fd1f 100644 Binary files a/archinstall/locales/pt_BR/LC_MESSAGES/base.mo and b/archinstall/locales/pt_BR/LC_MESSAGES/base.mo differ diff --git a/archinstall/locales/pt_BR/LC_MESSAGES/base.po b/archinstall/locales/pt_BR/LC_MESSAGES/base.po index 064daed2..487aa08d 100644 --- a/archinstall/locales/pt_BR/LC_MESSAGES/base.po +++ b/archinstall/locales/pt_BR/LC_MESSAGES/base.po @@ -3,19 +3,18 @@ # Rafael Fontenelle # Jefferson Michael # Diogo Silva - msgid "" msgstr "" "Project-Id-Version: \n" "POT-Creation-Date: \n" "PO-Revision-Date: \n" -"Last-Translator: Diogo Silva \n" +"Last-Translator: Mário Victor Ribeiro Silva \n" "Language-Team: \n" "Language: pt_BR\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Generator: Poedit 3.2.2\n" +"X-Generator: Poedit 3.3.2\n" msgid "[!] A log file has been created here: {} {}" msgstr "[!] Um arquivo de log foi criado aqui: {} {}" @@ -627,7 +626,7 @@ msgid "Manual configuration setting must be a list" msgstr "O ajuste de configuração manual deve ser em lista" msgid "No iface specified for manual configuration" -msgstr "iface não especificada para configuração manual" +msgstr "Nenhum iface especificado para configuração manual" msgid "Manual nic configuration with no auto DHCP requires an IP address" msgstr "A configuração manual de NIC sem DHCP automático requer um endereço IP" @@ -817,9 +816,9 @@ msgstr " - Valor mínimo : 1 ( Permite 1 download paralelo, permite 2 download msgid " - Disable/Default : 0 ( Disables parallel downloading, allows only 1 download at a time )" msgstr " - Desativar/Padrão : 0 ( Desativa os downloads paralelos, permite apenas 1 download por vez )" -#, fuzzy, python-brace-format +#, python-brace-format msgid "Invalid input! Try again with a valid input [1 to {max_downloads}, or 0 to disable]" -msgstr "Entrada inválida! Tente novamente com uma entrada válida [1 para {}, ou 0 para desativar]" +msgstr "Entrada inválida! Tente novamente com uma entrada válida [1 para {max_downloads}, ou 0 para desativar]" msgid "Parallel Downloads" msgstr "Downloads Paralelos" @@ -845,9 +844,8 @@ msgstr "A fonte deve ser armazenada como {}" msgid "Archinstall requires root privileges to run. See --help for more." msgstr "O Archinstall requer privilégios de root para ser executado. Consulte --help para mais informações." -#, fuzzy msgid "Select an execution mode" -msgstr "Selecione uma ação para '{}'" +msgstr "Selecione um modo de execução" msgid "Unable to fetch profile from specified url: {}" msgstr "Não foi possível obter o perfil a partir da URL especificada: {}" @@ -855,56 +853,46 @@ msgstr "Não foi possível obter o perfil a partir da URL especificada: {}" msgid "Profiles must have unique name, but profile definitions with duplicate name found: {}" msgstr "Os perfis devem ter nomes únicos, mas foram encontradas definições de perfil com nomes duplicados: {}" -#, fuzzy msgid "Select one or more devices to use and configure" -msgstr "Selecione um ou mais discos rígidos para usar e configurar" +msgstr "Selecione um ou mais dispositivos para usar e configurar" #, fuzzy msgid "If you reset the device selection this will also reset the current disk layout. Are you sure?" msgstr "Se você redefinir a seleção de unidades isso também redefinirá o layout da unidade atual. Tem certeza?" -#, fuzzy msgid "Existing Partitions" -msgstr "Adicionando partição...." +msgstr "Partições existentes" -#, fuzzy msgid "Select a partitioning option" -msgstr "Deletar uma partição" +msgstr "Selecione uma opção de particionamento" -#, fuzzy msgid "Enter the root directory of the mounted devices: " -msgstr "Digite um diretório para as configurações serem salvas: " +msgstr "Digite o diretório raiz dos dispositivos montados: " -#, fuzzy msgid "Minimum capacity for /home partition: {}GiB\n" -msgstr "Capacidade mínima para partição /home : {}GB\n" +msgstr "Capacidade mínima para partição /home : {}GiB\n" -#, fuzzy msgid "Minimum capacity for Arch Linux partition: {}GiB" -msgstr "Capacidade mínima para a partição do Arch Linux: {}GB" +msgstr "Capacidade mínima para a partição do Arch Linux: {}GiB" -#, fuzzy msgid "This is a list of pre-programmed profiles_bck, they might make it easier to install things like desktop environments" msgstr "Esta é uma lista de perfis pré-programados, que podem por exemplo facilitar a instalação de ambientes gráficos" -#, fuzzy msgid "Current profile selection" -msgstr "Layout de partições atual" +msgstr "Seleção de perfil atual" -#, fuzzy msgid "Remove all newly added partitions" -msgstr "Criar uma nova partição" +msgstr "Remova todas as partições recém-adicionadas" -#, fuzzy msgid "Assign mountpoint" -msgstr "Atribuir um ponto de montagem para uma partição" +msgstr "Atribuir um ponto de montagem" #, fuzzy msgid "Mark/Unmark to be formatted (wipes data)" msgstr "Marcar/Desmarcar uma partição para ser formatada (apaga os dados)" msgid "Mark/Unmark as bootable" -msgstr "" +msgstr "Marcar/desmarcar como inicializável" msgid "Change filesystem" msgstr "Mudar arquivo do sistema" @@ -913,23 +901,20 @@ msgstr "Mudar arquivo do sistema" msgid "Mark/Unmark as compressed" msgstr "Marcar/desmarcar a partição como comprimida (apenas btrfs)" -#, fuzzy msgid "Set subvolumes" -msgstr "Deletar subvolume" +msgstr "Definir subvolumes" -#, fuzzy msgid "Delete partition" -msgstr "Deletar uma partição" +msgstr "Deletar partição" msgid "Partition" -msgstr "Partição: " +msgstr "Partição" msgid "This partition is currently encrypted, to format it a filesystem has to be specified" msgstr "Esta partição está criptografada. Para formatá-la, um sistema de arquivos deve ser especificado" -#, fuzzy msgid "Partition mount-points are relative to inside the installation, the boot would be /boot as an example." -msgstr " * Os pontos de montagem das partições são relativos aos de dentro da instalação, boot por exemplo seria /boot." +msgstr "Os pontos de montagem das partições são relativos aos de dentro da instalação, boot por exemplo seria /boot." msgid "If mountpoint /boot is set, then the partition will also be marked as bootable." msgstr "Se o ponto de montagem /boot for definido, a partição também será marcada como inicializável." @@ -940,17 +925,14 @@ msgstr "Ponto de montagem: " msgid "Current free sectors on device {}:" msgstr "Setores livres no dispositivo {}:" -#, fuzzy msgid "Total sectors: {}" -msgstr "Não é um diretório válido: {}" +msgstr "Total de setores: {}" -#, fuzzy msgid "Enter the start sector (default: {}): " -msgstr "Digite o setor de início (porcentagem ou número do bloco, padrão: {}): " +msgstr "Digite o setor de início (padrão: {}): " -#, fuzzy msgid "Enter the end sector of the partition (percentage or block number, default: {}): " -msgstr "Digite o setor final da partição (porcentagem ou número de bloco, ex.: {}): " +msgstr "Digite o setor final da partição (porcentagem ou número de bloco, padrão: {}): " msgid "This will remove all newly added partitions, continue?" msgstr "Isso irá remover todas as partições recém-adicionadas, continuar?" @@ -961,7 +943,6 @@ msgstr "Gerenciamento de partições: {}" msgid "Total length: {}" msgstr "Tamanho total: {}" -#, fuzzy msgid "Encryption type" msgstr "Tipo de encriptação" @@ -984,13 +965,11 @@ msgstr "Selecione um dispositivo FIDO2 para usar como HSM" msgid "Use a best-effort default partition layout" msgstr "Apagar todos os discos selecionados e usar um esquema de partições padrão de melhor desempenho" -#, fuzzy msgid "Manual Partitioning" msgstr "Particionamento manual" -#, fuzzy msgid "Pre-mounted configuration" -msgstr "Nenhuma configuração" +msgstr "Configuração pré-montada" msgid "Unknown" msgstr "Desconhecido" @@ -1007,16 +986,14 @@ msgstr "← Voltar" msgid "Disk encryption" msgstr "Encriptação de disco" -#, fuzzy msgid "Configuration" msgstr "Configuração" msgid "Password" msgstr "Senha" -#, fuzzy msgid "All settings will be reset, are you sure?" -msgstr "{} contém partições em fila, isto irá removê-las, tem certeza?" +msgstr "Todas as configurações serão redefinidas, tem certeza?" msgid "Back" msgstr "Voltar" @@ -1030,37 +1007,29 @@ msgstr "Tipo de ambiente: {}" msgid "The proprietary Nvidia driver is not supported by Sway. It is likely that you will run into issues, are you okay with that?" msgstr "O driver proprietário Nvidia não é suportado pelo Sway. É provável que você encontre problemas. Você está de acordo com isso?" -#, fuzzy msgid "Installed packages" -msgstr "Pacotes adicionais" +msgstr "Pacotes instalados" -#, fuzzy msgid "Add profile" msgstr "Adicionar perfil" -#, fuzzy msgid "Edit profile" msgstr "Editar perfil" -#, fuzzy msgid "Delete profile" msgstr "Deletar perfil" -#, fuzzy msgid "Profile name: " msgstr "Nome do perfil: " -#, fuzzy msgid "The profile name you entered is already in use. Try again" -msgstr "O nome de usuário que você digitou já esta em uso. Tente outro" +msgstr "O nome do perfil que você digitou já esta em uso. Tente novamente" -#, fuzzy msgid "Packages to be install with this profile (space separated, leave blank to skip): " -msgstr "Digite pacotes adicionais para instalar (separados por espaço, deixe em branco para pular): " +msgstr "Pacotes a serem instalados com este perfil (separados por espaço, deixe em branco para pular): " -#, fuzzy msgid "Services to be enabled with this profile (space separated, leave blank to skip): " -msgstr "Digite pacotes adicionais para instalar (separados por espaço, deixe em branco para pular): " +msgstr "Serviços a serem ativados com este perfil (separados por espaço, deixe em branco para pular): " msgid "Should this profile be enabled for installation?" msgstr "Este perfil deve ser ativado para instalação?" @@ -1068,14 +1037,13 @@ msgstr "Este perfil deve ser ativado para instalação?" msgid "Create your own" msgstr "Crie o seu próprio" -#, fuzzy msgid "" "\n" "Select a graphics driver or leave blank to install all open-source drivers" msgstr "" "\n" "\n" -"Selecione um driver de vídeo ou deixe em branco para instalar os drivers completamente open-source" +"Selecione um driver gráfico ou deixe em branco para instalar todos os drivers de código aberto" msgid "Sway needs access to your seat (collection of hardware devices i.e. keyboard, mouse, etc)" msgstr "O Sway precisa de acesso ao seu seat (conjunto de dispositivos de hardware, como teclado, mouse, etc)" @@ -1087,13 +1055,14 @@ msgid "" msgstr "" "\n" "\n" -"Selecione uma opção para permitir o acesso do Sway ao seu hardware." +"Selecione uma opção para permitir o acesso do Sway ao seu hardware" msgid "Graphics driver" msgstr "Driver gráfico" +#, fuzzy msgid "Greeter" -msgstr "" +msgstr "Recepcionista" msgid "Please chose which greeter to install" msgstr "Por favor, escolha qual greeter instalar" @@ -1101,24 +1070,20 @@ msgstr "Por favor, escolha qual greeter instalar" msgid "This is a list of pre-programmed default_profiles" msgstr "Esta é uma lista de perfis pré-programados (default_profiles)" -#, fuzzy msgid "Disk configuration" msgstr "Configuração do disco" -#, fuzzy msgid "Profiles" -msgstr "Perfil" +msgstr "Perfis" msgid "Finding possible directories to save configuration files ..." msgstr "Procurando possiveis diretórios para salvar os arquivos de configuração ..." -#, fuzzy msgid "Select directory (or directories) for saving configuration files" msgstr "Selecione um ou mais diretórios para salvar arquivos de configuração" -#, fuzzy msgid "Add a custom mirror" -msgstr "Adicionar usuário" +msgstr "Adicionar mirror personalizado" msgid "Change custom mirror" msgstr "Alterar mirror personalizado" @@ -1126,21 +1091,19 @@ msgstr "Alterar mirror personalizado" msgid "Delete custom mirror" msgstr "Excluir mirror personalizado" -#, fuzzy msgid "Enter name (leave blank to skip): " -msgstr "Digite um nome de usuário (deixe em branco para pular): " +msgstr "Digite o nome (deixe em branco para pular): " -#, fuzzy msgid "Enter url (leave blank to skip): " -msgstr "Digite um nome de usuário (deixe em branco para pular): " +msgstr "Digite a url (deixe em branco para pular): " #, fuzzy msgid "Select signature check option" -msgstr "Selecione a opção de encriptação de disco" +msgstr "Selecione uma opção de verificação de assinatura" #, fuzzy msgid "Select signature option" -msgstr "Selecione a opção de encriptação de disco" +msgstr "Selecione uma opção de assinatura" msgid "Custom mirrors" msgstr "Mirrors personalizados" @@ -1148,15 +1111,15 @@ msgstr "Mirrors personalizados" msgid "Defined" msgstr "Definido" -#, fuzzy msgid "Save user configuration (including disk layout)" -msgstr "Salvar configuração de usuário" +msgstr "Salvar configuração de usuário (incluindo layout do disco)" -#, fuzzy msgid "" "Enter a directory for the configuration(s) to be saved (tab completion enabled)\n" "Save directory: " -msgstr "Digite um diretório para as configurações serem salvas: " +msgstr "" +"Digite um diretório para as configurações serem salvas (completamento de tab ativado): \n" +"Salvar diretório: " msgid "" "Do you want to save {} configuration file(s) in the following location?\n" @@ -1170,17 +1133,14 @@ msgstr "" msgid "Saving {} configuration files to {}" msgstr "Salvando arquivos de configuração de {} para {}" -#, fuzzy msgid "Mirrors" -msgstr "Região do mirror" +msgstr "Mirrors" -#, fuzzy msgid "Mirror regions" -msgstr "Região do mirror" +msgstr "Regiões dos mirrors" -#, fuzzy msgid " - Maximum value : {} ( Allows {} parallel downloads, allows {max_downloads+1} downloads at a time )" -msgstr " - Valor máximo : {} ( Permite {} downloads paralelos, permite {} downloads por vez )" +msgstr " - Valor máximo : {} ( Permite {} downloads paralelos, permite {max_downloads+1} downloads por vez )" msgid "Invalid input! Try again with a valid input [1 to {}, or 0 to disable]" msgstr "Entrada inválida! Tente novamente com uma entrada válida [1 para {}, ou 0 para desativar]" @@ -1188,7 +1148,6 @@ msgstr "Entrada inválida! Tente novamente com uma entrada válida [1 para {}, o msgid "Locales" msgstr "Localidades" -#, fuzzy msgid "Use NetworkManager (necessary to configure internet graphically in GNOME and KDE)" msgstr "Usar NetworkManager (necessário para configurar internet graficamente no GNOME e KDE)" -- cgit v1.2.3-54-g00ecf From 08b84d239ca8196e492a8ffb48f0e9e5ff8718a7 Mon Sep 17 00:00:00 2001 From: Alexmelman88 <99257010+Alexmelman88@users.noreply.github.com> Date: Tue, 25 Jul 2023 14:29:22 +0300 Subject: Update Russian translation (#1947) --- archinstall/locales/ru/LC_MESSAGES/base.mo | Bin 49210 -> 49500 bytes archinstall/locales/ru/LC_MESSAGES/base.po | 11 ++--------- 2 files changed, 2 insertions(+), 9 deletions(-) (limited to 'archinstall/locales') diff --git a/archinstall/locales/ru/LC_MESSAGES/base.mo b/archinstall/locales/ru/LC_MESSAGES/base.mo index a7b5fbd3..e0e227db 100644 Binary files a/archinstall/locales/ru/LC_MESSAGES/base.mo and b/archinstall/locales/ru/LC_MESSAGES/base.mo differ diff --git a/archinstall/locales/ru/LC_MESSAGES/base.po b/archinstall/locales/ru/LC_MESSAGES/base.po index 5f1fe09e..acbda26f 100644 --- a/archinstall/locales/ru/LC_MESSAGES/base.po +++ b/archinstall/locales/ru/LC_MESSAGES/base.po @@ -10,7 +10,7 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<12 || n%100>14) ? 1 : 2);\n" -"X-Generator: Poedit 3.3.1\n" +"X-Generator: Poedit 3.3.2\n" msgid "[!] A log file has been created here: {} {}" msgstr "[!] Здесь был создан файл журнала: {} {}" @@ -1134,15 +1134,8 @@ msgid "Invalid input! Try again with a valid input [1 to {}, or 0 to disable]" msgstr "Неверный ввод! Повторите попытку с правильным вводом [1 - {}, или 0 - отключить]" msgid "Locales" -msgstr "" +msgstr "Локализации" -#, fuzzy msgid "Use NetworkManager (necessary to configure internet graphically in GNOME and KDE)" msgstr "Использовать NetworkManager (необходим для графической настройки интернета в GNOME и KDE)" -#, python-brace-format -#~ msgid "Edit {origkey} :" -#~ msgstr "Редактировать {origkey}:" - -#~ msgid " ! Formatting {archinstall.arguments['harddrives']} in " -#~ msgstr " ! Форматирование {archinstall.arguments['harddrives']} в " -- cgit v1.2.3-54-g00ecf From 355a0dbe06ace619387b26883a8619954aa7475d Mon Sep 17 00:00:00 2001 From: Wu Xiaotian Date: Sun, 30 Jul 2023 15:59:31 +0800 Subject: Update Simplified Chinese translation (#1943) --- archinstall/locales/zh-CN/LC_MESSAGES/base.po | 57 ++++++++++++--------------- 1 file changed, 25 insertions(+), 32 deletions(-) (limited to 'archinstall/locales') diff --git a/archinstall/locales/zh-CN/LC_MESSAGES/base.po b/archinstall/locales/zh-CN/LC_MESSAGES/base.po index f981a257..77c48924 100644 --- a/archinstall/locales/zh-CN/LC_MESSAGES/base.po +++ b/archinstall/locales/zh-CN/LC_MESSAGES/base.po @@ -3,13 +3,13 @@ msgstr "" "Project-Id-Version: \n" "POT-Creation-Date: \n" "PO-Revision-Date: \n" -"Last-Translator: wc7086 <190022474@qq.com>\n" +"Last-Translator: yetist \n" "Language-Team: \n" "Language: zh_CN\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Generator: Poedit 3.1.1\n" +"X-Generator: Poedit 3.3.2\n" msgid "[!] A log file has been created here: {} {}" msgstr "[!] 日志文件已在此处创建:{} {}" @@ -809,9 +809,9 @@ msgstr " - 最小值:1(允许 1 个并行下载,同时允许 2 个下载 msgid " - Disable/Default : 0 ( Disables parallel downloading, allows only 1 download at a time )" msgstr " - 禁用/默认值:0(禁用并行下载,同时只允许 1 个下载)" -#, fuzzy, python-brace-format +#, python-brace-format msgid "Invalid input! Try again with a valid input [1 to {max_downloads}, or 0 to disable]" -msgstr "输入无效! 使用有效输入重试 [1 到 {},或 0 到禁用]" +msgstr "输入无效! 使用有效输入重试 [1 到 {max_downloads},或 0 禁用]" msgid "Parallel Downloads" msgstr "并行下载" @@ -904,7 +904,7 @@ msgid "This partition is currently encrypted, to format it a filesystem has to b msgstr "此分区当前已加密,要格式化它必须指定文件系统" msgid "Partition mount-points are relative to inside the installation, the boot would be /boot as an example." -msgstr " * 分区挂载点是相对于安装目录内部的,例如引导分区(boot)的挂载点为 /boot。" +msgstr "分区挂载点是相对于安装目录内部的,例如引导分区(boot)的挂载点为 /boot。" msgid "If mountpoint /boot is set, then the partition will also be marked as bootable." msgstr "如果设置了挂载点 /boot,则该分区也将被标记为可引导。" @@ -1070,76 +1070,69 @@ msgstr "正在查找可能用于保存配置文件的目录 ..." msgid "Select directory (or directories) for saving configuration files" msgstr "选择一个或多个硬盘驱动器来使用和配置" -#, fuzzy msgid "Add a custom mirror" -msgstr "添加一个用户" +msgstr "添加自定义镜像" msgid "Change custom mirror" -msgstr "" +msgstr "更改自定义镜像" msgid "Delete custom mirror" -msgstr "" +msgstr "删除自定义镜像" -#, fuzzy msgid "Enter name (leave blank to skip): " msgstr "输入用户名(留空跳过): " -#, fuzzy msgid "Enter url (leave blank to skip): " -msgstr "输入用户名(留空跳过): " +msgstr "输入网址(留空跳过): " -#, fuzzy msgid "Select signature check option" -msgstr "选择要添加的接口" +msgstr "选择签名检查选项" -#, fuzzy msgid "Select signature option" -msgstr "选择要添加的接口" +msgstr "选择签名选项" msgid "Custom mirrors" -msgstr "" +msgstr "自定义镜像" msgid "Defined" -msgstr "" +msgstr "已定义" -#, fuzzy msgid "Save user configuration (including disk layout)" -msgstr "保存用户配置" +msgstr "保存用户配置(包括磁盘布局)" -#, fuzzy msgid "" "Enter a directory for the configuration(s) to be saved (tab completion enabled)\n" "Save directory: " -msgstr "输入要保存配置的目录: " +msgstr "" +"输入要保存配置的目录(制表符可补全)\n" +"保存目录: " msgid "" "Do you want to save {} configuration file(s) in the following location?\n" "\n" "{}" msgstr "" +"您想将 {} 个配置文件保存在以下位置吗?\n" +"\n" +"{}" -#, fuzzy msgid "Saving {} configuration files to {}" -msgstr "保存配置" +msgstr "将 {} 配置文件保存到 {}" -#, fuzzy msgid "Mirrors" -msgstr "镜像区域" +msgstr "镜像" -#, fuzzy msgid "Mirror regions" msgstr "镜像区域" -#, fuzzy msgid " - Maximum value : {} ( Allows {} parallel downloads, allows {max_downloads+1} downloads at a time )" -msgstr " - 最大值:{}(允许 {} 次并行下载,一次允许 {} 次下载)" +msgstr " - 最大值:{}(允许 {} 个并行下载,每次允许 {max_downloads+1} 个下载)" msgid "Invalid input! Try again with a valid input [1 to {}, or 0 to disable]" msgstr "输入无效! 使用有效输入重试 [1 到 {},或 0 到禁用]" msgid "Locales" -msgstr "" +msgstr "区域设置" -#, fuzzy msgid "Use NetworkManager (necessary to configure internet graphically in GNOME and KDE)" -msgstr "使用 NetworkManager(在 GNOME 和 KDE 中以图形方式配置 Internet 所必需的)" +msgstr "使用 NetworkManager(在 GNOME 和 KDE 中以图形方式配置互联网所必需)" -- cgit v1.2.3-54-g00ecf From 0852a7cacbeb5e071a6f7ba3ba0f6a639d8ec2d9 Mon Sep 17 00:00:00 2001 From: Hasan Oruc <65034033+Oruch379@users.noreply.github.com> Date: Mon, 31 Jul 2023 10:41:26 +0300 Subject: Updated and corrected translation. (#1910) * Updated and corrected translation. * Updated and corrected translation. --- archinstall/locales/tr/LC_MESSAGES/base.po | 58 +++++++++++++++--------------- 1 file changed, 29 insertions(+), 29 deletions(-) (limited to 'archinstall/locales') diff --git a/archinstall/locales/tr/LC_MESSAGES/base.po b/archinstall/locales/tr/LC_MESSAGES/base.po index 8d82f48a..710ab86f 100644 --- a/archinstall/locales/tr/LC_MESSAGES/base.po +++ b/archinstall/locales/tr/LC_MESSAGES/base.po @@ -3,7 +3,7 @@ msgstr "" "Project-Id-Version: \n" "POT-Creation-Date: 21.05.2022\n" "PO-Revision-Date: 2022-05-25 17:42+0300\n" -"Last-Translator: Schwarze \n" +"Last-Translator: Hasan Oruc \n" "Language-Team: \n" "Language: tr\n" "MIME-Version: 1.0\n" @@ -55,7 +55,7 @@ msgid "Only packages such as base, base-devel, linux, linux-firmware, efibootmgr msgstr "Sadece base, base-devel, linux, linux-firmware, efibootmgr ve tercihi profil paketleri kuruldu." msgid "If you desire a web browser, such as firefox or chromium, you may specify it in the following prompt." -msgstr "Eğer bir internet tarayıcısı arzu ediyorsanız, Firefox ya da Chromium gibi, sıra gelen ekranda belirtebilirsiniz." +msgstr "Firefox ya da Chromium gibi bir web tarayıcısı isterseniz, sıradaki ekranda belirtebilirsiniz." msgid "Write additional packages to install (space separated, leave blank to skip): " msgstr "Kurulacak ek paketleri yazınız (boşlukla ayrılmış, geçmek için boş bırakın): " @@ -122,13 +122,13 @@ msgid "" msgstr "" "{}\n" "\n" -"Dizinden hangi disk bölümünün nereye mount (monte) edileceğini seçin" +"Dizinden hangi disk bölümünün nereye mount edileceğini (bağlanacağını) seçin" msgid " * Partition mount-points are relative to inside the installation, the boot would be /boot as an example." -msgstr " * Disk bölümü mount (monte) noktaları iç kurulumla ilişkilidir, örnek olarak boot, /boot olacaktır." +msgstr " * Disk bölümü mount (bağlantı) noktaları iç kurulumla ilişkilidir, örnek olarak boot, /boot olacaktır." msgid "Select where to mount partition (leave blank to remove mountpoint): " -msgstr "Disk bölümünün nereye mount (monte) edileceğini seçin (mount noktasını kaldırmak için boş bırakın): " +msgstr "Disk bölümünün nereye mount edileceğini (bağlanacağını) seçin (mount (bağlantı) noktasını kaldırmak için boş bırakın): " msgid "" "{}\n" @@ -173,7 +173,7 @@ msgid "Archinstall language" msgstr "Archinstall dili" msgid "Wipe all selected drives and use a best-effort default partition layout" -msgstr "Bütün seçilmiş diskleri temizle ve elden gelen en iyi varsayılan disk bölümü düzenini kullan" +msgstr "Bütün seçilmiş diskleri temizle ve olabilecek en iyi varsayılan disk bölümü düzenini kullan" msgid "Select what to do with each individual drive (followed by partition usage)" msgstr "Her bir disk ile ne yapılacağını seçin (disk bölümü kullanımı ile takip edilir)" @@ -200,7 +200,7 @@ msgid "For the best compatibility with your Intel hardware, you may want to use msgstr "Intel donanımınızla en iyi uyumluluk için, tam açık-kaynak ya da Intel ayarlarından birini kullanmak isteyebilirsiniz.\n" msgid "For the best compatibility with your Nvidia hardware, you may want to use the Nvidia proprietary driver.\n" -msgstr "Nvidia donanımınızla en iyi uyumluluk için, Nvidia patentli sürücüyü kullanmak isteyebilirsiniz.\n" +msgstr "Nvidia donanımınızla en iyi uyumluluk için, Nvidia sahipli sürücüyü kullanmak isteyebilirsiniz.\n" msgid "" "\n" @@ -269,7 +269,7 @@ msgid "Encryption password" msgstr "Şifreleme parolası" msgid "Swap" -msgstr "Swap (değişim)" +msgstr "Swap (takas)" msgid "Bootloader" msgstr "Önyükleyici" @@ -311,7 +311,7 @@ msgid "" "Do you wish to continue?" msgstr "" "Sabit disk seçimini geçmeye karar verdiniz ve\n" -"{}'e ne mount (monte) edilmişse onu kullanacaksınız (deneysel)\n" +"{}'e ne mount edilmişse (bağlanmışsa) onu kullanacaksınız (deneysel)\n" "UYARI: Archinstall bu kurulumun uygunluğunu kontrol etmeyecek\n" "Devam etmek istiyor musunuz?" @@ -328,7 +328,7 @@ msgid "Clear/Delete all partitions" msgstr "Bütün disk bölümlerini temizle/sil" msgid "Assign mount-point for a partition" -msgstr "Bir disk bölümü için mount (monte) noktası ata" +msgstr "Bir disk bölümü için mount (bağlantı) noktası ata" msgid "Mark/Unmark a partition to be formatted (wipes data)" msgstr "Bir disk bölümünü biçimlendirilmek üzere işaretle/işareti kaldır (veriyi temizler)" @@ -340,7 +340,7 @@ msgid "Mark/Unmark a partition as bootable (automatic for /boot)" msgstr "Bir disk bölümünü önyüklenebilir olarak işaretle/işareti kaldır (/boot için otomatik)" msgid "Set desired filesystem for a partition" -msgstr "Bir disk bölümü için arzu edilen dosya sistemini ayarla" +msgstr "Bir disk bölümü için istenilen dosya sistemini ayarla" msgid "Abort" msgstr "İptal et" @@ -355,7 +355,7 @@ msgid "Timezone" msgstr "Zaman dilimi" msgid "Set/Modify the below options" -msgstr "Aşağıdaki ayarları ayarla/modifiye et" +msgstr "Aşağıdaki ayarları ayarla/değiştir" msgid "Install" msgstr "Kur" @@ -382,7 +382,7 @@ msgid "Create a required super-user with sudo privileges: " msgstr "Gerekli bir sudo yetkilerine sahip süper-kullanıcı oluşturun: " msgid "Enter root password (leave blank to disable root): " -msgstr "Root (kök) şifresi girin (root'u hizmet dışı bırakmak için boş bırakın): " +msgstr "Root (kök) şifresi girin (root'u devre dışı bırakmak için boş bırakın): " msgid "Password for user \"{}\": " msgstr "Kullanıcı \"{}\" için şifre: " @@ -391,7 +391,7 @@ msgid "Verifying that additional packages exist (this might take a few seconds)" msgstr "Ek paketlerin varlığı doğrulanıyor (bu bir kaç saniye alabilir)" msgid "Would you like to use automatic time synchronization (NTP) with the default time servers?\n" -msgstr "Varsayılan zaman sunucularıyla otomatik zaman eşzamanlamasını (NTP) kullanmak ister misiniz?\n" +msgstr "Varsayılan zaman sunucularıyla otomatik zaman eş zamanlamasını (NTP) kullanmak ister misiniz?\n" msgid "" "Hardware time and other post-configuration steps might be required in order for NTP to work.\n" @@ -454,13 +454,13 @@ msgid "Pre-existing pacman lock never exited. Please clean up any existing pacma msgstr "Önceden var olan pacman kilidi çıkış yapmadı. Lütfen archinstall'ı kullanmadan once mevcut olan pacman oturumlarını temizleyin." msgid "Choose which optional additional repositories to enable" -msgstr "Hangi tercihi ek repositorylerin (depoların) aktifleştirileceğini seçin" +msgstr "Hangi tercihi ek depoların (repositorylerin) aktifleştirileceğini seçin" msgid "Add a user" msgstr "Kullanıcı ekle" msgid "Change password" -msgstr "Şifren değiştir" +msgstr "Şifre değiştir" msgid "Promote/Demote user" msgstr "Kullanıcı terfi et/indirge" @@ -488,7 +488,7 @@ msgid "No network configuration" msgstr "Ağ yapılandırması yok" msgid "Set desired subvolumes on a btrfs partition" -msgstr "Btrfs disk bölümünde arzu edilen alt disk bölümülerini ayarlayın" +msgstr "Btrfs disk bölümünde istenilen alt disk bölümülerini ayarlayın" msgid "" "{}\n" @@ -527,7 +527,7 @@ msgid "Not a valid directory: {}" msgstr "Geçerli bir dizin değil: {}" msgid "The password you are using seems to be weak," -msgstr "Kullandığınız şifre zayıf gözüküyor," +msgstr "Kullandığınız şifre zayıf görünüyor," msgid "are you sure you want to use it?" msgstr "Kullanmak istediğinize emin misiniz?" @@ -564,13 +564,13 @@ msgid "" " Fill the desired values for a new subvolume \n" msgstr "" "\n" -"Yeni bir alt disk bölümü için arzu edilen değerleri doldurun\n" +"Yeni bir alt disk bölümü için istenilen değerleri doldurun\n" msgid "Subvolume name " msgstr "Alt disk bölümü ismi " msgid "Subvolume mountpoint" -msgstr "Alt disk bölümü monte noktası" +msgstr "Alt disk bölümü bağlantı noktası" msgid "Subvolume options" msgstr "Alt disk bölümü seçenekleri" @@ -582,7 +582,7 @@ msgid "Subvolume name :" msgstr "Alt disk bölümü ismi :" msgid "Select a mount point :" -msgstr "Bir monte noktası seçin :" +msgstr "Bir bağlantı noktası seçin :" msgid "Select the desired subvolume options " msgstr "İstenilen alt disk bölümü ayarlarını seçin " @@ -651,13 +651,13 @@ msgid "Mark/Unmark a partition as compressed (btrfs only)" msgstr "Bir disk bölümünü sıkıştırılmış olarak işaretle/işareti kaldır (sadece btrfs)" msgid "The password you are using seems to be weak, are you sure you want to use it?" -msgstr "Kullandığınız şifre zayıf gözüküyor, kullanmak istediğinize emin misiniz?" +msgstr "Kullandığınız şifre zayıf görünüyor, kullanmak istediğinize emin misiniz?" msgid "Provides a selection of desktop environments and tiling window managers, e.g. gnome, kde, sway" -msgstr "Masaüstü ortamları ve otomatik hizalamalı pencere yöneticilerine bir seçenek sunar, örnek olarak gnome, kde, sway" +msgstr "Masaüstü ortamları ve otomatik döşemeli pencere yöneticilerine bir seçenek sunar, örnek olarak gnome, kde, sway" msgid "Select your desired desktop environment" -msgstr "Arzu ettiğiniz masaüstü ortamını seçin" +msgstr "İstediğiniz masaüstü ortamını seçin" msgid "A very basic installation that allows you to customize Arch Linux as you see fit." msgstr "Arch Linux'u istediğin gibi kişiselleştirmeni sağlayan çok basit bir kurulum." @@ -735,7 +735,7 @@ msgid "Value: " msgstr "Değer: " msgid "You can skip selecting a drive and partitioning and use whatever drive-setup is mounted at /mnt (experimental)" -msgstr "Disk seçmeyi ve disk bölümlendirmeyi geçebilir ve disk kurulumu /mnt dizininde neye mount (monte) ediliyse onu kullanabilirsiniz (deneysel)" +msgstr "Disk seçmeyi ve disk bölümlendirmeyi geçebilir ve disk kurulumu /mnt dizininde neye mount ediliyse (bağlandıysa) onu kullanabilirsiniz (deneysel)" msgid "Select one of the disks or skip and use /mnt as default" msgstr "Disklerden birini seçin ya da geçin ve /mnt dizinini varsayılan olarak kullanın" @@ -760,7 +760,7 @@ msgstr "Bus(veri yolu)-tipi" #, fuzzy msgid "Either root-password or at least 1 user with sudo privileges must be specified" -msgstr "RKök şifresi ya da en azından 1 adet süper-kullanıcı belirtilmek zorunda" +msgstr "Kök şifresi ya da en azından 1 adet süper-kullanıcı belirtilmek zorunda" #, fuzzy msgid "Enter username (leave blank to skip): " @@ -912,7 +912,7 @@ msgid "Mark/Unmark to be formatted (wipes data)" msgstr "Bir disk bölümünü biçimlendirilmek üzere işaretle/işareti kaldır (verileri siler)" msgid "Mark/Unmark as bootable" -msgstr "Önyüklenebilir olarak İşaretle/İşareti kaldır" +msgstr "Önyüklenebilir olarak işaretle/işareti kaldır" msgid "Change filesystem" msgstr "Dosya sistemini değiştir" @@ -937,13 +937,13 @@ msgstr "Bu disk bölümü şu anda şifrelenmiştir, biçimlendirmek için bir d #, fuzzy msgid "Partition mount-points are relative to inside the installation, the boot would be /boot as an example." -msgstr " * Disk bölümü mount (monte) noktaları iç kurulumla ilişkilidir, örnek olarak boot, /boot olacaktır." +msgstr " * Disk bölümü mount (bağlantı) noktaları iç kurulumla ilişkilidir, örnek olarak boot, /boot olacaktır." msgid "If mountpoint /boot is set, then the partition will also be marked as bootable." msgstr "mountpoint /boot ayarlanmışsa, bölüm de önyüklenebilir olarak işaretlenecektir." msgid "Mountpoint: " -msgstr "Monte etme noktası: " +msgstr "Bağlantı noktası: " msgid "Current free sectors on device {}:" msgstr "{} cihazındaki mevcut boş sektörler:" -- cgit v1.2.3-54-g00ecf From f7604c81a6133c205ce46f6034907f29feda53ad Mon Sep 17 00:00:00 2001 From: Pedro Chaparro <94259578+PChaparro@users.noreply.github.com> Date: Mon, 31 Jul 2023 13:45:32 -0500 Subject: Translate: Add some missing Spanish translations (#1969) * feat(locales/es): Add some missing spanish translations * feat(locales/es): Run `locales_generator.sh` script to update the `base.mo` file Follow the `archinstall/locales/README.md` instructions to add / update languages. * feat(locales/es): Add some new missing translations * feat(locales/es): Run `locales_generator.sh` script to update the `base.mo` file --- archinstall/locales/es/LC_MESSAGES/base.mo | Bin 24396 -> 30843 bytes archinstall/locales/es/LC_MESSAGES/base.po | 162 ++++++++++++++++++++--------- 2 files changed, 115 insertions(+), 47 deletions(-) (limited to 'archinstall/locales') diff --git a/archinstall/locales/es/LC_MESSAGES/base.mo b/archinstall/locales/es/LC_MESSAGES/base.mo index 28b9dbe1..3bd2f6b5 100644 Binary files a/archinstall/locales/es/LC_MESSAGES/base.mo and b/archinstall/locales/es/LC_MESSAGES/base.mo differ diff --git a/archinstall/locales/es/LC_MESSAGES/base.po b/archinstall/locales/es/LC_MESSAGES/base.po index e00e0e8c..b218b772 100644 --- a/archinstall/locales/es/LC_MESSAGES/base.po +++ b/archinstall/locales/es/LC_MESSAGES/base.po @@ -97,10 +97,10 @@ msgid "Enter a desired filesystem type for the partition" msgstr "Ingrese un tipo de sistema de archivos deseado para la partición" msgid "Enter the start location (in parted units: s, GB, %, etc. ; default: {}): " -msgstr "" +msgstr "Seleccione la ubicación de inicio (en unidades parted: s, GB, %, etc. ; predeterminado: {}):" msgid "Enter the end location (in parted units: s, GB, %, etc. ; ex: {}): " -msgstr "" +msgstr "Seleccione la ubicación de fin (en unidades parted: s, GB, %, etc. ; ej.: {}):" msgid "{} contains queued partitions, this will remove those, are you sure?" msgstr "{} contiene particiones en cola, esto eliminará esas particiones, ¿estás seguro?" @@ -766,23 +766,23 @@ msgid "Select which partitions to encrypt" msgstr "Seleccione qué particiones cifrar" msgid "very weak" -msgstr "" +msgstr "Muy débil" msgid "weak" -msgstr "" +msgstr "Débil" msgid "moderate" -msgstr "" +msgstr "Moderado" msgid "strong" -msgstr "" +msgstr "Fuerte" #, fuzzy msgid "Add subvolume" msgstr " Subvolumen :{:16}" msgid "Edit subvolume" -msgstr "" +msgstr "Editar subvolumen" #, fuzzy msgid "Delete subvolume" @@ -792,51 +792,54 @@ msgid "Configured {} interfaces" msgstr "" msgid "This option enables the number of parallel downloads that can occur during installation" -msgstr "" +msgstr "Esta opción habilita la cantidad de descargas paralelas que pueden ocurrir durante la instalación" msgid "" "Enter the number of parallel downloads to be enabled.\n" " (Enter a value between 1 to {})\n" "Note:" msgstr "" +"Introduzca el número de descargas paralelas que se habilitarán.\n" +" (Ingrese un valor entre 1 y {})\n" +"Nota:" msgid " - Maximum value : {} ( Allows {} parallel downloads, allows {} downloads at a time )" -msgstr "" +msgstr " - Valor máximo : {} ( Habilita {} descargas paralelas, permite {} descargas simultáneas )" msgid " - Minimum value : 1 ( Allows 1 parallel download, allows 2 downloads at a time )" -msgstr "" +msgstr " - Valor mínimo : 1 ( Habilita 1 descarga paralela, permite 2 descargas simultáneas )" msgid " - Disable/Default : 0 ( Disables parallel downloading, allows only 1 download at a time )" -msgstr "" +msgstr " - Deshabilitar/Predeterminado : 0 ( Deshabilita la descarga paralela, permite solo 1 descarga simultánea )" #, python-brace-format msgid "Invalid input! Try again with a valid input [1 to {max_downloads}, or 0 to disable]" -msgstr "" +msgstr "¡Entrada no válida! Inténtelo de nuevo con un valor válido [1 a {max_downloads}, o 0 para deshabilitar]" msgid "Parallel Downloads" -msgstr "" +msgstr "Descargas paralelas" #, fuzzy msgid "ESC to skip" msgstr "Use ESC para saltar" msgid "CTRL+C to reset" -msgstr "" +msgstr "CTRL+C para restablecer" msgid "TAB to select" -msgstr "" +msgstr "TAB para seleccionar" msgid "[Default value: 0] > " -msgstr "" +msgstr "[Valor predeterminado: 0] > " msgid "To be able to use this translation, please install a font manually that supports the language." -msgstr "" +msgstr "Para poder usar esta traducción, instale manualmente una fuente que admita el idioma." msgid "The font should be stored as {}" -msgstr "" +msgstr "La fuente debe almacenarse como {}" msgid "Archinstall requires root privileges to run. See --help for more." -msgstr "" +msgstr "Archinstall requiere privilegios de root para ejecutarse. Consulte --help para más información." #, fuzzy msgid "Select an execution mode" @@ -846,7 +849,7 @@ msgid "Unable to fetch profile from specified url: {}" msgstr "" msgid "Profiles must have unique name, but profile definitions with duplicate name found: {}" -msgstr "" +msgstr "Los perfiles deben tener un nombre único, pero se encontraron definiciones de perfil con nombre duplicado: {}" #, fuzzy msgid "Select one or more devices to use and configure" @@ -897,10 +900,10 @@ msgid "Mark/Unmark to be formatted (wipes data)" msgstr "Marcar/Desmarcar una partición para ser formateada (borra los datos)" msgid "Mark/Unmark as bootable" -msgstr "" +msgstr "Marcar/Desmarcar como bootable" msgid "Change filesystem" -msgstr "" +msgstr "Cambiar el sistema de archivos" #, fuzzy msgid "Mark/Unmark as compressed" @@ -915,23 +918,23 @@ msgid "Delete partition" msgstr "Eliminar una partición" msgid "Partition" -msgstr "" +msgstr "Partición" msgid "This partition is currently encrypted, to format it a filesystem has to be specified" -msgstr "" +msgstr "Esta partición está actualmente cifrada, para formatearla se debe especificar un sistema de archivos" #, fuzzy msgid "Partition mount-points are relative to inside the installation, the boot would be /boot as an example." msgstr " * Los puntos de montaje de partición son relativos a la instalación, el arranque sería /boot como ejemplo." msgid "If mountpoint /boot is set, then the partition will also be marked as bootable." -msgstr "" +msgstr "Si se establece el punto de montaje /boot, la partición también se marcará como bootable." msgid "Mountpoint: " -msgstr "" +msgstr "Punto de montaje: " msgid "Current free sectors on device {}:" -msgstr "" +msgstr "Sectores libres actuales en el dispositivo {}:" #, fuzzy msgid "Total sectors: {}" @@ -946,7 +949,7 @@ msgid "Enter the end sector of the partition (percentage or block number, defaul msgstr "Ingrese el sector final de la partición (porcentaje o número de bloque, ej: {}): " msgid "This will remove all newly added partitions, continue?" -msgstr "" +msgstr "Esto eliminará todas las particiones recientemente agregadas, ¿continuar?" msgid "Partition management: {}" msgstr "" @@ -959,10 +962,10 @@ msgid "Encryption type" msgstr "Contraseña de cifrado" msgid "Partitions" -msgstr "" +msgstr "Particiones" msgid "No HSM devices available" -msgstr "" +msgstr "No hay dispositivos HSM disponibles" #, fuzzy msgid "Partitions to be encrypted" @@ -988,19 +991,19 @@ msgid "Pre-mounted configuration" msgstr "Sin configuración" msgid "Unknown" -msgstr "" +msgstr "Desconocido" msgid "Partition encryption" -msgstr "" +msgstr "Cifrado de partición" msgid " ! Formatting {} in " -msgstr "" +msgstr " ! Formateando {} en " msgid "← Back" -msgstr "" +msgstr "← Regresar" msgid "Disk encryption" -msgstr "" +msgstr "Cifrado de disco" #, fuzzy msgid "Configuration" @@ -1015,16 +1018,16 @@ msgid "All settings will be reset, are you sure?" msgstr "{} contiene particiones en cola, esto eliminará esas particiones, ¿estás seguro?" msgid "Back" -msgstr "" +msgstr "Regresar" msgid "Please chose which greeter to install for the chosen profiles: {}" -msgstr "" +msgstr "Por favor, elija qué greeter instalar para los perfiles elegidos: {}" msgid "Environment type: {}" msgstr "" msgid "The proprietary Nvidia driver is not supported by Sway. It is likely that you will run into issues, are you okay with that?" -msgstr "" +msgstr "El controlador propietario de Nvidia no es compatible con Sway. Es probable que encuentre problemas, ¿Desear continuar?" #, fuzzy msgid "Installed packages" @@ -1074,22 +1077,25 @@ msgstr "" "Seleccione un controlador de gráficos o déjelo en blanco para instalar todos los controladores de código abierto" msgid "Sway needs access to your seat (collection of hardware devices i.e. keyboard, mouse, etc)" -msgstr "" +msgstr "Sway necesita acceso a sus dispositivos de hardware (teclado, mouse, etc.)" msgid "" "\n" "\n" "Choose an option to give Sway access to your hardware" msgstr "" +"\n" +"\n" +"Elija una opción para darle a Sway acceso a su hardware" msgid "Graphics driver" -msgstr "" +msgstr "Controlador de gráficos" msgid "Greeter" msgstr "" msgid "Please chose which greeter to install" -msgstr "" +msgstr "Por favor, elija qué greeter instalar" msgid "This is a list of pre-programmed default_profiles" msgstr "" @@ -1103,7 +1109,7 @@ msgid "Profiles" msgstr "Perfil" msgid "Finding possible directories to save configuration files ..." -msgstr "" +msgstr "Buscando posibles directorios para guardar los archivos de configuración ..." #, fuzzy msgid "Select directory (or directories) for saving configuration files" @@ -1114,10 +1120,10 @@ msgid "Add a custom mirror" msgstr "Añadir un usuario" msgid "Change custom mirror" -msgstr "" +msgstr "Modificar servidor de réplica personalizado" msgid "Delete custom mirror" -msgstr "" +msgstr "Eliminar servidor de réplica personalizado" #, fuzzy msgid "Enter name (leave blank to skip): " @@ -1136,7 +1142,7 @@ msgid "Select signature option" msgstr "Seleccione el diseño del disco" msgid "Custom mirrors" -msgstr "" +msgstr "Servidores de réplica personalizados" msgid "Defined" msgstr "" @@ -1156,6 +1162,9 @@ msgid "" "\n" "{}" msgstr "" +"¿Desea guardar {} archivo(s) de configuración en la siguiente ubicación?\n" +"\n" +"{}" #, fuzzy msgid "Saving {} configuration files to {}" @@ -1170,10 +1179,10 @@ msgid "Mirror regions" msgstr "Región del servidor" msgid " - Maximum value : {} ( Allows {} parallel downloads, allows {max_downloads+1} downloads at a time )" -msgstr "" +msgstr " - Valor máximo : {} ( Habilita {} descargas paralelas, permite {max_downloads+1} descargas simultáneas )" msgid "Invalid input! Try again with a valid input [1 to {}, or 0 to disable]" -msgstr "" +msgstr "¡Entrada no válida! Intente nuevamente con un valor válido [1 a {}, o 0 para deshabilitar]" msgid "Locales" msgstr "" @@ -1182,6 +1191,65 @@ msgstr "" msgid "Use NetworkManager (necessary to configure internet graphically in GNOME and KDE)" msgstr "Usar NetworkManager (necesario para configurar internet gráficamente en GNOME y KDE)" +#, fuzzy, python-brace-format +msgid "Invalid configuration: {error}" +msgstr "Configuración manual" + +#, fuzzy +msgid "This option enables the number of parallel downloads that can occur during package downloads" +msgstr "Esta opción habilita la cantidad de descargas paralelas que pueden ocurrir durante la instalación" + +#, fuzzy +msgid "" +"Enter the number of parallel downloads to be enabled.\n" +"\n" +"Note:\n" +msgstr "" +"Introduzca el número de descargas paralelas que se habilitarán.\n" +" (Ingrese un valor entre 1 y {})\n" +"Nota:" + +#, fuzzy +msgid " - Maximum recommended value : {} ( Allows {} parallel downloads at a time )" +msgstr " - Valor máximo : {} ( Habilita {} descargas paralelas, permite {} descargas simultáneas )" + +#, fuzzy +msgid " - Disable/Default : 0 ( Disables parallel downloading, allows only 1 download at a time )\n" +msgstr " - Deshabilitar/Predeterminado : 0 ( Deshabilita la descarga paralela, permite solo 1 descarga simultánea )" + +#, fuzzy +msgid "Invalid input! Try again with a valid input [or 0 to disable]" +msgstr "¡Entrada no válida! Intente nuevamente con un valor válido [1 a {}, o 0 para deshabilitar]" + +msgid "Total: {} / {}" +msgstr "" + +msgid "All entered values can be suffixed with a unit: B, KB, KiB, MB, MiB..." +msgstr "Todos los valores ingresados pueden tener una unidad como sufijo: B, KB, KiB, MB, MiB ..." + +msgid "If no unit is provided, the value is interpreted as sectors" +msgstr "Si no se proporciona ninguna unidad, el valor se interpreta como sectores" + +#, fuzzy +msgid "Enter start (default: sector {}): " +msgstr "Introduzca el sector de inicio (porcentaje o número de bloque, predeterminado: {}): " + +#, fuzzy +msgid "Enter end (default: {}): " +msgstr "Introduzca el sector de inicio (porcentaje o número de bloque, predeterminado: {}): " + +msgid "Unable to determine fido2 devices. Is libfido2 installed?" +msgstr "" + +msgid "Path" +msgstr "" + +msgid "Manufacturer" +msgstr "Fabricante" + +msgid "Product" +msgstr "Producto" + #~ msgid "Add :" #~ msgstr "Añadir :" -- cgit v1.2.3-54-g00ecf From 81ef09c336c1fc4dfbe5a324349d95a6bb30ce6d Mon Sep 17 00:00:00 2001 From: Hugo Carvalho Date: Wed, 2 Aug 2023 11:27:47 +0100 Subject: Fix and update Portuguese translation (#1972) --- archinstall/locales/pt/LC_MESSAGES/base.mo | Bin 16336 -> 37201 bytes archinstall/locales/pt/LC_MESSAGES/base.po | 584 ++++++++++++----------------- 2 files changed, 249 insertions(+), 335 deletions(-) (limited to 'archinstall/locales') diff --git a/archinstall/locales/pt/LC_MESSAGES/base.mo b/archinstall/locales/pt/LC_MESSAGES/base.mo index 67a5f03b..d83a2f46 100644 Binary files a/archinstall/locales/pt/LC_MESSAGES/base.mo and b/archinstall/locales/pt/LC_MESSAGES/base.mo differ diff --git a/archinstall/locales/pt/LC_MESSAGES/base.po b/archinstall/locales/pt/LC_MESSAGES/base.po index 843e9b7c..e3fa4904 100644 --- a/archinstall/locales/pt/LC_MESSAGES/base.po +++ b/archinstall/locales/pt/LC_MESSAGES/base.po @@ -1,20 +1,25 @@ +# Translators: +# Hugo Carvalho +# msgid "" msgstr "" "Project-Id-Version: \n" "POT-Creation-Date: \n" "PO-Revision-Date: \n" -"Language-Team: \n" -"Language: es\n" +"Last-Translator: Hugo Carvalho \n" +"Language-Team: Portuguese\n" +"Language: pt\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Generator: Poedit 3.0.1\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Generator: Poedit 3.3.2\n" msgid "[!] A log file has been created here: {} {}" -msgstr "[!] Um arquivo de log foi criado aqui: {} {}" +msgstr "[!] Um ficheiro de registo foi criado aqui: {} {}" msgid " Please submit this issue (and file) to https://github.com/archlinux/archinstall/issues" -msgstr " Por favor envie este problema (e arquivo) para https://github.com/archlinux/archinstall/issues" +msgstr " Submeta este problema (e ficheiro) para https://github.com/archlinux/archinstall/issues" msgid "Do you really want to abort?" msgstr "Queres mesmo abortar?" @@ -23,64 +28,64 @@ msgid "And one more time for verification: " msgstr "Uma última vez para verificação: " msgid "Would you like to use swap on zram?" -msgstr "Gostarias de usar swap em zram?" +msgstr "Gostaria de usar a swap em zram?" msgid "Desired hostname for the installation: " -msgstr "Hostname desejado para a instalação: " +msgstr "Nome do computador desejado para a instalação: " msgid "Username for required superuser with sudo privileges: " -msgstr "Nome de utilizador para o super-utilizador com privilégios sudo: " +msgstr "Nome de utilizador para o superutilizador com privilégios sudo: " msgid "Any additional users to install (leave blank for no users): " msgstr "Algum utilizador adicional para instalar (deixa em branco para nenhum utilizador): " msgid "Should this user be a superuser (sudoer)?" -msgstr "Deve este utilizador ser um super-utilizador (sudoer)?" +msgstr "Deve este utilizador ser um superutilizador (sudoer)?" msgid "Select a timezone" -msgstr "Seleciona um fuso horário" +msgstr "Selecione um fuso horário" msgid "Would you like to use GRUB as a bootloader instead of systemd-boot?" -msgstr "Preferias usar o GRUB como bootloader ao invés de systemd-boot?" +msgstr "Gostaria de utilizar o GRUB como carregador de arranque em vez do systemd-boot?" msgid "Choose a bootloader" -msgstr "Escolhe um bootloader" +msgstr "Escolha um carregador de arranque" msgid "Choose an audio server" -msgstr "Escolhe um servidor de áudio" +msgstr "Escolha um servidor de áudio" msgid "Only packages such as base, base-devel, linux, linux-firmware, efibootmgr and optional profile packages are installed." msgstr "Apenas pacotes como base, base-devel, linux, linux-firmware, efibootmgr e pacotes opcionais de perfil são instalados." msgid "If you desire a web browser, such as firefox or chromium, you may specify it in the following prompt." -msgstr "Se queres um navegador web, como firefox ou chromium, deves especificá-lo na próxima pergunta." +msgstr "Se quer um navegador web, como firefox ou chromium, deve especificá-lo na próxima pergunta." msgid "Write additional packages to install (space separated, leave blank to skip): " -msgstr "Escreve pacotes adicionais para instalar (separados por espaço, deixa em branco para não instalar nada): " +msgstr "Escreva pacotes adicionais para instalar (separados por espaço, deixar em branco para ignorar): " msgid "Copy ISO network configuration to installation" -msgstr "Copiar a configuração de rede do ISO para a instalação" +msgstr "Copiar a configuração de rede da ISO para a instalação" msgid "Use NetworkManager (necessary for configuring internet graphically in GNOME and KDE)" -msgstr "Usar NetworkManager (necessário para configurar internet graficamente em GNOME e KDE)" +msgstr "Usar o NetworkManager (necessário para configurar Internet graficamente em GNOME e KDE)" msgid "Select one network interface to configure" msgstr "Selecione uma interface de rede para configurar" msgid "Select which mode to configure for \"{}\" or skip to use default mode \"{}\"" -msgstr "Selecciona qual modo configurar para \"{}\" ou pula para usar o modo padrão \"{}\"" +msgstr "Seleccione qual o modo a configurar para \"{}\" ou ignorar para usar o modo padrão \"{}\"" msgid "Enter the IP and subnet for {} (example: 192.168.0.5/24): " -msgstr "Escreve a IP e subrede para {} (exemplo: 192.168.0.5/24): " +msgstr "Inserir o IP e subrede para {} (exemplo: 192.168.0.5/24): " msgid "Enter your gateway (router) IP address or leave blank for none: " -msgstr "Escreve a tua IP de gateway (router) ou deixa em branco para nenhuma: " +msgstr "Inserir o seu IP de gateway (router) ou deixe em branco para nenhum: " msgid "Enter your DNS servers (space separated, blank for none): " -msgstr "Escreve os servidores DNS (separados por espaço, deixa em branco para nenhum): " +msgstr "Inserir os servidores DNS (separados por espaço, deixe em branco para nenhum): " msgid "Select which filesystem your main partition should use" -msgstr "Seleciona qual sistema de ficheiros a partição principal deverá usar" +msgstr "Selecionar o sistema de ficheiros que a partição principal deve utilizar" msgid "Current partition layout" msgstr "Esquema actual da partições" @@ -93,16 +98,16 @@ msgstr "" "{}" msgid "Enter a desired filesystem type for the partition" -msgstr "Escreve o tipo de sistema de ficheiros desejado para a partição" +msgstr "Inserir o tipo de sistema de ficheiros desejado para a partição" msgid "Enter the start location (in parted units: s, GB, %, etc. ; default: {}): " -msgstr "" +msgstr "Inserir o local inicial (em unidades do parted: s, GB, %, etc. ; padrão: {}): " msgid "Enter the end location (in parted units: s, GB, %, etc. ; ex: {}): " -msgstr "" +msgstr "Inserir o local final (em unidades do parted: s, GB, %, etc. ; padrão: {}): " msgid "{} contains queued partitions, this will remove those, are you sure?" -msgstr "{} contem partições em fila, isto irá remover essas, tens a certeza?" +msgstr "{} contem partições em fila, isto irá remover essas, tem a certeza?" msgid "" "{}\n" @@ -192,13 +197,13 @@ msgid "Select one or more hard drives to use and configure" msgstr "Seleciona um ou mais discos rígidos para usar e configurar" msgid "For the best compatibility with your AMD hardware, you may want to use either the all open-source or AMD / ATI options." -msgstr "Para uma melhor compatibilidade com o teu hardware AMD, poderás querer usar a opção de todos os drivers open-source ou com proprietários da AMD / ATI." +msgstr "Para uma melhor compatibilidade com o teu hardware AMD, poderás querer usar a opção de todos os controladores de código-aberto ou com proprietários da AMD / ATI." msgid "For the best compatibility with your Intel hardware, you may want to use either the all open-source or Intel options.\n" -msgstr "Para uma melhor compatibilidade com o teu hardware Intel, poderás querer usar a opção de todos os drivers open-source ou com proprietários da Intel.\n" +msgstr "Para uma melhor compatibilidade com o teu hardware Intel, poderás querer usar a opção de todos os controladores de código-aberto ou com proprietários da Intel.\n" msgid "For the best compatibility with your Nvidia hardware, you may want to use the Nvidia proprietary driver.\n" -msgstr "Para uma melhor compatibilidade com o teu hardware Nvidia, poderás querer usar o driver proprietário da Nvidia.\n" +msgstr "Para uma melhor compatibilidade com o teu hardware Nvidia, poderás querer usar o controlador proprietário da Nvidia.\n" msgid "" "\n" @@ -207,10 +212,10 @@ msgid "" msgstr "" "\n" "\n" -"Seleciona um driver de gráficos ou deixa em branco para instalar todos os drivers open-source" +"Seleciona um controlador de gráficos ou deixa em branco para instalar todos os controladores de código-aberto" msgid "All open-source (default)" -msgstr "Todos os drivers open-source (padrão)" +msgstr "Todos os controladores de código-aberto (padrão)" msgid "Choose which kernels to use or leave blank for default \"{}\"" msgstr "Escolhe quais kernels usar ou deixa em branco para o padrão \"{}\"" @@ -234,16 +239,16 @@ msgid "You need to enter a valid fs-type in order to continue. See `man parted` msgstr "Precisas de colocar um tipo de sistema de ficheiros valido. Consulta o `man parted` para ver as opções validas." msgid "Error: Listing profiles on URL \"{}\" resulted in:" -msgstr "Erro: Listando os perfis em URL \"{}\" resulta em:" +msgstr "Erro: a listar os perfis em URL \"{}\" resulta em:" msgid "Error: Could not decode \"{}\" result as JSON:" -msgstr "Erro: Não foi possível decodificar \"{}\" como JSON:" +msgstr "Erro: não foi possível decodificar \"{}\" como JSON:" msgid "Keyboard layout" msgstr "Esquema do teclado" msgid "Mirror region" -msgstr "Região do mirror" +msgstr "Região do espelho" msgid "Locale language" msgstr "Idioma de localização" @@ -252,15 +257,13 @@ msgid "Locale encoding" msgstr "Codificação de localização" msgid "Drive(s)" -msgstr "Discos rígidos" +msgstr "Unidade(s)" -#, fuzzy msgid "Disk layout" -msgstr "Selecionar esquema de disco" +msgstr "Esquema do disco" -#, fuzzy msgid "Encryption password" -msgstr "Define a palavra-passe de encriptação" +msgstr "Palavra-passe de encriptação" msgid "Swap" msgstr "Swap" @@ -268,15 +271,14 @@ msgstr "Swap" msgid "Bootloader" msgstr "Carregador de arranque" -#, fuzzy msgid "Root password" msgstr "Palavra-passe de root" msgid "Superuser account" -msgstr "Conta de superusuário" +msgstr "Conta de superutilizador" msgid "User account" -msgstr "Conta de usuário" +msgstr "Conta de utilizador" msgid "Profile" msgstr "Perfil" @@ -305,13 +307,13 @@ msgid "" "WARNING: Archinstall won't check the suitability of this setup\n" "Do you wish to continue?" msgstr "" -"Decidiste ignorar a seleção de disco rígido\n" +"Decidiu ignorar a seleção de disco rígido\n" "e usar qualquer configuração de disco rígido montada em {} (experimental)\n" -"ATENÇÃO: Archinstall não verificar a viabilidade desta configuração\n" -"Deseja continuar?" +"ATENÇÃO: O archinstall não verifica a viabilidade desta configuração\n" +"Quer continuar?" msgid "Re-using partition instance: {}" -msgstr "Reutilizando a instância da partição: {}" +msgstr "A reutilizar a instância da partição: {}" msgid "Create a new partition" msgstr "Criar uma nova partição" @@ -399,11 +401,8 @@ msgstr "" msgid "Enter a username to create an additional user (leave blank to skip): " msgstr "Introduzir um nome de utilizador para criar um utilizador adicional (deixar em branco para saltar): " -#, fuzzy msgid "Use ESC to skip\n" -msgstr "" -"Usa ESC para saltar\n" -"\n" +msgstr "Use ESC para ignorar\n" msgid "" "\n" @@ -415,9 +414,8 @@ msgstr "" msgid "Cancel" msgstr "Cancelar" -#, fuzzy msgid "Confirm and exit" -msgstr "Configurar e sair" +msgstr "Confirmar e sair" msgid "Add" msgstr "Adicionar" @@ -431,7 +429,6 @@ msgstr "Editar" msgid "Delete" msgstr "Eliminar" -#, fuzzy msgid "Select an action for '{}'" msgstr "Selecione uma ação para '{}'" @@ -449,27 +446,25 @@ msgstr "" "Esta é a sua configuração escolhida:" msgid "Pacman is already running, waiting maximum 10 minutes for it to terminate." -msgstr "Pacman já está a funcionar, a aguardar até 10 minutos para terminar." +msgstr "O pacman já está a funcionar, a aguardar até 10 minutos para terminar." msgid "Pre-existing pacman lock never exited. Please clean up any existing pacman sessions before using archinstall." -msgstr "Pacman lock não terminou. Por favor, limpe as sessões de pacman existentes antes de usar o archinstall." +msgstr "O Pacman lock não terminou. Limpar as sessões de pacman existentes antes de usar o archinstall." msgid "Choose which optional additional repositories to enable" msgstr "Escolha quais repositórios adicionais opcionais a ativar" -#, fuzzy msgid "Add a user" -msgstr "Adicionar um utilizador" +msgstr "Adicionar utilizador" -#, fuzzy msgid "Change password" -msgstr "Introduzir nova palavra-passe" +msgstr "Alterar a palavra-passe" msgid "Promote/Demote user" msgstr "Promover/Demover utilizador" msgid "Delete User" -msgstr "Eliminar Utilizador" +msgstr "Eliminar utilizador" msgid "" "\n" @@ -479,25 +474,20 @@ msgstr "" "Definir um novo utilizador\n" msgid "User Name : " -msgstr "Nome de Utilizador : " +msgstr "Nome de utilizador : " -#, fuzzy msgid "Should {} be a superuser (sudoer)?" -msgstr "Deve {} ser um superutilizador (sudoer)?" +msgstr "{} deve ser um superutilizador (sudoer)?" -#, fuzzy msgid "Define users with sudo privilege: " msgstr "Definir utilizadores com privilégio sudo: " -#, fuzzy msgid "No network configuration" msgstr "Nenhuma configuração de rede" -#, fuzzy msgid "Set desired subvolumes on a btrfs partition" msgstr "Definir subvolumes desejados numa partição btrfs" -#, fuzzy msgid "" "{}\n" "\n" @@ -505,7 +495,7 @@ msgid "" msgstr "" "{}\n" "\n" -"Selecte qual partição definir subvolumes" +"Selecione em qual partição definir subvolumes" msgid "Manage btrfs subvolumes for current partition" msgstr "Gerir subvolumes btrfs para a partição atual" @@ -519,16 +509,14 @@ msgstr "Guardar configuração de utilizador" msgid "Save user credentials" msgstr "Guardar credenciais de utilizador" -#, fuzzy msgid "Save disk layout" -msgstr "Selecionar esquema de disco" +msgstr "Guardar esquema de disco" msgid "Save all" msgstr "Guardar tudo" -#, fuzzy msgid "Choose which configuration to save" -msgstr "Escolhe quais configurações guardar" +msgstr "Escolha qual a configuração a guardar" msgid "Enter a directory for the configuration(s) to be saved: " msgstr "Introduz um diretório para as configurações a serem guardadas: " @@ -539,13 +527,11 @@ msgstr "Não é uma diretoria válida: {}" msgid "The password you are using seems to be weak," msgstr "A palavra-passe que estás a usar parece ser fraca," -#, fuzzy msgid "are you sure you want to use it?" -msgstr "tens a certeza que quer usar?" +msgstr "tem certeza que deseja usá-la?" -#, fuzzy msgid "Optional repositories" -msgstr "Repositórios adicionais" +msgstr "Repositórios opcionais" msgid "Save configuration" msgstr "Guardar configuração" @@ -554,15 +540,13 @@ msgid "Missing configurations:\n" msgstr "Configurações em falta:\n" msgid "Either root-password or at least 1 superuser must be specified" -msgstr "É necessário especificar uma senha de root ou pelo menos 1 super-utilizador" +msgstr "É necessário especificar uma palavra-passe de root ou pelo menos 1 super-utilizador" -#, fuzzy msgid "Manage superuser accounts: " -msgstr "Gerir contas superutilizador: " +msgstr "Administrar contas de superutilizador: " -#, fuzzy msgid "Manage ordinary user accounts: " -msgstr "Gerir contas de utilizador: " +msgstr "Administrar contas de utilizador padrão: " msgid " Subvolume :{:16}" msgstr " Subvolume :{:16}" @@ -595,639 +579,569 @@ msgstr "Guardar" msgid "Subvolume name :" msgstr "Nome do subvolume :" -#, fuzzy msgid "Select a mount point :" msgstr "Selecione um ponto de montagem :" msgid "Select the desired subvolume options " msgstr "Selecione as opções desejadas do subvolume " -#, fuzzy msgid "Define users with sudo privilege, by username: " -msgstr "Define utilizadores com privilégio sudo, por nome de utilizador: " +msgstr "Defina utilizadores com privilégio sudo, por nome de utilizador: " -#, fuzzy msgid "[!] A log file has been created here: {}" msgstr "[!] Um ficheiro de registo foi criado aqui: {}" -#, fuzzy msgid "Would you like to use BTRFS subvolumes with a default structure?" -msgstr "Preferias usar o GRUB como bootloader ao invés de systemd-boot?" +msgstr "Deseja usar subvolumes BTRFS com a estrutura padrão?" -#, fuzzy msgid "Would you like to use BTRFS compression?" -msgstr "Gostarias de usar swap em zram?" +msgstr "Deseja usar a compressão BTRFS?" -#, fuzzy msgid "Would you like to create a separate partition for /home?" -msgstr "Gostarias de usar swap em zram?" +msgstr "Deseja criar uma partição separada para /home?" msgid "The selected drives do not have the minimum capacity required for an automatic suggestion\n" -msgstr "" +msgstr "As unidades selecionadas não tem a capacidade mínima para sugestão automática\n" msgid "Minimum capacity for /home partition: {}GB\n" -msgstr "" +msgstr "Capacidade mínima para partição /home : {}GB\n" msgid "Minimum capacity for Arch Linux partition: {}GB" -msgstr "" +msgstr "Capacidade mínima para a partição do Arch Linux: {}GB" msgid "Continue" -msgstr "" +msgstr "Continuar" msgid "yes" -msgstr "" +msgstr "sim" msgid "no" -msgstr "" +msgstr "não" msgid "set: {}" -msgstr "" +msgstr "definir: {}" msgid "Manual configuration setting must be a list" -msgstr "" +msgstr "O ajuste de configuração manual deve ser em lista" -#, fuzzy msgid "No iface specified for manual configuration" -msgstr "Guardar configuração de utilizador" +msgstr "Nenhum iface especificado para configuração manual" msgid "Manual nic configuration with no auto DHCP requires an IP address" -msgstr "" +msgstr "A configuração manual de NIC sem DHCP automático requer um endereço IP" msgid "Add interface" -msgstr "" +msgstr "Adicionar interface" msgid "Edit interface" -msgstr "" +msgstr "Editar interface" -#, fuzzy msgid "Delete interface" -msgstr "Eliminar Utilizador" +msgstr "Deletar interface" -#, fuzzy msgid "Select interface to add" -msgstr "Selecione uma interface de rede para configurar" +msgstr "Selecione interface para adicionar" -#, fuzzy msgid "Manual configuration" -msgstr "Guardar configuração" +msgstr "Configuração manual" -#, fuzzy msgid "Mark/Unmark a partition as compressed (btrfs only)" -msgstr "Marcar/Desmarcar uma partição como encriptada" +msgstr "Marcar/desmarcar a partição como comprimida (apenas btrfs)" -#, fuzzy msgid "The password you are using seems to be weak, are you sure you want to use it?" -msgstr "A palavra-passe que estás a usar parece ser fraca," +msgstr "A palavra-passe que está a usar parece ser fraca, tem a certeza que deseja utilizá-la?" msgid "Provides a selection of desktop environments and tiling window managers, e.g. gnome, kde, sway" -msgstr "" +msgstr "Proporciona uma seleção de ambientes gráficos e gerenciadores de janela como por exemplo gnome, kde, sway" msgid "Select your desired desktop environment" -msgstr "" +msgstr "Selecionar o ambiente gráfico desejado" msgid "A very basic installation that allows you to customize Arch Linux as you see fit." -msgstr "" +msgstr "Uma instalação bem básica que permite-lhe personalizar o Arch Linux como desejar." msgid "Provides a selection of various server packages to install and enable, e.g. httpd, nginx, mariadb" -msgstr "" +msgstr "Proporciona uma seleção de diversos pacotes de servidor para instalar e ativar como por exemplo httpd, nginx, mariadb" msgid "Choose which servers to install, if none then a minimal installation will be done" -msgstr "" +msgstr "Escolher os servidores a instalar, se não houver nenhum, será efetuada uma instalação mínima" msgid "Installs a minimal system as well as xorg and graphics drivers." -msgstr "" +msgstr "Instala um sistema mínimo assim como xorg e controladores de vídeo." msgid "Press Enter to continue." -msgstr "" +msgstr "Prima Enter para continuar." msgid "Would you like to chroot into the newly created installation and perform post-installation configuration?" -msgstr "" +msgstr "Deseja fazer chroot para a nova instalação e realizar configuração pós-instalação?" -#, fuzzy msgid "Are you sure you want to reset this setting?" -msgstr "tens a certeza que quer usar?" +msgstr "Tem a certeza que desejar repor esta configuração?" -#, fuzzy msgid "Select one or more hard drives to use and configure\n" -msgstr "Seleciona um ou mais discos rígidos para usar e configurar" +msgstr "Selecionar uma ou mais unidades a usar e configurar\n" msgid "Any modifications to the existing setting will reset the disk layout!" -msgstr "" +msgstr "Quaisquer modificações na configuração existente irá repor o esquema de disco!" msgid "If you reset the harddrive selection this will also reset the current disk layout. Are you sure?" -msgstr "" +msgstr "Se repor a seleção da unidade isso também repor o esquema do disco atual. Tem a certeza?" -#, fuzzy msgid "Save and exit" -msgstr "Configurar e sair" +msgstr "Guardar e sair" -#, fuzzy msgid "" "{}\n" "contains queued partitions, this will remove those, are you sure?" -msgstr "{} contem partições em fila, isto irá remover essas, tens a certeza?" +msgstr "" +"{}\n" +"contém partições enfileiradas, isso irá removê-las, tem certeza?" -#, fuzzy msgid "No audio server" -msgstr "Escolhe um servidor de áudio" +msgstr "Sem servidor de áudio" msgid "(default)" -msgstr "" +msgstr "(por omissão)" -#, fuzzy msgid "Use ESC to skip" -msgstr "" -"Usa ESC para saltar\n" -"\n" +msgstr "Use ESC para ignorar" msgid "" "Use CTRL+C to reset current selection\n" "\n" msgstr "" +"Use CTRL+C para redefinir a seleção atual\n" +"\n" -#, fuzzy msgid "Copy to: " -msgstr "Copiar para :" +msgstr "Copiar para: " -#, fuzzy msgid "Edit: " -msgstr "Editar :" +msgstr "Editar: " msgid "Key: " -msgstr "" +msgstr "Chave: " -#, fuzzy msgid "Edit {}: " -msgstr "Editar :" +msgstr "Editar {}: " msgid "Add: " -msgstr "" +msgstr "Adicionar: " -#, fuzzy msgid "Value: " -msgstr "Valor :" +msgstr "Valor: " msgid "You can skip selecting a drive and partitioning and use whatever drive-setup is mounted at /mnt (experimental)" -msgstr "" +msgstr "Pode ignorar a seleção de unidade e particionar seja lá o que estiver montado em /mnt (experimental)" msgid "Select one of the disks or skip and use /mnt as default" -msgstr "" +msgstr "Selecionar um dos discos ou ignore e use /mnt como padrão" -#, fuzzy msgid "Select which partitions to mark for formatting:" -msgstr "" -"{}\n" -"\n" -"Seleciona a partição a mascar para formatar" +msgstr "Selecionar quais partições a marcar para formatar:" msgid "Use HSM to unlock encrypted drive" -msgstr "" +msgstr "Usar HSM para desbloquear unidade encriptada" msgid "Device" -msgstr "" +msgstr "Dispositivo" msgid "Size" -msgstr "" +msgstr "Tamanho" msgid "Free space" -msgstr "" +msgstr "Espaço livre" msgid "Bus-type" -msgstr "" +msgstr "Tipo de barramento" -#, fuzzy msgid "Either root-password or at least 1 user with sudo privileges must be specified" -msgstr "É necessário especificar uma senha de root ou pelo menos 1 super-utilizador" +msgstr "Deve-se especificar uma palavra-passe de root ou pelo menos 1 utilizador com privilégios de sudo" -#, fuzzy msgid "Enter username (leave blank to skip): " -msgstr "Introduzir um nome de utilizador para criar um utilizador adicional (deixar em branco para saltar): " +msgstr "Introduza um nome de utilizador (deixe em branco para ignorar): " msgid "The username you entered is invalid. Try again" -msgstr "" +msgstr "O nome de utilizador que introduziu é inválido. Tente novamente" -#, fuzzy msgid "Should \"{}\" be a superuser (sudo)?" -msgstr "Deve {} ser um superutilizador (sudoer)?" +msgstr "\"{}\" deve ser um superutilizador (sudo)?" -#, fuzzy msgid "Select which partitions to encrypt" -msgstr "Seleciona a partição a marcar como encriptada" +msgstr "Selecionar quais as partições encriptar" msgid "very weak" -msgstr "" +msgstr "muito fraca" msgid "weak" -msgstr "" +msgstr "fraca" msgid "moderate" -msgstr "" +msgstr "moderada" msgid "strong" -msgstr "" +msgstr "forte" -#, fuzzy msgid "Add subvolume" -msgstr " Subvolume :{:16}" +msgstr "Adicionar subvolume" msgid "Edit subvolume" -msgstr "" +msgstr "Editar subvolume" -#, fuzzy msgid "Delete subvolume" -msgstr "Eliminar Utilizador" +msgstr "Eliminar subvolume" msgid "Configured {} interfaces" -msgstr "" +msgstr "{} interfaces configuradas" msgid "This option enables the number of parallel downloads that can occur during installation" -msgstr "" +msgstr "Esta opção ativa o número de descargas paralelas que podem ocorrer durante a instalação" msgid "" "Enter the number of parallel downloads to be enabled.\n" " (Enter a value between 1 to {})\n" "Note:" msgstr "" +"Insira o número de descargas paralelas a serem ativadas.\n" +" (Insira um valor entre 1 e {})\n" +"Observação:" msgid " - Maximum value : {} ( Allows {} parallel downloads, allows {} downloads at a time )" -msgstr "" +msgstr " - Valor máximo : {} ( Permite {} descargas paralelas, permite {} descargas de cada vez )" msgid " - Minimum value : 1 ( Allows 1 parallel download, allows 2 downloads at a time )" -msgstr "" +msgstr " - Valor mínimo : 1 ( Permite 1 descarga paralela, permite 2 descargas de cada vez )" msgid " - Disable/Default : 0 ( Disables parallel downloading, allows only 1 download at a time )" -msgstr "" +msgstr " - Desativar/Padrão : 0 ( Desativa as descargas paralelas, permite apenas 1 descarga de cada vez )" #, python-brace-format msgid "Invalid input! Try again with a valid input [1 to {max_downloads}, or 0 to disable]" -msgstr "" +msgstr "Entrada inválida! Tente novamente com uma entrada válida [1 para {max_downloads}, ou 0 para desativar]" msgid "Parallel Downloads" -msgstr "" +msgstr "Descargas paralelas" -#, fuzzy msgid "ESC to skip" -msgstr "" -"Usa ESC para saltar\n" -"\n" +msgstr "ESC para sair" msgid "CTRL+C to reset" -msgstr "" +msgstr "CTRL+C para reiniciar" msgid "TAB to select" -msgstr "" +msgstr "TAB para selecionar" msgid "[Default value: 0] > " -msgstr "" +msgstr "[Valor padrão: 0] > " msgid "To be able to use this translation, please install a font manually that supports the language." -msgstr "" +msgstr "Para poder usar esta tradução, instale manualmente um tipo de letra que suporte o idioma." msgid "The font should be stored as {}" -msgstr "" +msgstr "O tipo de letra deve ser armazenado como {}" msgid "Archinstall requires root privileges to run. See --help for more." -msgstr "" +msgstr "O Archinstall requer privilégios de root para ser executado. Consulte --help para mais informações." -#, fuzzy msgid "Select an execution mode" -msgstr "Selecione uma ação para '{}'" +msgstr "Selecionar um modo de execução" msgid "Unable to fetch profile from specified url: {}" -msgstr "" +msgstr "Não foi possível obter o perfil a partir do URL especificado: {}" msgid "Profiles must have unique name, but profile definitions with duplicate name found: {}" -msgstr "" +msgstr "Os perfis devem ter nomes únicos, mas foram encontradas definições de perfil com nomes duplicados: {}" -#, fuzzy msgid "Select one or more devices to use and configure" -msgstr "Seleciona um ou mais discos rígidos para usar e configurar" +msgstr "Selecionar um ou mais dispositivos a usar e configurar" msgid "If you reset the device selection this will also reset the current disk layout. Are you sure?" -msgstr "" +msgstr "Se repor a seleção do dispositivo, também irá repor o esquema atual do disco. Tem a certeza?" -#, fuzzy msgid "Existing Partitions" -msgstr "Adicionando partição...." +msgstr "Partições existentes" -#, fuzzy msgid "Select a partitioning option" -msgstr "Eliminar uma partição" +msgstr "Selecionar uma opção de particionamento" -#, fuzzy msgid "Enter the root directory of the mounted devices: " -msgstr "Introduz um diretório para as configurações a serem guardadas: " +msgstr "Inserir o diretório root dos dispositivos montados: " msgid "Minimum capacity for /home partition: {}GiB\n" -msgstr "" +msgstr "Capacidade mínima para partição /home : {}GiB\n" msgid "Minimum capacity for Arch Linux partition: {}GiB" -msgstr "" +msgstr "Capacidade mínima para a partição do Arch Linux: {}GiB" -#, fuzzy msgid "This is a list of pre-programmed profiles_bck, they might make it easier to install things like desktop environments" -msgstr "Esta é uma lista de perfis pré-programados, podem facilitar a instalação de ambientes de trabalho" +msgstr "Esta é uma lista de perfis pré-programados, que podem por exemplo facilitar a instalação de ambientes gráficos" -#, fuzzy msgid "Current profile selection" -msgstr "Esquema actual da partições" +msgstr "Seleção de perfil atual" -#, fuzzy msgid "Remove all newly added partitions" -msgstr "Criar uma nova partição" +msgstr "Remover todas as partições recém adicionadas" -#, fuzzy msgid "Assign mountpoint" -msgstr "Atribuir um ponto de montagem para uma partição" +msgstr "Atribuir um ponto de montagem" -#, fuzzy msgid "Mark/Unmark to be formatted (wipes data)" -msgstr "Marcar/Desmarcar uma partição para ser formatada (apaga os dados)" +msgstr "Marcar/Desmarcar para ser formatada (apaga os dados)" msgid "Mark/Unmark as bootable" -msgstr "" +msgstr "Marcar/Desmarcar como partição de aranque" msgid "Change filesystem" -msgstr "" +msgstr "Alterar sistema de ficheiros" -#, fuzzy msgid "Mark/Unmark as compressed" -msgstr "Marcar/Desmarcar uma partição como encriptada" +msgstr "Marcar/Desmarcar como comprimida" -#, fuzzy msgid "Set subvolumes" -msgstr "Eliminar Utilizador" +msgstr "Definir subvolumes" -#, fuzzy msgid "Delete partition" -msgstr "Eliminar uma partição" +msgstr "Eliminar partição" msgid "Partition" -msgstr "" +msgstr "Partição" msgid "This partition is currently encrypted, to format it a filesystem has to be specified" -msgstr "" +msgstr "Esta partição está encriptada. Para formatá-la, deve ser especificado um sistema de ficheiros" -#, fuzzy msgid "Partition mount-points are relative to inside the installation, the boot would be /boot as an example." -msgstr " * Os pontos de montagem das partições são relativos à dentro da instalação, o boot seria /boot por exemplo." +msgstr "Os pontos de montagem das partições são relativos aos de dentro da instalação, boot por exemplo seria /boot." msgid "If mountpoint /boot is set, then the partition will also be marked as bootable." -msgstr "" +msgstr "Se o ponto de montagem /boot for definido, a partição também será marcada como inicializável." msgid "Mountpoint: " -msgstr "" +msgstr "Ponto de montagem: " msgid "Current free sectors on device {}:" -msgstr "" +msgstr "Atuais setores livres no dispositivo {}:" -#, fuzzy msgid "Total sectors: {}" -msgstr "Não é uma diretoria válida: {}" +msgstr "Total de setores: {}" -#, fuzzy msgid "Enter the start sector (default: {}): " -msgstr "Escreve o sector de início (percentagem ou número de bloco, padrão: {}): " +msgstr "Inserir o setor inicial (padrão: {}): " -#, fuzzy msgid "Enter the end sector of the partition (percentage or block number, default: {}): " -msgstr "Escreve o sector final da partição (percentagem ou número de bloco, ex: {}): " +msgstr "Inserir o setor final da partição (percentagem ou número de bloco, padrão: {}): " msgid "This will remove all newly added partitions, continue?" -msgstr "" +msgstr "Isto irá remover todas as partições recém adicionadas, continuar?" msgid "Partition management: {}" -msgstr "" +msgstr "Gestão de partições: {}" msgid "Total length: {}" -msgstr "" +msgstr "Tamanho total: {}" -#, fuzzy msgid "Encryption type" -msgstr "Define a palavra-passe de encriptação" +msgstr "Tipo de encriptação" msgid "Partitions" -msgstr "" +msgstr "Partições" msgid "No HSM devices available" -msgstr "" +msgstr "Nenhum dispositivo HSM disponível" -#, fuzzy msgid "Partitions to be encrypted" -msgstr "Seleciona a partição a marcar como encriptada" +msgstr "Partições a serem encriptadas" -#, fuzzy msgid "Select disk encryption option" -msgstr "Seleciona o esquema de disco" +msgstr "Selecionar a opção de encriptação de disco" msgid "Select a FIDO2 device to use for HSM" -msgstr "" +msgstr "Selecionar um dispositivo FIDO2 para usar como HSM" -#, fuzzy msgid "Use a best-effort default partition layout" -msgstr "Limpar todos os discos selecionados e usar um esquema de partições padrão de melhor desempenho" +msgstr "Usar um esquema de partição padrão de melhor desempenho" -#, fuzzy msgid "Manual Partitioning" -msgstr "Guardar configuração" +msgstr "Particionamento manual" -#, fuzzy msgid "Pre-mounted configuration" -msgstr "Nenhuma configuração" +msgstr "Configuração pré-montada" msgid "Unknown" -msgstr "" +msgstr "Desconhecido" msgid "Partition encryption" -msgstr "" +msgstr "Encriptação de partição" msgid " ! Formatting {} in " -msgstr "" +msgstr " ! A formatar {} em " msgid "← Back" -msgstr "" +msgstr "← Voltar" msgid "Disk encryption" -msgstr "" +msgstr "Encriptação de disco" -#, fuzzy msgid "Configuration" -msgstr "Nenhuma configuração" +msgstr "Configuração" -#, fuzzy msgid "Password" -msgstr "Palavra-passe de root" +msgstr "Palavra-passe" -#, fuzzy msgid "All settings will be reset, are you sure?" -msgstr "{} contem partições em fila, isto irá remover essas, tens a certeza?" +msgstr "Todas as definições serão repostas, tem a certeza?" msgid "Back" -msgstr "" +msgstr "Voltar" msgid "Please chose which greeter to install for the chosen profiles: {}" -msgstr "" +msgstr "Escolha qual o ecrã de boas vindas a instalar para os perfis escolhidos: {}" msgid "Environment type: {}" -msgstr "" +msgstr "Tipo de ambiente: {}" msgid "The proprietary Nvidia driver is not supported by Sway. It is likely that you will run into issues, are you okay with that?" -msgstr "" +msgstr "O controlador proprietário Nvidia não é suportado pelo Sway. É provável que encontre problemas. Está de acordo com isso?" -#, fuzzy msgid "Installed packages" -msgstr "Pacotes adicionais" +msgstr "Pacotes instalados" -#, fuzzy msgid "Add profile" -msgstr "Perfil" +msgstr "Adicionar perfil" -#, fuzzy msgid "Edit profile" -msgstr "Perfil" +msgstr "Editar perfil" -#, fuzzy msgid "Delete profile" -msgstr "Eliminar Utilizador" +msgstr "Eliminar perfil" -#, fuzzy msgid "Profile name: " -msgstr "Perfil" +msgstr "Nome do perfil: " msgid "The profile name you entered is already in use. Try again" -msgstr "" +msgstr "O nome do perfil que introduziu já está a ser utilizado. Tente novamente" -#, fuzzy msgid "Packages to be install with this profile (space separated, leave blank to skip): " -msgstr "Escreve pacotes adicionais para instalar (separados por espaço, deixa em branco para não instalar nada): " +msgstr "Pacotes a serem instalados com este perfil (separados por espaço, deixe em branco para ignorar): " -#, fuzzy msgid "Services to be enabled with this profile (space separated, leave blank to skip): " -msgstr "Escreve pacotes adicionais para instalar (separados por espaço, deixa em branco para não instalar nada): " +msgstr "Serviços a serem ativados com este perfil (separados por espaço, deixe em branco para ignorar): " msgid "Should this profile be enabled for installation?" -msgstr "" +msgstr "Este perfil deve ser ativado para instalação?" msgid "Create your own" -msgstr "" +msgstr "Crie o seu próprio" -#, fuzzy msgid "" "\n" "Select a graphics driver or leave blank to install all open-source drivers" msgstr "" "\n" "\n" -"Seleciona um driver de gráficos ou deixa em branco para instalar todos os drivers open-source" +"Selecionar um controlador gráfico ou deixe em branco para instalar todos os controladores de código aberto" msgid "Sway needs access to your seat (collection of hardware devices i.e. keyboard, mouse, etc)" -msgstr "" +msgstr "O Sway precisa de acesso ao seu \"seat\" (conjunto de dispositivos de hardware, como teclado, rato, etc)" msgid "" "\n" "\n" "Choose an option to give Sway access to your hardware" msgstr "" +"\n" +"\n" +"Selecionar uma opção para permitir o acesso do Sway ao seu hardware" msgid "Graphics driver" -msgstr "" +msgstr "Controlador gráfico" msgid "Greeter" -msgstr "" +msgstr "Ecrã de boas vindas" msgid "Please chose which greeter to install" -msgstr "" +msgstr "Escolha qual o ecrã de boas vindas a instalar" msgid "This is a list of pre-programmed default_profiles" -msgstr "" +msgstr "Esta é uma lista de perfis pré-programados (default_profiles)" -#, fuzzy msgid "Disk configuration" -msgstr "Nenhuma configuração" +msgstr "Configuração do disco" -#, fuzzy msgid "Profiles" -msgstr "Perfil" +msgstr "Perfis" msgid "Finding possible directories to save configuration files ..." -msgstr "" +msgstr "A procurar possíveis diretórios para guardar os ficheiros de configuração ..." -#, fuzzy msgid "Select directory (or directories) for saving configuration files" -msgstr "Seleciona um ou mais discos rígidos para usar e configurar" +msgstr "Selecionar um ou mais diretórios para guardar ficheiros de configuração" -#, fuzzy msgid "Add a custom mirror" -msgstr "Adicionar um utilizador" +msgstr "Adicionar um espelho personalizado" msgid "Change custom mirror" -msgstr "" +msgstr "Alterar espelho personalizado" msgid "Delete custom mirror" -msgstr "" +msgstr "Eliminar espelho personalizado" -#, fuzzy msgid "Enter name (leave blank to skip): " -msgstr "Introduzir um nome de utilizador para criar um utilizador adicional (deixar em branco para saltar): " +msgstr "Inserir o nome (deixe em branco para ignorar): " -#, fuzzy msgid "Enter url (leave blank to skip): " -msgstr "Introduzir um nome de utilizador para criar um utilizador adicional (deixar em branco para saltar): " +msgstr "Insira o url (deixe em branco para ignorar): " -#, fuzzy msgid "Select signature check option" -msgstr "Seleciona o esquema de disco" +msgstr "Selecionar a opção de verificação da assinatura" -#, fuzzy msgid "Select signature option" -msgstr "Seleciona o esquema de disco" +msgstr "Selecionar a opção de assinatura" msgid "Custom mirrors" -msgstr "" +msgstr "Espelhos personalizados" msgid "Defined" -msgstr "" +msgstr "Definido" -#, fuzzy msgid "Save user configuration (including disk layout)" -msgstr "Guardar configuração de utilizador" +msgstr "Guardar configuração de utilizador (incluindo esquema do disco)" -#, fuzzy msgid "" "Enter a directory for the configuration(s) to be saved (tab completion enabled)\n" "Save directory: " -msgstr "Introduz um diretório para as configurações a serem guardadas: " +msgstr "" +"Insira um diretório para a(s) configuração(ões) serem guardadas (conclusão de tab ativada): \n" +"Guardar diretório: " msgid "" "Do you want to save {} configuration file(s) in the following location?\n" "\n" "{}" msgstr "" +"Pretende guardar o(s) ficheiro(s) de configuração de {} na seguinte localização?\n" +"\n" +"{}" -#, fuzzy msgid "Saving {} configuration files to {}" -msgstr "Guardar configuração" +msgstr "A guardar ficheiros de configuração de {} para {}" -#, fuzzy msgid "Mirrors" -msgstr "Região do mirror" +msgstr "Espelhos" -#, fuzzy msgid "Mirror regions" -msgstr "Região do mirror" +msgstr "Regiões dos espelhos" msgid " - Maximum value : {} ( Allows {} parallel downloads, allows {max_downloads+1} downloads at a time )" -msgstr "" +msgstr " - Valor máximo : {} ( Permite {} descargas paralelas, permite {max_downloads+1} descargas de cada vez )" msgid "Invalid input! Try again with a valid input [1 to {}, or 0 to disable]" -msgstr "" +msgstr "Entrada inválida! Tente novamente com uma entrada válida [1 para {}, ou 0 para desativar]" msgid "Locales" -msgstr "" +msgstr "Localidades" -#, fuzzy msgid "Use NetworkManager (necessary to configure internet graphically in GNOME and KDE)" -msgstr "Usar NetworkManager (necessário para configurar internet graficamente em GNOME e KDE)" +msgstr "Usar o NetworkManager (necessário para configurar a Internet graficamente no GNOME e KDE)" #~ msgid "Add :" #~ msgstr "Adicionar :" -- cgit v1.2.3-54-g00ecf From 9518a4bf39eb2f7da4e9d6b666e6bd75163f452a Mon Sep 17 00:00:00 2001 From: Andrei Iancu <20689335+andrewKode@users.noreply.github.com> Date: Thu, 14 Sep 2023 14:13:03 +0300 Subject: Add romanian translation to archinstall (#2034) * Add romanian translation for installer * Ad romanian translation. * Update translation --- archinstall/locales/languages.json | 2 +- archinstall/locales/ro/LC_MESSAGES/base.mo | Bin 0 -> 40055 bytes archinstall/locales/ro/LC_MESSAGES/base.po | 1191 ++++++++++++++++++++++++++++ 3 files changed, 1192 insertions(+), 1 deletion(-) create mode 100644 archinstall/locales/ro/LC_MESSAGES/base.mo create mode 100644 archinstall/locales/ro/LC_MESSAGES/base.po (limited to 'archinstall/locales') diff --git a/archinstall/locales/languages.json b/archinstall/locales/languages.json index 8575108c..0fb05d5e 100644 --- a/archinstall/locales/languages.json +++ b/archinstall/locales/languages.json @@ -132,7 +132,7 @@ {"abbr": "ps", "lang": "Pushto"}, {"abbr": "qu", "lang": "Quechua"}, {"abbr": "rm", "lang": "Romansh"}, - {"abbr": "ro", "lang": "Romanian"}, + {"abbr": "ro", "lang": "Romanian", "translated_lang": "Română"}, {"abbr": "rn", "lang": "Rundi"}, {"abbr": "ru", "lang": "Russian", "translated_lang": "Русский"}, {"abbr": "sg", "lang": "Sango"}, diff --git a/archinstall/locales/ro/LC_MESSAGES/base.mo b/archinstall/locales/ro/LC_MESSAGES/base.mo new file mode 100644 index 00000000..8be1d632 Binary files /dev/null and b/archinstall/locales/ro/LC_MESSAGES/base.mo differ diff --git a/archinstall/locales/ro/LC_MESSAGES/base.po b/archinstall/locales/ro/LC_MESSAGES/base.po new file mode 100644 index 00000000..76b7c951 --- /dev/null +++ b/archinstall/locales/ro/LC_MESSAGES/base.po @@ -0,0 +1,1191 @@ +msgid "" +msgstr "" +"Project-Id-Version: \n" +"POT-Creation-Date: \n" +"PO-Revision-Date: \n" +"Last-Translator: andrewKode iancu.andrei312@gmail.com\n" +"Language-Team: \n" +"Language: ro\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Generator: Poedit 3.3.1\n" + +msgid "[!] A log file has been created here: {} {}" +msgstr "[!] Un fișier jurnal a fost creat aici: {}" + +msgid " Please submit this issue (and file) to https://github.com/archlinux/archinstall/issues" +msgstr " Vă rog să raportați problema (și fișierul) la https://github.com/archlinux/archinstall/issues" + +msgid "Do you really want to abort?" +msgstr "Sunteți sigur(ă) că doriți să închideți?" + +msgid "And one more time for verification: " +msgstr "Încă odată pentru verificare: " + +msgid "Would you like to use swap on zram?" +msgstr "Doriți să folosiți swap pe zram?" + +msgid "Desired hostname for the installation: " +msgstr "Hostname-ul dorit pentru instalare: " + +msgid "Username for required superuser with sudo privileges: " +msgstr "Nume utilizator necesar pentru utilizatorul cu drepturi privilegiate: " + +msgid "Any additional users to install (leave blank for no users): " +msgstr "Alți utilizatori pentru adăugare (lăsați gol pentru niciunul): " + +msgid "Should this user be a superuser (sudoer)?" +msgstr "Acest utilizator ar trebui să aibă drepturi privilegiate (sudoer)?" + +msgid "Select a timezone" +msgstr "Selectați un fus orar" + +msgid "Would you like to use GRUB as a bootloader instead of systemd-boot?" +msgstr "Doriți să folosiți GRUB ca bootloader în locul systemd-boot?" + +msgid "Choose a bootloader" +msgstr "Selectați un bootloader" + +msgid "Choose an audio server" +msgstr "Selectați un server audio" + +msgid "Only packages such as base, base-devel, linux, linux-firmware, efibootmgr and optional profile packages are installed." +msgstr "Doar pachetele precum base, base-devel, linux, linux-firmware, egibootmgr și cele opționale de profil sunt instalate." + +msgid "If you desire a web browser, such as firefox or chromium, you may specify it in the following prompt." +msgstr "Dacă doriți un browser, precum firefox sau chromium, puteți să-l specificați în promptul următor." + +msgid "Write additional packages to install (space separated, leave blank to skip): " +msgstr "Scrieți pachete adiționale pe care doriți să le instalați(separare prin spațiu, lăsați liber pentru a ignora): " + +msgid "Copy ISO network configuration to installation" +msgstr "Copiați configurarea ISO prin rețea la instalare" + +msgid "Use NetworkManager (necessary for configuring internet graphically in GNOME and KDE)" +msgstr "Folosiți NetworkManager (necesar pentru configurarea setărilor de rețea într-un mod grafic pentru GNOME și KDE)" + +msgid "Select one network interface to configure" +msgstr "Selectați o interfață de rețea pentru configurare" + +msgid "Select which mode to configure for \"{}\" or skip to use default mode \"{}\"" +msgstr "Selectați modul de configurare pentru \"{}\" sau folosiți modul predefinit \"{}\"" + +msgid "Enter the IP and subnet for {} (example: 192.168.0.5/24): " +msgstr "Introduceți IP-ul și subrețeaua pentru {} (example: 192.168.0.5/24): " + +msgid "Enter your gateway (router) IP address or leave blank for none: " +msgstr "Introduceți IP-ul gateway-ului (router) sau lăsați liber pentru niciunul: " + +msgid "Enter your DNS servers (space separated, blank for none): " +msgstr "Introduceți serverele dumneavoastră DNS (separare prin spațiu, lăsați liber pentru a ignora): " + +msgid "Select which filesystem your main partition should use" +msgstr "Selectați sistemul de fișiere dorit pentru partiția dumneavoastră primară" + +msgid "Current partition layout" +msgstr "Schema de partiționare curentă" + +msgid "" +"Select what to do with\n" +"{}" +msgstr "" +"Selectați ce doriți să se întâmple cu\n" +"{}" + +msgid "Enter a desired filesystem type for the partition" +msgstr "Introduceți un sistem de fișiere dorit pentru partiția" + +msgid "Enter the start location (in parted units: s, GB, %, etc. ; default: {}): " +msgstr "Introduceți sectorul de început (procentaj sau numărul block-ului, predefinit: {}): " + +msgid "Enter the end location (in parted units: s, GB, %, etc. ; ex: {}): " +msgstr "Introduceți locația finală (în unități de partiționare: s, GB, %, etc. ; ex: {}): " + +msgid "{} contains queued partitions, this will remove those, are you sure?" +msgstr "{} conține partiții în așteptare, acest proces le va șterge, doriți acest lucru?" + +msgid "" +"{}\n" +"\n" +"Select by index which partitions to delete" +msgstr "" +"{}\n" +"\n" +"Selectați pe baza indexului partițiile pentru ștergere" + +msgid "" +"{}\n" +"\n" +"Select by index which partition to mount where" +msgstr "" +"{}\n" +"\n" +"Selectați pe baza indexului partițiile pentru a fi montate și locația" + +msgid " * Partition mount-points are relative to inside the installation, the boot would be /boot as an example." +msgstr " * Punctele de montare ale partițiilor sunt relevante pentru instalate, de exemplu partiția boot va fi /boot." + +msgid "Select where to mount partition (leave blank to remove mountpoint): " +msgstr "Selectați locul de montare a partiției (lăsați gol pentru a șterge punctul de montare): " + +msgid "" +"{}\n" +"\n" +"Select which partition to mask for formatting" +msgstr "" +"{}\n" +"\n" +"Selectați partiția care urmează să fie marcată pentru formatare" + +msgid "" +"{}\n" +"\n" +"Select which partition to mark as encrypted" +msgstr "" +"{}\n" +"\n" +"Selectați partiția care urmează să fie marcată ca fiind cripitată" + +msgid "" +"{}\n" +"\n" +"Select which partition to mark as bootable" +msgstr "" +"{}\n" +"\n" +"Selectați partiția care urmează să fie marcată ca fiind bootabilă" + +msgid "" +"{}\n" +"\n" +"Select which partition to set a filesystem on" +msgstr "" +"{}\n" +"\n" +"Selectați partiția pentru care urmează să fie setat un sistem de fișiere" + +msgid "Enter a desired filesystem type for the partition: " +msgstr "Introduceți un sistem de fișiere dorit pentru partiție: " + +msgid "Archinstall language" +msgstr "Limba pentru Archinstall" + +msgid "Wipe all selected drives and use a best-effort default partition layout" +msgstr "Șterge toate discurile selectate și folosește cea mai bună schemă de partiționare" + +msgid "Select what to do with each individual drive (followed by partition usage)" +msgstr "Selectați ce doriți să se întâmple cu fiecare disc în parte (urmat de capacitatea utilizată dorită)" + +msgid "Select what you wish to do with the selected block devices" +msgstr "Selectați ce doriți să faceți cu dispozitivele de tip bloc selectate" + +msgid "This is a list of pre-programmed profiles, they might make it easier to install things like desktop environments" +msgstr "Aceasta este o listă de profiluri preprogramate, ar putea să ușureze instalarea unor lucruri precum spațiile de lucru" + +msgid "Select keyboard layout" +msgstr "Selectați aranjamentul tastaturii" + +msgid "Select one of the regions to download packages from" +msgstr "Selectați regiunea pentru care se vor descărca pachetele" + +msgid "Select one or more hard drives to use and configure" +msgstr "Selectați unul sau mai multe discuri dure pentru a fi utilizate și configurate" + +msgid "For the best compatibility with your AMD hardware, you may want to use either the all open-source or AMD / ATI options." +msgstr "Pentru cea mai bună compatibilitate cu hardware-ul dumneavoastră AMD ați putea folosi fie opțiunea All Open-Source sau AMD / ATI." + +msgid "For the best compatibility with your Intel hardware, you may want to use either the all open-source or Intel options.\n" +msgstr "Pentru cea mai bună compatibilitate cu hardware-ul dumneavoastră Intel ați putea folosi fie opțiunea All Open-Source sau Intel.\n" + +msgid "For the best compatibility with your Nvidia hardware, you may want to use the Nvidia proprietary driver.\n" +msgstr "Pentru cea mai bună compatibilitate cu hardware-ul dumneavoastră Nvidia ați putea folosi opțiunea Nvidia proprietary driver.\n" + +msgid "" +"\n" +"\n" +"Select a graphics driver or leave blank to install all open-source drivers" +msgstr "" +"\n" +"\n" +"Selectați un driver grafic sau lăsați liber pentru a instala toate driverele open-source" + +msgid "All open-source (default)" +msgstr "Toate open-source (predefinit)" + +msgid "Choose which kernels to use or leave blank for default \"{}\"" +msgstr "Alegeți nucelii care urmează să fie folosiți sau lăsați liber pentru valorarea predefinită \"{}\"" + +msgid "Choose which locale language to use" +msgstr "Alegeți limba locală pentru utilizare" + +msgid "Choose which locale encoding to use" +msgstr "Alegeți codificarea locală pentru utilizare" + +msgid "Select one of the values shown below: " +msgstr "Selecați o valoare din cele afișate mai jos: " + +msgid "Select one or more of the options below: " +msgstr "Selecați una sau mai multe opțiuni din cele afișate mai jos: " + +msgid "Adding partition...." +msgstr "Adaug partiția...." + +msgid "You need to enter a valid fs-type in order to continue. See `man parted` for valid fs-type's." +msgstr "Trebuie să introduceți un tip de fișiere de sistem valid pentru a continua. Vedeți 'man parted' pentru tipurile de fișiere de sistem disponibile." + +msgid "Error: Listing profiles on URL \"{}\" resulted in:" +msgstr "Eroare: Listare profiluri pe URL \"{}\" rezultate în:" + +msgid "Error: Could not decode \"{}\" result as JSON:" +msgstr "Eroare: Nu s-a putut decoda rezultatul \"{}\" ca un JSON:" + +msgid "Keyboard layout" +msgstr "Aranjament tastatură" + +msgid "Mirror region" +msgstr "Regiune de oglindire" + +msgid "Locale language" +msgstr "Limba locală" + +msgid "Locale encoding" +msgstr "Codarea locală" + +msgid "Drive(s)" +msgstr "Disc(uri)" + +msgid "Disk layout" +msgstr "Schema discului" + +msgid "Encryption password" +msgstr "Parola de criptare" + +msgid "Swap" +msgstr "Swap" + +msgid "Bootloader" +msgstr "Bootloader" + +msgid "Root password" +msgstr "Parola pentru root" + +msgid "Superuser account" +msgstr "Cont utilizator privilegiat (root)" + +msgid "User account" +msgstr "Cont utilizator" + +msgid "Profile" +msgstr "Profil" + +msgid "Audio" +msgstr "Audio" + +msgid "Kernels" +msgstr "Nuclei" + +msgid "Additional packages" +msgstr "Pachete Adiționale" + +msgid "Network configuration" +msgstr "Configurarea rețelei" + +msgid "Automatic time sync (NTP)" +msgstr "Timpul de sincronizare automate (NTP)" + +msgid "Install ({} config(s) missing)" +msgstr "Instalalare ({} lipsă configurație(ii))" + +msgid "" +"You decided to skip harddrive selection\n" +"and will use whatever drive-setup is mounted at {} (experimental)\n" +"WARNING: Archinstall won't check the suitability of this setup\n" +"Do you wish to continue?" +msgstr "" +"Ați decis să treceți peste selectarea discurilor dure\n" +"și se va folosi orice configurație de disc montată la {} (experimental)\n" +"ATENȚIE: Archinstall nu va verifica compatibilitatea configurării\n" +"Doriți să continuați?" + +msgid "Re-using partition instance: {}" +msgstr "Reutilizez instanța partiției: {}" + +msgid "Create a new partition" +msgstr "Crează o partiție nouă" + +msgid "Delete a partition" +msgstr "Șterge o partiție" + +msgid "Clear/Delete all partitions" +msgstr "Curăță/Șterge toate partițile" + +msgid "Assign mount-point for a partition" +msgstr "Asignează un punct de montare pentru o partiție" + +msgid "Mark/Unmark a partition to be formatted (wipes data)" +msgstr "Marchează/Demarchează o partiție pentru a fi formatată (șterge toate datele)" + +msgid "Mark/Unmark a partition as encrypted" +msgstr "Marchează/Demarchează o partiție pentru a fi criptată" + +msgid "Mark/Unmark a partition as bootable (automatic for /boot)" +msgstr "Marchează/Demarchează o partiție ca fiind bootabilă (automat pentru /boot)" + +msgid "Set desired filesystem for a partition" +msgstr "Setează sistemul de fișiere dorit pentru o partiție" + +msgid "Abort" +msgstr "Anulează" + +msgid "Hostname" +msgstr "Hostname" + +msgid "Not configured, unavailable unless setup manually" +msgstr "Nu este configurat, indisponibil, doar configurat manual" + +msgid "Timezone" +msgstr "Fus orar" + +msgid "Set/Modify the below options" +msgstr "Setează/Modifică opțiunile de mai jos" + +msgid "Install" +msgstr "Instalează" + +msgid "" +"Use ESC to skip\n" +"\n" +msgstr "" +"Folosiți ESC pentru a ignora\n" +"\n" + +msgid "Suggest partition layout" +msgstr "Sugerează o schemă de partiționare" + +msgid "Enter a password: " +msgstr "Introduceți o parolă: " + +msgid "Enter a encryption password for {}" +msgstr "Introduceți o parolă de criptare pentru {}" + +msgid "Enter disk encryption password (leave blank for no encryption): " +msgstr "Introduceți parola de criptare a discului (lăsați liber pentru a evita criptarea): " + +msgid "Create a required super-user with sudo privileges: " +msgstr "Crează un utilizator cu privilegii (root): " + +msgid "Enter root password (leave blank to disable root): " +msgstr "Introuceți parola pentru root (lăsați liber pentru a dezactiva utilizatorul root): " + +msgid "Password for user \"{}\": " +msgstr "Parola pentru utilizatorul \"{}\": " + +msgid "Verifying that additional packages exist (this might take a few seconds)" +msgstr "Verific dacă pachetele adiționale există (acest proces ar putea dura câteva secunde)" + +msgid "Would you like to use automatic time synchronization (NTP) with the default time servers?\n" +msgstr "Doriți să utilizați sincronizarea timpului automat (NTP) cu serverele de timp predefinite?\n" + +msgid "" +"Hardware time and other post-configuration steps might be required in order for NTP to work.\n" +"For more information, please check the Arch wiki" +msgstr "" +"Timpul pentru hardware alți pași după configurare ar putea fi necesari pentru ca NTP să funcționeze.\n" +"Pentru mai multe informații verificații documentația Arch (Arch Wiki)" + +msgid "Enter a username to create an additional user (leave blank to skip): " +msgstr "Introduceți un nume utilizator pentru a crea un user adițional (lăsați liber pentru a ignora): " + +msgid "Use ESC to skip\n" +msgstr "Foloți ESC pentru a ignora\n" + +msgid "" +"\n" +" Choose an object from the list, and select one of the available actions for it to execute" +msgstr "" +"\n" +" Alegeți un obiect din listă și selectați o acțiune disponibilă pentru a fi executată" + +msgid "Cancel" +msgstr "Opriți" + +msgid "Confirm and exit" +msgstr "Confirmă și ieși" + +msgid "Add" +msgstr "Adaugă" + +msgid "Copy" +msgstr "Copiază" + +msgid "Edit" +msgstr "Editează" + +msgid "Delete" +msgstr "Șterge" + +msgid "Select an action for '{}'" +msgstr "Selectează o acțiune pentru '{}'" + +msgid "Copy to new key:" +msgstr "Copiază la noua cheie:" + +msgid "Unknown nic type: {}. Possible values are {}" +msgstr "Tip necunoscut: {}. Valorile acceptate sunt {}" + +msgid "" +"\n" +"This is your chosen configuration:" +msgstr "" +"\n" +"Aceasta este configurația selectată de către dumneavoastră:" + +msgid "Pacman is already running, waiting maximum 10 minutes for it to terminate." +msgstr "Pacman rulează deja, aștept maxim 10 minute pentru a termina." + +msgid "Pre-existing pacman lock never exited. Please clean up any existing pacman sessions before using archinstall." +msgstr "Procesul pacman anterior nu s-a terminat corect. Vă rog, ștergeți orice sesiune de pacman existentă înainte de a continuea cu archinstall." + +msgid "Choose which optional additional repositories to enable" +msgstr "Alegeți ce colecție opțională de pachete să fie activată" + +msgid "Add a user" +msgstr "Adaugă un utilizator" + +msgid "Change password" +msgstr "Schimbă parola" + +msgid "Promote/Demote user" +msgstr "Promovează/Retrogradează un utilizator" + +msgid "Delete User" +msgstr "Șterge utilizatorul" + +msgid "" +"\n" +"Define a new user\n" +msgstr "" +"\n" +"Definește un utilizator nou\n" + +msgid "User Name : " +msgstr "Nume utilizator : " + +msgid "Should {} be a superuser (sudoer)?" +msgstr "Ar trebui ca {} să fie un utilizator cu privilegii (sudoer)?" + +msgid "Define users with sudo privilege: " +msgstr "Definiți utilizatorii cu privilegii sudo: " + +msgid "No network configuration" +msgstr "Nu există o configurare de rețea" + +msgid "Set desired subvolumes on a btrfs partition" +msgstr "Setați subvolumele dorite pe o partiție btrfs" + +msgid "" +"{}\n" +"\n" +"Select which partition to set subvolumes on" +msgstr "" +"{}\n" +"\n" +"Selectați partiția pentru care se vor seta subvolumele" + +msgid "Manage btrfs subvolumes for current partition" +msgstr "Administrează subvolumele btrfs pentru partiția curentă" + +msgid "No configuration" +msgstr "Nu există configurație" + +msgid "Save user configuration" +msgstr "Salvează configurația utilizatorului" + +msgid "Save user credentials" +msgstr "Salvează credențialele utilizatorului" + +msgid "Save disk layout" +msgstr "Salvează schema discului" + +msgid "Save all" +msgstr "Salvați tot" + +msgid "Choose which configuration to save" +msgstr "Alegeți configurația dorită pentru salvare" + +msgid "Enter a directory for the configuration(s) to be saved: " +msgstr "Introduceți un director pentru salvarea configurațiilor: " + +msgid "Not a valid directory: {}" +msgstr "Nu este un director valid: {}" + +msgid "The password you are using seems to be weak," +msgstr "Parola pe care doriți să o folosiți pare să fie slabă," + +msgid "are you sure you want to use it?" +msgstr "sigur doriți să o folosiți?" + +msgid "Optional repositories" +msgstr "Colecții de pachete opționale" + +msgid "Save configuration" +msgstr "Salvează configurația" + +msgid "Missing configurations:\n" +msgstr "Configurații lipsă:\n" + +msgid "Either root-password or at least 1 superuser must be specified" +msgstr "Este necesar ca parola pentru utilizatorul root sau măcar un utilizator cu privilegii să fie adăugat" + +msgid "Manage superuser accounts: " +msgstr "Administrează conturile pentru utilizatorii cu privilegii: " + +msgid "Manage ordinary user accounts: " +msgstr "Adminstrează conturile pentru utilizatorii obișnuiți: " + +msgid " Subvolume :{:16}" +msgstr " Subvolum :{:16}" + +msgid " mounted at {:16}" +msgstr " montat la {:16}" + +msgid " with option {}" +msgstr " cu opțiunea {}" + +msgid "" +"\n" +" Fill the desired values for a new subvolume \n" +msgstr "" +"\n" +" Completați valorile dorite pentru un subvolum nou \n" + +msgid "Subvolume name " +msgstr "Nume subvolum " + +msgid "Subvolume mountpoint" +msgstr "Punct de montare subvolum" + +msgid "Subvolume options" +msgstr "Opțiuni subvolum" + +msgid "Save" +msgstr "Salvează" + +msgid "Subvolume name :" +msgstr "Nume subvolum :" + +msgid "Select a mount point :" +msgstr "Seleactați un punct de montare :" + +msgid "Select the desired subvolume options " +msgstr "Selectați opțiunile dorite pentru subvolum " + +msgid "Define users with sudo privilege, by username: " +msgstr "Definiți utilizatorii cu privilegii sudo, după nume utilizator: " + +msgid "[!] A log file has been created here: {}" +msgstr "[!] Un fișier de jurnal a fost creat aici: {}" + +msgid "Would you like to use BTRFS subvolumes with a default structure?" +msgstr "Doriți să folosiți subvolume BTRFS cu o structură predefinită?" + +msgid "Would you like to use BTRFS compression?" +msgstr "Doriți să folosiți compresie pentru BTRFS?" + +msgid "Would you like to create a separate partition for /home?" +msgstr "Doriți să creați o partiție separată pentru /home?" + +msgid "The selected drives do not have the minimum capacity required for an automatic suggestion\n" +msgstr "Dispozitivele de stocare selectare nu au o capacitate minimă necesară pentru o sugestie automată\n" + +msgid "Minimum capacity for /home partition: {}GB\n" +msgstr "Capacitatea minimă pentru partiția /home: {}GB\n" + +msgid "Minimum capacity for Arch Linux partition: {}GB" +msgstr "Capacitatea minimă pentru partiția Arch Linux: {}GB" + +msgid "Continue" +msgstr "Continuă" + +msgid "yes" +msgstr "da" + +msgid "no" +msgstr "nu" + +msgid "set: {}" +msgstr "setează: {}" + +msgid "Manual configuration setting must be a list" +msgstr "Configurație manuală trebuie să fie o listă" + +msgid "No iface specified for manual configuration" +msgstr "Nu a fost menționat iface pentru configurarea manuală" + +msgid "Manual nic configuration with no auto DHCP requires an IP address" +msgstr "Configurarea manuală nic fără un DHCP necesită o adresă IP" + +msgid "Add interface" +msgstr "Adaugă interfață" + +msgid "Edit interface" +msgstr "Editează interfața" + +msgid "Delete interface" +msgstr "Șterge interfața" + +msgid "Select interface to add" +msgstr "Selectează interfața pentru adăugare" + +msgid "Manual configuration" +msgstr "Configurare manuală" + +msgid "Mark/Unmark a partition as compressed (btrfs only)" +msgstr "Marchează/Demarchează o partiție ca fiind comprimată (doar btrfs)" + +msgid "The password you are using seems to be weak, are you sure you want to use it?" +msgstr "Parola utilizată pare să fie slabă, sigur doriți să o folosiți pe aceasta?" + +msgid "Provides a selection of desktop environments and tiling window managers, e.g. gnome, kde, sway" +msgstr "Oferă o selecție de medii de lucru și manageri de ferestre precum GNOME, KDE, Sway" + +msgid "Select your desired desktop environment" +msgstr "Selectați mediul de lucru dorit" + +msgid "A very basic installation that allows you to customize Arch Linux as you see fit." +msgstr "O instalare de bază care vă permite să instalați Arch Linux așa cum vă doriți." + +msgid "Provides a selection of various server packages to install and enable, e.g. httpd, nginx, mariadb" +msgstr "Oferă o selecție de diferite pachete de sistem pentru instalare și activare precum httpd, nginx, mariadb" + +msgid "Choose which servers to install, if none then a minimal installation will be done" +msgstr "Alegeți serverele dorite pentru instalare, dacă nu este selectat niciunul se va realiza o instalare minimală" + +msgid "Installs a minimal system as well as xorg and graphics drivers." +msgstr "Instalează un sistem minimal împreună cu xorg și driverele grafice." + +msgid "Press Enter to continue." +msgstr "Apăsați Enter pentru a continua." + +msgid "Would you like to chroot into the newly created installation and perform post-installation configuration?" +msgstr "Doriți să folosiți modul chroot pentru a intra în noua instalare și pentru a efectua configurații de post-instalare?" + +msgid "Are you sure you want to reset this setting?" +msgstr "Sigur doriți să resetați această setare?" + +msgid "Select one or more hard drives to use and configure\n" +msgstr "Selectați unul sau mai multe discuri dure pentru a utiliza și configura\n" + +msgid "Any modifications to the existing setting will reset the disk layout!" +msgstr "Orice modificare aplicată la setările existene vor resta schema de partiționare a discului!" + +msgid "If you reset the harddrive selection this will also reset the current disk layout. Are you sure?" +msgstr "Dacă resetați selecția de discuri de stocare acest lucru va rezulta în resetarea schemei de partiționare existente a discului. Sigur doriți acest lucru?" + +msgid "Save and exit" +msgstr "Salvează și ieși" + +msgid "" +"{}\n" +"contains queued partitions, this will remove those, are you sure?" +msgstr "" +"{}\n" +"conține partiții în așteptare, acest lucru le va șterge, sigur doriți acest lucru?" + +msgid "No audio server" +msgstr "Nu există un server audio" + +msgid "(default)" +msgstr "(predefinit)" + +msgid "Use ESC to skip" +msgstr "Folosiți ESC pentru a ignora" + +msgid "" +"Use CTRL+C to reset current selection\n" +"\n" +msgstr "" +"Folosi'i CTRL+C pentru a reseta selecția curentă\n" +"\n" + +msgid "Copy to: " +msgstr "Copiază la: " + +msgid "Edit: " +msgstr "Editează: " + +msgid "Key: " +msgstr "Cheie: " + +msgid "Edit {}: " +msgstr "Editează {}: " + +msgid "Add: " +msgstr "Adaugă: " + +msgid "Value: " +msgstr "Valoare: " + +msgid "You can skip selecting a drive and partitioning and use whatever drive-setup is mounted at /mnt (experimental)" +msgstr "Puteți trece peste selectarea unui dispozitiv de stocare și folosiți orice configurație de partiționare este montată la /mnt (experimental)" + +msgid "Select one of the disks or skip and use /mnt as default" +msgstr "Selectați unul din discuri sau ignorați și folosiți /mnt ca predefinit" + +msgid "Select which partitions to mark for formatting:" +msgstr "Selectați partițiile pentru a fi marcate pentru formatare:" + +msgid "Use HSM to unlock encrypted drive" +msgstr "Folosiți HSM pentru deblocarea dispozitivului criptat" + +msgid "Device" +msgstr "Discpozitiv" + +msgid "Size" +msgstr "Mărime" + +msgid "Free space" +msgstr "Spațiu liber" + +msgid "Bus-type" +msgstr "Tip magistrală" + +msgid "Either root-password or at least 1 user with sudo privileges must be specified" +msgstr "O parolă pentru utilizatorul root sau măcar un utilizator cu privilegii sudo trebuie adăugat" + +msgid "Enter username (leave blank to skip): " +msgstr "Introduceți numele de utilizator (lăsați gol pentru a ignora): " + +msgid "The username you entered is invalid. Try again" +msgstr "Numele de utilizator adăugat este invalid. Încercați din nou" + +msgid "Should \"{}\" be a superuser (sudo)?" +msgstr "Ar trebui ca \"{}\" să fie un utilizator cu privilegii (sudo)?" + +msgid "Select which partitions to encrypt" +msgstr "Selectați partițiile pentru criptare" + +msgid "very weak" +msgstr "foarte slabă" + +msgid "weak" +msgstr "slabă" + +msgid "moderate" +msgstr "moderată" + +msgid "strong" +msgstr "puetrnică" + +msgid "Add subvolume" +msgstr "Adaugă subvolum" + +msgid "Edit subvolume" +msgstr "Editează subvolum" + +msgid "Delete subvolume" +msgstr "Șterge subvolum" + +msgid "Configured {} interfaces" +msgstr "Configurează interfața {}" + +msgid "This option enables the number of parallel downloads that can occur during installation" +msgstr "Această opținea setează numărul de descărcări paralele care pot avea loc în timpul instalării" + +msgid "" +"Enter the number of parallel downloads to be enabled.\n" +" (Enter a value between 1 to {})\n" +"Note:" +msgstr "" +"Introduceți numărul de descărcări simultane pentru a fi activat.\n" +" (Introduceți o valuare între 1 și {max_downloads})\n" +"Info:" + +msgid " - Maximum value : {} ( Allows {} parallel downloads, allows {} downloads at a time )" +msgstr " - Valoare minimă : 1 ( Permite o descărcare simultană, permite 2 descărcări simultane )" + +msgid " - Minimum value : 1 ( Allows 1 parallel download, allows 2 downloads at a time )" +msgstr " - Valoare minimă : 1 ( Permite o descărcare simultană, permite 2 descărcări simultane )" + +msgid " - Disable/Default : 0 ( Disables parallel downloading, allows only 1 download at a time )" +msgstr " - Dezactivează/Predefinit: 0 (Dezactivează descărcările simultane, permite o singură descărcare simultană )" + +#, python-brace-format +msgid "Invalid input! Try again with a valid input [1 to {max_downloads}, or 0 to disable]" +msgstr "Input invalid! Încercați din nou cu un input valid [1 pentru {max_downloads}, sau 0 pentru dezactivare]" + +msgid "Parallel Downloads" +msgstr "Descărcări Simultane" + +msgid "ESC to skip" +msgstr "ESC pentru ignorare" + +msgid "CTRL+C to reset" +msgstr "CTRL+C pentru resetare" + +msgid "TAB to select" +msgstr "TAB pentru a selecta" + +msgid "[Default value: 0] > " +msgstr "[Valoare predefinită: 0] > " + +msgid "To be able to use this translation, please install a font manually that supports the language." +msgstr "Pentru a putea folosi această traducere, vă rog să instalați manual un font compatibil cu această limbă." + +msgid "The font should be stored as {}" +msgstr "Fontul ar trebui salvat ca {}" + +msgid "Archinstall requires root privileges to run. See --help for more." +msgstr "Archinstall necesită privilegii avansate pentru execuție. Vedeți --help pentru mai multe." + +msgid "Select an execution mode" +msgstr "Selectați un mod de execuție" + +msgid "Unable to fetch profile from specified url: {}" +msgstr "Nu se poate prelua profilul de la URL-ul specificat: {}" + +msgid "Profiles must have unique name, but profile definitions with duplicate name found: {}" +msgstr "Profilurile trebuie să aibă nume unicate, dar definiții de profil cu nume duplicate au fost găsite: {}" + +msgid "Select one or more devices to use and configure" +msgstr "Selectați unul sau mai multe discuri dure pentru a fi utilizate și configurate" + +msgid "If you reset the device selection this will also reset the current disk layout. Are you sure?" +msgstr "Dacă resetați selecția de discuri de stocare acest lucru va rezulta în resetarea schemei de partiționare existente a discului. Sigur doriți acest lucru?" + +msgid "Existing Partitions" +msgstr "Partiții Existente" + +msgid "Select a partitioning option" +msgstr "Selectați o opțiune de partiționare" + +msgid "Enter the root directory of the mounted devices: " +msgstr "Introduceți directorul rădăcină a dispozitivelor montate: " + +msgid "Minimum capacity for /home partition: {}GiB\n" +msgstr "Capacitatea minimă pentru partiția /home: {}GB\n" + +msgid "Minimum capacity for Arch Linux partition: {}GiB" +msgstr "Capacitatea minimă pentru partiția Arch Linux: {}GB" + +msgid "This is a list of pre-programmed profiles_bck, they might make it easier to install things like desktop environments" +msgstr "Aceasta este o listă de profiluri pre-programate \"profiluris_bck\", ar putea să ușureze instalarea unor lucruri precum spațiile de lucru" + +msgid "Current profile selection" +msgstr "Selecția curentă a profilului" + +msgid "Remove all newly added partitions" +msgstr "Șterge toate partițiile noi adăugate" + +msgid "Assign mountpoint" +msgstr "Asignează punctul de montare" + +msgid "Mark/Unmark to be formatted (wipes data)" +msgstr "Marchează/Demarchează pentru formatare (șterge toate datele)" + +msgid "Mark/Unmark as bootable" +msgstr "Marchează/Demarchează ca bootabil" + +msgid "Change filesystem" +msgstr "Schimbă sistemul de fișiere" + +msgid "Mark/Unmark as compressed" +msgstr "Marchează/Demarchează ca comprimat" + +msgid "Set subvolumes" +msgstr "Setează subvolumele" + +msgid "Delete partition" +msgstr "Șterge partiția" + +msgid "Partition" +msgstr "Partiție" + +msgid "This partition is currently encrypted, to format it a filesystem has to be specified" +msgstr "Partiția curentă este criptată, pentru a fi formatată un sistem de fișiere trebuie specificat" + +msgid "Partition mount-points are relative to inside the installation, the boot would be /boot as an example." +msgstr "Punctele de montare ale partițiilor sunt relevante pentru instalate, de exemplu partiția boot va fi /boot." + +msgid "If mountpoint /boot is set, then the partition will also be marked as bootable." +msgstr "Dacă punctul de montare /boot este setat, atunci partiția va fi marcată ca fiind bootabilă." + +msgid "Mountpoint: " +msgstr "Punct de montare: " + +msgid "Current free sectors on device {}:" +msgstr "Sectoarele libere curente de pe dispozitiv {}:" + +msgid "Total sectors: {}" +msgstr "Toate sectoarele: {}" + +msgid "Enter the start sector (default: {}): " +msgstr "Introduceți sectorul de început (predefinit: {}): " + +msgid "Enter the end sector of the partition (percentage or block number, default: {}): " +msgstr "Introduceți sectorul de final pentru partiționare (procentaj sau numărul block-ului, predefinit: {}): " + +msgid "This will remove all newly added partitions, continue?" +msgstr "Această acțiune va șterge toate partițiile noi adăugate, continuați?" + +msgid "Partition management: {}" +msgstr "Managementul partiției: {}" + +msgid "Total length: {}" +msgstr "Lungime totală: {}" + +msgid "Encryption type" +msgstr "Tipul de criptare" + +msgid "Partitions" +msgstr "Partiții" + +msgid "No HSM devices available" +msgstr "Nicun dispozitiv HSM disponibil" + +msgid "Partitions to be encrypted" +msgstr "Selectați partițiile pentru criptare" + +msgid "Select disk encryption option" +msgstr "Selectați opțiunea pentru criptarea discului" + +msgid "Select a FIDO2 device to use for HSM" +msgstr "Selectați utilizarea unui device FID02 pentru HSM" + +msgid "Use a best-effort default partition layout" +msgstr "Folosește cea mai bună configurație de partiționare" + +msgid "Manual Partitioning" +msgstr "Partiționare manuală" + +msgid "Pre-mounted configuration" +msgstr "Configurație pre-montată" + +msgid "Unknown" +msgstr "Neștiut" + +msgid "Partition encryption" +msgstr "Criptare partiție" + +msgid " ! Formatting {} in " +msgstr " ! Se formatează {} in " + +msgid "← Back" +msgstr "← Înapoi" + +msgid "Disk encryption" +msgstr "Criptarea discului" + +msgid "Configuration" +msgstr "Configurație" + +msgid "Password" +msgstr "Parola" + +msgid "All settings will be reset, are you sure?" +msgstr "{} conține partiții în așteptare, acest proces le va șterge, doriți acest lucru?" + +msgid "Back" +msgstr "Înapoi" + +msgid "Please chose which greeter to install for the chosen profiles: {}" +msgstr "Vă rog selectați un manager de afișare pentru profilurile selectate: {}" + +msgid "Environment type: {}" +msgstr "Tip mediu: {}" + +msgid "The proprietary Nvidia driver is not supported by Sway. It is likely that you will run into issues, are you okay with that?" +msgstr "Driverul proprietar Nvidia nu este compatibil cu Sway. Se poate să aveți probleme, sunteți ok cu asta?" + +msgid "Installed packages" +msgstr "Pachete instalate" + +msgid "Add profile" +msgstr "Adaugă profil" + +msgid "Edit profile" +msgstr "Editează profil" + +msgid "Delete profile" +msgstr "Șterge profil" + +msgid "Profile name: " +msgstr "Nume profil: " + +msgid "The profile name you entered is already in use. Try again" +msgstr "Numele de utilizator adăugat este invalid. Încercați din nou" + +msgid "Packages to be install with this profile (space separated, leave blank to skip): " +msgstr "Pachetele care se instalează cu acest profil (separare prin spațiu, lăsați liber pentru a ignora): " + +msgid "Services to be enabled with this profile (space separated, leave blank to skip): " +msgstr "Serviciile activate cu acest profil (separare prin spațiu, lăsați liber pentru a ignora): " + +msgid "Should this profile be enabled for installation?" +msgstr "Ar trebui ca acest profil să fie bifat pentru instalare?" + +msgid "Create your own" +msgstr "Crează-ți propriul tău" + +msgid "" +"\n" +"Select a graphics driver or leave blank to install all open-source drivers" +msgstr "" +"\n" +"Selectați un driver grafic sau lăsați liber pentru a instala toate driverele open-source" + +msgid "Sway needs access to your seat (collection of hardware devices i.e. keyboard, mouse, etc)" +msgstr "Sway are nevoie de acces la setup-ul dumneavoastră (colecție de dispozitive hardware ex. tastatura, mouse, etc.)" + +msgid "" +"\n" +"\n" +"Choose an option to give Sway access to your hardware" +msgstr "" +"\n" +"\n" +"Alegeți o opțiune pentru a acorda acces lui Sway la hardware" + +msgid "Graphics driver" +msgstr "Driver grafic" + +msgid "Greeter" +msgstr "Manager afișare" + +msgid "Please chose which greeter to install" +msgstr "Vă rog selectați managerul de afișare pentru instalare" + +msgid "This is a list of pre-programmed default_profiles" +msgstr "Aceasta este o listă cu profiluri pre-programate" + +msgid "Disk configuration" +msgstr "Configurație disc" + +msgid "Profiles" +msgstr "Profiluri" + +msgid "Finding possible directories to save configuration files ..." +msgstr "Caut directoare pentru salvarea fișierelor de configurare ..." + +msgid "Select directory (or directories) for saving configuration files" +msgstr "Selectați directorul (sau directoarele), pentru salvarea fișierelor de configurare" + +msgid "Add a custom mirror" +msgstr "Adaugă o oglindă customizată" + +msgid "Change custom mirror" +msgstr "Schimbă oglinda customizată" + +msgid "Delete custom mirror" +msgstr "Șterge oglinda customizată" + +msgid "Enter name (leave blank to skip): " +msgstr "Introduceți numele (lăsați gol pentru a ignora): " + +msgid "Enter url (leave blank to skip): " +msgstr "Introduceți URL (lăsați gol pentru a ignora): " + +msgid "Select signature check option" +msgstr "Selectați opțiunea pentru verificarea semnăturii" + +msgid "Select signature option" +msgstr "Selectați opțiunea pentru semnătură" + +msgid "Custom mirrors" +msgstr "Oglinzi customizate" + +msgid "Defined" +msgstr "Definit" + +msgid "Save user configuration (including disk layout)" +msgstr "Salvează configurația utilizatorului (schema discului este inclusă)" + +msgid "" +"Enter a directory for the configuration(s) to be saved (tab completion enabled)\n" +"Save directory: " +msgstr "" +"Introduceți un director pentru salvarea configurării (configurațiilor, completare automată cu Tab activată)\n" +"Directorul pentru salvare: " + +msgid "" +"Do you want to save {} configuration file(s) in the following location?\n" +"\n" +"{}" +msgstr "" +"Doriți să salvați fișierele de configurare {} în această locație?\n" +"\n" +"{]" + +msgid "Saving {} configuration files to {}" +msgstr "Salvez {} fișierele de configurație la {}" + +msgid "Mirrors" +msgstr "Oglinzi" + +msgid "Mirror regions" +msgstr "Regiuni oglinzi" + +msgid " - Maximum value : {} ( Allows {} parallel downloads, allows {max_downloads+1} downloads at a time )" +msgstr " - Valoare maximă : {} ( Permite {} descărcări simultane, permite {max_downloads+1} descărcări în același timp )" + +msgid "Invalid input! Try again with a valid input [1 to {}, or 0 to disable]" +msgstr "Input invalid! Încercați din nou cu un input valid [1 la {}, sau 0 pentru dezactivare]" + +msgid "Locales" +msgstr "Locale" + +msgid "Use NetworkManager (necessary to configure internet graphically in GNOME and KDE)" +msgstr "Folosiți NetworkManager (necesar pentru configurarea setărilor de rețea într-un mod grafic pentru GNOME și KDE)" + +msgid "This option enables the number of parallel downloads that can occur during package downloads" +msgstr "Această opțiune setează numărul de descărcări paralele care pot avea loc în timpul instalării" + +msgid "" +"Enter the number of parallel downloads to be enabled.\n" +"\n" +"Note:\n" +msgstr "" +"Introduceți numărul de descărcări simultane pentru a fi activat.\n" +"\n" +"Notă:\n" + +msgid " - Maximum recommended value : {} ( Allows {} parallel downloads at a time )" +msgstr " - Valoare minimă : {} ( Permite {} descărcări simultane în același timp )" + +msgid " - Disable/Default : 0 ( Disables parallel downloading, allows only 1 download at a time )\n" +msgstr " - Dezactivează/Predefinit: 0 (Dezactivează descărcările simultane, permite o singură descărcare în același timp )\n" + +msgid "Invalid input! Try again with a valid input [or 0 to disable]" +msgstr "Input invalid! Încercați din nou cu un input valid [0 pentru dezactivare]" + +#, python-brace-format +msgid "Invalid configuration: {error}" +msgstr "Configurație invalidă: {error}" + +msgid "Total: {} / {}" +msgstr "Total: {} / {}" + +msgid "All entered values can be suffixed with a unit: B, KB, KiB, MB, MiB..." +msgstr "Toate valorile introduse pot fi notate cu unități precum: B, KB, KiB, MB, MiB ..." + +msgid "If no unit is provided, the value is interpreted as sectors" +msgstr "Dacă nicio unitate nu este specificate, atunci valorile vor fi interpretate ca sectoare" + +msgid "Enter start (default: sector {}): " +msgstr "Introduceți start (predefinit: sector {}): " + +msgid "Enter end (default: {}): " +msgstr "Introduceți final (predefinit: {}): " + +msgid "Unable to determine fido2 devices. Is libfido2 installed?" +msgstr "Nu se pot identifica dispozitive de tip fido2. Este libfido2 instalată?" + +msgid "Path" +msgstr "Cale" + +msgid "Manufacturer" +msgstr "Producător" + +msgid "Product" +msgstr "Produs" -- cgit v1.2.3-54-g00ecf From c3d18fecdf3595277d46bda7fd6855a84b05f49f Mon Sep 17 00:00:00 2001 From: Roxfr <52124613+roxfr@users.noreply.github.com> Date: Thu, 14 Sep 2023 13:16:08 +0200 Subject: New translation for the French language (#2024) * French language translation update Hello, Here is the update of the translation for the French language. Regards, Roxfr * Add files via upload Hello, Here is the new translation for the French language: - Update of the translation via the latest .pot file, - Improved translation. Regards, Roxfr --- archinstall/locales/fr/LC_MESSAGES/base.mo | Bin 28587 -> 38638 bytes archinstall/locales/fr/LC_MESSAGES/base.po | 685 ++++++++++++++++++----------- 2 files changed, 440 insertions(+), 245 deletions(-) (limited to 'archinstall/locales') diff --git a/archinstall/locales/fr/LC_MESSAGES/base.mo b/archinstall/locales/fr/LC_MESSAGES/base.mo index a19c62cb..b5d5bfa7 100644 Binary files a/archinstall/locales/fr/LC_MESSAGES/base.mo and b/archinstall/locales/fr/LC_MESSAGES/base.mo differ diff --git a/archinstall/locales/fr/LC_MESSAGES/base.po b/archinstall/locales/fr/LC_MESSAGES/base.po index d86a4670..cda850cc 100644 --- a/archinstall/locales/fr/LC_MESSAGES/base.po +++ b/archinstall/locales/fr/LC_MESSAGES/base.po @@ -9,13 +9,17 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Generator: Poedit 3.2.2\n" +"X-Generator: Poedit 3.3.2\n" msgid "[!] A log file has been created here: {} {}" msgstr "[!] Un fichier journal a été créé ici : {} {}" -msgid " Please submit this issue (and file) to https://github.com/archlinux/archinstall/issues" -msgstr " Veuillez soumettre ce problème (et le fichier) à https://github.com/archlinux/archinstall/issues" +msgid "" +" Please submit this issue (and file) to https://github.com/archlinux/" +"archinstall/issues" +msgstr "" +" Veuillez soumettre ce problème (et le fichier) à https://github.com/" +"archlinux/archinstall/issues" msgid "Do you really want to abort?" msgstr "Voulez-vous vraiment abandonner ?" @@ -30,10 +34,13 @@ msgid "Desired hostname for the installation: " msgstr "Nom d'hôte souhaité pour l'installation : " msgid "Username for required superuser with sudo privileges: " -msgstr "Nom d'utilisateur pour le superutilisateur requis avec les privilèges sudo : " +msgstr "" +"Nom d'utilisateur pour le superutilisateur requis avec les privilèges sudo : " msgid "Any additional users to install (leave blank for no users): " -msgstr "Utilisateur supplémentaire à installer (laisser vide pour aucun utilisateur) : " +msgstr "" +"Utilisateur supplémentaire à installer (laisser vide pour aucun " +"utilisateur) : " msgid "Should this user be a superuser (sudoer)?" msgstr "Cet utilisateur doit-il être un superutilisateur (sudoer) ?" @@ -42,7 +49,9 @@ msgid "Select a timezone" msgstr "Sélectionner un fuseau horaire" msgid "Would you like to use GRUB as a bootloader instead of systemd-boot?" -msgstr "Souhaitez-vous utiliser GRUB comme chargeur de démarrage au lieu de systemd-boot ?" +msgstr "" +"Souhaitez-vous utiliser GRUB comme chargeur de démarrage au lieu de systemd-" +"boot ?" msgid "Choose a bootloader" msgstr "Choisir un chargeur de démarrage" @@ -50,38 +59,60 @@ msgstr "Choisir un chargeur de démarrage" msgid "Choose an audio server" msgstr "Choisir un serveur audio" -msgid "Only packages such as base, base-devel, linux, linux-firmware, efibootmgr and optional profile packages are installed." -msgstr "Seuls les packages tels que base, base-devel, linux, linux-firmware, efibootmgr et les packages de profil optionnels sont installés." +msgid "" +"Only packages such as base, base-devel, linux, linux-firmware, efibootmgr " +"and optional profile packages are installed." +msgstr "" +"Seuls les paquets tels que base, base-devel, linux, linux-firmware, " +"efibootmgr et les paquets de profil optionnels sont installés." -msgid "If you desire a web browser, such as firefox or chromium, you may specify it in the following prompt." -msgstr "Si vous désirez un navigateur Web, tel que firefox ou chrome, vous pouvez le spécifier dans l'invite suivante." +msgid "" +"If you desire a web browser, such as firefox or chromium, you may specify it " +"in the following prompt." +msgstr "" +"Si vous désirez un navigateur Web, tel que firefox ou chrome, vous pouvez le " +"spécifier dans l'invite suivante." -msgid "Write additional packages to install (space separated, leave blank to skip): " -msgstr "Écrire des packages supplémentaires à installer (espaces séparés, laisser vide pour ignorer) : " +msgid "" +"Write additional packages to install (space separated, leave blank to skip): " +msgstr "" +"Saisir les paquets supplémentaires à installer (séparés par des espaces, " +"vide pour ignorer) : " msgid "Copy ISO network configuration to installation" msgstr "Copier la configuration réseau ISO dans l'installation" -msgid "Use NetworkManager (necessary for configuring internet graphically in GNOME and KDE)" -msgstr "Utiliser NetworkManager (nécessaire pour configurer graphiquement Internet dans GNOME et KDE)" +msgid "" +"Use NetworkManager (necessary for configuring internet graphically in GNOME " +"and KDE)" +msgstr "" +"Utiliser NetworkManager (nécessaire pour configurer graphiquement Internet " +"dans GNOME et KDE)" msgid "Select one network interface to configure" msgstr "Sélectionner une interface réseau à configurer" -msgid "Select which mode to configure for \"{}\" or skip to use default mode \"{}\"" -msgstr "Sélectionner le mode à configurer pour \"{}\" ou ignorer pour utiliser le mode par défaut \"{}\"" +msgid "" +"Select which mode to configure for \"{}\" or skip to use default mode \"{}\"" +msgstr "" +"Sélectionner le mode à configurer pour \"{}\" ou ignorer pour utiliser le " +"mode par défaut \"{}\"" msgid "Enter the IP and subnet for {} (example: 192.168.0.5/24): " msgstr "Entrer l'IP et le sous-réseau pour {} (exemple : 192.168.0.5/24) : " msgid "Enter your gateway (router) IP address or leave blank for none: " -msgstr "Entrer l'adresse IP de votre passerelle (routeur) ou laisser vide pour aucune : " +msgstr "" +"Entrer l'adresse IP de votre passerelle (routeur) ou laisser vide pour " +"aucune : " msgid "Enter your DNS servers (space separated, blank for none): " msgstr "Entrer vos serveurs DNS (séparés par des espaces, vide pour aucun) : " msgid "Select which filesystem your main partition should use" -msgstr "Sélectionner le système de fichiers que votre partition principale doit utiliser" +msgstr "" +"Sélectionner le système de fichiers que votre partition principale doit " +"utiliser" msgid "Current partition layout" msgstr "Disposition actuelle des partitions" @@ -96,14 +127,21 @@ msgstr "" msgid "Enter a desired filesystem type for the partition" msgstr "Entrer un type de système de fichiers souhaité pour la partition" -msgid "Enter the start location (in parted units: s, GB, %, etc. ; default: {}): " -msgstr "Entrer l'emplacement de départ (en unités séparées : s, Go, %, etc. ; par défaut : {}) : " +msgid "" +"Enter the start location (in parted units: s, GB, %, etc. ; default: {}): " +msgstr "" +"Entrer l'emplacement de départ (en unités séparées : s, Go, %, etc. ; par " +"défaut : {}) : " msgid "Enter the end location (in parted units: s, GB, %, etc. ; ex: {}): " -msgstr "Entrer l'emplacement de fin (en unités séparées : s, Go, %, etc. ; ex : {}) : " +msgstr "" +"Entrer l'emplacement de fin (en unités séparées : s, Go, %, etc. ; ex : " +"{}) : " msgid "{} contains queued partitions, this will remove those, are you sure?" -msgstr "{} contient des partitions en file d'attente, cela les supprimera, êtes-vous sûr ?" +msgstr "" +"{} contient des partitions en file d'attente, cela les supprimera, êtes-vous " +"sûr ?" msgid "" "{}\n" @@ -123,11 +161,17 @@ msgstr "" "\n" "Sélectionner par index où et quelle partition montée" -msgid " * Partition mount-points are relative to inside the installation, the boot would be /boot as an example." -msgstr " * Les points de montage de la partition sont relatifs à l'intérieur de l'installation, le démarrage serait /boot par exemple." +msgid "" +" * Partition mount-points are relative to inside the installation, the boot " +"would be /boot as an example." +msgstr "" +" * Les points de montage de la partition sont relatifs à l'intérieur de " +"l'installation, le démarrage serait /boot par exemple." msgid "Select where to mount partition (leave blank to remove mountpoint): " -msgstr "Sélectionner où monter la partition (laisser vide pour supprimer le point de montage) : " +msgstr "" +"Sélectionner où monter la partition (laisser vide pour supprimer le point de " +"montage) : " msgid "" "{}\n" @@ -172,34 +216,58 @@ msgid "Archinstall language" msgstr "Langue d'Archinstall" msgid "Wipe all selected drives and use a best-effort default partition layout" -msgstr "Effacer tous les lecteurs sélectionnés et utiliser une disposition de partition par défaut optimale" +msgstr "" +"Effacer tous les lecteurs sélectionnés et utiliser une disposition de " +"partition par défaut optimale" -msgid "Select what to do with each individual drive (followed by partition usage)" -msgstr "Sélectionner ce qu'il faut faire avec chaque lecteur individuel (suivi de l'utilisation de la partition)" +msgid "" +"Select what to do with each individual drive (followed by partition usage)" +msgstr "" +"Sélectionner ce qu'il faut faire avec chaque lecteur individuel (suivi de " +"l'utilisation de la partition)" msgid "Select what you wish to do with the selected block devices" -msgstr "Sélectionner ce que vous souhaitez faire avec les périphériques de bloc sélectionnés" +msgstr "" +"Sélectionner ce que vous souhaitez faire avec les périphériques de bloc " +"sélectionnés" -msgid "This is a list of pre-programmed profiles, they might make it easier to install things like desktop environments" -msgstr "Ceci est une liste de profils préprogrammés, ils pourraient faciliter l'installation d'outils comme les environnements de bureau" +msgid "" +"This is a list of pre-programmed profiles, they might make it easier to " +"install things like desktop environments" +msgstr "" +"Ceci est une liste préprogrammée de profiles, ils pourraient faciliter " +"l'installation d'outils comme les environnements de bureau" msgid "Select keyboard layout" msgstr "Sélectionner la disposition du clavier" msgid "Select one of the regions to download packages from" -msgstr "Sélectionner l'une des régions depuis lesquelles télécharger les packages" +msgstr "" +"Sélectionner l'une des régions depuis lesquelles télécharger les paquets" msgid "Select one or more hard drives to use and configure" msgstr "Sélectionner un ou plusieurs disques durs à utiliser et à configurer" -msgid "For the best compatibility with your AMD hardware, you may want to use either the all open-source or AMD / ATI options." -msgstr "Pour une meilleure compatibilité avec votre matériel AMD, vous pouvez utiliser les options entièrement open source ou AMD / ATI." +msgid "" +"For the best compatibility with your AMD hardware, you may want to use " +"either the all open-source or AMD / ATI options." +msgstr "" +"Pour une meilleure compatibilité avec votre matériel AMD, vous pouvez " +"utiliser les options entièrement open source ou AMD / ATI." -msgid "For the best compatibility with your Intel hardware, you may want to use either the all open-source or Intel options.\n" -msgstr "Pour une compatibilité optimale avec votre matériel Intel, vous pouvez utiliser les options entièrement open source ou Intel.\n" +msgid "" +"For the best compatibility with your Intel hardware, you may want to use " +"either the all open-source or Intel options.\n" +msgstr "" +"Pour une compatibilité optimale avec votre matériel Intel, vous pouvez " +"utiliser les options entièrement open source ou Intel.\n" -msgid "For the best compatibility with your Nvidia hardware, you may want to use the Nvidia proprietary driver.\n" -msgstr "Pour une meilleure compatibilité avec votre matériel Nvidia, vous pouvez utiliser le pilote propriétaire Nvidia.\n" +msgid "" +"For the best compatibility with your Nvidia hardware, you may want to use " +"the Nvidia proprietary driver.\n" +msgstr "" +"Pour une meilleure compatibilité avec votre matériel Nvidia, vous pouvez " +"utiliser le pilote propriétaire Nvidia.\n" msgid "" "\n" @@ -208,7 +276,8 @@ msgid "" msgstr "" "\n" "\n" -"Sélectionner un pilote graphique ou laisser vide pour installer tous les pilotes open-source" +"Sélectionner un pilote graphique ou laisser vide pour installer tous les " +"pilotes open-source" msgid "All open-source (default)" msgstr "Tout open-source (par défaut)" @@ -231,8 +300,12 @@ msgstr "Sélectionner une ou plusieurs des options ci-dessous : " msgid "Adding partition...." msgstr "Ajout de la partition...." -msgid "You need to enter a valid fs-type in order to continue. See `man parted` for valid fs-type's." -msgstr "Vous devez entrer un type de fs valide pour continuer. Voir `man parted` pour les types de fs valides." +msgid "" +"You need to enter a valid fs-type in order to continue. See `man parted` for " +"valid fs-type's." +msgstr "" +"Vous devez entrer un type de fs valide pour continuer. Voir `man parted` " +"pour les types de fs valides." msgid "Error: Listing profiles on URL \"{}\" resulted in:" msgstr "Erreur : la liste des profils sur l'URL \"{}\" a entraîné :" @@ -253,7 +326,7 @@ msgid "Locale encoding" msgstr "Encodage des paramètres régionaux" msgid "Drive(s)" -msgstr "Disques durs" +msgstr "Disques" msgid "Disk layout" msgstr "Disposition du disque" @@ -286,7 +359,7 @@ msgid "Kernels" msgstr "Noyaux" msgid "Additional packages" -msgstr "Packages supplémentaires" +msgstr "Paquets supplémentaires" msgid "Network configuration" msgstr "Configurer le réseau" @@ -305,7 +378,8 @@ msgid "" msgstr "" "Vous avez décidé d'ignorer la sélection du disque dur\n" "et vous utiliserez la configuration de disque montée sur {} (expérimental)\n" -"ATTENTION : Archinstall ne vérifiera pas l'adéquation de cette configuration\n" +"ATTENTION : Archinstall ne vérifiera pas l'adéquation de cette " +"configuration\n" "Souhaitez-vous continuer ?" msgid "Re-using partition instance: {}" @@ -330,7 +404,8 @@ msgid "Mark/Unmark a partition as encrypted" msgstr "Marquer/Démarquer une partition comme chiffrée" msgid "Mark/Unmark a partition as bootable (automatic for /boot)" -msgstr "Marquer/Démarquer une partition comme amorçable (automatique pour /boot)" +msgstr "" +"Marquer/Démarquer une partition comme amorçable (automatique pour /boot)" msgid "Set desired filesystem for a partition" msgstr "Définir le système de fichiers souhaité pour une partition" @@ -370,7 +445,9 @@ msgid "Enter a encryption password for {}" msgstr "Entrer un mot de passe de chiffrement pour {}" msgid "Enter disk encryption password (leave blank for no encryption): " -msgstr "Entrer le mot de passe de chiffrement du disque (laisser vide pour aucun chiffrement) : " +msgstr "" +"Entrer le mot de passe de chiffrement du disque (laisser vide pour aucun " +"chiffrement) : " msgid "Create a required super-user with sudo privileges: " msgstr "Créer un super-utilisateur requis avec les privilèges sudo : " @@ -381,31 +458,44 @@ msgstr "Entrer le mot de passe root (laisser vide pour désactiver root) : " msgid "Password for user \"{}\": " msgstr "Mot de passe pour l'utilisateur \"{}\" : " -msgid "Verifying that additional packages exist (this might take a few seconds)" -msgstr "Vérifier que des packages supplémentaires existent (cela peut prendre quelques secondes)" +msgid "" +"Verifying that additional packages exist (this might take a few seconds)" +msgstr "" +"Vérifier que des paquets supplémentaires existent (cela peut prendre " +"quelques secondes)" -msgid "Would you like to use automatic time synchronization (NTP) with the default time servers?\n" -msgstr "Souhaitez-vous utiliser la synchronisation automatique de l'heure (NTP) avec les serveurs de temps par défaut ?\n" +msgid "" +"Would you like to use automatic time synchronization (NTP) with the default " +"time servers?\n" +msgstr "" +"Souhaitez-vous utiliser la synchronisation automatique de l'heure (NTP) avec " +"les serveurs de temps par défaut ?\n" msgid "" -"Hardware time and other post-configuration steps might be required in order for NTP to work.\n" +"Hardware time and other post-configuration steps might be required in order " +"for NTP to work.\n" "For more information, please check the Arch wiki" msgstr "" -"Le temps matériel et d'autres étapes de post-configuration peuvent être nécessaires pour que NTP fonctionne.\n" +"Le temps matériel et d'autres étapes de post-configuration peuvent être " +"nécessaires pour que NTP fonctionne.\n" "Pour plus d'informations, veuillez consulter le wiki Arch" msgid "Enter a username to create an additional user (leave blank to skip): " -msgstr "Entrer un nom d'utilisateur pour créer un utilisateur supplémentaire (laisser vide pour ignorer) : " +msgstr "" +"Entrer un nom d'utilisateur pour créer un utilisateur supplémentaire " +"(laisser vide pour ignorer) : " msgid "Use ESC to skip\n" msgstr "Utiliser ESC pour ignorer\n" msgid "" "\n" -" Choose an object from the list, and select one of the available actions for it to execute" +" Choose an object from the list, and select one of the available actions for " +"it to execute" msgstr "" "\n" -"Choisir un objet dans la liste et sélectionner l'une des actions disponibles pour qu'il s'exécute" +"Choisir un objet dans la liste et sélectionner l'une des actions disponibles " +"pour qu'il s'exécute" msgid "Cancel" msgstr "Annuler" @@ -441,14 +531,21 @@ msgstr "" "\n" "Voici la configuration choisie :" -msgid "Pacman is already running, waiting maximum 10 minutes for it to terminate." -msgstr "Pacman est déjà en cours d'exécution, attendez au maximum 10 minutes pour qu'il se termine." +msgid "" +"Pacman is already running, waiting maximum 10 minutes for it to terminate." +msgstr "" +"Pacman est déjà en cours d'exécution, attendez au maximum 10 minutes pour " +"qu'il se termine." -msgid "Pre-existing pacman lock never exited. Please clean up any existing pacman sessions before using archinstall." -msgstr "Le verrou pacman préexistant n'a jamais été fermé. Veuillez nettoyer toutes les sessions pacman existantes avant d'utiliser archinstall." +msgid "" +"Pre-existing pacman lock never exited. Please clean up any existing pacman " +"sessions before using archinstall." +msgstr "" +"Le verrou pacman préexistant n'a jamais été fermé. Veuillez nettoyer toutes " +"les sessions pacman existantes avant d'utiliser archinstall." msgid "Choose which optional additional repositories to enable" -msgstr "Choisir les référentiels supplémentaires en option à activer" +msgstr "Choisir les dépôts supplémentaires en option à activer" msgid "Add a user" msgstr "Ajouter un utilisateur" @@ -527,7 +624,7 @@ msgid "are you sure you want to use it?" msgstr "êtes-vous sûr de vouloir l'utiliser ?" msgid "Optional repositories" -msgstr "Référentiels supplémentaires" +msgstr "Dépôts supplémentaires" msgid "Save configuration" msgstr "Enregistrer la configuration" @@ -570,7 +667,7 @@ msgid "Subvolume options" msgstr "Options de sous-volume" msgid "Save" -msgstr "Sauver" +msgstr "Sauvegarder" msgid "Subvolume name :" msgstr "Nom du sous-volume :" @@ -582,13 +679,16 @@ msgid "Select the desired subvolume options " msgstr "Sélectionner les options de sous-volume souhaitées " msgid "Define users with sudo privilege, by username: " -msgstr "Définir les utilisateurs avec le privilège sudo, par nom d'utilisateur : " +msgstr "" +"Définir les utilisateurs avec le privilège sudo, par nom d'utilisateur : " msgid "[!] A log file has been created here: {}" msgstr "[!] Un fichier journal a été créé ici : {}" msgid "Would you like to use BTRFS subvolumes with a default structure?" -msgstr "Souhaitez-vous utiliser des sous-volumes BTRFS avec une structure par défaut ?" +msgstr "" +"Souhaitez-vous utiliser des sous-volumes BTRFS avec une structure par " +"défaut ?" msgid "Would you like to use BTRFS compression?" msgstr "Souhaitez-vous utiliser la compression BTRFS ?" @@ -596,8 +696,12 @@ msgstr "Souhaitez-vous utiliser la compression BTRFS ?" msgid "Would you like to create a separate partition for /home?" msgstr "Souhaitez-vous créer une partition séparée pour /home ?" -msgid "The selected drives do not have the minimum capacity required for an automatic suggestion\n" -msgstr "Les disques sélectionnés n'ont pas la capacité minimale requise pour une suggestion automatique\n" +msgid "" +"The selected drives do not have the minimum capacity required for an " +"automatic suggestion\n" +msgstr "" +"Les disques sélectionnés n'ont pas la capacité minimale requise pour une " +"suggestion automatique\n" msgid "Minimum capacity for /home partition: {}GB\n" msgstr "Capacité minimale pour la partition /home : {} Go\n" @@ -624,7 +728,9 @@ msgid "No iface specified for manual configuration" msgstr "Aucun iface spécifié pour la configuration manuelle" msgid "Manual nic configuration with no auto DHCP requires an IP address" -msgstr "La configuration manuelle de la carte réseau sans DHCP automatique nécessite une adresse IP" +msgstr "" +"La configuration manuelle de la carte réseau sans DHCP automatique nécessite " +"une adresse IP" msgid "Add interface" msgstr "Ajouter une interface" @@ -644,23 +750,42 @@ msgstr "Configuration manuelle" msgid "Mark/Unmark a partition as compressed (btrfs only)" msgstr "Marquer/Démarquer une partition comme compressée (btrfs uniquement)" -msgid "The password you are using seems to be weak, are you sure you want to use it?" -msgstr "Le mot de passe que vous utilisez semble faible, êtes-vous sûr de vouloir l'utiliser ?" +msgid "" +"The password you are using seems to be weak, are you sure you want to use it?" +msgstr "" +"Le mot de passe que vous utilisez semble faible, êtes-vous sûr de vouloir " +"l'utiliser ?" -msgid "Provides a selection of desktop environments and tiling window managers, e.g. gnome, kde, sway" -msgstr "Fournit une sélection d'environnements de bureau et de gestionnaires de fenêtres en mosaïque, par ex. gnome, kde, sway" +msgid "" +"Provides a selection of desktop environments and tiling window managers, e." +"g. gnome, kde, sway" +msgstr "" +"Fournit une sélection d'environnements de bureau et de gestionnaires de " +"fenêtres en mosaïque, par ex. gnome, kde, sway" msgid "Select your desired desktop environment" msgstr "Sélectionner l'environnement de bureau souhaité" -msgid "A very basic installation that allows you to customize Arch Linux as you see fit." -msgstr "Une installation très basique qui vous permet de personnaliser Arch Linux comme bon vous semble." +msgid "" +"A very basic installation that allows you to customize Arch Linux as you see " +"fit." +msgstr "" +"Une installation très basique qui vous permet de personnaliser Arch Linux " +"comme bon vous semble." -msgid "Provides a selection of various server packages to install and enable, e.g. httpd, nginx, mariadb" -msgstr "Fournit une sélection de divers paquets de serveur à installer et à activer, par ex. httpd, nginx, mariadb" +msgid "" +"Provides a selection of various server packages to install and enable, e.g. " +"httpd, nginx, mariadb" +msgstr "" +"Fournit une sélection de divers paquets de serveur à installer et à activer, " +"par ex. httpd, nginx, mariadb" -msgid "Choose which servers to install, if none then a minimal installation will be done" -msgstr "Choisir les serveurs à installer, s'il n'y en a pas, une installation minimale sera effectuée" +msgid "" +"Choose which servers to install, if none then a minimal installation will be " +"done" +msgstr "" +"Choisir les serveurs à installer, s'il n'y en a pas, une installation " +"minimale sera effectuée" msgid "Installs a minimal system as well as xorg and graphics drivers." msgstr "Installe un système minimal ainsi que les pilotes graphiques et xorg." @@ -668,8 +793,12 @@ msgstr "Installe un système minimal ainsi que les pilotes graphiques et xorg." msgid "Press Enter to continue." msgstr "Appuyer sur Entrée pour continuer." -msgid "Would you like to chroot into the newly created installation and perform post-installation configuration?" -msgstr "Souhaitez-vous chrooter dans l'installation nouvellement créée et effectuer la configuration post-installation ?" +msgid "" +"Would you like to chroot into the newly created installation and perform " +"post-installation configuration?" +msgstr "" +"Souhaitez-vous chrooter dans l'installation nouvellement créée et effectuer " +"la configuration post-installation ?" msgid "Are you sure you want to reset this setting?" msgstr "Voulez-vous vraiment réinitialiser ce paramètre ?" @@ -678,10 +807,16 @@ msgid "Select one or more hard drives to use and configure\n" msgstr "Sélectionner un ou plusieurs disques durs à utiliser et à configurer\n" msgid "Any modifications to the existing setting will reset the disk layout!" -msgstr "Toute modification du paramètre existant réinitialisera la disposition du disque !" +msgstr "" +"Toute modification du paramètre existant réinitialisera la disposition du " +"disque !" -msgid "If you reset the harddrive selection this will also reset the current disk layout. Are you sure?" -msgstr "Si vous réinitialisez la sélection du disque dur, cela réinitialisera également la disposition actuelle du disque. Êtes-vous sûr ?" +msgid "" +"If you reset the harddrive selection this will also reset the current disk " +"layout. Are you sure?" +msgstr "" +"Si vous réinitialisez la sélection du disque dur, cela réinitialisera " +"également la disposition actuelle du disque. Êtes-vous sûr ?" msgid "Save and exit" msgstr "Sauvegarder et quitter" @@ -691,7 +826,8 @@ msgid "" "contains queued partitions, this will remove those, are you sure?" msgstr "" "{}\n" -"contient des partitions en file d'attente, cela les supprimera, êtes-vous sûr ?" +"contient des partitions en file d'attente, cela les supprimera, êtes-vous " +"sûr ?" msgid "No audio server" msgstr "Pas de serveur audio" @@ -722,13 +858,18 @@ msgid "Edit {}: " msgstr "Modifier {} : " msgid "Add: " -msgstr "Ajouter: " +msgstr "Ajouter : " msgid "Value: " -msgstr "Valeur: " +msgstr "Valeur : " -msgid "You can skip selecting a drive and partitioning and use whatever drive-setup is mounted at /mnt (experimental)" -msgstr "Vous pouvez ignorer la sélection d'un lecteur et le partitionnement et utiliser n'importe quelle configuration de lecteur montée sur /mnt (expérimental)" +msgid "" +"You can skip selecting a drive and partitioning and use whatever drive-setup " +"is mounted at /mnt (experimental)" +msgstr "" +"Vous pouvez ignorer la sélection d'un lecteur et le partitionnement et " +"utiliser n'importe quelle configuration de lecteur montée sur /mnt " +"(expérimental)" msgid "Select one of the disks or skip and use /mnt as default" msgstr "Sélectionner l'un des disques ou ignorer et utiliser /mnt par défaut" @@ -751,8 +892,12 @@ msgstr "Espace libre" msgid "Bus-type" msgstr "Type de bus" -msgid "Either root-password or at least 1 user with sudo privileges must be specified" -msgstr "Le mot de passe root ou au moins 1 utilisateur avec des privilèges sudo doit être spécifié" +msgid "" +"Either root-password or at least 1 user with sudo privileges must be " +"specified" +msgstr "" +"Le mot de passe root ou au moins 1 utilisateur avec des privilèges sudo doit " +"être spécifié" msgid "Enter username (leave blank to skip): " msgstr "Entrer le nom d'utilisateur (laisser vide pour passer) : " @@ -790,8 +935,12 @@ msgstr "Supprimer le sous-volume" msgid "Configured {} interfaces" msgstr "Interfaces {} configurées" -msgid "This option enables the number of parallel downloads that can occur during installation" -msgstr "Cette option active le nombre de téléchargements parallèles qui peuvent se produire pendant l'installation" +msgid "" +"This option enables the number of parallel downloads that can occur during " +"installation" +msgstr "" +"Cette option active le nombre de téléchargements parallèles qui peuvent se " +"produire pendant l'installation" msgid "" "Enter the number of parallel downloads to be enabled.\n" @@ -802,18 +951,34 @@ msgstr "" " (Entrer une valeur comprise entre 1 et {})\n" "Note :" -msgid " - Maximum value : {} ( Allows {} parallel downloads, allows {} downloads at a time )" -msgstr " - Valeur maximale : {} (Autorise {} téléchargements parallèles, autorise {} téléchargements à la fois)" +msgid "" +" - Maximum value : {} ( Allows {} parallel downloads, allows {} downloads " +"at a time )" +msgstr "" +" - Valeur maximale : {} (Autorise {} téléchargements parallèles, autorise {} " +"téléchargements à la fois)" -msgid " - Minimum value : 1 ( Allows 1 parallel download, allows 2 downloads at a time )" -msgstr " - Valeur minimale : 1 (Autorise 1 téléchargement parallèle, autorise 2 téléchargements à la fois)" +msgid "" +" - Minimum value : 1 ( Allows 1 parallel download, allows 2 downloads at a " +"time )" +msgstr "" +" - Valeur minimale : 1 (Autorise 1 téléchargement parallèle, autorise 2 " +"téléchargements à la fois)" -msgid " - Disable/Default : 0 ( Disables parallel downloading, allows only 1 download at a time )" -msgstr " - Désactiver/Défaut : 0 (Désactive le téléchargement parallèle, n'autorise qu'un seul téléchargement à la fois)" +msgid "" +" - Disable/Default : 0 ( Disables parallel downloading, allows only 1 " +"download at a time )" +msgstr "" +" - Désactiver/Défaut : 0 (Désactive le téléchargement parallèle, n'autorise " +"qu'un seul téléchargement à la fois)" -#, fuzzy, python-brace-format -msgid "Invalid input! Try again with a valid input [1 to {max_downloads}, or 0 to disable]" -msgstr "Entrée invalide ! Réessayer avec une entrée valide [1 pour {}, ou 0 pour désactiver]" +#, python-brace-format +msgid "" +"Invalid input! Try again with a valid input [1 to {max_downloads}, or 0 to " +"disable]" +msgstr "" +"Entrée invalide ! Réessayer avec une entrée valide [1 pour {max_downloads}, " +"ou 0 pour désactiver]" msgid "Parallel Downloads" msgstr "Téléchargements parallèles" @@ -830,132 +995,147 @@ msgstr "TAB pour sélectionner" msgid "[Default value: 0] > " msgstr "[Valeur par défaut : 0] > " -msgid "To be able to use this translation, please install a font manually that supports the language." -msgstr "Pour pouvoir utiliser cette traduction, veuillez installer manuellement une police prenant en charge la langue." +msgid "" +"To be able to use this translation, please install a font manually that " +"supports the language." +msgstr "" +"Pour pouvoir utiliser cette traduction, veuillez installer manuellement une " +"police prenant en charge la langue." msgid "The font should be stored as {}" msgstr "La police doit être stockée sous {}" msgid "Archinstall requires root privileges to run. See --help for more." msgstr "" +"Archinstall nécessite des privilèges root pour s'exécuter. Voir l'aide pour " +"plus d'informations (--help)." -#, fuzzy msgid "Select an execution mode" -msgstr "Sélectionner une action pour '{}'" +msgstr "Sélectionner un mode d'exécution" msgid "Unable to fetch profile from specified url: {}" -msgstr "" +msgstr "Impossible de récupérer le profil à partir de l'URL spécifiée : {}" -msgid "Profiles must have unique name, but profile definitions with duplicate name found: {}" +msgid "" +"Profiles must have unique name, but profile definitions with duplicate name " +"found: {}" msgstr "" +"Les profils doivent avoir un nom unique, mais des définitions de profil avec " +"un nom en double ont été trouvées : {}" -#, fuzzy msgid "Select one or more devices to use and configure" -msgstr "Sélectionner un ou plusieurs disques durs à utiliser et à configurer" +msgstr "Sélectionner un ou plusieurs périphériques à utiliser et à configurer" -#, fuzzy -msgid "If you reset the device selection this will also reset the current disk layout. Are you sure?" -msgstr "Si vous réinitialisez la sélection du disque dur, cela réinitialisera également la disposition actuelle du disque. Êtes-vous sûr ?" +msgid "" +"If you reset the device selection this will also reset the current disk " +"layout. Are you sure?" +msgstr "" +"Si vous réinitialisez la sélection de périphérique, cela réinitialisera " +"également la disposition actuelle du disque. Etes-vous sûr ?" -#, fuzzy msgid "Existing Partitions" -msgstr "Ajout de la partition...." +msgstr "Partitions existantes" -#, fuzzy msgid "Select a partitioning option" -msgstr "Supprimer une partition" +msgstr "Sélectionner une option de partitionnement" -#, fuzzy msgid "Enter the root directory of the mounted devices: " -msgstr "Saisir un répertoire pour la ou les configuration(s) à enregistrer : " +msgstr "Entrer le répertoire racine des périphériques montés : " -#, fuzzy msgid "Minimum capacity for /home partition: {}GiB\n" -msgstr "Capacité minimale pour la partition /home : {} Go\n" +msgstr "Capacité minimale pour la partition /home : {} Gio\n" -#, fuzzy msgid "Minimum capacity for Arch Linux partition: {}GiB" -msgstr "Capacité minimale pour la partition Arch Linux : {} Go" +msgstr "Capacité minimale pour la partition Arch Linux : {} Gio" -#, fuzzy -msgid "This is a list of pre-programmed profiles_bck, they might make it easier to install things like desktop environments" -msgstr "Ceci est une liste de profils préprogrammés, ils pourraient faciliter l'installation d'outils comme les environnements de bureau" +msgid "" +"This is a list of pre-programmed profiles_bck, they might make it easier to " +"install things like desktop environments" +msgstr "" +"Ceci est une liste préprogrammée de profiles_bck, ils pourraient faciliter " +"l'installation de choses comme les environnements de bureau" -#, fuzzy msgid "Current profile selection" -msgstr "Disposition actuelle des partitions" +msgstr "Sélection du profil actuel" -#, fuzzy msgid "Remove all newly added partitions" -msgstr "Créer une nouvelle partition" +msgstr "Supprimer toutes les partitions nouvellement ajoutées" -#, fuzzy msgid "Assign mountpoint" -msgstr "Attribuer un point de montage pour une partition" +msgstr "Attribuer un point de montage" -#, fuzzy msgid "Mark/Unmark to be formatted (wipes data)" -msgstr "Marquer/Démarquer une partition à formater (efface les données)" +msgstr "Marquer/Démarquer à formater (efface les données)" msgid "Mark/Unmark as bootable" -msgstr "" +msgstr "Marquer/Démarquer comme amorçable" msgid "Change filesystem" -msgstr "" +msgstr "Changer le système de fichiers" -#, fuzzy msgid "Mark/Unmark as compressed" -msgstr "Marquer/Démarquer une partition comme compressée (btrfs uniquement)" +msgstr "Marquer/Démarquer comme compressé" -#, fuzzy msgid "Set subvolumes" -msgstr "Supprimer le sous-volume" +msgstr "Définir des sous-volumes" -#, fuzzy msgid "Delete partition" -msgstr "Supprimer une partition" +msgstr "Supprimer la partition" msgid "Partition" -msgstr "" +msgstr "Partition" -msgid "This partition is currently encrypted, to format it a filesystem has to be specified" +msgid "" +"This partition is currently encrypted, to format it a filesystem has to be " +"specified" msgstr "" +"Cette partition est actuellement cryptée, pour la formater, un système de " +"fichiers doit être spécifié" -#, fuzzy -msgid "Partition mount-points are relative to inside the installation, the boot would be /boot as an example." -msgstr " * Les points de montage de la partition sont relatifs à l'intérieur de l'installation, le démarrage serait /boot par exemple." +msgid "" +"Partition mount-points are relative to inside the installation, the boot " +"would be /boot as an example." +msgstr "" +"Les points de montage de partition sont relatifs à l'intérieur de " +"l'installation, le démarrage serait /boot par exemple." -msgid "If mountpoint /boot is set, then the partition will also be marked as bootable." +msgid "" +"If mountpoint /boot is set, then the partition will also be marked as " +"bootable." msgstr "" +"Si le point de montage /boot est défini, la partition sera également marquée " +"comme amorçable." msgid "Mountpoint: " -msgstr "" +msgstr "Point de montage : " msgid "Current free sectors on device {}:" -msgstr "" +msgstr "Secteurs actuellement libres sur le périphérique {} :" -#, fuzzy msgid "Total sectors: {}" -msgstr "Répertoire non valide : {}" +msgstr "Total des secteurs : {}" -#, fuzzy msgid "Enter the start sector (default: {}): " -msgstr "Entrer le secteur de début (pourcentage ou numéro de bloc, par défaut : {}) : " +msgstr "Saisir le secteur de départ (par défaut : {}) : " -#, fuzzy -msgid "Enter the end sector of the partition (percentage or block number, default: {}): " -msgstr "Entrer le secteur de fin de la partition (pourcentage ou numéro de bloc, ex : {}) : " +msgid "" +"Enter the end sector of the partition (percentage or block number, default: " +"{}): " +msgstr "" +"Saisir le secteur de fin de la partition (pourcentage ou numéro de bloc, par " +"défaut : {}) : " msgid "This will remove all newly added partitions, continue?" msgstr "" +"Cela supprimera toutes les partitions nouvellement ajoutées, voulez-vous " +"continuer ?" msgid "Partition management: {}" -msgstr "" +msgstr "Gestion des partitions : {}" msgid "Total length: {}" -msgstr "" +msgstr "Total (taille) : {}" -#, fuzzy msgid "Encryption type" msgstr "Type de chiffrement" @@ -963,7 +1143,7 @@ msgid "Partitions" msgstr "Partitions" msgid "No HSM devices available" -msgstr "Aucun appareil HSM disponible" +msgstr "Aucun périphérique HSM disponible" msgid "Partitions to be encrypted" msgstr "Partitions à chiffrer" @@ -972,215 +1152,230 @@ msgid "Select disk encryption option" msgstr "Sélectionner l'option de chiffrement du disque" msgid "Select a FIDO2 device to use for HSM" -msgstr "Sélectionner un appareil FIDO2 à utiliser pour HSM" +msgstr "Sélectionner un périphérique FIDO2 à utiliser pour HSM" -#, fuzzy msgid "Use a best-effort default partition layout" -msgstr "Effacer tous les lecteurs sélectionnés et utiliser une disposition de partition par défaut optimale" +msgstr "Utiliser une disposition de partition optimale par défaut" -#, fuzzy msgid "Manual Partitioning" -msgstr "Configuration manuelle" +msgstr "Partitionnement manuel" -#, fuzzy msgid "Pre-mounted configuration" -msgstr "Aucune configuration" +msgstr "Configuration pré-montée" msgid "Unknown" -msgstr "" +msgstr "Inconnu" msgid "Partition encryption" -msgstr "" +msgstr "Chiffrement des partitions" msgid " ! Formatting {} in " -msgstr "" +msgstr " ! Formatage {} dans " msgid "← Back" -msgstr "" +msgstr "← Retour" msgid "Disk encryption" msgstr "Cryptage du disque" -#, fuzzy msgid "Configuration" -msgstr "Aucune configuration" +msgstr "Configuration" -#, fuzzy msgid "Password" msgstr "Mot de passe" -#, fuzzy msgid "All settings will be reset, are you sure?" -msgstr "{} contient des partitions en file d'attente, cela les supprimera, êtes-vous sûr ?" +msgstr "Tous les paramètres seront réinitialisés, êtes-vous sûr ?" msgid "Back" -msgstr "" +msgstr "Retour" msgid "Please chose which greeter to install for the chosen profiles: {}" msgstr "" +"Veuillez choisir le greeter (interface de connexion) à installer pour les " +"profils choisis : {}" msgid "Environment type: {}" -msgstr "" +msgstr "Type d'environnement : {}" -msgid "The proprietary Nvidia driver is not supported by Sway. It is likely that you will run into issues, are you okay with that?" +msgid "" +"The proprietary Nvidia driver is not supported by Sway. It is likely that " +"you will run into issues, are you okay with that?" msgstr "" +"Le pilote Nvidia propriétaire n'est pas pris en charge par Sway. Il est " +"probable que vous rencontriez des problèmes, êtes-vous d'accord avec cela ?" -#, fuzzy msgid "Installed packages" -msgstr "Packages supplémentaires" +msgstr "Paquets installés" -#, fuzzy msgid "Add profile" -msgstr "Profil" +msgstr "Ajouter un profil" -#, fuzzy msgid "Edit profile" -msgstr "Profil" +msgstr "Editer le profil" -#, fuzzy msgid "Delete profile" -msgstr "Supprimer l'interface" +msgstr "Supprimer le profil" -#, fuzzy msgid "Profile name: " -msgstr "Profil" +msgstr "Nom de profil : " -#, fuzzy msgid "The profile name you entered is already in use. Try again" -msgstr "Le nom d'utilisateur que vous avez saisi n'est pas valide. Réessayer" +msgstr "" +"Le nom de profil que vous avez saisi est déjà utilisé. Essayer à nouveau" -#, fuzzy -msgid "Packages to be install with this profile (space separated, leave blank to skip): " -msgstr "Écrire des packages supplémentaires à installer (espaces séparés, laisser vide pour ignorer) : " +msgid "" +"Packages to be install with this profile (space separated, leave blank to " +"skip): " +msgstr "" +"Saisir les paquets à installer avec ce profil (séparés par des espaces, vide " +"pour ignorer) : " -#, fuzzy -msgid "Services to be enabled with this profile (space separated, leave blank to skip): " -msgstr "Écrire des packages supplémentaires à installer (espaces séparés, laisser vide pour ignorer) : " +msgid "" +"Services to be enabled with this profile (space separated, leave blank to " +"skip): " +msgstr "" +"Saisir les services à activer avec ce profil (séparés par des espaces, vide " +"pour ignorer) : " msgid "Should this profile be enabled for installation?" -msgstr "" +msgstr "Ce profil doit-il être activé pour l'installation ?" msgid "Create your own" -msgstr "" +msgstr "Créer le votre" -#, fuzzy msgid "" "\n" "Select a graphics driver or leave blank to install all open-source drivers" msgstr "" "\n" -"\n" -"Sélectionner un pilote graphique ou laisser vide pour installer tous les pilotes open-source" +"Sélectionner un pilote graphique ou laisser vide pour installer tous les " +"pilotes open source" -msgid "Sway needs access to your seat (collection of hardware devices i.e. keyboard, mouse, etc)" +msgid "" +"Sway needs access to your seat (collection of hardware devices i.e. " +"keyboard, mouse, etc)" msgstr "" +"Sway a besoin d'accéder à votre espace (ensemble de périphériques " +"matériels : clavier, souris, etc.)" msgid "" "\n" "\n" "Choose an option to give Sway access to your hardware" msgstr "" +"\n" +"\n" +"Choisir une option pour permettre à Sway d'accéder à votre matériel" msgid "Graphics driver" -msgstr "" +msgstr "Pilote graphique" msgid "Greeter" -msgstr "" +msgstr "Greeter (interface de connexion)" msgid "Please chose which greeter to install" -msgstr "" +msgstr "Veuillez choisir le greeter (interface de connexion) à installer" msgid "This is a list of pre-programmed default_profiles" -msgstr "" +msgstr "Il s'agit d'une liste préprogrammée de default_profiles par défaut" -#, fuzzy msgid "Disk configuration" -msgstr "Aucune configuration" +msgstr "Configuration du disque" -#, fuzzy msgid "Profiles" -msgstr "Profil" +msgstr "Profils" msgid "Finding possible directories to save configuration files ..." msgstr "" +"Recherche des répertoires possibles pour enregistrer les fichiers de " +"configuration..." -#, fuzzy msgid "Select directory (or directories) for saving configuration files" -msgstr "Sélectionner un ou plusieurs disques durs à utiliser et à configurer" +msgstr "" +"Sélectionner le répertoire (ou les répertoires) pour enregistrer les " +"fichiers de configuration" -#, fuzzy msgid "Add a custom mirror" -msgstr "Ajouter un utilisateur" +msgstr "Ajouter un miroir personnalisé" msgid "Change custom mirror" -msgstr "" +msgstr "Changer le miroir personnalisé" msgid "Delete custom mirror" -msgstr "" +msgstr "Supprimer le miroir personnalisé" -#, fuzzy msgid "Enter name (leave blank to skip): " -msgstr "Entrer le nom d'utilisateur (laisser vide pour passer) : " +msgstr "Entrer le nom (laisser vide pour ignorer) : " -#, fuzzy msgid "Enter url (leave blank to skip): " -msgstr "Entrer le nom d'utilisateur (laisser vide pour passer) : " +msgstr "Entrer l'URL (laisser vide pour ignorer) : " -#, fuzzy msgid "Select signature check option" -msgstr "Sélectionner la disposition du disque" +msgstr "Sélectionner l'option de vérification de signature" -#, fuzzy msgid "Select signature option" -msgstr "Sélectionner la disposition du disque" +msgstr "Sélectionner l'option de signature" msgid "Custom mirrors" -msgstr "" +msgstr "Miroirs personnalisés" msgid "Defined" -msgstr "" +msgstr "Défini" -#, fuzzy msgid "Save user configuration (including disk layout)" -msgstr "Enregistrer la configuration utilisateur" +msgstr "" +"Enregistrer la configuration utilisateur (y compris la disposition du disque)" -#, fuzzy msgid "" -"Enter a directory for the configuration(s) to be saved (tab completion enabled)\n" +"Enter a directory for the configuration(s) to be saved (tab completion " +"enabled)\n" "Save directory: " -msgstr "Saisir un répertoire pour la ou les configuration(s) à enregistrer : " +msgstr "" +"Saisir un répertoire pour la/les configuration(s) à enregistrer (complétion " +"par tabulation activée)\n" +"Entrer le nom du répertoire de sauvegarde : " msgid "" "Do you want to save {} configuration file(s) in the following location?\n" "\n" "{}" msgstr "" +"Voulez-vous enregistrer {} fichier(s) de configuration à l'emplacement " +"suivant ?\n" +"\n" +"{}" -#, fuzzy msgid "Saving {} configuration files to {}" -msgstr "Enregistrer la configuration" +msgstr "Enregistrement de {} fichiers de configuration dans {}" -#, fuzzy msgid "Mirrors" -msgstr "Région miroir" +msgstr "Miroirs" -#, fuzzy msgid "Mirror regions" -msgstr "Région miroir" +msgstr "Régions miroir" -#, fuzzy -msgid " - Maximum value : {} ( Allows {} parallel downloads, allows {max_downloads+1} downloads at a time )" -msgstr " - Valeur maximale : {} (Autorise {} téléchargements parallèles, autorise {} téléchargements à la fois)" +msgid "" +" - Maximum value : {} ( Allows {} parallel downloads, allows " +"{max_downloads+1} downloads at a time )" +msgstr "" +" - Valeur maximale : {} (Autorise {} téléchargements parallèles, autorise " +"{max_downloads+1} téléchargements à la fois)" msgid "Invalid input! Try again with a valid input [1 to {}, or 0 to disable]" -msgstr "Entrée invalide ! Réessayer avec une entrée valide [1 pour {}, ou 0 pour désactiver]" +msgstr "" +"Entrée invalide ! Réessayer avec une entrée valide [1 pour {}, ou 0 pour " +"désactiver]" msgid "Locales" -msgstr "" +msgstr "Paramètres régionaux" -#, fuzzy -msgid "Use NetworkManager (necessary to configure internet graphically in GNOME and KDE)" -msgstr "Utiliser NetworkManager (nécessaire pour configurer graphiquement Internet dans GNOME et KDE)" +msgid "" +"Use NetworkManager (necessary to configure internet graphically in GNOME and " +"KDE)" +msgstr "" +"Utiliser NetworkManager (nécessaire pour configurer graphiquement internet " +"dans GNOME et KDE)" #, python-brace-format #~ msgid "Edit {origkey} :" -- cgit v1.2.3-54-g00ecf From 4e243fa8684cd54f0cbbd6679e259ffb9ee1a738 Mon Sep 17 00:00:00 2001 From: Adrian Sausenthaler Date: Thu, 14 Sep 2023 13:16:35 +0200 Subject: 'Packete' made my eyes bleed; fixed common german mistakes; added missing (#2029) Signed-off-by: Adrian Sausenthaler --- archinstall/locales/de/LC_MESSAGES/base.mo | Bin 37609 -> 38328 bytes archinstall/locales/de/LC_MESSAGES/base.po | 153 ++++++++++++++--------------- 2 files changed, 74 insertions(+), 79 deletions(-) (limited to 'archinstall/locales') diff --git a/archinstall/locales/de/LC_MESSAGES/base.mo b/archinstall/locales/de/LC_MESSAGES/base.mo index 1e779cb7..7dda3e36 100644 Binary files a/archinstall/locales/de/LC_MESSAGES/base.mo and b/archinstall/locales/de/LC_MESSAGES/base.mo differ diff --git a/archinstall/locales/de/LC_MESSAGES/base.po b/archinstall/locales/de/LC_MESSAGES/base.po index 3ac24e3a..02b4b485 100644 --- a/archinstall/locales/de/LC_MESSAGES/base.po +++ b/archinstall/locales/de/LC_MESSAGES/base.po @@ -9,13 +9,13 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Generator: Poedit 3.3.1\n" +"X-Generator: Poedit 3.3.2\n" msgid "[!] A log file has been created here: {} {}" msgstr "[!] Eine Logdatei wurde hier erstellt: {} {}" msgid " Please submit this issue (and file) to https://github.com/archlinux/archinstall/issues" -msgstr "Bitte melden Sie das Problem mit der erstellten Datei auf https://github.com/archlinux/archinstall/issues" +msgstr " Bitte melden Sie das Problem mit der erstellten Datei auf https://github.com/archlinux/archinstall/issues" msgid "Do you really want to abort?" msgstr "Wollen Sie wirklich abbrechen?" @@ -24,7 +24,7 @@ msgid "And one more time for verification: " msgstr "Und noch einmal zur Bestätigung: " msgid "Would you like to use swap on zram?" -msgstr "Möchten Sie Swap mit zram verwenden?" +msgstr "Möchten Sie Auslagerungsspeicher (Swap) als zram verwenden?" msgid "Desired hostname for the installation: " msgstr "Gewünschter Gerätename/Hostname für die Installation: " @@ -51,10 +51,10 @@ msgid "Choose an audio server" msgstr "Bitte wählen Sie einen Audioserver aus" msgid "Only packages such as base, base-devel, linux, linux-firmware, efibootmgr and optional profile packages are installed." -msgstr "Nur Pakete wie base, base-devel, linux, linux-firmware, efibootmgr und optionale Profilpakete werden installiert" +msgstr "Nur Pakete wie base, base-devel, linux, linux-firmware, efibootmgr und optionale Profilpakete werden installiert." msgid "If you desire a web browser, such as firefox or chromium, you may specify it in the following prompt." -msgstr "Wenn Sie einen Webbrowser, z.B. Firefox oder Chromium, installieren möchten, können Sie diese nun eingeben." +msgstr "Wenn Sie einen Webbrowser installieren möchten, wie z.B. Firefox oder Chromium, können Sie diese nun eingeben." msgid "Write additional packages to install (space separated, leave blank to skip): " msgstr "Schreiben Sie zusätzliche Pakete die installiert werden sollen (mit einem Leerzeichen getrennt, zum Überspringen leer lassen): " @@ -63,19 +63,19 @@ msgid "Copy ISO network configuration to installation" msgstr "ISO-Netzwerk Einstellungen in die Installation kopieren" msgid "Use NetworkManager (necessary for configuring internet graphically in GNOME and KDE)" -msgstr "NetworkManager benutzen (notwendig um Internet auf grafische Weise in GNOME und KDE einzustellen)" +msgstr "NetworkManager nutzen (notwendig um Internetverbindungen grafisch in GNOME und KDE einzustellen)" msgid "Select one network interface to configure" -msgstr "Bitte wählen Sie ein Netzwerk zur Konfiguration aus" +msgstr "Bitte wählen Sie einen Netzwerkadapter zur Konfiguration aus" msgid "Select which mode to configure for \"{}\" or skip to use default mode \"{}\"" -msgstr "Bitte wählen Sie einen Modus zur Konfiguration von \"{}\" aus oder Überspringen um mit dem voreingestellten Modus \"{}\" fortzufahren" +msgstr "Bitte wählen Sie einen Modus zur Konfiguration von \"{}\" aus oder überspringen, um mit dem voreingestellten Modus \"{}\" fortzufahren" msgid "Enter the IP and subnet for {} (example: 192.168.0.5/24): " -msgstr "Bitte geben Sie eine IP Adresse und ein Subnet für {} ein (z.B. 192.168.0.5/24):" +msgstr "Bitte geben Sie die IP-Adresse mit Subnetzgröße für {} ein (z.B. 192.168.0.5/24): " msgid "Enter your gateway (router) IP address or leave blank for none: " -msgstr "Bitte geben Sie eine Gateway (Router) IP Adresse ein (leer lassen für kein Adresse): " +msgstr "Bitte geben Sie das Gateway (Router) IP-Adresse ein (leer lassen für keines): " msgid "Enter your DNS servers (space separated, blank for none): " msgstr "Bitte geben Sie die DNS-Server ein (mit Leerzeichen getrennt oder leer lassen für keinen Server): " @@ -94,7 +94,7 @@ msgstr "" "{}" msgid "Enter a desired filesystem type for the partition" -msgstr "Bitte wählen Sie einen gewünschten Dateisystemtyp für die Partition aus" +msgstr "Bitte wählen Sie den gewünschten Dateisystemtyp für die Partition aus" msgid "Enter the start location (in parted units: s, GB, %, etc. ; default: {}): " msgstr "Bitte geben Sie die Startposition ein (in parted Einheiten: s, GB, %, etc. ; default: {}): " @@ -124,7 +124,7 @@ msgstr "" "Wählen Sie anhand vom Index aus, welche Partitionen wo eingehängt werden sollen" msgid " * Partition mount-points are relative to inside the installation, the boot would be /boot as an example." -msgstr " * Die Einhängeorte sind relativ zur Installation, zum Beispiel boot würde gemountet auf /boot" +msgstr " * Die Einhängeorte sind relativ zur Installation, boot würde beispielsweise /boot entsprechen." msgid "Select where to mount partition (leave blank to remove mountpoint): " msgstr "Bitte geben Sie an wo die Partition eingehängt werden soll (leer lassen um den Einhängeort zu entfernen): " @@ -154,7 +154,7 @@ msgid "" msgstr "" "{}\n" "\n" -"Bitte wählen Sie aus, welche Partition bootbar ist" +"Bitte wählen Sie aus, welche Partition bootfähig markiert werden soll" msgid "" "{}\n" @@ -163,7 +163,7 @@ msgid "" msgstr "" "{}\n" "\n" -"Bitte wählen Sie aus, auf welcher Partition ein Dateisystem eingerichtet werden soll" +"Bitte wählen Sie aus, auf welcher Partition ein Dateisystem erstelt werden soll" msgid "Enter a desired filesystem type for the partition: " msgstr "Bitte geben Sie einen gewünschten Dateisystemtyp für die Partition ein: " @@ -172,7 +172,7 @@ msgid "Archinstall language" msgstr "Sprache für Archinstall" msgid "Wipe all selected drives and use a best-effort default partition layout" -msgstr "Alle Laufwerke löschen und ein vorgegebenes Partitionslayout verwenden" +msgstr "Alle Laufwerke löschen und ein empfohlenes Partitionslayout verwenden" msgid "Select what to do with each individual drive (followed by partition usage)" msgstr "Bitte geben Sie individuell an, was mit jedem Laufwerk geschehen soll" @@ -181,7 +181,7 @@ msgid "Select what you wish to do with the selected block devices" msgstr "Bitte wählen Sie was mit den ausgewählten Geräten machen wollen" msgid "This is a list of pre-programmed profiles, they might make it easier to install things like desktop environments" -msgstr "Dies ist eine Liste von bereits programmierten Profilen, diese ermöglichen einfacher Dinge wie Desktop Umgebungen zu installieren" +msgstr "Dies ist eine Auflistung vorprogrammierter Profile, die es einfacher ermöglichen, Dinge wie Desktop-Umgebungen zu installieren" msgid "Select keyboard layout" msgstr "Bitte wählen Sie ein Tastaturlayout aus" @@ -193,13 +193,13 @@ msgid "Select one or more hard drives to use and configure" msgstr "Bitte wählen Sie ein oder mehrere Laufwerk(e) aus, die konfiguriert und verwendet werden sollen" msgid "For the best compatibility with your AMD hardware, you may want to use either the all open-source or AMD / ATI options." -msgstr "Für die beste Kompatibilität mit ihrer AMD Hardware, sollten Sie womöglich die Quelloffenen oder AMD / ATI Optionen verwenden." +msgstr "Für die beste Kompatibilität mit ihrer AMD Hardware, sollten Sie womöglich die quelloffenen oder andernfalls AMD/ATI-Optionen verwenden." msgid "For the best compatibility with your Intel hardware, you may want to use either the all open-source or Intel options.\n" -msgstr "Für die beste Kompatibilität mit ihrer Intel Hardware, sollten Sie womöglich die Quelloffenen oder Intel Optionen verwenden.\n" +msgstr "Für die beste Kompatibilität mit ihrer Intel Hardware, sollten Sie womöglich die quelloffenen oder andernfalls Intel-Optionen verwenden.\n" msgid "For the best compatibility with your Nvidia hardware, you may want to use the Nvidia proprietary driver.\n" -msgstr "Für die beste Kompatibilität mit ihrer Nvidia Hardware, sollten Sie womöglich den proprietären Nvidia-Treiber verwenden.\n" +msgstr "Für die beste Kompatibilität mit ihrer Nvidia-Hardware, sollten Sie den proprietären Nvidia-Treiber verwenden.\n" msgid "" "\n" @@ -208,7 +208,7 @@ msgid "" msgstr "" "\n" "\n" -"Bitte wählen Sie einen Grafikkartentreiber aus oder leer lassen um alle Quelloffenen Treiber zu installieren" +"Bitte wählen Sie einen Grafikkartentreiber aus oder leer lassen, um alle quelloffenen Treiber zu installieren" msgid "All open-source (default)" msgstr "Alle Quelloffene (Standard)" @@ -232,19 +232,19 @@ msgid "Adding partition...." msgstr "Partition wird hinzugefügt..." msgid "You need to enter a valid fs-type in order to continue. See `man parted` for valid fs-type's." -msgstr "Bitte geben Sie einen gültigen Dateisystemtyp ein um fortzufahren. Verwenden Sie `man parted` um eine Liste von gültigen Typen einzusehen." +msgstr "Bitte geben Sie einen gültigen Dateisystemtyp ein um fortzufahren. Verwenden Sie `man parted` um eine Liste gültiger Typen einzusehen." msgid "Error: Listing profiles on URL \"{}\" resulted in:" -msgstr "Fehler: Auflistung von Profilen mit URL \"{}\" resultierte in:" +msgstr "Fehler: Auflistung von Profilen mit URL \"{}\" ergab:" msgid "Error: Could not decode \"{}\" result as JSON:" -msgstr "Fehler: \"{}\" konnte nicht in als JSON dekodiert werden:" +msgstr "Fehler: \"{}\" konnte nicht zu JSON dekodiert werden:" msgid "Keyboard layout" msgstr "Tastaturlayout" msgid "Mirror region" -msgstr "Spiegelregion" +msgstr "Spiegelserver-Region" msgid "Locale language" msgstr "Lokale Sprache" @@ -268,28 +268,28 @@ msgid "Bootloader" msgstr "Bootloader" msgid "Root password" -msgstr "Root Passwort" +msgstr "Root-Passwort" msgid "Superuser account" -msgstr "Superuser Konto" +msgstr "Superuser-Konto" msgid "User account" msgstr "Benutzerkonto" msgid "Profile" -msgstr "Profile" +msgstr "Profil" msgid "Audio" msgstr "Audio" msgid "Kernels" -msgstr "Kernels" +msgstr "Kernel" msgid "Additional packages" -msgstr "Zus. Packete" +msgstr "Zusätzliche Pakete" msgid "Network configuration" -msgstr "Netzwerkonfiguration" +msgstr "Netzwerkkonfiguration" msgid "Automatic time sync (NTP)" msgstr "Autom. Zeitsynchronisierung (NTP)" @@ -303,9 +303,9 @@ msgid "" "WARNING: Archinstall won't check the suitability of this setup\n" "Do you wish to continue?" msgstr "" -"Sie haben sich entschieden keine Laufwerke auszuwählen\n" -"und jene Einstellungen zu verwenden welche momentan auf {} eingehängt sind (experimentell)\n" -"WARNUNG: Archinstall wird die Kompabilität der Einstellung nicht überprüfen\n" +"Sie haben sich entschieden, kein Laufwerk auszuwählen\n" +"und somit werden Laufwerkseinstellungen verwendet, welche am Einhängeort {} vorgefunden werden (experimentell)\n" +"WARNUNG: Archinstall wird die Kompatibilität der Einstellung nicht überprüfen\n" "Wollen Sie trotzdem fortfahren?" msgid "Re-using partition instance: {}" @@ -318,19 +318,19 @@ msgid "Delete a partition" msgstr "Partition löschen" msgid "Clear/Delete all partitions" -msgstr "Alle partitionen löschen" +msgstr "Alle Partitionen löschen" msgid "Assign mount-point for a partition" msgstr "Einhängeort für Partition angeben" msgid "Mark/Unmark a partition to be formatted (wipes data)" -msgstr "Markieren welche Partition formatiert werden soll (alle Daten werden gelöscht)" +msgstr "Markieren, ob eine Partition formatiert werden soll (alle Daten werden gelöscht)" msgid "Mark/Unmark a partition as encrypted" -msgstr "Markieren welche Partitionen verschlüsselt werden sollen" +msgstr "Markieren, ob eine Partition verschlüsselt werden soll" msgid "Mark/Unmark a partition as bootable (automatic for /boot)" -msgstr "Markieren welche Partition bootbar ist (automatisch für /boot)" +msgstr "Markieren, ob eine Partition als bootfähig sein soll (automatisch für /boot)" msgid "Set desired filesystem for a partition" msgstr "Bitte wählen Sie einen Dateisystemtyp für die Partition aus" @@ -357,7 +357,7 @@ msgid "" "Use ESC to skip\n" "\n" msgstr "" -"ESC um zu Überspringen\n" +"ESC um zu überspringen\n" "\n" msgid "Suggest partition layout" @@ -370,13 +370,13 @@ msgid "Enter a encryption password for {}" msgstr "Verschlüsselungspasswort angeben für {}" msgid "Enter disk encryption password (leave blank for no encryption): " -msgstr "Geben Sie ein Verschlüsselungspasswort ein (leer lassen um zu Verschlüsselung zu deaktivieren): " +msgstr "Geben Sie ein Verschlüsselungspasswort ein (leer lassen um Verschlüsselung zu deaktivieren): " msgid "Create a required super-user with sudo privileges: " msgstr "Geben Sie einen Superuser mit sudo Privilegien an: " msgid "Enter root password (leave blank to disable root): " -msgstr "Geben sie ein Root Passwort ein (leer lassen um Root zu deaktivieren): " +msgstr "Geben Sie ein Root-Passwort ein (leer lassen um Root zu deaktivieren): " msgid "Password for user \"{}\": " msgstr "Passwort für Benutzer \"{}\": " @@ -395,10 +395,10 @@ msgstr "" "Für weitere Informationen wenden Sie sich bitte an das Arch wiki" msgid "Enter a username to create an additional user (leave blank to skip): " -msgstr "Geben Sie einen weiteren Benutzernamen an, um diesen anzulegen (leer lassen um zu Überspringen): " +msgstr "Geben Sie einen Benutzernamen ein, um diesen zusätzlich anzulegen (leer lassen zum Überspringen): " msgid "Use ESC to skip\n" -msgstr "ESC um zu Überspringen\n" +msgstr "ESC um zu überspringen\n" msgid "" "\n" @@ -551,7 +551,7 @@ msgid " mounted at {:16}" msgstr " Eingehängt bei {:16}" msgid " with option {}" -msgstr "mit Option {}" +msgstr " mit Option {}" msgid "" "\n" @@ -564,7 +564,7 @@ msgid "Subvolume name " msgstr "Subvolume name " msgid "Subvolume mountpoint" -msgstr "Subvolume Einhängepunkt" +msgstr "Subvolume Einhängeort" msgid "Subvolume options" msgstr "Subvolume Optionen" @@ -573,13 +573,13 @@ msgid "Save" msgstr "Speichern" msgid "Subvolume name :" -msgstr "Subvolume name :" +msgstr "Subvolume name:" msgid "Select a mount point :" -msgstr "Bitte wählen Sie einen Einhängepunkt aus :" +msgstr "Bitte wählen Sie einen Einhängeort aus:" msgid "Select the desired subvolume options " -msgstr "Wählen Sie die gewünschten Subvolumen Optionen" +msgstr "Wählen Sie die gewünschten Optionen für das Subvolumen " msgid "Define users with sudo privilege, by username: " msgstr "Geben Sie Benutzer mit sudo Privilegien an: " @@ -663,7 +663,7 @@ msgid "Choose which servers to install, if none then a minimal installation will msgstr "Wählen Sie die gewünschten Server aus, welche installiert werden sollen. Sonst wird eine Minimalinstallation durchgeführt" msgid "Installs a minimal system as well as xorg and graphics drivers." -msgstr "Installiert ein minimales System inklusive Xorg und Grafiktreibern" +msgstr "Installiert ein minimales System inklusive Xorg und Grafiktreibern." msgid "Press Enter to continue." msgstr "Drücken sie Enter um fortzufahren." @@ -728,10 +728,10 @@ msgid "Value: " msgstr "Wert: " msgid "You can skip selecting a drive and partitioning and use whatever drive-setup is mounted at /mnt (experimental)" -msgstr "Sie können das Auswählen eines Laufwerks überspringen und irgendeine Laufwerkskonfiguration verwenden, die bei /mnt eingehängt ist (experimentell)" +msgstr "Sie können das Auswählen eines Laufwerks überspringen und die Laufwerkseinstellungen verwenden, welche am Einhängeort /mnt vorgefunden werden (experimentell)" msgid "Select one of the disks or skip and use /mnt as default" -msgstr "Wählen Sie eine der Laufwerke aus oder überspringen Sie und verwenden Sie /mnt als Standard" +msgstr "Wählen Sie ein Laufwerk aus oder überspringen, um /mnt als Standard zu verwenden" msgid "Select which partitions to mark for formatting:" msgstr "Bitte wählen Sie aus, welche Partitionen formatiert werden sollen:" @@ -746,7 +746,7 @@ msgid "Size" msgstr "Größe" msgid "Free space" -msgstr "Freier Speicherplatz:" +msgstr "Freier Speicherplatz" msgid "Bus-type" msgstr "Bus-Typ" @@ -755,7 +755,7 @@ msgid "Either root-password or at least 1 user with sudo privileges must be spec msgstr "Entweder root Passwort oder mindestens ein Superuser muss konfiguriert sein" msgid "Enter username (leave blank to skip): " -msgstr "Benutzernamen eingeben (leer lassen um zu Überspringen): " +msgstr "Benutzernamen eingeben (leer lassen zum Überspringen): " msgid "The username you entered is invalid. Try again" msgstr "Der eingegebene Benutzername ist ungültig. Erneut versuchen" @@ -806,10 +806,10 @@ msgid " - Maximum value : {} ( Allows {} parallel downloads, allows {} downloa msgstr " - Maximalwert :{} (Erlaubt {} parallele Downloads, erlaubt {} Downloads gleichzeitig)" msgid " - Minimum value : 1 ( Allows 1 parallel download, allows 2 downloads at a time )" -msgstr "- Minimalwert : 1 (Erlaubt einen parallelen Download, erlaubt zwei Downloads gleichzeitig)" +msgstr " - Minimalwert : 1 (Erlaubt einen parallelen Download, erlaubt zwei Downloads gleichzeitig)" msgid " - Disable/Default : 0 ( Disables parallel downloading, allows only 1 download at a time )" -msgstr "- Deaktivieren/Standard : 0 (Deaktiviert parallele Downloads, erlaubt nur einen Download gleichzeitig)" +msgstr " - Deaktivieren/Standard : 0 (Deaktiviert parallele Downloads, erlaubt nur einen Download gleichzeitig)" #, python-brace-format msgid "Invalid input! Try again with a valid input [1 to {max_downloads}, or 0 to disable]" @@ -819,7 +819,7 @@ msgid "Parallel Downloads" msgstr "Parallele Downloads" msgid "ESC to skip" -msgstr "ESC zum überspringen" +msgstr "ESC zum Überspringen" msgid "CTRL+C to reset" msgstr "Strg+C zum zurücksetzen" @@ -870,7 +870,7 @@ msgid "Minimum capacity for Arch Linux partition: {}GiB" msgstr "Minimaler Speicherplatz für Arch Linux Partition: {}GB" msgid "This is a list of pre-programmed profiles_bck, they might make it easier to install things like desktop environments" -msgstr "Dies ist eine Liste von bereits programmierten Profilen (Backup), diese ermöglichen es Dinge wie Desktop Umgebungen einfacher zu installieren" +msgstr "Dies ist eine Auflistung vorprogrammierter Profile (Backup), die es einfacher ermöglichen, Dinge wie Desktop-Umgebungen zu installieren" msgid "Current profile selection" msgstr "Momentane Profilauswahl" @@ -906,13 +906,13 @@ msgid "This partition is currently encrypted, to format it a filesystem has to b msgstr "Diese Partition ist aktuell verschlüsselt, zum formatieren muss ein Dateisystem angegeben werden" msgid "Partition mount-points are relative to inside the installation, the boot would be /boot as an example." -msgstr "Die Einhängeorte sind relativ zur Installation, zum Beispiel boot würde bei /boot eingehängt werden" +msgstr "Die Einhängeorte sind relativ zur Installation, boot würde beispielsweise /boot entsprechen." msgid "If mountpoint /boot is set, then the partition will also be marked as bootable." msgstr "Wenn der Einhängeort auf /boot gesetzt ist, wird die Partition ebenfalls als bootbar makiert." msgid "Mountpoint: " -msgstr "Einhängepunkt: " +msgstr "Einhängeort: " msgid "Current free sectors on device {}:" msgstr "Aktuell freie Sektoren auf dem Gerät {}:" @@ -954,7 +954,7 @@ msgid "Select a FIDO2 device to use for HSM" msgstr "FIDO2-Gerät für HSM auswählen" msgid "Use a best-effort default partition layout" -msgstr "Vorgegebendes Partitionslayout verwenden" +msgstr "Empfohlenes Partitionslayout verwenden" msgid "Manual Partitioning" msgstr "Manuelle Partitionierung" @@ -990,13 +990,13 @@ msgid "Back" msgstr "Zurück" msgid "Please chose which greeter to install for the chosen profiles: {}" -msgstr "Bitte Greeter (Anmeldebildschirm) für das ausgewählte Profil auswählen: {}" +msgstr "Bitte einen Greeter (Begrüßer/Anmeldebildschirm) für das ausgewählte Profil auswählen: {}" msgid "Environment type: {}" msgstr "Umgebungstyp: {}" msgid "The proprietary Nvidia driver is not supported by Sway. It is likely that you will run into issues, are you okay with that?" -msgstr "Der proprietäre Nvidia Treiber wird von Sway nicht unterstptzt. Es ist wahrscheinlich, dass Fehler auftreten werden, trotzdem fortfahren?" +msgstr "Der proprietäre Nvidia-Treiber wird von Sway nicht unterstützt. Es ist wahrscheinlich, dass Fehler auftreten werden, trotzdem fortfahren?" msgid "Installed packages" msgstr "Installiere Pakete" @@ -1017,10 +1017,10 @@ msgid "The profile name you entered is already in use. Try again" msgstr "Der eingegebene Profilname wird bereits verwendet. Erneut versuchen" msgid "Packages to be install with this profile (space separated, leave blank to skip): " -msgstr "Zusätzliche Pakete die mit diesem Profil installiert werden sollen (Mit Leerzeichen trennen, leer lassen zum überspringen): " +msgstr "Zusätzliche Pakete die mit diesem Profil installiert werden sollen (Mit Leerzeichen trennen, leer lassen zum Überspringen): " msgid "Services to be enabled with this profile (space separated, leave blank to skip): " -msgstr "Dienste die mit diesem Profil installiert werden sollen (Mit Leerzeichen trennen, leer lassen zum überspringen): " +msgstr "Dienste, die mit diesem Profil aktiviert werden sollen (Mit Leerzeichen trennen, leer lassen zum Überspringen): " msgid "Should this profile be enabled for installation?" msgstr "Soll dieses Profil für die Installation aktiviert werden?" @@ -1046,7 +1046,7 @@ msgid "" msgstr "" "\n" "\n" -"Option um Sway Zugriff auf Hardware zu geben auswählen" +"Option auswählen, um Sway Zugriff auf deine Hardware zu geben" msgid "Graphics driver" msgstr "Grafiktreiber" @@ -1058,7 +1058,7 @@ msgid "Please chose which greeter to install" msgstr "Bitte den zu installierenden Greeter (Begrüßer/Anmeldebildschirm) auswählen" msgid "This is a list of pre-programmed default_profiles" -msgstr "Dies ist eine liste von vorprogrammierten Standardprofilen:" +msgstr "Dies ist eine Auflistung vorprogrammierter Standardprofile" msgid "Disk configuration" msgstr "Laufwerkskonfiguration" @@ -1072,30 +1072,26 @@ msgstr "Finde mögliche Pfade um Konfigurationsdateien zu speichern..." msgid "Select directory (or directories) for saving configuration files" msgstr "Ordner um Konfigurationsdateien zu erstellen auswählen" -#, fuzzy msgid "Add a custom mirror" -msgstr "Benutzerkonto hinzufügen" +msgstr "Benutzerdefinierten Spiegelserver hinzufügen" msgid "Change custom mirror" -msgstr "Benutzerdefinierte Spiegelserver bearbeiten" +msgstr "Benutzerdefinierten Spiegelserver bearbeiten" msgid "Delete custom mirror" msgstr "Benutzerdefinierten Spiegelserver löschen" -#, fuzzy msgid "Enter name (leave blank to skip): " -msgstr "Geben sie einen weiteren Benutzernamen an der angelegt werden soll (leer lassen um zu Überspringen): " +msgstr "Name eingeben (leer lassen zum Überspringen): " -#, fuzzy msgid "Enter url (leave blank to skip): " -msgstr "Geben sie einen weiteren Benutzernamen an der angelegt werden soll (leer lassen um zu Überspringen): " +msgstr "URL eingeben (leer lassen zum Überspringen): " -#, fuzzy msgid "Select signature check option" -msgstr "Laufwerke-layout auswählen" +msgstr "Signaturprüfungs-Option auswählen" msgid "Select signature option" -msgstr "Signatursoption auswählen" +msgstr "Signatur-Option auswählen" msgid "Custom mirrors" msgstr "Benutzerdefinierte Spiegelserver" @@ -1129,7 +1125,7 @@ msgid "Mirrors" msgstr "Spiegelserver" msgid "Mirror regions" -msgstr "Spiegelserverregionen" +msgstr "Spiegelserver-Regionen" msgid " - Maximum value : {} ( Allows {} parallel downloads, allows {max_downloads+1} downloads at a time )" msgstr " - Maximalwert : {} ( Erlaubt {} parallele Downloads, erlaubt {max_downloads+1} Downloads gleichzeitig)" @@ -1138,8 +1134,7 @@ msgid "Invalid input! Try again with a valid input [1 to {}, or 0 to disable]" msgstr "Ungültige Eingabe! Erneut mit gültiger Eingabe versuchen [1 bis {}, oder 0 zum deaktivieren]" msgid "Locales" -msgstr "" +msgstr "Lokalisierung" -#, fuzzy msgid "Use NetworkManager (necessary to configure internet graphically in GNOME and KDE)" -msgstr "NetworkManager benutzen (notwendig um Internet auf grafische Weise in GNOME und KDE einzustellen)" +msgstr "NetworkManager nutzen (notwendig um Internetverbindungen grafisch in GNOME und KDE einzustellen)" -- cgit v1.2.3-54-g00ecf From 418351d5efdd9f79047c580a422d6a95c536515e Mon Sep 17 00:00:00 2001 From: Hugo Carvalho Date: Fri, 15 Sep 2023 09:41:20 +0100 Subject: Update Portuguese translation (#1976) More corrections --- archinstall/locales/pt/LC_MESSAGES/base.mo | Bin 37201 -> 39351 bytes archinstall/locales/pt/LC_MESSAGES/base.po | 118 +++++++++++++++++++++-------- 2 files changed, 85 insertions(+), 33 deletions(-) (limited to 'archinstall/locales') diff --git a/archinstall/locales/pt/LC_MESSAGES/base.mo b/archinstall/locales/pt/LC_MESSAGES/base.mo index d83a2f46..4de0b4b3 100644 Binary files a/archinstall/locales/pt/LC_MESSAGES/base.mo and b/archinstall/locales/pt/LC_MESSAGES/base.mo differ diff --git a/archinstall/locales/pt/LC_MESSAGES/base.po b/archinstall/locales/pt/LC_MESSAGES/base.po index e3fa4904..79c2860d 100644 --- a/archinstall/locales/pt/LC_MESSAGES/base.po +++ b/archinstall/locales/pt/LC_MESSAGES/base.po @@ -16,7 +16,7 @@ msgstr "" "X-Generator: Poedit 3.3.2\n" msgid "[!] A log file has been created here: {} {}" -msgstr "[!] Um ficheiro de registo foi criado aqui: {} {}" +msgstr "[!] Foi criado um ficheiro de registo aqui: {} {}" msgid " Please submit this issue (and file) to https://github.com/archlinux/archinstall/issues" msgstr " Submeta este problema (e ficheiro) para https://github.com/archlinux/archinstall/issues" @@ -61,19 +61,19 @@ msgid "If you desire a web browser, such as firefox or chromium, you may specify msgstr "Se quer um navegador web, como firefox ou chromium, deve especificá-lo na próxima pergunta." msgid "Write additional packages to install (space separated, leave blank to skip): " -msgstr "Escreva pacotes adicionais para instalar (separados por espaço, deixar em branco para ignorar): " +msgstr "Inserir pacotes adicionais a instalar (separados por espaço, deixar em branco para ignorar): " msgid "Copy ISO network configuration to installation" msgstr "Copiar a configuração de rede da ISO para a instalação" msgid "Use NetworkManager (necessary for configuring internet graphically in GNOME and KDE)" -msgstr "Usar o NetworkManager (necessário para configurar Internet graficamente em GNOME e KDE)" +msgstr "Usar o Gestor de Redes \"NetworkManager\" (necessário para configurar Internet graficamente em GNOME e KDE)" msgid "Select one network interface to configure" msgstr "Selecione uma interface de rede para configurar" msgid "Select which mode to configure for \"{}\" or skip to use default mode \"{}\"" -msgstr "Seleccione qual o modo a configurar para \"{}\" ou ignorar para usar o modo padrão \"{}\"" +msgstr "Selecionar qual o modo a configurar para \"{}\" ou ignorar para usar o modo predefinido \"{}\"" msgid "Enter the IP and subnet for {} (example: 192.168.0.5/24): " msgstr "Inserir o IP e subrede para {} (exemplo: 192.168.0.5/24): " @@ -101,10 +101,10 @@ msgid "Enter a desired filesystem type for the partition" msgstr "Inserir o tipo de sistema de ficheiros desejado para a partição" msgid "Enter the start location (in parted units: s, GB, %, etc. ; default: {}): " -msgstr "Inserir o local inicial (em unidades do parted: s, GB, %, etc. ; padrão: {}): " +msgstr "Inserir o local inicial (em unidades do parted: s, GB, %, etc. ; predefinido: {}): " msgid "Enter the end location (in parted units: s, GB, %, etc. ; ex: {}): " -msgstr "Inserir o local final (em unidades do parted: s, GB, %, etc. ; padrão: {}): " +msgstr "Inserir o local final (em unidades do parted: s, GB, %, etc. ; predefinido: {}): " msgid "{} contains queued partitions, this will remove those, are you sure?" msgstr "{} contem partições em fila, isto irá remover essas, tem a certeza?" @@ -176,7 +176,7 @@ msgid "Archinstall language" msgstr "Idioma do Archinstall" msgid "Wipe all selected drives and use a best-effort default partition layout" -msgstr "Limpar todos os discos selecionados e usar um esquema de partições padrão de melhor desempenho" +msgstr "Limpar todos os discos selecionados e usar um esquema de partições predefinido de melhor desempenho" msgid "Select what to do with each individual drive (followed by partition usage)" msgstr "Seleciona o que fazer com cada disco individual (seguido de uso de partição)" @@ -191,7 +191,7 @@ msgid "Select keyboard layout" msgstr "Seleciona o esquema de teclado" msgid "Select one of the regions to download packages from" -msgstr "Seleciona uma das regiões para descarregar pacotes" +msgstr "Selecione uma das regiões a partir da qual pretende transferir pacotes" msgid "Select one or more hard drives to use and configure" msgstr "Seleciona um ou mais discos rígidos para usar e configurar" @@ -215,10 +215,10 @@ msgstr "" "Seleciona um controlador de gráficos ou deixa em branco para instalar todos os controladores de código-aberto" msgid "All open-source (default)" -msgstr "Todos os controladores de código-aberto (padrão)" +msgstr "Todos os controladores de código-aberto (predefinido)" msgid "Choose which kernels to use or leave blank for default \"{}\"" -msgstr "Escolhe quais kernels usar ou deixa em branco para o padrão \"{}\"" +msgstr "Escolha os kernels a usar ou deixe em branco para a predefinição \"{}\"" msgid "Choose which locale language to use" msgstr "Escolhe qual idioma de localização usar" @@ -546,7 +546,7 @@ msgid "Manage superuser accounts: " msgstr "Administrar contas de superutilizador: " msgid "Manage ordinary user accounts: " -msgstr "Administrar contas de utilizador padrão: " +msgstr "Administrar contas de utilizador normal: " msgid " Subvolume :{:16}" msgstr " Subvolume :{:16}" @@ -592,7 +592,7 @@ msgid "[!] A log file has been created here: {}" msgstr "[!] Um ficheiro de registo foi criado aqui: {}" msgid "Would you like to use BTRFS subvolumes with a default structure?" -msgstr "Deseja usar subvolumes BTRFS com a estrutura padrão?" +msgstr "Deseja usar subvolumes BTRFS com a estrutura predefinida?" msgid "Would you like to use BTRFS compression?" msgstr "Deseja usar a compressão BTRFS?" @@ -735,7 +735,7 @@ msgid "You can skip selecting a drive and partitioning and use whatever drive-se msgstr "Pode ignorar a seleção de unidade e particionar seja lá o que estiver montado em /mnt (experimental)" msgid "Select one of the disks or skip and use /mnt as default" -msgstr "Selecionar um dos discos ou ignore e use /mnt como padrão" +msgstr "Selecionar um dos discos ou ignorar e usar /mnt como predefinição" msgid "Select which partitions to mark for formatting:" msgstr "Selecionar quais partições a marcar para formatar:" @@ -795,25 +795,25 @@ msgid "Configured {} interfaces" msgstr "{} interfaces configuradas" msgid "This option enables the number of parallel downloads that can occur during installation" -msgstr "Esta opção ativa o número de descargas paralelas que podem ocorrer durante a instalação" +msgstr "Esta opção ativa o número de transferências paralelas que podem ocorrer durante a instalação" msgid "" "Enter the number of parallel downloads to be enabled.\n" " (Enter a value between 1 to {})\n" "Note:" msgstr "" -"Insira o número de descargas paralelas a serem ativadas.\n" -" (Insira um valor entre 1 e {})\n" -"Observação:" +"Inserir o número de transferências paralelas a ativar.\n" +" (Inserir um valor entre 1 e {})\n" +"Nota:" msgid " - Maximum value : {} ( Allows {} parallel downloads, allows {} downloads at a time )" -msgstr " - Valor máximo : {} ( Permite {} descargas paralelas, permite {} descargas de cada vez )" +msgstr " - Valor máximo : {} ( Permite {} transferências paralelas, permite {} transferências de cada vez )" msgid " - Minimum value : 1 ( Allows 1 parallel download, allows 2 downloads at a time )" -msgstr " - Valor mínimo : 1 ( Permite 1 descarga paralela, permite 2 descargas de cada vez )" +msgstr " - Valor mínimo : 1 ( Permite 1 transferência paralela, permite 2 transferências de cada vez )" msgid " - Disable/Default : 0 ( Disables parallel downloading, allows only 1 download at a time )" -msgstr " - Desativar/Padrão : 0 ( Desativa as descargas paralelas, permite apenas 1 descarga de cada vez )" +msgstr " - Desativar/Padrão : 0 ( Desativa as transferências paralelas, permite apenas 1 transferência de cada vez )" #, python-brace-format msgid "Invalid input! Try again with a valid input [1 to {max_downloads}, or 0 to disable]" @@ -832,7 +832,7 @@ msgid "TAB to select" msgstr "TAB para selecionar" msgid "[Default value: 0] > " -msgstr "[Valor padrão: 0] > " +msgstr "[Valor predefinido: 0] > " msgid "To be able to use this translation, please install a font manually that supports the language." msgstr "Para poder usar esta tradução, instale manualmente um tipo de letra que suporte o idioma." @@ -925,10 +925,10 @@ msgid "Total sectors: {}" msgstr "Total de setores: {}" msgid "Enter the start sector (default: {}): " -msgstr "Inserir o setor inicial (padrão: {}): " +msgstr "Inserir o setor inicial (predefinido: {}): " msgid "Enter the end sector of the partition (percentage or block number, default: {}): " -msgstr "Inserir o setor final da partição (percentagem ou número de bloco, padrão: {}): " +msgstr "Inserir o setor final da partição (percentagem ou número de bloco, predefinido: {}): " msgid "This will remove all newly added partitions, continue?" msgstr "Isto irá remover todas as partições recém adicionadas, continuar?" @@ -958,7 +958,7 @@ msgid "Select a FIDO2 device to use for HSM" msgstr "Selecionar um dispositivo FIDO2 para usar como HSM" msgid "Use a best-effort default partition layout" -msgstr "Usar um esquema de partição padrão de melhor desempenho" +msgstr "Usar um esquema de partições predefinido de melhor desempenho" msgid "Manual Partitioning" msgstr "Particionamento manual" @@ -970,7 +970,7 @@ msgid "Unknown" msgstr "Desconhecido" msgid "Partition encryption" -msgstr "Encriptação de partição" +msgstr "Encriptação de partições" msgid " ! Formatting {} in " msgstr " ! A formatar {} em " @@ -979,7 +979,7 @@ msgid "← Back" msgstr "← Voltar" msgid "Disk encryption" -msgstr "Encriptação de disco" +msgstr "Encriptação de discos" msgid "Configuration" msgstr "Configuração" @@ -994,7 +994,7 @@ msgid "Back" msgstr "Voltar" msgid "Please chose which greeter to install for the chosen profiles: {}" -msgstr "Escolha qual o ecrã de boas vindas a instalar para os perfis escolhidos: {}" +msgstr "Escolha qual a interface gráfica de início de sessão a instalar para os perfis escolhidos: {}" msgid "Environment type: {}" msgstr "Tipo de ambiente: {}" @@ -1030,7 +1030,7 @@ msgid "Should this profile be enabled for installation?" msgstr "Este perfil deve ser ativado para instalação?" msgid "Create your own" -msgstr "Crie o seu próprio" +msgstr "Criar o seu próprio" msgid "" "\n" @@ -1041,7 +1041,7 @@ msgstr "" "Selecionar um controlador gráfico ou deixe em branco para instalar todos os controladores de código aberto" msgid "Sway needs access to your seat (collection of hardware devices i.e. keyboard, mouse, etc)" -msgstr "O Sway precisa de acesso ao seu \"seat\" (conjunto de dispositivos de hardware, como teclado, rato, etc)" +msgstr "O Sway precisa de acesso ao seu \"seat\" (conjunto de dispositivos de hardware, como o teclado, o rato, etc)" msgid "" "\n" @@ -1056,10 +1056,10 @@ msgid "Graphics driver" msgstr "Controlador gráfico" msgid "Greeter" -msgstr "Ecrã de boas vindas" +msgstr "Interface gráfica de início de sessão" msgid "Please chose which greeter to install" -msgstr "Escolha qual o ecrã de boas vindas a instalar" +msgstr "Escolha qual a interface gráfica de início de sessão a instalar" msgid "This is a list of pre-programmed default_profiles" msgstr "Esta é uma lista de perfis pré-programados (default_profiles)" @@ -1132,7 +1132,7 @@ msgid "Mirror regions" msgstr "Regiões dos espelhos" msgid " - Maximum value : {} ( Allows {} parallel downloads, allows {max_downloads+1} downloads at a time )" -msgstr " - Valor máximo : {} ( Permite {} descargas paralelas, permite {max_downloads+1} descargas de cada vez )" +msgstr " - Valor máximo : {} ( Permite {} transferências paralelas, permite {max_downloads+1} transferências de cada vez )" msgid "Invalid input! Try again with a valid input [1 to {}, or 0 to disable]" msgstr "Entrada inválida! Tente novamente com uma entrada válida [1 para {}, ou 0 para desativar]" @@ -1141,7 +1141,59 @@ msgid "Locales" msgstr "Localidades" msgid "Use NetworkManager (necessary to configure internet graphically in GNOME and KDE)" -msgstr "Usar o NetworkManager (necessário para configurar a Internet graficamente no GNOME e KDE)" +msgstr "Usar o Gestor de Redes \"NetworkManager\" (necessário para configurar a Internet graficamente no GNOME e KDE)" + +msgid "Unable to determine fido2 devices. Is libfido2 installed?" +msgstr "Não foi possível determinar os dispositivos fido2. A libfido2 está instalada?" + +msgid "Path" +msgstr "Caminho" + +msgid "Manufacturer" +msgstr "Fabricante" + +msgid "Product" +msgstr "Produto" + +msgid "Total: {} / {}" +msgstr "Total: {} / {}" + +msgid "All entered values can be suffixed with a unit: B, KB, KiB, MB, MiB..." +msgstr "Todos os valores inseridos podem ser sufixados com uma unidade: B, KB, KiB, MB, MiB..." + +msgid "If no unit is provided, the value is interpreted as sectors" +msgstr "Se nenhuma unidade for fornecida, o valor será interpretado como setores" + +msgid "Enter start (default: sector {}): " +msgstr "Inserir o início (predefinido: sector {}): " + +msgid "Enter end (default: {}): " +msgstr "Inserir o fim (predefinido: {}): " + +#, python-brace-format +msgid "Invalid configuration: {error}" +msgstr "Configuração inválida: {error}" + +msgid "This option enables the number of parallel downloads that can occur during package downloads" +msgstr "Esta opção ativa o número de transferências paralelas que podem ocorrer durante as transferências de pacotes" + +msgid "" +"Enter the number of parallel downloads to be enabled.\n" +"\n" +"Note:\n" +msgstr "" +"Inserir o número de transferências paralelas a ativar.\n" +"\n" +"Nota:\n" + +msgid " - Maximum recommended value : {} ( Allows {} parallel downloads at a time )" +msgstr " - Valor máximo recomendado : {} ( Permite {} transferências paralelas de cada vez )" + +msgid " - Disable/Default : 0 ( Disables parallel downloading, allows only 1 download at a time )\n" +msgstr " - Desativar/Predefinido : 0 ( Desativa as transferências paralelas, permite apenas 1 transferência de cada vez )\n" + +msgid "Invalid input! Try again with a valid input [or 0 to disable]" +msgstr "Entrada inválida! Tente novamente com uma entrada válida [ou 0 para desativar]" #~ msgid "Add :" #~ msgstr "Adicionar :" -- cgit v1.2.3-54-g00ecf From 91c2906f3cc30903986b77a320e086856f05d080 Mon Sep 17 00:00:00 2001 From: Daniel Girtler Date: Sun, 17 Sep 2023 22:12:34 +1000 Subject: Fix broken action check (#2060) * Fix broken action check --- .github/workflows/translation-check.yaml | 17 +- archinstall/locales/ar/LC_MESSAGES/base.po | 52 +++ archinstall/locales/base.pot | 57 +++ archinstall/locales/cs/LC_MESSAGES/base.po | 62 +++ archinstall/locales/de/LC_MESSAGES/base.po | 63 +++ archinstall/locales/el/LC_MESSAGES/base.po | 62 +++ archinstall/locales/en/LC_MESSAGES/base.po | 52 +++ archinstall/locales/es/LC_MESSAGES/base.po | 61 +-- archinstall/locales/et/LC_MESSAGES/base.po | 63 +++ archinstall/locales/fr/LC_MESSAGES/base.po | 560 +++++++++----------------- archinstall/locales/id/LC_MESSAGES/base.po | 62 +++ archinstall/locales/it/LC_MESSAGES/base.po | 62 +++ archinstall/locales/ka/LC_MESSAGES/base.po | 62 +++ archinstall/locales/ko/LC_MESSAGES/base.po | 62 +++ archinstall/locales/nl/LC_MESSAGES/base.po | 54 +++ archinstall/locales/pl/LC_MESSAGES/base.po | 62 +++ archinstall/locales/pt/LC_MESSAGES/base.po | 27 +- archinstall/locales/pt_BR/LC_MESSAGES/base.po | 63 +++ archinstall/locales/ro/LC_MESSAGES/base.po | 53 +-- archinstall/locales/ru/LC_MESSAGES/base.po | 62 +++ archinstall/locales/sv/LC_MESSAGES/base.po | 54 +++ archinstall/locales/ta/LC_MESSAGES/base.po | 63 +++ archinstall/locales/tr/LC_MESSAGES/base.mo | Bin 31241 -> 31750 bytes archinstall/locales/tr/LC_MESSAGES/base.po | 67 ++- archinstall/locales/uk/LC_MESSAGES/base.po | 62 +++ archinstall/locales/ur/LC_MESSAGES/base.po | 54 +++ archinstall/locales/zh-CN/LC_MESSAGES/base.mo | Bin 32120 -> 33967 bytes archinstall/locales/zh-CN/LC_MESSAGES/base.po | 63 +++ archinstall/locales/zh-TW/LC_MESSAGES/base.po | 63 +++ 29 files changed, 1601 insertions(+), 443 deletions(-) (limited to 'archinstall/locales') diff --git a/.github/workflows/translation-check.yaml b/.github/workflows/translation-check.yaml index 43f114ac..11418d31 100644 --- a/.github/workflows/translation-check.yaml +++ b/.github/workflows/translation-check.yaml @@ -5,7 +5,7 @@ on: pull_request: paths: - 'archinstall/locales/**' -name: translation file checks +name: Verify local_generate script was run on translation changes jobs: translation-check: runs-on: ubuntu-latest @@ -13,10 +13,11 @@ jobs: image: archlinux:latest steps: - uses: actions/checkout@v4 - - run: pacman --noconfirm -Syu python - - run: cd archinstall/locales - - run: pwd - - run: ls -l - - run: bash locales_generator.sh - - run: git diff --name-only - - run: ls + - run: pacman --noconfirm -Syu python git diffutils + - run: | + cd .. + cp -r archinstall archinstall_orig + cd archinstall/archinstall/locales + bash locales_generator.sh + cd ../../.. + git diff --no-index --name-only archinstall_orig archinstall diff --git a/archinstall/locales/ar/LC_MESSAGES/base.po b/archinstall/locales/ar/LC_MESSAGES/base.po index 68e1e968..41bcda0c 100644 --- a/archinstall/locales/ar/LC_MESSAGES/base.po +++ b/archinstall/locales/ar/LC_MESSAGES/base.po @@ -1090,3 +1090,55 @@ msgstr "" #, fuzzy msgid "Use NetworkManager (necessary to configure internet graphically in GNOME and KDE)" msgstr "استخدم مُدير الشبكة (ضروري لإعداد الإنترنت باستخدام واجهة رسومية في جنوم و كيدي)" + +msgid "Total: {} / {}" +msgstr "" + +msgid "All entered values can be suffixed with a unit: B, KB, KiB, MB, MiB..." +msgstr "" + +msgid "If no unit is provided, the value is interpreted as sectors" +msgstr "" + +msgid "Enter start (default: sector {}): " +msgstr "" + +msgid "Enter end (default: {}): " +msgstr "" + +msgid "Unable to determine fido2 devices. Is libfido2 installed?" +msgstr "" + +msgid "Path" +msgstr "" + +msgid "Manufacturer" +msgstr "" + +msgid "Product" +msgstr "" + +#, python-brace-format +msgid "Invalid configuration: {error}" +msgstr "" + +msgid "Type" +msgstr "" + +msgid "This option enables the number of parallel downloads that can occur during package downloads" +msgstr "" + +msgid "" +"Enter the number of parallel downloads to be enabled.\n" +"\n" +"Note:\n" +msgstr "" + +msgid " - Maximum recommended value : {} ( Allows {} parallel downloads at a time )" +msgstr "" + +msgid " - Disable/Default : 0 ( Disables parallel downloading, allows only 1 download at a time )\n" +msgstr "" + +msgid "Invalid input! Try again with a valid input [or 0 to disable]" +msgstr "" diff --git a/archinstall/locales/base.pot b/archinstall/locales/base.pot index 5bc4ae03..75e47c9a 100644 --- a/archinstall/locales/base.pot +++ b/archinstall/locales/base.pot @@ -1161,3 +1161,60 @@ msgid "" "Use NetworkManager (necessary to configure internet graphically in GNOME and " "KDE)" msgstr "" + +msgid "Total: {} / {}" +msgstr "" + +msgid "All entered values can be suffixed with a unit: B, KB, KiB, MB, MiB..." +msgstr "" + +msgid "If no unit is provided, the value is interpreted as sectors" +msgstr "" + +msgid "Enter start (default: sector {}): " +msgstr "" + +msgid "Enter end (default: {}): " +msgstr "" + +msgid "Unable to determine fido2 devices. Is libfido2 installed?" +msgstr "" + +msgid "Path" +msgstr "" + +msgid "Manufacturer" +msgstr "" + +msgid "Product" +msgstr "" + +#, python-brace-format +msgid "Invalid configuration: {error}" +msgstr "" + +msgid "Type" +msgstr "" + +msgid "" +"This option enables the number of parallel downloads that can occur during " +"package downloads" +msgstr "" + +msgid "" +"Enter the number of parallel downloads to be enabled.\n" +"\n" +"Note:\n" +msgstr "" + +msgid "" +" - Maximum recommended value : {} ( Allows {} parallel downloads at a time )" +msgstr "" + +msgid "" +" - Disable/Default : 0 ( Disables parallel downloading, allows only 1 " +"download at a time )\n" +msgstr "" + +msgid "Invalid input! Try again with a valid input [or 0 to disable]" +msgstr "" diff --git a/archinstall/locales/cs/LC_MESSAGES/base.po b/archinstall/locales/cs/LC_MESSAGES/base.po index a7eb10ec..bc771879 100644 --- a/archinstall/locales/cs/LC_MESSAGES/base.po +++ b/archinstall/locales/cs/LC_MESSAGES/base.po @@ -1176,3 +1176,65 @@ msgstr "" #, fuzzy msgid "Use NetworkManager (necessary to configure internet graphically in GNOME and KDE)" msgstr "Použít NetworkManager (potřebné pro grafickou konfiguraci v GNOME a KDE)" + +msgid "Total: {} / {}" +msgstr "" + +msgid "All entered values can be suffixed with a unit: B, KB, KiB, MB, MiB..." +msgstr "" + +msgid "If no unit is provided, the value is interpreted as sectors" +msgstr "" + +#, fuzzy +msgid "Enter start (default: sector {}): " +msgstr "Zadejte počáteční sektor (procenta nebo číslo bloku, výchozí: {}): " + +#, fuzzy +msgid "Enter end (default: {}): " +msgstr "Zadejte počáteční sektor (procenta nebo číslo bloku, výchozí: {}): " + +msgid "Unable to determine fido2 devices. Is libfido2 installed?" +msgstr "" + +msgid "Path" +msgstr "" + +msgid "Manufacturer" +msgstr "" + +msgid "Product" +msgstr "" + +#, fuzzy, python-brace-format +msgid "Invalid configuration: {error}" +msgstr "Ruční konfigurace" + +msgid "Type" +msgstr "" + +#, fuzzy +msgid "This option enables the number of parallel downloads that can occur during package downloads" +msgstr "Tato možnost povolí specifikovaný počet paralelních stahování, která mohou nastat při instalaci" + +#, fuzzy +msgid "" +"Enter the number of parallel downloads to be enabled.\n" +"\n" +"Note:\n" +msgstr "" +"Zadejte povolený počet paralelních stahování.\n" +" (Zadejte hodnotu mezi 1 a {})\n" +"Poznámka:" + +#, fuzzy +msgid " - Maximum recommended value : {} ( Allows {} parallel downloads at a time )" +msgstr " - Maximální hodnota : {} (Povolí {} paralelních stahování, povolí {} stahování naráz )" + +#, fuzzy +msgid " - Disable/Default : 0 ( Disables parallel downloading, allows only 1 download at a time )\n" +msgstr " - Zakázáno/Výchozí : 0 (Zakáže paralelní stahování, povolí pouze 1 stahování naráz)" + +#, fuzzy +msgid "Invalid input! Try again with a valid input [or 0 to disable]" +msgstr "Neplatný vstup! Zkuste to, prosím, znovu s platným vstupem [1 až {}, nebo 0 pro vypnutí]" diff --git a/archinstall/locales/de/LC_MESSAGES/base.po b/archinstall/locales/de/LC_MESSAGES/base.po index 02b4b485..83918b05 100644 --- a/archinstall/locales/de/LC_MESSAGES/base.po +++ b/archinstall/locales/de/LC_MESSAGES/base.po @@ -1138,3 +1138,66 @@ msgstr "Lokalisierung" msgid "Use NetworkManager (necessary to configure internet graphically in GNOME and KDE)" msgstr "NetworkManager nutzen (notwendig um Internetverbindungen grafisch in GNOME und KDE einzustellen)" + +#, fuzzy +msgid "Total: {} / {}" +msgstr "Gesamtlänge: {}" + +msgid "All entered values can be suffixed with a unit: B, KB, KiB, MB, MiB..." +msgstr "" + +msgid "If no unit is provided, the value is interpreted as sectors" +msgstr "" + +#, fuzzy +msgid "Enter start (default: sector {}): " +msgstr "Bitte geben Sie den Startsektor ein (Standard: {}): " + +#, fuzzy +msgid "Enter end (default: {}): " +msgstr "Bitte geben Sie den Startsektor ein (Standard: {}): " + +msgid "Unable to determine fido2 devices. Is libfido2 installed?" +msgstr "" + +msgid "Path" +msgstr "" + +msgid "Manufacturer" +msgstr "" + +msgid "Product" +msgstr "" + +#, fuzzy, python-brace-format +msgid "Invalid configuration: {error}" +msgstr "Manuelle Konfiguration" + +msgid "Type" +msgstr "" + +#, fuzzy +msgid "This option enables the number of parallel downloads that can occur during package downloads" +msgstr "Diese Option setzt die Nummer an parallelen Downloads, die während der Installtion durchgeführt werden" + +#, fuzzy +msgid "" +"Enter the number of parallel downloads to be enabled.\n" +"\n" +"Note:\n" +msgstr "" +"Geben Sie die Nummer an parallelen Downloads an.\n" +" (Wert zwischen 1 und {max_downloads})\n" +"Achtung:" + +#, fuzzy +msgid " - Maximum recommended value : {} ( Allows {} parallel downloads at a time )" +msgstr " - Maximalwert :{} (Erlaubt {} parallele Downloads, erlaubt {} Downloads gleichzeitig)" + +#, fuzzy +msgid " - Disable/Default : 0 ( Disables parallel downloading, allows only 1 download at a time )\n" +msgstr " - Deaktivieren/Standard : 0 (Deaktiviert parallele Downloads, erlaubt nur einen Download gleichzeitig)" + +#, fuzzy +msgid "Invalid input! Try again with a valid input [or 0 to disable]" +msgstr "Ungültige Eingabe! Erneut mit gültiger Eingabe versuchen [1 bis {}, oder 0 zum deaktivieren]" diff --git a/archinstall/locales/el/LC_MESSAGES/base.po b/archinstall/locales/el/LC_MESSAGES/base.po index 802356ac..592cfe77 100644 --- a/archinstall/locales/el/LC_MESSAGES/base.po +++ b/archinstall/locales/el/LC_MESSAGES/base.po @@ -1183,3 +1183,65 @@ msgstr "" #, fuzzy msgid "Use NetworkManager (necessary to configure internet graphically in GNOME and KDE)" msgstr "Χρήση NetworkManager (απαραίτητος για τη διαμόρφωση του δικτύου γραφικά σε GNOME και KDE)" + +msgid "Total: {} / {}" +msgstr "" + +msgid "All entered values can be suffixed with a unit: B, KB, KiB, MB, MiB..." +msgstr "" + +msgid "If no unit is provided, the value is interpreted as sectors" +msgstr "" + +#, fuzzy +msgid "Enter start (default: sector {}): " +msgstr "Εισάγετε τον start sector (ποσοστό ή αριθμό block, προκαθορισμένο {}): " + +#, fuzzy +msgid "Enter end (default: {}): " +msgstr "Εισάγετε τον start sector (ποσοστό ή αριθμό block, προκαθορισμένο {}): " + +msgid "Unable to determine fido2 devices. Is libfido2 installed?" +msgstr "" + +msgid "Path" +msgstr "" + +msgid "Manufacturer" +msgstr "" + +msgid "Product" +msgstr "" + +#, fuzzy, python-brace-format +msgid "Invalid configuration: {error}" +msgstr "Χειροκίνητη διαμόρφωση" + +msgid "Type" +msgstr "" + +#, fuzzy +msgid "This option enables the number of parallel downloads that can occur during package downloads" +msgstr "Αυτή η επιλογή θέτει τον αριθμό των παράλληλων λήψεων που μπορούν να συμβούν κατά την εγκατάσταση" + +#, fuzzy +msgid "" +"Enter the number of parallel downloads to be enabled.\n" +"\n" +"Note:\n" +msgstr "" +"Εισάγετε τον αριθμό των παράλληλων λήψεων προς ενεργοποίηση.\n" +" (Εισάγετε μία τιμή από 1 μέχρι {})\n" +"Σημείωση:" + +#, fuzzy +msgid " - Maximum recommended value : {} ( Allows {} parallel downloads at a time )" +msgstr " - Μέγιστη τιμή : {} ( Επιτρέπει {} παράλληλες λήψεις, επιτρέπει {} λήψεις σε μία στιγμή )" + +#, fuzzy +msgid " - Disable/Default : 0 ( Disables parallel downloading, allows only 1 download at a time )\n" +msgstr " - Απενεργοποίηση/Προκαθορισμένο : 0 ( Απενεργοποιεί τις παράλληλες λήψεις, επιτρέπει μόνο 1 λήψη σε μία στιγμή )" + +#, fuzzy +msgid "Invalid input! Try again with a valid input [or 0 to disable]" +msgstr "Μη έγκυρη είσοδος! Προσπαθήστε ξανά με μία έγκυρη είσοδο [1 μέχρι {}, ή 0 για απενεργοποίηση]" diff --git a/archinstall/locales/en/LC_MESSAGES/base.po b/archinstall/locales/en/LC_MESSAGES/base.po index 336a419f..c20d05cf 100644 --- a/archinstall/locales/en/LC_MESSAGES/base.po +++ b/archinstall/locales/en/LC_MESSAGES/base.po @@ -1078,3 +1078,55 @@ msgstr "" msgid "Use NetworkManager (necessary to configure internet graphically in GNOME and KDE)" msgstr "" + +msgid "Total: {} / {}" +msgstr "" + +msgid "All entered values can be suffixed with a unit: B, KB, KiB, MB, MiB..." +msgstr "" + +msgid "If no unit is provided, the value is interpreted as sectors" +msgstr "" + +msgid "Enter start (default: sector {}): " +msgstr "" + +msgid "Enter end (default: {}): " +msgstr "" + +msgid "Unable to determine fido2 devices. Is libfido2 installed?" +msgstr "" + +msgid "Path" +msgstr "" + +msgid "Manufacturer" +msgstr "" + +msgid "Product" +msgstr "" + +#, python-brace-format +msgid "Invalid configuration: {error}" +msgstr "" + +msgid "Type" +msgstr "" + +msgid "This option enables the number of parallel downloads that can occur during package downloads" +msgstr "" + +msgid "" +"Enter the number of parallel downloads to be enabled.\n" +"\n" +"Note:\n" +msgstr "" + +msgid " - Maximum recommended value : {} ( Allows {} parallel downloads at a time )" +msgstr "" + +msgid " - Disable/Default : 0 ( Disables parallel downloading, allows only 1 download at a time )\n" +msgstr "" + +msgid "Invalid input! Try again with a valid input [or 0 to disable]" +msgstr "" diff --git a/archinstall/locales/es/LC_MESSAGES/base.po b/archinstall/locales/es/LC_MESSAGES/base.po index b218b772..330d0d9e 100644 --- a/archinstall/locales/es/LC_MESSAGES/base.po +++ b/archinstall/locales/es/LC_MESSAGES/base.po @@ -1191,10 +1191,42 @@ msgstr "" msgid "Use NetworkManager (necessary to configure internet graphically in GNOME and KDE)" msgstr "Usar NetworkManager (necesario para configurar internet gráficamente en GNOME y KDE)" +msgid "Total: {} / {}" +msgstr "" + +msgid "All entered values can be suffixed with a unit: B, KB, KiB, MB, MiB..." +msgstr "Todos los valores ingresados pueden tener una unidad como sufijo: B, KB, KiB, MB, MiB ..." + +msgid "If no unit is provided, the value is interpreted as sectors" +msgstr "Si no se proporciona ninguna unidad, el valor se interpreta como sectores" + +#, fuzzy +msgid "Enter start (default: sector {}): " +msgstr "Introduzca el sector de inicio (porcentaje o número de bloque, predeterminado: {}): " + +#, fuzzy +msgid "Enter end (default: {}): " +msgstr "Introduzca el sector de inicio (porcentaje o número de bloque, predeterminado: {}): " + +msgid "Unable to determine fido2 devices. Is libfido2 installed?" +msgstr "" + +msgid "Path" +msgstr "" + +msgid "Manufacturer" +msgstr "Fabricante" + +msgid "Product" +msgstr "Producto" + #, fuzzy, python-brace-format msgid "Invalid configuration: {error}" msgstr "Configuración manual" +msgid "Type" +msgstr "" + #, fuzzy msgid "This option enables the number of parallel downloads that can occur during package downloads" msgstr "Esta opción habilita la cantidad de descargas paralelas que pueden ocurrir durante la instalación" @@ -1221,35 +1253,6 @@ msgstr " - Deshabilitar/Predeterminado : 0 ( Deshabilita la descarga paralela, p msgid "Invalid input! Try again with a valid input [or 0 to disable]" msgstr "¡Entrada no válida! Intente nuevamente con un valor válido [1 a {}, o 0 para deshabilitar]" -msgid "Total: {} / {}" -msgstr "" - -msgid "All entered values can be suffixed with a unit: B, KB, KiB, MB, MiB..." -msgstr "Todos los valores ingresados pueden tener una unidad como sufijo: B, KB, KiB, MB, MiB ..." - -msgid "If no unit is provided, the value is interpreted as sectors" -msgstr "Si no se proporciona ninguna unidad, el valor se interpreta como sectores" - -#, fuzzy -msgid "Enter start (default: sector {}): " -msgstr "Introduzca el sector de inicio (porcentaje o número de bloque, predeterminado: {}): " - -#, fuzzy -msgid "Enter end (default: {}): " -msgstr "Introduzca el sector de inicio (porcentaje o número de bloque, predeterminado: {}): " - -msgid "Unable to determine fido2 devices. Is libfido2 installed?" -msgstr "" - -msgid "Path" -msgstr "" - -msgid "Manufacturer" -msgstr "Fabricante" - -msgid "Product" -msgstr "Producto" - #~ msgid "Add :" #~ msgstr "Añadir :" diff --git a/archinstall/locales/et/LC_MESSAGES/base.po b/archinstall/locales/et/LC_MESSAGES/base.po index 6a1b9238..f7f15578 100644 --- a/archinstall/locales/et/LC_MESSAGES/base.po +++ b/archinstall/locales/et/LC_MESSAGES/base.po @@ -1155,3 +1155,66 @@ msgstr "" #, fuzzy msgid "Use NetworkManager (necessary to configure internet graphically in GNOME and KDE)" msgstr "Kasutage NetworkManagerit (vajalik interneti graafiliseks konfigureerimiseks GNOME-s ja KDE-s)." + +#, fuzzy +msgid "Total: {} / {}" +msgstr "Kogupikkus: {}" + +msgid "All entered values can be suffixed with a unit: B, KB, KiB, MB, MiB..." +msgstr "" + +msgid "If no unit is provided, the value is interpreted as sectors" +msgstr "" + +#, fuzzy +msgid "Enter start (default: sector {}): " +msgstr "Sisestage algussektor (vaikimisi: {}): " + +#, fuzzy +msgid "Enter end (default: {}): " +msgstr "Sisestage algussektor (vaikimisi: {}): " + +msgid "Unable to determine fido2 devices. Is libfido2 installed?" +msgstr "" + +msgid "Path" +msgstr "" + +msgid "Manufacturer" +msgstr "" + +msgid "Product" +msgstr "" + +#, fuzzy, python-brace-format +msgid "Invalid configuration: {error}" +msgstr "Manuaalne konfiguratsioon" + +msgid "Type" +msgstr "" + +#, fuzzy +msgid "This option enables the number of parallel downloads that can occur during package downloads" +msgstr "See valik võimaldab installimise ajal valida paralleelsete allalaadimiste arvu" + +#, fuzzy +msgid "" +"Enter the number of parallel downloads to be enabled.\n" +"\n" +"Note:\n" +msgstr "" +"Sisestage lubatavate paralleelsete allalaadimiste arv.\n" +" (Sisestage väärtus vahemikus 1 kuni {max_downloads})\n" +"note:" + +#, fuzzy +msgid " - Maximum recommended value : {} ( Allows {} parallel downloads at a time )" +msgstr " - Minimaalne väärtus : 1 ( Võimaldab 1 paralleelset allalaadimist, võimaldab 2 allalaadimist korraga )" + +#, fuzzy +msgid " - Disable/Default : 0 ( Disables parallel downloading, allows only 1 download at a time )\n" +msgstr " - Keela/Vaikimisi : 0 ( keelab paralleelse allalaadimise, võimaldab ainult 1 allalaadimist korraga )" + +#, fuzzy +msgid "Invalid input! Try again with a valid input [or 0 to disable]" +msgstr "Vale sisestus! Proovige uuesti kehtiva sisendiga [1 {max_downloads} või 0 keelamiseks]." diff --git a/archinstall/locales/fr/LC_MESSAGES/base.po b/archinstall/locales/fr/LC_MESSAGES/base.po index cda850cc..98a5a541 100644 --- a/archinstall/locales/fr/LC_MESSAGES/base.po +++ b/archinstall/locales/fr/LC_MESSAGES/base.po @@ -14,12 +14,8 @@ msgstr "" msgid "[!] A log file has been created here: {} {}" msgstr "[!] Un fichier journal a été créé ici : {} {}" -msgid "" -" Please submit this issue (and file) to https://github.com/archlinux/" -"archinstall/issues" -msgstr "" -" Veuillez soumettre ce problème (et le fichier) à https://github.com/" -"archlinux/archinstall/issues" +msgid " Please submit this issue (and file) to https://github.com/archlinux/archinstall/issues" +msgstr " Veuillez soumettre ce problème (et le fichier) à https://github.com/archlinux/archinstall/issues" msgid "Do you really want to abort?" msgstr "Voulez-vous vraiment abandonner ?" @@ -34,13 +30,10 @@ msgid "Desired hostname for the installation: " msgstr "Nom d'hôte souhaité pour l'installation : " msgid "Username for required superuser with sudo privileges: " -msgstr "" -"Nom d'utilisateur pour le superutilisateur requis avec les privilèges sudo : " +msgstr "Nom d'utilisateur pour le superutilisateur requis avec les privilèges sudo : " msgid "Any additional users to install (leave blank for no users): " -msgstr "" -"Utilisateur supplémentaire à installer (laisser vide pour aucun " -"utilisateur) : " +msgstr "Utilisateur supplémentaire à installer (laisser vide pour aucun utilisateur) : " msgid "Should this user be a superuser (sudoer)?" msgstr "Cet utilisateur doit-il être un superutilisateur (sudoer) ?" @@ -49,9 +42,7 @@ msgid "Select a timezone" msgstr "Sélectionner un fuseau horaire" msgid "Would you like to use GRUB as a bootloader instead of systemd-boot?" -msgstr "" -"Souhaitez-vous utiliser GRUB comme chargeur de démarrage au lieu de systemd-" -"boot ?" +msgstr "Souhaitez-vous utiliser GRUB comme chargeur de démarrage au lieu de systemd-boot ?" msgid "Choose a bootloader" msgstr "Choisir un chargeur de démarrage" @@ -59,60 +50,38 @@ msgstr "Choisir un chargeur de démarrage" msgid "Choose an audio server" msgstr "Choisir un serveur audio" -msgid "" -"Only packages such as base, base-devel, linux, linux-firmware, efibootmgr " -"and optional profile packages are installed." -msgstr "" -"Seuls les paquets tels que base, base-devel, linux, linux-firmware, " -"efibootmgr et les paquets de profil optionnels sont installés." +msgid "Only packages such as base, base-devel, linux, linux-firmware, efibootmgr and optional profile packages are installed." +msgstr "Seuls les paquets tels que base, base-devel, linux, linux-firmware, efibootmgr et les paquets de profil optionnels sont installés." -msgid "" -"If you desire a web browser, such as firefox or chromium, you may specify it " -"in the following prompt." -msgstr "" -"Si vous désirez un navigateur Web, tel que firefox ou chrome, vous pouvez le " -"spécifier dans l'invite suivante." +msgid "If you desire a web browser, such as firefox or chromium, you may specify it in the following prompt." +msgstr "Si vous désirez un navigateur Web, tel que firefox ou chrome, vous pouvez le spécifier dans l'invite suivante." -msgid "" -"Write additional packages to install (space separated, leave blank to skip): " -msgstr "" -"Saisir les paquets supplémentaires à installer (séparés par des espaces, " -"vide pour ignorer) : " +msgid "Write additional packages to install (space separated, leave blank to skip): " +msgstr "Saisir les paquets supplémentaires à installer (séparés par des espaces, vide pour ignorer) : " msgid "Copy ISO network configuration to installation" msgstr "Copier la configuration réseau ISO dans l'installation" -msgid "" -"Use NetworkManager (necessary for configuring internet graphically in GNOME " -"and KDE)" -msgstr "" -"Utiliser NetworkManager (nécessaire pour configurer graphiquement Internet " -"dans GNOME et KDE)" +msgid "Use NetworkManager (necessary for configuring internet graphically in GNOME and KDE)" +msgstr "Utiliser NetworkManager (nécessaire pour configurer graphiquement Internet dans GNOME et KDE)" msgid "Select one network interface to configure" msgstr "Sélectionner une interface réseau à configurer" -msgid "" -"Select which mode to configure for \"{}\" or skip to use default mode \"{}\"" -msgstr "" -"Sélectionner le mode à configurer pour \"{}\" ou ignorer pour utiliser le " -"mode par défaut \"{}\"" +msgid "Select which mode to configure for \"{}\" or skip to use default mode \"{}\"" +msgstr "Sélectionner le mode à configurer pour \"{}\" ou ignorer pour utiliser le mode par défaut \"{}\"" msgid "Enter the IP and subnet for {} (example: 192.168.0.5/24): " msgstr "Entrer l'IP et le sous-réseau pour {} (exemple : 192.168.0.5/24) : " msgid "Enter your gateway (router) IP address or leave blank for none: " -msgstr "" -"Entrer l'adresse IP de votre passerelle (routeur) ou laisser vide pour " -"aucune : " +msgstr "Entrer l'adresse IP de votre passerelle (routeur) ou laisser vide pour aucune : " msgid "Enter your DNS servers (space separated, blank for none): " msgstr "Entrer vos serveurs DNS (séparés par des espaces, vide pour aucun) : " msgid "Select which filesystem your main partition should use" -msgstr "" -"Sélectionner le système de fichiers que votre partition principale doit " -"utiliser" +msgstr "Sélectionner le système de fichiers que votre partition principale doit utiliser" msgid "Current partition layout" msgstr "Disposition actuelle des partitions" @@ -127,21 +96,14 @@ msgstr "" msgid "Enter a desired filesystem type for the partition" msgstr "Entrer un type de système de fichiers souhaité pour la partition" -msgid "" -"Enter the start location (in parted units: s, GB, %, etc. ; default: {}): " -msgstr "" -"Entrer l'emplacement de départ (en unités séparées : s, Go, %, etc. ; par " -"défaut : {}) : " +msgid "Enter the start location (in parted units: s, GB, %, etc. ; default: {}): " +msgstr "Entrer l'emplacement de départ (en unités séparées : s, Go, %, etc. ; par défaut : {}) : " msgid "Enter the end location (in parted units: s, GB, %, etc. ; ex: {}): " -msgstr "" -"Entrer l'emplacement de fin (en unités séparées : s, Go, %, etc. ; ex : " -"{}) : " +msgstr "Entrer l'emplacement de fin (en unités séparées : s, Go, %, etc. ; ex : {}) : " msgid "{} contains queued partitions, this will remove those, are you sure?" -msgstr "" -"{} contient des partitions en file d'attente, cela les supprimera, êtes-vous " -"sûr ?" +msgstr "{} contient des partitions en file d'attente, cela les supprimera, êtes-vous sûr ?" msgid "" "{}\n" @@ -161,17 +123,11 @@ msgstr "" "\n" "Sélectionner par index où et quelle partition montée" -msgid "" -" * Partition mount-points are relative to inside the installation, the boot " -"would be /boot as an example." -msgstr "" -" * Les points de montage de la partition sont relatifs à l'intérieur de " -"l'installation, le démarrage serait /boot par exemple." +msgid " * Partition mount-points are relative to inside the installation, the boot would be /boot as an example." +msgstr " * Les points de montage de la partition sont relatifs à l'intérieur de l'installation, le démarrage serait /boot par exemple." msgid "Select where to mount partition (leave blank to remove mountpoint): " -msgstr "" -"Sélectionner où monter la partition (laisser vide pour supprimer le point de " -"montage) : " +msgstr "Sélectionner où monter la partition (laisser vide pour supprimer le point de montage) : " msgid "" "{}\n" @@ -216,58 +172,34 @@ msgid "Archinstall language" msgstr "Langue d'Archinstall" msgid "Wipe all selected drives and use a best-effort default partition layout" -msgstr "" -"Effacer tous les lecteurs sélectionnés et utiliser une disposition de " -"partition par défaut optimale" +msgstr "Effacer tous les lecteurs sélectionnés et utiliser une disposition de partition par défaut optimale" -msgid "" -"Select what to do with each individual drive (followed by partition usage)" -msgstr "" -"Sélectionner ce qu'il faut faire avec chaque lecteur individuel (suivi de " -"l'utilisation de la partition)" +msgid "Select what to do with each individual drive (followed by partition usage)" +msgstr "Sélectionner ce qu'il faut faire avec chaque lecteur individuel (suivi de l'utilisation de la partition)" msgid "Select what you wish to do with the selected block devices" -msgstr "" -"Sélectionner ce que vous souhaitez faire avec les périphériques de bloc " -"sélectionnés" +msgstr "Sélectionner ce que vous souhaitez faire avec les périphériques de bloc sélectionnés" -msgid "" -"This is a list of pre-programmed profiles, they might make it easier to " -"install things like desktop environments" -msgstr "" -"Ceci est une liste préprogrammée de profiles, ils pourraient faciliter " -"l'installation d'outils comme les environnements de bureau" +msgid "This is a list of pre-programmed profiles, they might make it easier to install things like desktop environments" +msgstr "Ceci est une liste préprogrammée de profiles, ils pourraient faciliter l'installation d'outils comme les environnements de bureau" msgid "Select keyboard layout" msgstr "Sélectionner la disposition du clavier" msgid "Select one of the regions to download packages from" -msgstr "" -"Sélectionner l'une des régions depuis lesquelles télécharger les paquets" +msgstr "Sélectionner l'une des régions depuis lesquelles télécharger les paquets" msgid "Select one or more hard drives to use and configure" msgstr "Sélectionner un ou plusieurs disques durs à utiliser et à configurer" -msgid "" -"For the best compatibility with your AMD hardware, you may want to use " -"either the all open-source or AMD / ATI options." -msgstr "" -"Pour une meilleure compatibilité avec votre matériel AMD, vous pouvez " -"utiliser les options entièrement open source ou AMD / ATI." +msgid "For the best compatibility with your AMD hardware, you may want to use either the all open-source or AMD / ATI options." +msgstr "Pour une meilleure compatibilité avec votre matériel AMD, vous pouvez utiliser les options entièrement open source ou AMD / ATI." -msgid "" -"For the best compatibility with your Intel hardware, you may want to use " -"either the all open-source or Intel options.\n" -msgstr "" -"Pour une compatibilité optimale avec votre matériel Intel, vous pouvez " -"utiliser les options entièrement open source ou Intel.\n" +msgid "For the best compatibility with your Intel hardware, you may want to use either the all open-source or Intel options.\n" +msgstr "Pour une compatibilité optimale avec votre matériel Intel, vous pouvez utiliser les options entièrement open source ou Intel.\n" -msgid "" -"For the best compatibility with your Nvidia hardware, you may want to use " -"the Nvidia proprietary driver.\n" -msgstr "" -"Pour une meilleure compatibilité avec votre matériel Nvidia, vous pouvez " -"utiliser le pilote propriétaire Nvidia.\n" +msgid "For the best compatibility with your Nvidia hardware, you may want to use the Nvidia proprietary driver.\n" +msgstr "Pour une meilleure compatibilité avec votre matériel Nvidia, vous pouvez utiliser le pilote propriétaire Nvidia.\n" msgid "" "\n" @@ -276,8 +208,7 @@ msgid "" msgstr "" "\n" "\n" -"Sélectionner un pilote graphique ou laisser vide pour installer tous les " -"pilotes open-source" +"Sélectionner un pilote graphique ou laisser vide pour installer tous les pilotes open-source" msgid "All open-source (default)" msgstr "Tout open-source (par défaut)" @@ -300,12 +231,8 @@ msgstr "Sélectionner une ou plusieurs des options ci-dessous : " msgid "Adding partition...." msgstr "Ajout de la partition...." -msgid "" -"You need to enter a valid fs-type in order to continue. See `man parted` for " -"valid fs-type's." -msgstr "" -"Vous devez entrer un type de fs valide pour continuer. Voir `man parted` " -"pour les types de fs valides." +msgid "You need to enter a valid fs-type in order to continue. See `man parted` for valid fs-type's." +msgstr "Vous devez entrer un type de fs valide pour continuer. Voir `man parted` pour les types de fs valides." msgid "Error: Listing profiles on URL \"{}\" resulted in:" msgstr "Erreur : la liste des profils sur l'URL \"{}\" a entraîné :" @@ -378,8 +305,7 @@ msgid "" msgstr "" "Vous avez décidé d'ignorer la sélection du disque dur\n" "et vous utiliserez la configuration de disque montée sur {} (expérimental)\n" -"ATTENTION : Archinstall ne vérifiera pas l'adéquation de cette " -"configuration\n" +"ATTENTION : Archinstall ne vérifiera pas l'adéquation de cette configuration\n" "Souhaitez-vous continuer ?" msgid "Re-using partition instance: {}" @@ -404,8 +330,7 @@ msgid "Mark/Unmark a partition as encrypted" msgstr "Marquer/Démarquer une partition comme chiffrée" msgid "Mark/Unmark a partition as bootable (automatic for /boot)" -msgstr "" -"Marquer/Démarquer une partition comme amorçable (automatique pour /boot)" +msgstr "Marquer/Démarquer une partition comme amorçable (automatique pour /boot)" msgid "Set desired filesystem for a partition" msgstr "Définir le système de fichiers souhaité pour une partition" @@ -445,9 +370,7 @@ msgid "Enter a encryption password for {}" msgstr "Entrer un mot de passe de chiffrement pour {}" msgid "Enter disk encryption password (leave blank for no encryption): " -msgstr "" -"Entrer le mot de passe de chiffrement du disque (laisser vide pour aucun " -"chiffrement) : " +msgstr "Entrer le mot de passe de chiffrement du disque (laisser vide pour aucun chiffrement) : " msgid "Create a required super-user with sudo privileges: " msgstr "Créer un super-utilisateur requis avec les privilèges sudo : " @@ -458,44 +381,31 @@ msgstr "Entrer le mot de passe root (laisser vide pour désactiver root) : " msgid "Password for user \"{}\": " msgstr "Mot de passe pour l'utilisateur \"{}\" : " -msgid "" -"Verifying that additional packages exist (this might take a few seconds)" -msgstr "" -"Vérifier que des paquets supplémentaires existent (cela peut prendre " -"quelques secondes)" +msgid "Verifying that additional packages exist (this might take a few seconds)" +msgstr "Vérifier que des paquets supplémentaires existent (cela peut prendre quelques secondes)" -msgid "" -"Would you like to use automatic time synchronization (NTP) with the default " -"time servers?\n" -msgstr "" -"Souhaitez-vous utiliser la synchronisation automatique de l'heure (NTP) avec " -"les serveurs de temps par défaut ?\n" +msgid "Would you like to use automatic time synchronization (NTP) with the default time servers?\n" +msgstr "Souhaitez-vous utiliser la synchronisation automatique de l'heure (NTP) avec les serveurs de temps par défaut ?\n" msgid "" -"Hardware time and other post-configuration steps might be required in order " -"for NTP to work.\n" +"Hardware time and other post-configuration steps might be required in order for NTP to work.\n" "For more information, please check the Arch wiki" msgstr "" -"Le temps matériel et d'autres étapes de post-configuration peuvent être " -"nécessaires pour que NTP fonctionne.\n" +"Le temps matériel et d'autres étapes de post-configuration peuvent être nécessaires pour que NTP fonctionne.\n" "Pour plus d'informations, veuillez consulter le wiki Arch" msgid "Enter a username to create an additional user (leave blank to skip): " -msgstr "" -"Entrer un nom d'utilisateur pour créer un utilisateur supplémentaire " -"(laisser vide pour ignorer) : " +msgstr "Entrer un nom d'utilisateur pour créer un utilisateur supplémentaire (laisser vide pour ignorer) : " msgid "Use ESC to skip\n" msgstr "Utiliser ESC pour ignorer\n" msgid "" "\n" -" Choose an object from the list, and select one of the available actions for " -"it to execute" +" Choose an object from the list, and select one of the available actions for it to execute" msgstr "" "\n" -"Choisir un objet dans la liste et sélectionner l'une des actions disponibles " -"pour qu'il s'exécute" +"Choisir un objet dans la liste et sélectionner l'une des actions disponibles pour qu'il s'exécute" msgid "Cancel" msgstr "Annuler" @@ -531,18 +441,11 @@ msgstr "" "\n" "Voici la configuration choisie :" -msgid "" -"Pacman is already running, waiting maximum 10 minutes for it to terminate." -msgstr "" -"Pacman est déjà en cours d'exécution, attendez au maximum 10 minutes pour " -"qu'il se termine." +msgid "Pacman is already running, waiting maximum 10 minutes for it to terminate." +msgstr "Pacman est déjà en cours d'exécution, attendez au maximum 10 minutes pour qu'il se termine." -msgid "" -"Pre-existing pacman lock never exited. Please clean up any existing pacman " -"sessions before using archinstall." -msgstr "" -"Le verrou pacman préexistant n'a jamais été fermé. Veuillez nettoyer toutes " -"les sessions pacman existantes avant d'utiliser archinstall." +msgid "Pre-existing pacman lock never exited. Please clean up any existing pacman sessions before using archinstall." +msgstr "Le verrou pacman préexistant n'a jamais été fermé. Veuillez nettoyer toutes les sessions pacman existantes avant d'utiliser archinstall." msgid "Choose which optional additional repositories to enable" msgstr "Choisir les dépôts supplémentaires en option à activer" @@ -679,16 +582,13 @@ msgid "Select the desired subvolume options " msgstr "Sélectionner les options de sous-volume souhaitées " msgid "Define users with sudo privilege, by username: " -msgstr "" -"Définir les utilisateurs avec le privilège sudo, par nom d'utilisateur : " +msgstr "Définir les utilisateurs avec le privilège sudo, par nom d'utilisateur : " msgid "[!] A log file has been created here: {}" msgstr "[!] Un fichier journal a été créé ici : {}" msgid "Would you like to use BTRFS subvolumes with a default structure?" -msgstr "" -"Souhaitez-vous utiliser des sous-volumes BTRFS avec une structure par " -"défaut ?" +msgstr "Souhaitez-vous utiliser des sous-volumes BTRFS avec une structure par défaut ?" msgid "Would you like to use BTRFS compression?" msgstr "Souhaitez-vous utiliser la compression BTRFS ?" @@ -696,12 +596,8 @@ msgstr "Souhaitez-vous utiliser la compression BTRFS ?" msgid "Would you like to create a separate partition for /home?" msgstr "Souhaitez-vous créer une partition séparée pour /home ?" -msgid "" -"The selected drives do not have the minimum capacity required for an " -"automatic suggestion\n" -msgstr "" -"Les disques sélectionnés n'ont pas la capacité minimale requise pour une " -"suggestion automatique\n" +msgid "The selected drives do not have the minimum capacity required for an automatic suggestion\n" +msgstr "Les disques sélectionnés n'ont pas la capacité minimale requise pour une suggestion automatique\n" msgid "Minimum capacity for /home partition: {}GB\n" msgstr "Capacité minimale pour la partition /home : {} Go\n" @@ -728,9 +624,7 @@ msgid "No iface specified for manual configuration" msgstr "Aucun iface spécifié pour la configuration manuelle" msgid "Manual nic configuration with no auto DHCP requires an IP address" -msgstr "" -"La configuration manuelle de la carte réseau sans DHCP automatique nécessite " -"une adresse IP" +msgstr "La configuration manuelle de la carte réseau sans DHCP automatique nécessite une adresse IP" msgid "Add interface" msgstr "Ajouter une interface" @@ -750,42 +644,23 @@ msgstr "Configuration manuelle" msgid "Mark/Unmark a partition as compressed (btrfs only)" msgstr "Marquer/Démarquer une partition comme compressée (btrfs uniquement)" -msgid "" -"The password you are using seems to be weak, are you sure you want to use it?" -msgstr "" -"Le mot de passe que vous utilisez semble faible, êtes-vous sûr de vouloir " -"l'utiliser ?" +msgid "The password you are using seems to be weak, are you sure you want to use it?" +msgstr "Le mot de passe que vous utilisez semble faible, êtes-vous sûr de vouloir l'utiliser ?" -msgid "" -"Provides a selection of desktop environments and tiling window managers, e." -"g. gnome, kde, sway" -msgstr "" -"Fournit une sélection d'environnements de bureau et de gestionnaires de " -"fenêtres en mosaïque, par ex. gnome, kde, sway" +msgid "Provides a selection of desktop environments and tiling window managers, e.g. gnome, kde, sway" +msgstr "Fournit une sélection d'environnements de bureau et de gestionnaires de fenêtres en mosaïque, par ex. gnome, kde, sway" msgid "Select your desired desktop environment" msgstr "Sélectionner l'environnement de bureau souhaité" -msgid "" -"A very basic installation that allows you to customize Arch Linux as you see " -"fit." -msgstr "" -"Une installation très basique qui vous permet de personnaliser Arch Linux " -"comme bon vous semble." +msgid "A very basic installation that allows you to customize Arch Linux as you see fit." +msgstr "Une installation très basique qui vous permet de personnaliser Arch Linux comme bon vous semble." -msgid "" -"Provides a selection of various server packages to install and enable, e.g. " -"httpd, nginx, mariadb" -msgstr "" -"Fournit une sélection de divers paquets de serveur à installer et à activer, " -"par ex. httpd, nginx, mariadb" +msgid "Provides a selection of various server packages to install and enable, e.g. httpd, nginx, mariadb" +msgstr "Fournit une sélection de divers paquets de serveur à installer et à activer, par ex. httpd, nginx, mariadb" -msgid "" -"Choose which servers to install, if none then a minimal installation will be " -"done" -msgstr "" -"Choisir les serveurs à installer, s'il n'y en a pas, une installation " -"minimale sera effectuée" +msgid "Choose which servers to install, if none then a minimal installation will be done" +msgstr "Choisir les serveurs à installer, s'il n'y en a pas, une installation minimale sera effectuée" msgid "Installs a minimal system as well as xorg and graphics drivers." msgstr "Installe un système minimal ainsi que les pilotes graphiques et xorg." @@ -793,12 +668,8 @@ msgstr "Installe un système minimal ainsi que les pilotes graphiques et xorg." msgid "Press Enter to continue." msgstr "Appuyer sur Entrée pour continuer." -msgid "" -"Would you like to chroot into the newly created installation and perform " -"post-installation configuration?" -msgstr "" -"Souhaitez-vous chrooter dans l'installation nouvellement créée et effectuer " -"la configuration post-installation ?" +msgid "Would you like to chroot into the newly created installation and perform post-installation configuration?" +msgstr "Souhaitez-vous chrooter dans l'installation nouvellement créée et effectuer la configuration post-installation ?" msgid "Are you sure you want to reset this setting?" msgstr "Voulez-vous vraiment réinitialiser ce paramètre ?" @@ -807,16 +678,10 @@ msgid "Select one or more hard drives to use and configure\n" msgstr "Sélectionner un ou plusieurs disques durs à utiliser et à configurer\n" msgid "Any modifications to the existing setting will reset the disk layout!" -msgstr "" -"Toute modification du paramètre existant réinitialisera la disposition du " -"disque !" +msgstr "Toute modification du paramètre existant réinitialisera la disposition du disque !" -msgid "" -"If you reset the harddrive selection this will also reset the current disk " -"layout. Are you sure?" -msgstr "" -"Si vous réinitialisez la sélection du disque dur, cela réinitialisera " -"également la disposition actuelle du disque. Êtes-vous sûr ?" +msgid "If you reset the harddrive selection this will also reset the current disk layout. Are you sure?" +msgstr "Si vous réinitialisez la sélection du disque dur, cela réinitialisera également la disposition actuelle du disque. Êtes-vous sûr ?" msgid "Save and exit" msgstr "Sauvegarder et quitter" @@ -826,8 +691,7 @@ msgid "" "contains queued partitions, this will remove those, are you sure?" msgstr "" "{}\n" -"contient des partitions en file d'attente, cela les supprimera, êtes-vous " -"sûr ?" +"contient des partitions en file d'attente, cela les supprimera, êtes-vous sûr ?" msgid "No audio server" msgstr "Pas de serveur audio" @@ -863,13 +727,8 @@ msgstr "Ajouter : " msgid "Value: " msgstr "Valeur : " -msgid "" -"You can skip selecting a drive and partitioning and use whatever drive-setup " -"is mounted at /mnt (experimental)" -msgstr "" -"Vous pouvez ignorer la sélection d'un lecteur et le partitionnement et " -"utiliser n'importe quelle configuration de lecteur montée sur /mnt " -"(expérimental)" +msgid "You can skip selecting a drive and partitioning and use whatever drive-setup is mounted at /mnt (experimental)" +msgstr "Vous pouvez ignorer la sélection d'un lecteur et le partitionnement et utiliser n'importe quelle configuration de lecteur montée sur /mnt (expérimental)" msgid "Select one of the disks or skip and use /mnt as default" msgstr "Sélectionner l'un des disques ou ignorer et utiliser /mnt par défaut" @@ -892,12 +751,8 @@ msgstr "Espace libre" msgid "Bus-type" msgstr "Type de bus" -msgid "" -"Either root-password or at least 1 user with sudo privileges must be " -"specified" -msgstr "" -"Le mot de passe root ou au moins 1 utilisateur avec des privilèges sudo doit " -"être spécifié" +msgid "Either root-password or at least 1 user with sudo privileges must be specified" +msgstr "Le mot de passe root ou au moins 1 utilisateur avec des privilèges sudo doit être spécifié" msgid "Enter username (leave blank to skip): " msgstr "Entrer le nom d'utilisateur (laisser vide pour passer) : " @@ -935,12 +790,8 @@ msgstr "Supprimer le sous-volume" msgid "Configured {} interfaces" msgstr "Interfaces {} configurées" -msgid "" -"This option enables the number of parallel downloads that can occur during " -"installation" -msgstr "" -"Cette option active le nombre de téléchargements parallèles qui peuvent se " -"produire pendant l'installation" +msgid "This option enables the number of parallel downloads that can occur during installation" +msgstr "Cette option active le nombre de téléchargements parallèles qui peuvent se produire pendant l'installation" msgid "" "Enter the number of parallel downloads to be enabled.\n" @@ -951,34 +802,18 @@ msgstr "" " (Entrer une valeur comprise entre 1 et {})\n" "Note :" -msgid "" -" - Maximum value : {} ( Allows {} parallel downloads, allows {} downloads " -"at a time )" -msgstr "" -" - Valeur maximale : {} (Autorise {} téléchargements parallèles, autorise {} " -"téléchargements à la fois)" +msgid " - Maximum value : {} ( Allows {} parallel downloads, allows {} downloads at a time )" +msgstr " - Valeur maximale : {} (Autorise {} téléchargements parallèles, autorise {} téléchargements à la fois)" -msgid "" -" - Minimum value : 1 ( Allows 1 parallel download, allows 2 downloads at a " -"time )" -msgstr "" -" - Valeur minimale : 1 (Autorise 1 téléchargement parallèle, autorise 2 " -"téléchargements à la fois)" +msgid " - Minimum value : 1 ( Allows 1 parallel download, allows 2 downloads at a time )" +msgstr " - Valeur minimale : 1 (Autorise 1 téléchargement parallèle, autorise 2 téléchargements à la fois)" -msgid "" -" - Disable/Default : 0 ( Disables parallel downloading, allows only 1 " -"download at a time )" -msgstr "" -" - Désactiver/Défaut : 0 (Désactive le téléchargement parallèle, n'autorise " -"qu'un seul téléchargement à la fois)" +msgid " - Disable/Default : 0 ( Disables parallel downloading, allows only 1 download at a time )" +msgstr " - Désactiver/Défaut : 0 (Désactive le téléchargement parallèle, n'autorise qu'un seul téléchargement à la fois)" #, python-brace-format -msgid "" -"Invalid input! Try again with a valid input [1 to {max_downloads}, or 0 to " -"disable]" -msgstr "" -"Entrée invalide ! Réessayer avec une entrée valide [1 pour {max_downloads}, " -"ou 0 pour désactiver]" +msgid "Invalid input! Try again with a valid input [1 to {max_downloads}, or 0 to disable]" +msgstr "Entrée invalide ! Réessayer avec une entrée valide [1 pour {max_downloads}, ou 0 pour désactiver]" msgid "Parallel Downloads" msgstr "Téléchargements parallèles" @@ -995,20 +830,14 @@ msgstr "TAB pour sélectionner" msgid "[Default value: 0] > " msgstr "[Valeur par défaut : 0] > " -msgid "" -"To be able to use this translation, please install a font manually that " -"supports the language." -msgstr "" -"Pour pouvoir utiliser cette traduction, veuillez installer manuellement une " -"police prenant en charge la langue." +msgid "To be able to use this translation, please install a font manually that supports the language." +msgstr "Pour pouvoir utiliser cette traduction, veuillez installer manuellement une police prenant en charge la langue." msgid "The font should be stored as {}" msgstr "La police doit être stockée sous {}" msgid "Archinstall requires root privileges to run. See --help for more." -msgstr "" -"Archinstall nécessite des privilèges root pour s'exécuter. Voir l'aide pour " -"plus d'informations (--help)." +msgstr "Archinstall nécessite des privilèges root pour s'exécuter. Voir l'aide pour plus d'informations (--help)." msgid "Select an execution mode" msgstr "Sélectionner un mode d'exécution" @@ -1016,22 +845,14 @@ msgstr "Sélectionner un mode d'exécution" msgid "Unable to fetch profile from specified url: {}" msgstr "Impossible de récupérer le profil à partir de l'URL spécifiée : {}" -msgid "" -"Profiles must have unique name, but profile definitions with duplicate name " -"found: {}" -msgstr "" -"Les profils doivent avoir un nom unique, mais des définitions de profil avec " -"un nom en double ont été trouvées : {}" +msgid "Profiles must have unique name, but profile definitions with duplicate name found: {}" +msgstr "Les profils doivent avoir un nom unique, mais des définitions de profil avec un nom en double ont été trouvées : {}" msgid "Select one or more devices to use and configure" msgstr "Sélectionner un ou plusieurs périphériques à utiliser et à configurer" -msgid "" -"If you reset the device selection this will also reset the current disk " -"layout. Are you sure?" -msgstr "" -"Si vous réinitialisez la sélection de périphérique, cela réinitialisera " -"également la disposition actuelle du disque. Etes-vous sûr ?" +msgid "If you reset the device selection this will also reset the current disk layout. Are you sure?" +msgstr "Si vous réinitialisez la sélection de périphérique, cela réinitialisera également la disposition actuelle du disque. Etes-vous sûr ?" msgid "Existing Partitions" msgstr "Partitions existantes" @@ -1048,12 +869,8 @@ msgstr "Capacité minimale pour la partition /home : {} Gio\n" msgid "Minimum capacity for Arch Linux partition: {}GiB" msgstr "Capacité minimale pour la partition Arch Linux : {} Gio" -msgid "" -"This is a list of pre-programmed profiles_bck, they might make it easier to " -"install things like desktop environments" -msgstr "" -"Ceci est une liste préprogrammée de profiles_bck, ils pourraient faciliter " -"l'installation de choses comme les environnements de bureau" +msgid "This is a list of pre-programmed profiles_bck, they might make it easier to install things like desktop environments" +msgstr "Ceci est une liste préprogrammée de profiles_bck, ils pourraient faciliter l'installation de choses comme les environnements de bureau" msgid "Current profile selection" msgstr "Sélection du profil actuel" @@ -1085,26 +902,14 @@ msgstr "Supprimer la partition" msgid "Partition" msgstr "Partition" -msgid "" -"This partition is currently encrypted, to format it a filesystem has to be " -"specified" -msgstr "" -"Cette partition est actuellement cryptée, pour la formater, un système de " -"fichiers doit être spécifié" +msgid "This partition is currently encrypted, to format it a filesystem has to be specified" +msgstr "Cette partition est actuellement cryptée, pour la formater, un système de fichiers doit être spécifié" -msgid "" -"Partition mount-points are relative to inside the installation, the boot " -"would be /boot as an example." -msgstr "" -"Les points de montage de partition sont relatifs à l'intérieur de " -"l'installation, le démarrage serait /boot par exemple." +msgid "Partition mount-points are relative to inside the installation, the boot would be /boot as an example." +msgstr "Les points de montage de partition sont relatifs à l'intérieur de l'installation, le démarrage serait /boot par exemple." -msgid "" -"If mountpoint /boot is set, then the partition will also be marked as " -"bootable." -msgstr "" -"Si le point de montage /boot est défini, la partition sera également marquée " -"comme amorçable." +msgid "If mountpoint /boot is set, then the partition will also be marked as bootable." +msgstr "Si le point de montage /boot est défini, la partition sera également marquée comme amorçable." msgid "Mountpoint: " msgstr "Point de montage : " @@ -1118,17 +923,11 @@ msgstr "Total des secteurs : {}" msgid "Enter the start sector (default: {}): " msgstr "Saisir le secteur de départ (par défaut : {}) : " -msgid "" -"Enter the end sector of the partition (percentage or block number, default: " -"{}): " -msgstr "" -"Saisir le secteur de fin de la partition (pourcentage ou numéro de bloc, par " -"défaut : {}) : " +msgid "Enter the end sector of the partition (percentage or block number, default: {}): " +msgstr "Saisir le secteur de fin de la partition (pourcentage ou numéro de bloc, par défaut : {}) : " msgid "This will remove all newly added partitions, continue?" -msgstr "" -"Cela supprimera toutes les partitions nouvellement ajoutées, voulez-vous " -"continuer ?" +msgstr "Cela supprimera toutes les partitions nouvellement ajoutées, voulez-vous continuer ?" msgid "Partition management: {}" msgstr "Gestion des partitions : {}" @@ -1191,19 +990,13 @@ msgid "Back" msgstr "Retour" msgid "Please chose which greeter to install for the chosen profiles: {}" -msgstr "" -"Veuillez choisir le greeter (interface de connexion) à installer pour les " -"profils choisis : {}" +msgstr "Veuillez choisir le greeter (interface de connexion) à installer pour les profils choisis : {}" msgid "Environment type: {}" msgstr "Type d'environnement : {}" -msgid "" -"The proprietary Nvidia driver is not supported by Sway. It is likely that " -"you will run into issues, are you okay with that?" -msgstr "" -"Le pilote Nvidia propriétaire n'est pas pris en charge par Sway. Il est " -"probable que vous rencontriez des problèmes, êtes-vous d'accord avec cela ?" +msgid "The proprietary Nvidia driver is not supported by Sway. It is likely that you will run into issues, are you okay with that?" +msgstr "Le pilote Nvidia propriétaire n'est pas pris en charge par Sway. Il est probable que vous rencontriez des problèmes, êtes-vous d'accord avec cela ?" msgid "Installed packages" msgstr "Paquets installés" @@ -1221,22 +1014,13 @@ msgid "Profile name: " msgstr "Nom de profil : " msgid "The profile name you entered is already in use. Try again" -msgstr "" -"Le nom de profil que vous avez saisi est déjà utilisé. Essayer à nouveau" +msgstr "Le nom de profil que vous avez saisi est déjà utilisé. Essayer à nouveau" -msgid "" -"Packages to be install with this profile (space separated, leave blank to " -"skip): " -msgstr "" -"Saisir les paquets à installer avec ce profil (séparés par des espaces, vide " -"pour ignorer) : " +msgid "Packages to be install with this profile (space separated, leave blank to skip): " +msgstr "Saisir les paquets à installer avec ce profil (séparés par des espaces, vide pour ignorer) : " -msgid "" -"Services to be enabled with this profile (space separated, leave blank to " -"skip): " -msgstr "" -"Saisir les services à activer avec ce profil (séparés par des espaces, vide " -"pour ignorer) : " +msgid "Services to be enabled with this profile (space separated, leave blank to skip): " +msgstr "Saisir les services à activer avec ce profil (séparés par des espaces, vide pour ignorer) : " msgid "Should this profile be enabled for installation?" msgstr "Ce profil doit-il être activé pour l'installation ?" @@ -1249,15 +1033,10 @@ msgid "" "Select a graphics driver or leave blank to install all open-source drivers" msgstr "" "\n" -"Sélectionner un pilote graphique ou laisser vide pour installer tous les " -"pilotes open source" +"Sélectionner un pilote graphique ou laisser vide pour installer tous les pilotes open source" -msgid "" -"Sway needs access to your seat (collection of hardware devices i.e. " -"keyboard, mouse, etc)" -msgstr "" -"Sway a besoin d'accéder à votre espace (ensemble de périphériques " -"matériels : clavier, souris, etc.)" +msgid "Sway needs access to your seat (collection of hardware devices i.e. keyboard, mouse, etc)" +msgstr "Sway a besoin d'accéder à votre espace (ensemble de périphériques matériels : clavier, souris, etc.)" msgid "" "\n" @@ -1287,14 +1066,10 @@ msgid "Profiles" msgstr "Profils" msgid "Finding possible directories to save configuration files ..." -msgstr "" -"Recherche des répertoires possibles pour enregistrer les fichiers de " -"configuration..." +msgstr "Recherche des répertoires possibles pour enregistrer les fichiers de configuration..." msgid "Select directory (or directories) for saving configuration files" -msgstr "" -"Sélectionner le répertoire (ou les répertoires) pour enregistrer les " -"fichiers de configuration" +msgstr "Sélectionner le répertoire (ou les répertoires) pour enregistrer les fichiers de configuration" msgid "Add a custom mirror" msgstr "Ajouter un miroir personnalisé" @@ -1324,16 +1099,13 @@ msgid "Defined" msgstr "Défini" msgid "Save user configuration (including disk layout)" -msgstr "" -"Enregistrer la configuration utilisateur (y compris la disposition du disque)" +msgstr "Enregistrer la configuration utilisateur (y compris la disposition du disque)" msgid "" -"Enter a directory for the configuration(s) to be saved (tab completion " -"enabled)\n" +"Enter a directory for the configuration(s) to be saved (tab completion enabled)\n" "Save directory: " msgstr "" -"Saisir un répertoire pour la/les configuration(s) à enregistrer (complétion " -"par tabulation activée)\n" +"Saisir un répertoire pour la/les configuration(s) à enregistrer (complétion par tabulation activée)\n" "Entrer le nom du répertoire de sauvegarde : " msgid "" @@ -1341,8 +1113,7 @@ msgid "" "\n" "{}" msgstr "" -"Voulez-vous enregistrer {} fichier(s) de configuration à l'emplacement " -"suivant ?\n" +"Voulez-vous enregistrer {} fichier(s) de configuration à l'emplacement suivant ?\n" "\n" "{}" @@ -1355,27 +1126,80 @@ msgstr "Miroirs" msgid "Mirror regions" msgstr "Régions miroir" -msgid "" -" - Maximum value : {} ( Allows {} parallel downloads, allows " -"{max_downloads+1} downloads at a time )" -msgstr "" -" - Valeur maximale : {} (Autorise {} téléchargements parallèles, autorise " -"{max_downloads+1} téléchargements à la fois)" +msgid " - Maximum value : {} ( Allows {} parallel downloads, allows {max_downloads+1} downloads at a time )" +msgstr " - Valeur maximale : {} (Autorise {} téléchargements parallèles, autorise {max_downloads+1} téléchargements à la fois)" msgid "Invalid input! Try again with a valid input [1 to {}, or 0 to disable]" -msgstr "" -"Entrée invalide ! Réessayer avec une entrée valide [1 pour {}, ou 0 pour " -"désactiver]" +msgstr "Entrée invalide ! Réessayer avec une entrée valide [1 pour {}, ou 0 pour désactiver]" msgid "Locales" msgstr "Paramètres régionaux" +msgid "Use NetworkManager (necessary to configure internet graphically in GNOME and KDE)" +msgstr "Utiliser NetworkManager (nécessaire pour configurer graphiquement internet dans GNOME et KDE)" + +#, fuzzy +msgid "Total: {} / {}" +msgstr "Total (taille) : {}" + +msgid "All entered values can be suffixed with a unit: B, KB, KiB, MB, MiB..." +msgstr "" + +msgid "If no unit is provided, the value is interpreted as sectors" +msgstr "" + +#, fuzzy +msgid "Enter start (default: sector {}): " +msgstr "Saisir le secteur de départ (par défaut : {}) : " + +#, fuzzy +msgid "Enter end (default: {}): " +msgstr "Saisir le secteur de départ (par défaut : {}) : " + +msgid "Unable to determine fido2 devices. Is libfido2 installed?" +msgstr "" + +msgid "Path" +msgstr "" + +msgid "Manufacturer" +msgstr "" + +msgid "Product" +msgstr "" + +#, fuzzy, python-brace-format +msgid "Invalid configuration: {error}" +msgstr "Configuration manuelle" + +msgid "Type" +msgstr "" + +#, fuzzy +msgid "This option enables the number of parallel downloads that can occur during package downloads" +msgstr "Cette option active le nombre de téléchargements parallèles qui peuvent se produire pendant l'installation" + +#, fuzzy msgid "" -"Use NetworkManager (necessary to configure internet graphically in GNOME and " -"KDE)" +"Enter the number of parallel downloads to be enabled.\n" +"\n" +"Note:\n" msgstr "" -"Utiliser NetworkManager (nécessaire pour configurer graphiquement internet " -"dans GNOME et KDE)" +"Saisir le nombre de téléchargements parallèles à activer.\n" +" (Entrer une valeur comprise entre 1 et {})\n" +"Note :" + +#, fuzzy +msgid " - Maximum recommended value : {} ( Allows {} parallel downloads at a time )" +msgstr " - Valeur maximale : {} (Autorise {} téléchargements parallèles, autorise {} téléchargements à la fois)" + +#, fuzzy +msgid " - Disable/Default : 0 ( Disables parallel downloading, allows only 1 download at a time )\n" +msgstr " - Désactiver/Défaut : 0 (Désactive le téléchargement parallèle, n'autorise qu'un seul téléchargement à la fois)" + +#, fuzzy +msgid "Invalid input! Try again with a valid input [or 0 to disable]" +msgstr "Entrée invalide ! Réessayer avec une entrée valide [1 pour {}, ou 0 pour désactiver]" #, python-brace-format #~ msgid "Edit {origkey} :" diff --git a/archinstall/locales/id/LC_MESSAGES/base.po b/archinstall/locales/id/LC_MESSAGES/base.po index 1d203264..3511de14 100644 --- a/archinstall/locales/id/LC_MESSAGES/base.po +++ b/archinstall/locales/id/LC_MESSAGES/base.po @@ -1182,3 +1182,65 @@ msgstr "" #, fuzzy msgid "Use NetworkManager (necessary to configure internet graphically in GNOME and KDE)" msgstr "Gunakan NetworkManager (diperlukan untuk mengkonfigurasi internet secara grafis di GNOME dan KDE)" + +msgid "Total: {} / {}" +msgstr "" + +msgid "All entered values can be suffixed with a unit: B, KB, KiB, MB, MiB..." +msgstr "" + +msgid "If no unit is provided, the value is interpreted as sectors" +msgstr "" + +#, fuzzy +msgid "Enter start (default: sector {}): " +msgstr "Masukkan sektor awal (persentase atau nomor blok, default: {}): " + +#, fuzzy +msgid "Enter end (default: {}): " +msgstr "Masukkan sektor awal (persentase atau nomor blok, default: {}): " + +msgid "Unable to determine fido2 devices. Is libfido2 installed?" +msgstr "" + +msgid "Path" +msgstr "" + +msgid "Manufacturer" +msgstr "" + +msgid "Product" +msgstr "" + +#, fuzzy, python-brace-format +msgid "Invalid configuration: {error}" +msgstr "Konfigurasi manual" + +msgid "Type" +msgstr "" + +#, fuzzy +msgid "This option enables the number of parallel downloads that can occur during package downloads" +msgstr "Opsi ini memungkinkan jumlah unduhan paralel yang dapat terjadi selama instalasi" + +#, fuzzy +msgid "" +"Enter the number of parallel downloads to be enabled.\n" +"\n" +"Note:\n" +msgstr "" +"Masukkan jumlah unduhan paralel yang akan diaktifkan.\n" +" (Masukkan nilai antara 1 hingga {})\n" +"Catatan:" + +#, fuzzy +msgid " - Maximum recommended value : {} ( Allows {} parallel downloads at a time )" +msgstr " - Nilai maksimum : {} ( Memungkinkan {} unduhan paralel, memungkinkan {} unduhan sekaligus)" + +#, fuzzy +msgid " - Disable/Default : 0 ( Disables parallel downloading, allows only 1 download at a time )\n" +msgstr " - Nonaktifkan/Default: 0 (Menonaktifkan pengunduhan paralel, hanya mengizinkan 1 unduhan pada satu waktu)" + +#, fuzzy +msgid "Invalid input! Try again with a valid input [or 0 to disable]" +msgstr "Input tidak valid! Coba lagi dengan input yang valid [1 untuk {}, atau 0 untuk menonaktifkan]" diff --git a/archinstall/locales/it/LC_MESSAGES/base.po b/archinstall/locales/it/LC_MESSAGES/base.po index d9aa0ad6..36dd029d 100644 --- a/archinstall/locales/it/LC_MESSAGES/base.po +++ b/archinstall/locales/it/LC_MESSAGES/base.po @@ -1182,3 +1182,65 @@ msgstr "" #, fuzzy msgid "Use NetworkManager (necessary to configure internet graphically in GNOME and KDE)" msgstr "Usa NetworkManager (necessario per configurare graficamente Internet in GNOME e KDE)" + +msgid "Total: {} / {}" +msgstr "" + +msgid "All entered values can be suffixed with a unit: B, KB, KiB, MB, MiB..." +msgstr "" + +msgid "If no unit is provided, the value is interpreted as sectors" +msgstr "" + +#, fuzzy +msgid "Enter start (default: sector {}): " +msgstr "Inserisci il settore iniziale (percentuale o numero di blocco, predefinito: {}): " + +#, fuzzy +msgid "Enter end (default: {}): " +msgstr "Inserisci il settore iniziale (percentuale o numero di blocco, predefinito: {}): " + +msgid "Unable to determine fido2 devices. Is libfido2 installed?" +msgstr "" + +msgid "Path" +msgstr "" + +msgid "Manufacturer" +msgstr "" + +msgid "Product" +msgstr "" + +#, fuzzy, python-brace-format +msgid "Invalid configuration: {error}" +msgstr "Configurazione manuale" + +msgid "Type" +msgstr "" + +#, fuzzy +msgid "This option enables the number of parallel downloads that can occur during package downloads" +msgstr "Questa opzione consente di impostare il numero di download paralleli che possono avvenire durante l'installazione" + +#, fuzzy +msgid "" +"Enter the number of parallel downloads to be enabled.\n" +"\n" +"Note:\n" +msgstr "" +"Inserisci il numero di download paralleli da abilitare.\n" +" (Inserisci un valore compreso tra 1 e {})\n" +"Nota:" + +#, fuzzy +msgid " - Maximum recommended value : {} ( Allows {} parallel downloads at a time )" +msgstr " - Valore massimo : {} ( Consente {} download parallelo, consente {} download alla volta )" + +#, fuzzy +msgid " - Disable/Default : 0 ( Disables parallel downloading, allows only 1 download at a time )\n" +msgstr " - Disabilita/Predefinito : 0 ( Disabilita il download parallelo, consente solo 1 download alla volta )" + +#, fuzzy +msgid "Invalid input! Try again with a valid input [or 0 to disable]" +msgstr "Input non valido! Riprova con un input valido [da 1 a {}, o 0 per disabilitare]." diff --git a/archinstall/locales/ka/LC_MESSAGES/base.po b/archinstall/locales/ka/LC_MESSAGES/base.po index 9813aa96..4ecb6259 100644 --- a/archinstall/locales/ka/LC_MESSAGES/base.po +++ b/archinstall/locales/ka/LC_MESSAGES/base.po @@ -1181,3 +1181,65 @@ msgstr "" #, fuzzy msgid "Use NetworkManager (necessary to configure internet graphically in GNOME and KDE)" msgstr "NetworkManager-ის გამოყენება (აუცილებელია ინტერნეტის GNOME/KDE-დან მოსარგებად)" + +msgid "Total: {} / {}" +msgstr "" + +msgid "All entered values can be suffixed with a unit: B, KB, KiB, MB, MiB..." +msgstr "" + +msgid "If no unit is provided, the value is interpreted as sectors" +msgstr "" + +#, fuzzy +msgid "Enter start (default: sector {}): " +msgstr "შეიყვანეთ საწყისი სექტორი (პროცენტებში ან ბლოკის ნომერი. ნაგულისხმები: {}): " + +#, fuzzy +msgid "Enter end (default: {}): " +msgstr "შეიყვანეთ საწყისი სექტორი (პროცენტებში ან ბლოკის ნომერი. ნაგულისხმები: {}): " + +msgid "Unable to determine fido2 devices. Is libfido2 installed?" +msgstr "" + +msgid "Path" +msgstr "" + +msgid "Manufacturer" +msgstr "" + +msgid "Product" +msgstr "" + +#, fuzzy, python-brace-format +msgid "Invalid configuration: {error}" +msgstr "ხელით მორგება" + +msgid "Type" +msgstr "" + +#, fuzzy +msgid "This option enables the number of parallel downloads that can occur during package downloads" +msgstr "ეს პარამეტრი დაყენებისას მითითებული რაოდენობის პარალელურ გადმოწერას დაუშვებს" + +#, fuzzy +msgid "" +"Enter the number of parallel downloads to be enabled.\n" +"\n" +"Note:\n" +msgstr "" +"შეიყვანეთ დასაშვები პარალელური გადმოწერების რაოდენობა.\n" +" (შეიყვანეთ მნიშვნელობა 1-დან {}-მდე)\n" +"დაიმახსოვრეთ:" + +#, fuzzy +msgid " - Maximum recommended value : {} ( Allows {} parallel downloads at a time )" +msgstr " - მინიმალური მნიშვნელობა : {} ( დაუშვებს {} პარალელურ გადმოწერას, დაუშვებს {} ერთდროულ გადმოწერას )" + +#, fuzzy +msgid " - Disable/Default : 0 ( Disables parallel downloading, allows only 1 download at a time )\n" +msgstr " - გამორთვა/ნაგულისხმები : 0 ( პარალელური გადმოწერების გათიშვა. დროის ერთ მომენტში მხოლოდ ერთი გადმოწერა მოხდება )" + +#, fuzzy +msgid "Invalid input! Try again with a valid input [or 0 to disable]" +msgstr "შეყვანილი რიცხვი არასწორია! თავიდან სცადეთ [1-დან {}-მდე, ან 0, გასათიშად]" diff --git a/archinstall/locales/ko/LC_MESSAGES/base.po b/archinstall/locales/ko/LC_MESSAGES/base.po index e77fb2c9..a36680bd 100644 --- a/archinstall/locales/ko/LC_MESSAGES/base.po +++ b/archinstall/locales/ko/LC_MESSAGES/base.po @@ -1183,3 +1183,65 @@ msgstr "" #, fuzzy msgid "Use NetworkManager (necessary to configure internet graphically in GNOME and KDE)" msgstr "NetworkManager 사용 (GNOME 이나 KDE 에서 그래픽으로 인터넷을 구성하는 데 필요)" + +msgid "Total: {} / {}" +msgstr "" + +msgid "All entered values can be suffixed with a unit: B, KB, KiB, MB, MiB..." +msgstr "" + +msgid "If no unit is provided, the value is interpreted as sectors" +msgstr "" + +#, fuzzy +msgid "Enter start (default: sector {}): " +msgstr "시작 섹터를 입력하세요 (백분율 또는 블록 번호, 기본값: {}): " + +#, fuzzy +msgid "Enter end (default: {}): " +msgstr "시작 섹터를 입력하세요 (백분율 또는 블록 번호, 기본값: {}): " + +msgid "Unable to determine fido2 devices. Is libfido2 installed?" +msgstr "" + +msgid "Path" +msgstr "" + +msgid "Manufacturer" +msgstr "" + +msgid "Product" +msgstr "" + +#, fuzzy, python-brace-format +msgid "Invalid configuration: {error}" +msgstr "수동 구성" + +msgid "Type" +msgstr "" + +#, fuzzy +msgid "This option enables the number of parallel downloads that can occur during package downloads" +msgstr "이 옵션은 설치 중에 발생할 수 있는 병렬 다운로드 수를 활성화합니다" + +#, fuzzy +msgid "" +"Enter the number of parallel downloads to be enabled.\n" +"\n" +"Note:\n" +msgstr "" +"활성화할 병렬 다운로드 수를 입력하세요.\n" +" (1 부터 {} 까지의 숫자중 하나를 입력하세요)\n" +"메모:" + +#, fuzzy +msgid " - Maximum recommended value : {} ( Allows {} parallel downloads at a time )" +msgstr " - 최댓값 : {} ( {} 개의 병렬 다운로드 허용, 한 번에 {} 개의 다운로드 허용 )" + +#, fuzzy +msgid " - Disable/Default : 0 ( Disables parallel downloading, allows only 1 download at a time )\n" +msgstr " - 비활성화/기본 : - ( 병렬 다운로드 비활성화, 한 번에 1 개의 다운로드만 허용 )" + +#, fuzzy +msgid "Invalid input! Try again with a valid input [or 0 to disable]" +msgstr "잘못된 값입니다! 유효한 값으로 다시 시도해주세요 [1 부터 {} 까지, 비활성화 하려면 0]" diff --git a/archinstall/locales/nl/LC_MESSAGES/base.po b/archinstall/locales/nl/LC_MESSAGES/base.po index 0a79fd85..216f0912 100644 --- a/archinstall/locales/nl/LC_MESSAGES/base.po +++ b/archinstall/locales/nl/LC_MESSAGES/base.po @@ -1207,6 +1207,60 @@ msgstr "" msgid "Use NetworkManager (necessary to configure internet graphically in GNOME and KDE)" msgstr "NetworkManager gebruiken (benodigd om internetinstellingen grafisch in te stellen in GNOME en KDE)" +msgid "Total: {} / {}" +msgstr "" + +msgid "All entered values can be suffixed with a unit: B, KB, KiB, MB, MiB..." +msgstr "" + +msgid "If no unit is provided, the value is interpreted as sectors" +msgstr "" + +#, fuzzy +msgid "Enter start (default: sector {}): " +msgstr "Voer de beginsector in (percentage of bloknummer - standaard: {}): " + +#, fuzzy +msgid "Enter end (default: {}): " +msgstr "Voer de beginsector in (percentage of bloknummer - standaard: {}): " + +msgid "Unable to determine fido2 devices. Is libfido2 installed?" +msgstr "" + +msgid "Path" +msgstr "" + +msgid "Manufacturer" +msgstr "" + +msgid "Product" +msgstr "" + +#, fuzzy, python-brace-format +msgid "Invalid configuration: {error}" +msgstr "Configuratie vastleggen" + +msgid "Type" +msgstr "" + +msgid "This option enables the number of parallel downloads that can occur during package downloads" +msgstr "" + +msgid "" +"Enter the number of parallel downloads to be enabled.\n" +"\n" +"Note:\n" +msgstr "" + +msgid " - Maximum recommended value : {} ( Allows {} parallel downloads at a time )" +msgstr "" + +msgid " - Disable/Default : 0 ( Disables parallel downloading, allows only 1 download at a time )\n" +msgstr "" + +msgid "Invalid input! Try again with a valid input [or 0 to disable]" +msgstr "" + #~ msgid "Add :" #~ msgstr "Toevoegen:" diff --git a/archinstall/locales/pl/LC_MESSAGES/base.po b/archinstall/locales/pl/LC_MESSAGES/base.po index f5a99b23..0837c8e8 100644 --- a/archinstall/locales/pl/LC_MESSAGES/base.po +++ b/archinstall/locales/pl/LC_MESSAGES/base.po @@ -1180,6 +1180,68 @@ msgstr "" msgid "Use NetworkManager (necessary to configure internet graphically in GNOME and KDE)" msgstr "Użyj programu NetworkManager (niezbędne do graficznej konfiguracji Internetu w środowiskach GNOME i KDE)" +msgid "Total: {} / {}" +msgstr "" + +msgid "All entered values can be suffixed with a unit: B, KB, KiB, MB, MiB..." +msgstr "" + +msgid "If no unit is provided, the value is interpreted as sectors" +msgstr "" + +#, fuzzy +msgid "Enter start (default: sector {}): " +msgstr "Wprowadź sektor początkowy (procent lub numer bloku, domyślnie: {}): " + +#, fuzzy +msgid "Enter end (default: {}): " +msgstr "Wprowadź sektor początkowy (procent lub numer bloku, domyślnie: {}): " + +msgid "Unable to determine fido2 devices. Is libfido2 installed?" +msgstr "" + +msgid "Path" +msgstr "" + +msgid "Manufacturer" +msgstr "" + +msgid "Product" +msgstr "" + +#, fuzzy, python-brace-format +msgid "Invalid configuration: {error}" +msgstr "Ręczna konfiguracja" + +msgid "Type" +msgstr "" + +#, fuzzy +msgid "This option enables the number of parallel downloads that can occur during package downloads" +msgstr "Ta opcja pozwala określić maksymalną liczbę pobieranych plików podczas instalacji" + +#, fuzzy +msgid "" +"Enter the number of parallel downloads to be enabled.\n" +"\n" +"Note:\n" +msgstr "" +"Wprowadź maksymalną liczbę plików pobieranych jednocześnie.\n" +" (Liczba z zakresu od 1 do {})\n" +"Zauważ:" + +#, fuzzy +msgid " - Maximum recommended value : {} ( Allows {} parallel downloads at a time )" +msgstr " - Maksymalna wartość : {} ( Zwiększa liczbę zadań o {}, co pozwala na pobieranie {} plików jednocześnie )" + +#, fuzzy +msgid " - Disable/Default : 0 ( Disables parallel downloading, allows only 1 download at a time )\n" +msgstr " - Wyłącz/Domyślne : 0 ( Wyłącza pobieranie wielu plików jednocześnie, więc tylko 1 plik może być pobierany w tym samym czasie )" + +#, fuzzy +msgid "Invalid input! Try again with a valid input [or 0 to disable]" +msgstr "Nieprawidłowa wartość! Spróbuj wprowadzić wartość od 1 do {}, lub 0 aby wyłączyć." + #~ msgid "When picking a directory to save configuration files to, by default we will ignore the following folders: " #~ msgstr "Podczas wybierania katalogu do zapisywania plików konfiguracyjnych, domyślnie ignorowane są następujące foldery: " diff --git a/archinstall/locales/pt/LC_MESSAGES/base.po b/archinstall/locales/pt/LC_MESSAGES/base.po index 79c2860d..8f3a28d4 100644 --- a/archinstall/locales/pt/LC_MESSAGES/base.po +++ b/archinstall/locales/pt/LC_MESSAGES/base.po @@ -1143,18 +1143,6 @@ msgstr "Localidades" msgid "Use NetworkManager (necessary to configure internet graphically in GNOME and KDE)" msgstr "Usar o Gestor de Redes \"NetworkManager\" (necessário para configurar a Internet graficamente no GNOME e KDE)" -msgid "Unable to determine fido2 devices. Is libfido2 installed?" -msgstr "Não foi possível determinar os dispositivos fido2. A libfido2 está instalada?" - -msgid "Path" -msgstr "Caminho" - -msgid "Manufacturer" -msgstr "Fabricante" - -msgid "Product" -msgstr "Produto" - msgid "Total: {} / {}" msgstr "Total: {} / {}" @@ -1170,10 +1158,25 @@ msgstr "Inserir o início (predefinido: sector {}): " msgid "Enter end (default: {}): " msgstr "Inserir o fim (predefinido: {}): " +msgid "Unable to determine fido2 devices. Is libfido2 installed?" +msgstr "Não foi possível determinar os dispositivos fido2. A libfido2 está instalada?" + +msgid "Path" +msgstr "Caminho" + +msgid "Manufacturer" +msgstr "Fabricante" + +msgid "Product" +msgstr "Produto" + #, python-brace-format msgid "Invalid configuration: {error}" msgstr "Configuração inválida: {error}" +msgid "Type" +msgstr "" + msgid "This option enables the number of parallel downloads that can occur during package downloads" msgstr "Esta opção ativa o número de transferências paralelas que podem ocorrer durante as transferências de pacotes" diff --git a/archinstall/locales/pt_BR/LC_MESSAGES/base.po b/archinstall/locales/pt_BR/LC_MESSAGES/base.po index 487aa08d..cff6f19a 100644 --- a/archinstall/locales/pt_BR/LC_MESSAGES/base.po +++ b/archinstall/locales/pt_BR/LC_MESSAGES/base.po @@ -1151,5 +1151,68 @@ msgstr "Localidades" msgid "Use NetworkManager (necessary to configure internet graphically in GNOME and KDE)" msgstr "Usar NetworkManager (necessário para configurar internet graficamente no GNOME e KDE)" +#, fuzzy +msgid "Total: {} / {}" +msgstr "Tamanho total: {}" + +msgid "All entered values can be suffixed with a unit: B, KB, KiB, MB, MiB..." +msgstr "" + +msgid "If no unit is provided, the value is interpreted as sectors" +msgstr "" + +#, fuzzy +msgid "Enter start (default: sector {}): " +msgstr "Digite o setor de início (padrão: {}): " + +#, fuzzy +msgid "Enter end (default: {}): " +msgstr "Digite o setor de início (padrão: {}): " + +msgid "Unable to determine fido2 devices. Is libfido2 installed?" +msgstr "" + +msgid "Path" +msgstr "" + +msgid "Manufacturer" +msgstr "" + +msgid "Product" +msgstr "" + +#, fuzzy, python-brace-format +msgid "Invalid configuration: {error}" +msgstr "Configuração manual" + +msgid "Type" +msgstr "" + +#, fuzzy +msgid "This option enables the number of parallel downloads that can occur during package downloads" +msgstr "Esta opção habilita o número de downloads paralelos que podem ocorrer durante a instalação" + +#, fuzzy +msgid "" +"Enter the number of parallel downloads to be enabled.\n" +"\n" +"Note:\n" +msgstr "" +"Insira o número de downloads paralelos para serem habilitados.\n" +" (Insira um valor entre 1 e {})\n" +"Observação:" + +#, fuzzy +msgid " - Maximum recommended value : {} ( Allows {} parallel downloads at a time )" +msgstr " - Valor máximo : {} ( Permite {} downloads paralelos, permite {} downloads por vez )" + +#, fuzzy +msgid " - Disable/Default : 0 ( Disables parallel downloading, allows only 1 download at a time )\n" +msgstr " - Desativar/Padrão : 0 ( Desativa os downloads paralelos, permite apenas 1 download por vez )" + +#, fuzzy +msgid "Invalid input! Try again with a valid input [or 0 to disable]" +msgstr "Entrada inválida! Tente novamente com uma entrada válida [1 para {}, ou 0 para desativar]" + #~ msgid "When picking a directory to save configuration files to, by default we will ignore the following folders: " #~ msgstr "Ao selecionar um diretório para salvar arquivos de configuração, por padrão nós ignoramos as seguintes pastas: " diff --git a/archinstall/locales/ro/LC_MESSAGES/base.po b/archinstall/locales/ro/LC_MESSAGES/base.po index 76b7c951..afc892c2 100644 --- a/archinstall/locales/ro/LC_MESSAGES/base.po +++ b/archinstall/locales/ro/LC_MESSAGES/base.po @@ -1138,31 +1138,6 @@ msgstr "Locale" msgid "Use NetworkManager (necessary to configure internet graphically in GNOME and KDE)" msgstr "Folosiți NetworkManager (necesar pentru configurarea setărilor de rețea într-un mod grafic pentru GNOME și KDE)" -msgid "This option enables the number of parallel downloads that can occur during package downloads" -msgstr "Această opțiune setează numărul de descărcări paralele care pot avea loc în timpul instalării" - -msgid "" -"Enter the number of parallel downloads to be enabled.\n" -"\n" -"Note:\n" -msgstr "" -"Introduceți numărul de descărcări simultane pentru a fi activat.\n" -"\n" -"Notă:\n" - -msgid " - Maximum recommended value : {} ( Allows {} parallel downloads at a time )" -msgstr " - Valoare minimă : {} ( Permite {} descărcări simultane în același timp )" - -msgid " - Disable/Default : 0 ( Disables parallel downloading, allows only 1 download at a time )\n" -msgstr " - Dezactivează/Predefinit: 0 (Dezactivează descărcările simultane, permite o singură descărcare în același timp )\n" - -msgid "Invalid input! Try again with a valid input [or 0 to disable]" -msgstr "Input invalid! Încercați din nou cu un input valid [0 pentru dezactivare]" - -#, python-brace-format -msgid "Invalid configuration: {error}" -msgstr "Configurație invalidă: {error}" - msgid "Total: {} / {}" msgstr "Total: {} / {}" @@ -1189,3 +1164,31 @@ msgstr "Producător" msgid "Product" msgstr "Produs" + +#, python-brace-format +msgid "Invalid configuration: {error}" +msgstr "Configurație invalidă: {error}" + +msgid "Type" +msgstr "" + +msgid "This option enables the number of parallel downloads that can occur during package downloads" +msgstr "Această opțiune setează numărul de descărcări paralele care pot avea loc în timpul instalării" + +msgid "" +"Enter the number of parallel downloads to be enabled.\n" +"\n" +"Note:\n" +msgstr "" +"Introduceți numărul de descărcări simultane pentru a fi activat.\n" +"\n" +"Notă:\n" + +msgid " - Maximum recommended value : {} ( Allows {} parallel downloads at a time )" +msgstr " - Valoare minimă : {} ( Permite {} descărcări simultane în același timp )" + +msgid " - Disable/Default : 0 ( Disables parallel downloading, allows only 1 download at a time )\n" +msgstr " - Dezactivează/Predefinit: 0 (Dezactivează descărcările simultane, permite o singură descărcare în același timp )\n" + +msgid "Invalid input! Try again with a valid input [or 0 to disable]" +msgstr "Input invalid! Încercați din nou cu un input valid [0 pentru dezactivare]" diff --git a/archinstall/locales/ru/LC_MESSAGES/base.po b/archinstall/locales/ru/LC_MESSAGES/base.po index acbda26f..ccb27344 100644 --- a/archinstall/locales/ru/LC_MESSAGES/base.po +++ b/archinstall/locales/ru/LC_MESSAGES/base.po @@ -1139,3 +1139,65 @@ msgstr "Локализации" msgid "Use NetworkManager (necessary to configure internet graphically in GNOME and KDE)" msgstr "Использовать NetworkManager (необходим для графической настройки интернета в GNOME и KDE)" +#, fuzzy +msgid "Total: {} / {}" +msgstr "Весь размер: {}" + +msgid "All entered values can be suffixed with a unit: B, KB, KiB, MB, MiB..." +msgstr "" + +msgid "If no unit is provided, the value is interpreted as sectors" +msgstr "" + +#, fuzzy +msgid "Enter start (default: sector {}): " +msgstr "Введите начальный сектор (по умолчанию: {}): " + +#, fuzzy +msgid "Enter end (default: {}): " +msgstr "Введите начальный сектор (по умолчанию: {}): " + +msgid "Unable to determine fido2 devices. Is libfido2 installed?" +msgstr "" + +msgid "Path" +msgstr "" + +msgid "Manufacturer" +msgstr "" + +msgid "Product" +msgstr "" + +#, fuzzy, python-brace-format +msgid "Invalid configuration: {error}" +msgstr "Ручная конфигурация" + +msgid "Type" +msgstr "" + +#, fuzzy +msgid "This option enables the number of parallel downloads that can occur during package downloads" +msgstr "Этот параметр определяет количество параллельных загрузок, которые могут происходить во время установки" + +#, fuzzy +msgid "" +"Enter the number of parallel downloads to be enabled.\n" +"\n" +"Note:\n" +msgstr "" +"Введите количество параллельных загрузок, которые будут включены.\n" +" (Введите значение от 1 до {})\n" +"Примечание:" + +#, fuzzy +msgid " - Maximum recommended value : {} ( Allows {} parallel downloads at a time )" +msgstr " - Минимальное значение: {} ( Позволяет {} параллельную загрузку, позволяет {} загрузки одновременно )" + +#, fuzzy +msgid " - Disable/Default : 0 ( Disables parallel downloading, allows only 1 download at a time )\n" +msgstr " - Отключить/по умолчанию: 0 ( Отключает параллельную загрузку, позволяет только 1 загрузку за один раз )" + +#, fuzzy +msgid "Invalid input! Try again with a valid input [or 0 to disable]" +msgstr "Неверный ввод! Повторите попытку с правильным вводом [1 - {}, или 0 - отключить]" diff --git a/archinstall/locales/sv/LC_MESSAGES/base.po b/archinstall/locales/sv/LC_MESSAGES/base.po index 3566585b..69981cb0 100644 --- a/archinstall/locales/sv/LC_MESSAGES/base.po +++ b/archinstall/locales/sv/LC_MESSAGES/base.po @@ -1190,3 +1190,57 @@ msgstr "" #, fuzzy msgid "Use NetworkManager (necessary to configure internet graphically in GNOME and KDE)" msgstr "Använd NetworkManager (nödvändig för konfigurera internet i grafiska miljöerna GNOME och KDE)" + +msgid "Total: {} / {}" +msgstr "" + +msgid "All entered values can be suffixed with a unit: B, KB, KiB, MB, MiB..." +msgstr "" + +msgid "If no unit is provided, the value is interpreted as sectors" +msgstr "" + +#, fuzzy +msgid "Enter start (default: sector {}): " +msgstr "Mata in startsektor (procent eller block-nummer, standard: {}): " + +#, fuzzy +msgid "Enter end (default: {}): " +msgstr "Mata in startsektor (procent eller block-nummer, standard: {}): " + +msgid "Unable to determine fido2 devices. Is libfido2 installed?" +msgstr "" + +msgid "Path" +msgstr "" + +msgid "Manufacturer" +msgstr "" + +msgid "Product" +msgstr "" + +#, fuzzy, python-brace-format +msgid "Invalid configuration: {error}" +msgstr "Manuell konfiguration" + +msgid "Type" +msgstr "" + +msgid "This option enables the number of parallel downloads that can occur during package downloads" +msgstr "" + +msgid "" +"Enter the number of parallel downloads to be enabled.\n" +"\n" +"Note:\n" +msgstr "" + +msgid " - Maximum recommended value : {} ( Allows {} parallel downloads at a time )" +msgstr "" + +msgid " - Disable/Default : 0 ( Disables parallel downloading, allows only 1 download at a time )\n" +msgstr "" + +msgid "Invalid input! Try again with a valid input [or 0 to disable]" +msgstr "" diff --git a/archinstall/locales/ta/LC_MESSAGES/base.po b/archinstall/locales/ta/LC_MESSAGES/base.po index e24a1800..3935f3aa 100644 --- a/archinstall/locales/ta/LC_MESSAGES/base.po +++ b/archinstall/locales/ta/LC_MESSAGES/base.po @@ -1139,3 +1139,66 @@ msgstr "மொழி குறியீடுகள்" msgid "Use NetworkManager (necessary to configure internet graphically in GNOME and KDE)" msgstr "NetworkManager ஐப் பயன்படுத்தவும் (GNOME மற்றும் KDE இல் இணையத்தை வரைகலை முறையில் கட்டமைக்க அவசியம்)" + +#, fuzzy +msgid "Total: {} / {}" +msgstr "முழு நீளம்: {}" + +msgid "All entered values can be suffixed with a unit: B, KB, KiB, MB, MiB..." +msgstr "" + +msgid "If no unit is provided, the value is interpreted as sectors" +msgstr "" + +#, fuzzy +msgid "Enter start (default: sector {}): " +msgstr "தொடக்கப் பிரிவை உள்ளிடவும் (இயல்புநிலை: {}): " + +#, fuzzy +msgid "Enter end (default: {}): " +msgstr "தொடக்கப் பிரிவை உள்ளிடவும் (இயல்புநிலை: {}): " + +msgid "Unable to determine fido2 devices. Is libfido2 installed?" +msgstr "" + +msgid "Path" +msgstr "" + +msgid "Manufacturer" +msgstr "" + +msgid "Product" +msgstr "" + +#, fuzzy, python-brace-format +msgid "Invalid configuration: {error}" +msgstr "கைமுறை கட்டமைப்பு" + +msgid "Type" +msgstr "" + +#, fuzzy +msgid "This option enables the number of parallel downloads that can occur during package downloads" +msgstr "இந்த விருப்பம் நிறுவலின் போது நிகழக்கூடிய இணையான பதிவிறக்கங்களின் எண்ணிக்கையை செயல்படுத்துகிறது" + +#, fuzzy +msgid "" +"Enter the number of parallel downloads to be enabled.\n" +"\n" +"Note:\n" +msgstr "" +"இயக்கப்பட வேண்டிய இணையான பதிவிறக்கங்களின் எண்ணிக்கையை உள்ளிடவும்.\n" +" (1 முதல் {} வரையிலான மதிப்பை உள்ளிடவும்)\n" +"குறிப்பு:" + +#, fuzzy +msgid " - Maximum recommended value : {} ( Allows {} parallel downloads at a time )" +msgstr " - அதிகபட்ச மதிப்பு : {} ( {} இணையான பதிவிறக்கங்களை அனுமதிக்கிறது, ஒரே நேரத்தில் {} பதிவிறக்கங்களை அனுமதிக்கிறது )" + +#, fuzzy +msgid " - Disable/Default : 0 ( Disables parallel downloading, allows only 1 download at a time )\n" +msgstr " - முடக்கு/இயல்புநிலை: 0 (இணை பதிவிறக்கத்தை முடக்குகிறது, ஒரு நேரத்தில் 1 பதிவிறக்கத்தை மட்டுமே அனுமதிக்கிறது )" + +#, fuzzy +msgid "Invalid input! Try again with a valid input [or 0 to disable]" +msgstr "தவறான உள்ளீடு! சரியான உள்ளீட்டில் [1 முதல் {} வரை அல்லது முடக்க 0 வரை] மீண்டும் முயற்சிக்கவும்" diff --git a/archinstall/locales/tr/LC_MESSAGES/base.mo b/archinstall/locales/tr/LC_MESSAGES/base.mo index 7cea76f3..83d4a108 100644 Binary files a/archinstall/locales/tr/LC_MESSAGES/base.mo and b/archinstall/locales/tr/LC_MESSAGES/base.mo differ diff --git a/archinstall/locales/tr/LC_MESSAGES/base.po b/archinstall/locales/tr/LC_MESSAGES/base.po index 710ab86f..7360bbb8 100644 --- a/archinstall/locales/tr/LC_MESSAGES/base.po +++ b/archinstall/locales/tr/LC_MESSAGES/base.po @@ -1165,7 +1165,9 @@ msgstr "Kullanıcı konfigürasyonunu kaydet (Disk düzeni ile birlikte)" msgid "" "Enter a directory for the configuration(s) to be saved (tab completion enabled)\n" "Save directory: " -msgstr "Yapılandırma(lar)ın kaydedilmesi için bir dizin girin (tab ile tamamlama etkin)\n " +msgstr "" +"Yapılandırma(lar)ın kaydedilmesi için bir dizin girin (tab ile tamamlama etkin)\n" +" " msgid "" "Do you want to save {} configuration file(s) in the following location?\n" @@ -1197,3 +1199,66 @@ msgstr "Yerel Ayarlar" #, fuzzy msgid "Use NetworkManager (necessary to configure internet graphically in GNOME and KDE)" msgstr "NetworkManager'ı kullan (GNOME ya da KDE'de interneti grafik olarak yapılandırmak için gerekli)" + +#, fuzzy +msgid "Total: {} / {}" +msgstr "Toplam uzunluk: {}" + +msgid "All entered values can be suffixed with a unit: B, KB, KiB, MB, MiB..." +msgstr "" + +msgid "If no unit is provided, the value is interpreted as sectors" +msgstr "" + +#, fuzzy +msgid "Enter start (default: sector {}): " +msgstr "Başlangıç kesimini girin (yüzde ya da blok numarası, varsayılan: {}): " + +#, fuzzy +msgid "Enter end (default: {}): " +msgstr "Başlangıç kesimini girin (yüzde ya da blok numarası, varsayılan: {}): " + +msgid "Unable to determine fido2 devices. Is libfido2 installed?" +msgstr "" + +msgid "Path" +msgstr "" + +msgid "Manufacturer" +msgstr "" + +msgid "Product" +msgstr "" + +#, fuzzy, python-brace-format +msgid "Invalid configuration: {error}" +msgstr "Manuel yapılandırma" + +msgid "Type" +msgstr "" + +#, fuzzy +msgid "This option enables the number of parallel downloads that can occur during package downloads" +msgstr "Bu seçenek, yükleme sırasında meydana gelebilecek paralel indirme sayısını etkinleştirir" + +#, fuzzy +msgid "" +"Enter the number of parallel downloads to be enabled.\n" +"\n" +"Note:\n" +msgstr "" +"Etkinleştirilecek paralel indirme sayısını girin.\n" +" (1 ile {max_downloads} arasında bir değer girin)\n" +"Not:" + +#, fuzzy +msgid " - Maximum recommended value : {} ( Allows {} parallel downloads at a time )" +msgstr "- Maksimum değer : {} ( {} paralel indirmeye izin verir, bir seferde {} indirmeye izin verir)" + +#, fuzzy +msgid " - Disable/Default : 0 ( Disables parallel downloading, allows only 1 download at a time )\n" +msgstr "- Devre Dışı Bırak/Varsayılan : 0 (Paralel indirmeyi devre dışı bırakır, aynı anda yalnızca 1 indirmeye izin verir)" + +#, fuzzy +msgid "Invalid input! Try again with a valid input [or 0 to disable]" +msgstr "Geçersiz girdi! Geçerli bir girdiyle tekrar deneyin [1 ila {} veya devre dışı bırakmak için 0]" diff --git a/archinstall/locales/uk/LC_MESSAGES/base.po b/archinstall/locales/uk/LC_MESSAGES/base.po index d8f7c70c..97e3b027 100644 --- a/archinstall/locales/uk/LC_MESSAGES/base.po +++ b/archinstall/locales/uk/LC_MESSAGES/base.po @@ -1180,3 +1180,65 @@ msgstr "" #, fuzzy msgid "Use NetworkManager (necessary to configure internet graphically in GNOME and KDE)" msgstr "Використовувати NetworkManager (необхідний для графічного налаштування Інтернету в GNOME та KDE)" + +msgid "Total: {} / {}" +msgstr "" + +msgid "All entered values can be suffixed with a unit: B, KB, KiB, MB, MiB..." +msgstr "" + +msgid "If no unit is provided, the value is interpreted as sectors" +msgstr "" + +#, fuzzy +msgid "Enter start (default: sector {}): " +msgstr "Введіть початковий сектор (відсоток або номер блоку, за замовчуванням: {}): " + +#, fuzzy +msgid "Enter end (default: {}): " +msgstr "Введіть початковий сектор (відсоток або номер блоку, за замовчуванням: {}): " + +msgid "Unable to determine fido2 devices. Is libfido2 installed?" +msgstr "" + +msgid "Path" +msgstr "" + +msgid "Manufacturer" +msgstr "" + +msgid "Product" +msgstr "" + +#, fuzzy, python-brace-format +msgid "Invalid configuration: {error}" +msgstr "Ручне налаштування" + +msgid "Type" +msgstr "" + +#, fuzzy +msgid "This option enables the number of parallel downloads that can occur during package downloads" +msgstr "Цей параметр вмикає кількість паралельних завантажень, які можуть відбуватися під час встановлення" + +#, fuzzy +msgid "" +"Enter the number of parallel downloads to be enabled.\n" +"\n" +"Note:\n" +msgstr "" +"Введіть кількість паралельних завантажень, які потрібно ввімкнути.\n" +" (Введіть значення від 1 до {})\n" +"Примітка:" + +#, fuzzy +msgid " - Maximum recommended value : {} ( Allows {} parallel downloads at a time )" +msgstr " - Максимальне значення : {} ( Дозволяє {} паралельних завантажень, дозволяє {} завантажень за раз )" + +#, fuzzy +msgid " - Disable/Default : 0 ( Disables parallel downloading, allows only 1 download at a time )\n" +msgstr " - Вимкнути/Типово : 0 ( Вимикає паралельне завантаження, дозволяє лише 1 завантаження за раз )" + +#, fuzzy +msgid "Invalid input! Try again with a valid input [or 0 to disable]" +msgstr "Некоректне введення! Повторіть спробу з валідним введенням [від 1 до {} або 0 для вимкнення]" diff --git a/archinstall/locales/ur/LC_MESSAGES/base.po b/archinstall/locales/ur/LC_MESSAGES/base.po index 551d53f6..8e4b44bb 100644 --- a/archinstall/locales/ur/LC_MESSAGES/base.po +++ b/archinstall/locales/ur/LC_MESSAGES/base.po @@ -1210,6 +1210,60 @@ msgstr "" msgid "Use NetworkManager (necessary to configure internet graphically in GNOME and KDE)" msgstr "نیٹ ورک مینجر کا استعمال کریں (GNOME اور KDE میں انٹرنیٹ کو گرافیکلی ترتیب دینے کے لیے ضروری ہے)" +msgid "Total: {} / {}" +msgstr "" + +msgid "All entered values can be suffixed with a unit: B, KB, KiB, MB, MiB..." +msgstr "" + +msgid "If no unit is provided, the value is interpreted as sectors" +msgstr "" + +#, fuzzy +msgid "Enter start (default: sector {}): " +msgstr "اسٹارٹ سیکٹر درج کریں (فیصد یا بلاک نمبر، ڈیفالٹ: {}):" + +#, fuzzy +msgid "Enter end (default: {}): " +msgstr "اسٹارٹ سیکٹر درج کریں (فیصد یا بلاک نمبر، ڈیفالٹ: {}):" + +msgid "Unable to determine fido2 devices. Is libfido2 installed?" +msgstr "" + +msgid "Path" +msgstr "" + +msgid "Manufacturer" +msgstr "" + +msgid "Product" +msgstr "" + +#, fuzzy, python-brace-format +msgid "Invalid configuration: {error}" +msgstr "ترتیب کو محفوظ کریں" + +msgid "Type" +msgstr "" + +msgid "This option enables the number of parallel downloads that can occur during package downloads" +msgstr "" + +msgid "" +"Enter the number of parallel downloads to be enabled.\n" +"\n" +"Note:\n" +msgstr "" + +msgid " - Maximum recommended value : {} ( Allows {} parallel downloads at a time )" +msgstr "" + +msgid " - Disable/Default : 0 ( Disables parallel downloading, allows only 1 download at a time )\n" +msgstr "" + +msgid "Invalid input! Try again with a valid input [or 0 to disable]" +msgstr "" + #~ msgid "Add :" #~ msgstr "شامل:" diff --git a/archinstall/locales/zh-CN/LC_MESSAGES/base.mo b/archinstall/locales/zh-CN/LC_MESSAGES/base.mo index a07e57f3..c7208160 100644 Binary files a/archinstall/locales/zh-CN/LC_MESSAGES/base.mo and b/archinstall/locales/zh-CN/LC_MESSAGES/base.mo differ diff --git a/archinstall/locales/zh-CN/LC_MESSAGES/base.po b/archinstall/locales/zh-CN/LC_MESSAGES/base.po index 77c48924..b69fdb1f 100644 --- a/archinstall/locales/zh-CN/LC_MESSAGES/base.po +++ b/archinstall/locales/zh-CN/LC_MESSAGES/base.po @@ -1136,3 +1136,66 @@ msgstr "区域设置" msgid "Use NetworkManager (necessary to configure internet graphically in GNOME and KDE)" msgstr "使用 NetworkManager(在 GNOME 和 KDE 中以图形方式配置互联网所必需)" + +#, fuzzy +msgid "Total: {} / {}" +msgstr "总长度:{}" + +msgid "All entered values can be suffixed with a unit: B, KB, KiB, MB, MiB..." +msgstr "" + +msgid "If no unit is provided, the value is interpreted as sectors" +msgstr "" + +#, fuzzy +msgid "Enter start (default: sector {}): " +msgstr "输入起始扇区(百分比或块号,默认:{}): " + +#, fuzzy +msgid "Enter end (default: {}): " +msgstr "输入起始扇区(百分比或块号,默认:{}): " + +msgid "Unable to determine fido2 devices. Is libfido2 installed?" +msgstr "" + +msgid "Path" +msgstr "" + +msgid "Manufacturer" +msgstr "" + +msgid "Product" +msgstr "" + +#, fuzzy, python-brace-format +msgid "Invalid configuration: {error}" +msgstr "手动配置" + +msgid "Type" +msgstr "" + +#, fuzzy +msgid "This option enables the number of parallel downloads that can occur during package downloads" +msgstr "此选项启用安装期间可以发生的并行下载数" + +#, fuzzy +msgid "" +"Enter the number of parallel downloads to be enabled.\n" +"\n" +"Note:\n" +msgstr "" +"输入要启用的并行下载数。\n" +" (输入一个介于 1 到 {} 之间的值)\n" +"提示:" + +#, fuzzy +msgid " - Maximum recommended value : {} ( Allows {} parallel downloads at a time )" +msgstr " - 最大值:{}(允许 {} 次并行下载,一次允许 {} 次下载)" + +#, fuzzy +msgid " - Disable/Default : 0 ( Disables parallel downloading, allows only 1 download at a time )\n" +msgstr " - 禁用/默认值:0(禁用并行下载,同时只允许 1 个下载)" + +#, fuzzy +msgid "Invalid input! Try again with a valid input [or 0 to disable]" +msgstr "输入无效! 使用有效输入重试 [1 到 {},或 0 到禁用]" diff --git a/archinstall/locales/zh-TW/LC_MESSAGES/base.po b/archinstall/locales/zh-TW/LC_MESSAGES/base.po index f1aa86ae..592dbdae 100644 --- a/archinstall/locales/zh-TW/LC_MESSAGES/base.po +++ b/archinstall/locales/zh-TW/LC_MESSAGES/base.po @@ -1146,3 +1146,66 @@ msgstr "" #, fuzzy msgid "Use NetworkManager (necessary to configure internet graphically in GNOME and KDE)" msgstr "使用 NetworkManager(在 GNOME 和 KDE 透過圖形界面設置網際網路連線所需)" + +#, fuzzy +msgid "Total: {} / {}" +msgstr "總長度:{}" + +msgid "All entered values can be suffixed with a unit: B, KB, KiB, MB, MiB..." +msgstr "" + +msgid "If no unit is provided, the value is interpreted as sectors" +msgstr "" + +#, fuzzy +msgid "Enter start (default: sector {}): " +msgstr "輸入起始區塊(默認:{}):" + +#, fuzzy +msgid "Enter end (default: {}): " +msgstr "輸入起始區塊(默認:{}):" + +msgid "Unable to determine fido2 devices. Is libfido2 installed?" +msgstr "" + +msgid "Path" +msgstr "" + +msgid "Manufacturer" +msgstr "" + +msgid "Product" +msgstr "" + +#, fuzzy, python-brace-format +msgid "Invalid configuration: {error}" +msgstr "手動配置" + +msgid "Type" +msgstr "" + +#, fuzzy +msgid "This option enables the number of parallel downloads that can occur during package downloads" +msgstr "此選項啟用安裝期間可能發生的並行下載數" + +#, fuzzy +msgid "" +"Enter the number of parallel downloads to be enabled.\n" +"\n" +"Note:\n" +msgstr "" +"輸入要啟用的並行下載數。\n" +" (輸入一個 1 到 {max_downloads} 之間的值)\n" +"提示:" + +#, fuzzy +msgid " - Maximum recommended value : {} ( Allows {} parallel downloads at a time )" +msgstr " - 最小值:1(允許 1 个並行下載,同時允許 2 个下載)" + +#, fuzzy +msgid " - Disable/Default : 0 ( Disables parallel downloading, allows only 1 download at a time )\n" +msgstr " - 禁用/默認:0(禁用並行下載,同時只允許 1 个下載)" + +#, fuzzy +msgid "Invalid input! Try again with a valid input [or 0 to disable]" +msgstr "輸入無效! 請嘗試使用有效輸入重試 [1 到 {max_downloads},或 0 到禁用]" -- cgit v1.2.3-54-g00ecf From abd5aeba6a53814def65115764acef722b15e049 Mon Sep 17 00:00:00 2001 From: "K.B.Dharun Krishna" Date: Sun, 24 Sep 2023 06:33:04 +0530 Subject: po: update Tamil translation (#2096) * po: update Tamil translation * Update translation workflow check * Update translation workflow check * Update translation workflow check * Update translation files * Update translation workflow check --------- Co-authored-by: Daniel Girtler --- .github/workflows/translation-check.yaml | 11 +++-- archinstall/locales/ar/LC_MESSAGES/base.po | 9 ++++ archinstall/locales/base.pot | 11 +++++ archinstall/locales/cs/LC_MESSAGES/base.po | 9 ++++ archinstall/locales/de/LC_MESSAGES/base.po | 14 ++++++ archinstall/locales/el/LC_MESSAGES/base.po | 9 ++++ archinstall/locales/en/LC_MESSAGES/base.po | 9 ++++ archinstall/locales/es/LC_MESSAGES/base.po | 14 ++++++ archinstall/locales/et/LC_MESSAGES/base.po | 14 ++++++ archinstall/locales/fr/LC_MESSAGES/base.po | 14 ++++++ archinstall/locales/id/LC_MESSAGES/base.po | 9 ++++ archinstall/locales/it/LC_MESSAGES/base.po | 9 ++++ archinstall/locales/ka/LC_MESSAGES/base.po | 9 ++++ archinstall/locales/ko/LC_MESSAGES/base.po | 9 ++++ archinstall/locales/nl/LC_MESSAGES/base.po | 9 ++++ archinstall/locales/pl/LC_MESSAGES/base.po | 9 ++++ archinstall/locales/pt/LC_MESSAGES/base.po | 14 ++++++ archinstall/locales/pt_BR/LC_MESSAGES/base.po | 14 ++++++ archinstall/locales/ro/LC_MESSAGES/base.po | 14 ++++++ archinstall/locales/ru/LC_MESSAGES/base.po | 14 ++++++ archinstall/locales/sv/LC_MESSAGES/base.po | 9 ++++ archinstall/locales/ta/LC_MESSAGES/base.mo | Bin 66233 -> 69508 bytes archinstall/locales/ta/LC_MESSAGES/base.po | 64 ++++++++++++++------------ archinstall/locales/tr/LC_MESSAGES/base.po | 14 ++++++ archinstall/locales/uk/LC_MESSAGES/base.po | 9 ++++ archinstall/locales/ur/LC_MESSAGES/base.po | 9 ++++ archinstall/locales/zh-CN/LC_MESSAGES/base.po | 14 ++++++ archinstall/locales/zh-TW/LC_MESSAGES/base.po | 14 ++++++ 28 files changed, 325 insertions(+), 32 deletions(-) (limited to 'archinstall/locales') diff --git a/.github/workflows/translation-check.yaml b/.github/workflows/translation-check.yaml index 11418d31..c0abbaa6 100644 --- a/.github/workflows/translation-check.yaml +++ b/.github/workflows/translation-check.yaml @@ -14,10 +14,15 @@ jobs: steps: - uses: actions/checkout@v4 - run: pacman --noconfirm -Syu python git diffutils - - run: | + - name: Verify all translation scripts are up to date + run: | cd .. cp -r archinstall archinstall_orig cd archinstall/archinstall/locales - bash locales_generator.sh + bash locales_generator.sh 1> /dev/null cd ../../.. - git diff --no-index --name-only archinstall_orig archinstall + git diff \ + --quiet --no-index --name-only \ + archinstall_orig/archinstall/locales \ + archinstall/archinstall/locales \ + || (echo "Translation files have not been updated after translation, please run ./locales_generator.sh once more and commit" && exit 1) diff --git a/archinstall/locales/ar/LC_MESSAGES/base.po b/archinstall/locales/ar/LC_MESSAGES/base.po index 41bcda0c..88fedf65 100644 --- a/archinstall/locales/ar/LC_MESSAGES/base.po +++ b/archinstall/locales/ar/LC_MESSAGES/base.po @@ -1142,3 +1142,12 @@ msgstr "" msgid "Invalid input! Try again with a valid input [or 0 to disable]" msgstr "" + +msgid "Hyprland needs access to your seat (collection of hardware devices i.e. keyboard, mouse, etc)" +msgstr "" + +msgid "" +"\n" +"\n" +"Choose an option to give Hyprland access to your hardware" +msgstr "" diff --git a/archinstall/locales/base.pot b/archinstall/locales/base.pot index 75e47c9a..7ab331c3 100644 --- a/archinstall/locales/base.pot +++ b/archinstall/locales/base.pot @@ -1218,3 +1218,14 @@ msgstr "" msgid "Invalid input! Try again with a valid input [or 0 to disable]" msgstr "" + +msgid "" +"Hyprland needs access to your seat (collection of hardware devices i.e. " +"keyboard, mouse, etc)" +msgstr "" + +msgid "" +"\n" +"\n" +"Choose an option to give Hyprland access to your hardware" +msgstr "" diff --git a/archinstall/locales/cs/LC_MESSAGES/base.po b/archinstall/locales/cs/LC_MESSAGES/base.po index bc771879..29cb405a 100644 --- a/archinstall/locales/cs/LC_MESSAGES/base.po +++ b/archinstall/locales/cs/LC_MESSAGES/base.po @@ -1238,3 +1238,12 @@ msgstr " - Zakázáno/Výchozí : 0 (Zakáže paralelní stahování, povolí #, fuzzy msgid "Invalid input! Try again with a valid input [or 0 to disable]" msgstr "Neplatný vstup! Zkuste to, prosím, znovu s platným vstupem [1 až {}, nebo 0 pro vypnutí]" + +msgid "Hyprland needs access to your seat (collection of hardware devices i.e. keyboard, mouse, etc)" +msgstr "" + +msgid "" +"\n" +"\n" +"Choose an option to give Hyprland access to your hardware" +msgstr "" diff --git a/archinstall/locales/de/LC_MESSAGES/base.po b/archinstall/locales/de/LC_MESSAGES/base.po index 83918b05..285eddb1 100644 --- a/archinstall/locales/de/LC_MESSAGES/base.po +++ b/archinstall/locales/de/LC_MESSAGES/base.po @@ -1201,3 +1201,17 @@ msgstr " - Deaktivieren/Standard : 0 (Deaktiviert parallele Downloads, erlaubt n #, fuzzy msgid "Invalid input! Try again with a valid input [or 0 to disable]" msgstr "Ungültige Eingabe! Erneut mit gültiger Eingabe versuchen [1 bis {}, oder 0 zum deaktivieren]" + +#, fuzzy +msgid "Hyprland needs access to your seat (collection of hardware devices i.e. keyboard, mouse, etc)" +msgstr "Sway benötigt Zugriff auf ihren Seat (Sammlung von Hardwaregeräten wie Tastatur, Maus, usw.)" + +#, fuzzy +msgid "" +"\n" +"\n" +"Choose an option to give Hyprland access to your hardware" +msgstr "" +"\n" +"\n" +"Option auswählen, um Sway Zugriff auf deine Hardware zu geben" diff --git a/archinstall/locales/el/LC_MESSAGES/base.po b/archinstall/locales/el/LC_MESSAGES/base.po index 592cfe77..2a603b37 100644 --- a/archinstall/locales/el/LC_MESSAGES/base.po +++ b/archinstall/locales/el/LC_MESSAGES/base.po @@ -1245,3 +1245,12 @@ msgstr " - Απενεργοποίηση/Προκαθορισμένο : 0 ( Απ #, fuzzy msgid "Invalid input! Try again with a valid input [or 0 to disable]" msgstr "Μη έγκυρη είσοδος! Προσπαθήστε ξανά με μία έγκυρη είσοδο [1 μέχρι {}, ή 0 για απενεργοποίηση]" + +msgid "Hyprland needs access to your seat (collection of hardware devices i.e. keyboard, mouse, etc)" +msgstr "" + +msgid "" +"\n" +"\n" +"Choose an option to give Hyprland access to your hardware" +msgstr "" diff --git a/archinstall/locales/en/LC_MESSAGES/base.po b/archinstall/locales/en/LC_MESSAGES/base.po index c20d05cf..116839fc 100644 --- a/archinstall/locales/en/LC_MESSAGES/base.po +++ b/archinstall/locales/en/LC_MESSAGES/base.po @@ -1130,3 +1130,12 @@ msgstr "" msgid "Invalid input! Try again with a valid input [or 0 to disable]" msgstr "" + +msgid "Hyprland needs access to your seat (collection of hardware devices i.e. keyboard, mouse, etc)" +msgstr "" + +msgid "" +"\n" +"\n" +"Choose an option to give Hyprland access to your hardware" +msgstr "" diff --git a/archinstall/locales/es/LC_MESSAGES/base.po b/archinstall/locales/es/LC_MESSAGES/base.po index 330d0d9e..fe447b22 100644 --- a/archinstall/locales/es/LC_MESSAGES/base.po +++ b/archinstall/locales/es/LC_MESSAGES/base.po @@ -1253,6 +1253,20 @@ msgstr " - Deshabilitar/Predeterminado : 0 ( Deshabilita la descarga paralela, p msgid "Invalid input! Try again with a valid input [or 0 to disable]" msgstr "¡Entrada no válida! Intente nuevamente con un valor válido [1 a {}, o 0 para deshabilitar]" +#, fuzzy +msgid "Hyprland needs access to your seat (collection of hardware devices i.e. keyboard, mouse, etc)" +msgstr "Sway necesita acceso a sus dispositivos de hardware (teclado, mouse, etc.)" + +#, fuzzy +msgid "" +"\n" +"\n" +"Choose an option to give Hyprland access to your hardware" +msgstr "" +"\n" +"\n" +"Elija una opción para darle a Sway acceso a su hardware" + #~ msgid "Add :" #~ msgstr "Añadir :" diff --git a/archinstall/locales/et/LC_MESSAGES/base.po b/archinstall/locales/et/LC_MESSAGES/base.po index f7f15578..60c616c7 100644 --- a/archinstall/locales/et/LC_MESSAGES/base.po +++ b/archinstall/locales/et/LC_MESSAGES/base.po @@ -1218,3 +1218,17 @@ msgstr " - Keela/Vaikimisi : 0 ( keelab paralleelse allalaadimise, võimaldab ai #, fuzzy msgid "Invalid input! Try again with a valid input [or 0 to disable]" msgstr "Vale sisestus! Proovige uuesti kehtiva sisendiga [1 {max_downloads} või 0 keelamiseks]." + +#, fuzzy +msgid "Hyprland needs access to your seat (collection of hardware devices i.e. keyboard, mouse, etc)" +msgstr "Sway vajab juurdepääsu teie seatile (riistvaraseadmete kogum, st klaviatuur, hiir jne." + +#, fuzzy +msgid "" +"\n" +"\n" +"Choose an option to give Hyprland access to your hardware" +msgstr "" +"\n" +"\n" +"Valige valik, et anda Sway'le juurdepääs teie riistvarale" diff --git a/archinstall/locales/fr/LC_MESSAGES/base.po b/archinstall/locales/fr/LC_MESSAGES/base.po index 98a5a541..3666eda9 100644 --- a/archinstall/locales/fr/LC_MESSAGES/base.po +++ b/archinstall/locales/fr/LC_MESSAGES/base.po @@ -1201,6 +1201,20 @@ msgstr " - Désactiver/Défaut : 0 (Désactive le téléchargement parallèle, n msgid "Invalid input! Try again with a valid input [or 0 to disable]" msgstr "Entrée invalide ! Réessayer avec une entrée valide [1 pour {}, ou 0 pour désactiver]" +#, fuzzy +msgid "Hyprland needs access to your seat (collection of hardware devices i.e. keyboard, mouse, etc)" +msgstr "Sway a besoin d'accéder à votre espace (ensemble de périphériques matériels : clavier, souris, etc.)" + +#, fuzzy +msgid "" +"\n" +"\n" +"Choose an option to give Hyprland access to your hardware" +msgstr "" +"\n" +"\n" +"Choisir une option pour permettre à Sway d'accéder à votre matériel" + #, python-brace-format #~ msgid "Edit {origkey} :" #~ msgstr "Modifier {origkey} :" diff --git a/archinstall/locales/id/LC_MESSAGES/base.po b/archinstall/locales/id/LC_MESSAGES/base.po index 3511de14..fcd089ac 100644 --- a/archinstall/locales/id/LC_MESSAGES/base.po +++ b/archinstall/locales/id/LC_MESSAGES/base.po @@ -1244,3 +1244,12 @@ msgstr " - Nonaktifkan/Default: 0 (Menonaktifkan pengunduhan paralel, hanya meng #, fuzzy msgid "Invalid input! Try again with a valid input [or 0 to disable]" msgstr "Input tidak valid! Coba lagi dengan input yang valid [1 untuk {}, atau 0 untuk menonaktifkan]" + +msgid "Hyprland needs access to your seat (collection of hardware devices i.e. keyboard, mouse, etc)" +msgstr "" + +msgid "" +"\n" +"\n" +"Choose an option to give Hyprland access to your hardware" +msgstr "" diff --git a/archinstall/locales/it/LC_MESSAGES/base.po b/archinstall/locales/it/LC_MESSAGES/base.po index 36dd029d..8f721d0c 100644 --- a/archinstall/locales/it/LC_MESSAGES/base.po +++ b/archinstall/locales/it/LC_MESSAGES/base.po @@ -1244,3 +1244,12 @@ msgstr " - Disabilita/Predefinito : 0 ( Disabilita il download parallelo, consen #, fuzzy msgid "Invalid input! Try again with a valid input [or 0 to disable]" msgstr "Input non valido! Riprova con un input valido [da 1 a {}, o 0 per disabilitare]." + +msgid "Hyprland needs access to your seat (collection of hardware devices i.e. keyboard, mouse, etc)" +msgstr "" + +msgid "" +"\n" +"\n" +"Choose an option to give Hyprland access to your hardware" +msgstr "" diff --git a/archinstall/locales/ka/LC_MESSAGES/base.po b/archinstall/locales/ka/LC_MESSAGES/base.po index 4ecb6259..d2bd3f9c 100644 --- a/archinstall/locales/ka/LC_MESSAGES/base.po +++ b/archinstall/locales/ka/LC_MESSAGES/base.po @@ -1243,3 +1243,12 @@ msgstr " - გამორთვა/ნაგულისხმები : 0 ( #, fuzzy msgid "Invalid input! Try again with a valid input [or 0 to disable]" msgstr "შეყვანილი რიცხვი არასწორია! თავიდან სცადეთ [1-დან {}-მდე, ან 0, გასათიშად]" + +msgid "Hyprland needs access to your seat (collection of hardware devices i.e. keyboard, mouse, etc)" +msgstr "" + +msgid "" +"\n" +"\n" +"Choose an option to give Hyprland access to your hardware" +msgstr "" diff --git a/archinstall/locales/ko/LC_MESSAGES/base.po b/archinstall/locales/ko/LC_MESSAGES/base.po index a36680bd..e7e6ddee 100644 --- a/archinstall/locales/ko/LC_MESSAGES/base.po +++ b/archinstall/locales/ko/LC_MESSAGES/base.po @@ -1245,3 +1245,12 @@ msgstr " - 비활성화/기본 : - ( 병렬 다운로드 비활성화, 한 번 #, fuzzy msgid "Invalid input! Try again with a valid input [or 0 to disable]" msgstr "잘못된 값입니다! 유효한 값으로 다시 시도해주세요 [1 부터 {} 까지, 비활성화 하려면 0]" + +msgid "Hyprland needs access to your seat (collection of hardware devices i.e. keyboard, mouse, etc)" +msgstr "" + +msgid "" +"\n" +"\n" +"Choose an option to give Hyprland access to your hardware" +msgstr "" diff --git a/archinstall/locales/nl/LC_MESSAGES/base.po b/archinstall/locales/nl/LC_MESSAGES/base.po index 216f0912..5b38511e 100644 --- a/archinstall/locales/nl/LC_MESSAGES/base.po +++ b/archinstall/locales/nl/LC_MESSAGES/base.po @@ -1261,6 +1261,15 @@ msgstr "" msgid "Invalid input! Try again with a valid input [or 0 to disable]" msgstr "" +msgid "Hyprland needs access to your seat (collection of hardware devices i.e. keyboard, mouse, etc)" +msgstr "" + +msgid "" +"\n" +"\n" +"Choose an option to give Hyprland access to your hardware" +msgstr "" + #~ msgid "Add :" #~ msgstr "Toevoegen:" diff --git a/archinstall/locales/pl/LC_MESSAGES/base.po b/archinstall/locales/pl/LC_MESSAGES/base.po index 0837c8e8..b1971216 100644 --- a/archinstall/locales/pl/LC_MESSAGES/base.po +++ b/archinstall/locales/pl/LC_MESSAGES/base.po @@ -1242,6 +1242,15 @@ msgstr " - Wyłącz/Domyślne : 0 ( Wyłącza pobieranie wielu plików jedno msgid "Invalid input! Try again with a valid input [or 0 to disable]" msgstr "Nieprawidłowa wartość! Spróbuj wprowadzić wartość od 1 do {}, lub 0 aby wyłączyć." +msgid "Hyprland needs access to your seat (collection of hardware devices i.e. keyboard, mouse, etc)" +msgstr "" + +msgid "" +"\n" +"\n" +"Choose an option to give Hyprland access to your hardware" +msgstr "" + #~ msgid "When picking a directory to save configuration files to, by default we will ignore the following folders: " #~ msgstr "Podczas wybierania katalogu do zapisywania plików konfiguracyjnych, domyślnie ignorowane są następujące foldery: " diff --git a/archinstall/locales/pt/LC_MESSAGES/base.po b/archinstall/locales/pt/LC_MESSAGES/base.po index 8f3a28d4..54fd3cb8 100644 --- a/archinstall/locales/pt/LC_MESSAGES/base.po +++ b/archinstall/locales/pt/LC_MESSAGES/base.po @@ -1198,6 +1198,20 @@ msgstr " - Desativar/Predefinido : 0 ( Desativa as transferências paralelas, pe msgid "Invalid input! Try again with a valid input [or 0 to disable]" msgstr "Entrada inválida! Tente novamente com uma entrada válida [ou 0 para desativar]" +#, fuzzy +msgid "Hyprland needs access to your seat (collection of hardware devices i.e. keyboard, mouse, etc)" +msgstr "O Sway precisa de acesso ao seu \"seat\" (conjunto de dispositivos de hardware, como o teclado, o rato, etc)" + +#, fuzzy +msgid "" +"\n" +"\n" +"Choose an option to give Hyprland access to your hardware" +msgstr "" +"\n" +"\n" +"Selecionar uma opção para permitir o acesso do Sway ao seu hardware" + #~ msgid "Add :" #~ msgstr "Adicionar :" diff --git a/archinstall/locales/pt_BR/LC_MESSAGES/base.po b/archinstall/locales/pt_BR/LC_MESSAGES/base.po index cff6f19a..164cc35f 100644 --- a/archinstall/locales/pt_BR/LC_MESSAGES/base.po +++ b/archinstall/locales/pt_BR/LC_MESSAGES/base.po @@ -1214,5 +1214,19 @@ msgstr " - Desativar/Padrão : 0 ( Desativa os downloads paralelos, permite apen msgid "Invalid input! Try again with a valid input [or 0 to disable]" msgstr "Entrada inválida! Tente novamente com uma entrada válida [1 para {}, ou 0 para desativar]" +#, fuzzy +msgid "Hyprland needs access to your seat (collection of hardware devices i.e. keyboard, mouse, etc)" +msgstr "O Sway precisa de acesso ao seu seat (conjunto de dispositivos de hardware, como teclado, mouse, etc)" + +#, fuzzy +msgid "" +"\n" +"\n" +"Choose an option to give Hyprland access to your hardware" +msgstr "" +"\n" +"\n" +"Selecione uma opção para permitir o acesso do Sway ao seu hardware" + #~ msgid "When picking a directory to save configuration files to, by default we will ignore the following folders: " #~ msgstr "Ao selecionar um diretório para salvar arquivos de configuração, por padrão nós ignoramos as seguintes pastas: " diff --git a/archinstall/locales/ro/LC_MESSAGES/base.po b/archinstall/locales/ro/LC_MESSAGES/base.po index afc892c2..98384c4f 100644 --- a/archinstall/locales/ro/LC_MESSAGES/base.po +++ b/archinstall/locales/ro/LC_MESSAGES/base.po @@ -1192,3 +1192,17 @@ msgstr " - Dezactivează/Predefinit: 0 (Dezactivează descărcările simultane, msgid "Invalid input! Try again with a valid input [or 0 to disable]" msgstr "Input invalid! Încercați din nou cu un input valid [0 pentru dezactivare]" + +#, fuzzy +msgid "Hyprland needs access to your seat (collection of hardware devices i.e. keyboard, mouse, etc)" +msgstr "Sway are nevoie de acces la setup-ul dumneavoastră (colecție de dispozitive hardware ex. tastatura, mouse, etc.)" + +#, fuzzy +msgid "" +"\n" +"\n" +"Choose an option to give Hyprland access to your hardware" +msgstr "" +"\n" +"\n" +"Alegeți o opțiune pentru a acorda acces lui Sway la hardware" diff --git a/archinstall/locales/ru/LC_MESSAGES/base.po b/archinstall/locales/ru/LC_MESSAGES/base.po index ccb27344..58a2488f 100644 --- a/archinstall/locales/ru/LC_MESSAGES/base.po +++ b/archinstall/locales/ru/LC_MESSAGES/base.po @@ -1201,3 +1201,17 @@ msgstr " - Отключить/по умолчанию: 0 ( Отключает п #, fuzzy msgid "Invalid input! Try again with a valid input [or 0 to disable]" msgstr "Неверный ввод! Повторите попытку с правильным вводом [1 - {}, или 0 - отключить]" + +#, fuzzy +msgid "Hyprland needs access to your seat (collection of hardware devices i.e. keyboard, mouse, etc)" +msgstr "Sway необходим доступ к вашему компьютеру (набор аппаратных устройств, т.е. клавиатура, мышь и т.д.)" + +#, fuzzy +msgid "" +"\n" +"\n" +"Choose an option to give Hyprland access to your hardware" +msgstr "" +"\n" +"\n" +"Выберите опцию, чтобы предоставить Sway доступ к вашему оборудованию" diff --git a/archinstall/locales/sv/LC_MESSAGES/base.po b/archinstall/locales/sv/LC_MESSAGES/base.po index 69981cb0..80bd99ba 100644 --- a/archinstall/locales/sv/LC_MESSAGES/base.po +++ b/archinstall/locales/sv/LC_MESSAGES/base.po @@ -1244,3 +1244,12 @@ msgstr "" msgid "Invalid input! Try again with a valid input [or 0 to disable]" msgstr "" + +msgid "Hyprland needs access to your seat (collection of hardware devices i.e. keyboard, mouse, etc)" +msgstr "" + +msgid "" +"\n" +"\n" +"Choose an option to give Hyprland access to your hardware" +msgstr "" diff --git a/archinstall/locales/ta/LC_MESSAGES/base.mo b/archinstall/locales/ta/LC_MESSAGES/base.mo index 1f4e6155..c6cade73 100644 Binary files a/archinstall/locales/ta/LC_MESSAGES/base.mo and b/archinstall/locales/ta/LC_MESSAGES/base.mo differ diff --git a/archinstall/locales/ta/LC_MESSAGES/base.po b/archinstall/locales/ta/LC_MESSAGES/base.po index 3935f3aa..e408bf2d 100644 --- a/archinstall/locales/ta/LC_MESSAGES/base.po +++ b/archinstall/locales/ta/LC_MESSAGES/base.po @@ -9,7 +9,7 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Generator: Poedit 3.3.1\n" +"X-Generator: Poedit 3.3.2\n" msgid "[!] A log file has been created here: {} {}" msgstr "[!] ஒரு பதிவு கோப்பு இங்கே உருவாக்கப்பட்டது: {} {}" @@ -1108,7 +1108,7 @@ msgid "" "Save directory: " msgstr "" "உள்ளமைவு(களை) சேமிக்கப்படுவதற்கான கோப்பகத்தை உள்ளிடவும் (தாவல் நிறைவு இயக்கப்பட்டது)\n" -"கோப்பகத்தை சேமி:" +"கோப்பகத்தை சேமி: " msgid "" "Do you want to save {} configuration file(s) in the following location?\n" @@ -1129,7 +1129,7 @@ msgid "Mirror regions" msgstr "கண்ணாடிப் பகுதிகள்" msgid " - Maximum value : {} ( Allows {} parallel downloads, allows {max_downloads+1} downloads at a time )" -msgstr "- அதிகபட்ச மதிப்பு: {} ( {} இணையான பதிவிறக்கங்களை அனுமதிக்கிறது, ஒரே நேரத்தில் {max download+1} பதிவிறக்க அனுமதிக்கிறது )" +msgstr " - அதிகபட்ச மதிப்பு : {} ( {} இணையான பதிவிறக்கங்களை அனுமதிக்கிறது, ஒரே நேரத்தில் {max_downloads+1} பதிவிறக்கங்களை அனுமதிக்கிறது )" msgid "Invalid input! Try again with a valid input [1 to {}, or 0 to disable]" msgstr "தவறான உள்ளீடு! சரியான உள்ளீட்டில் [1 முதல் {} வரை அல்லது முடக்க 0 வரை] மீண்டும் முயற்சிக்கவும்" @@ -1140,65 +1140,71 @@ msgstr "மொழி குறியீடுகள்" msgid "Use NetworkManager (necessary to configure internet graphically in GNOME and KDE)" msgstr "NetworkManager ஐப் பயன்படுத்தவும் (GNOME மற்றும் KDE இல் இணையத்தை வரைகலை முறையில் கட்டமைக்க அவசியம்)" -#, fuzzy msgid "Total: {} / {}" -msgstr "முழு நீளம்: {}" +msgstr "மொத்தம்: {} / {}" msgid "All entered values can be suffixed with a unit: B, KB, KiB, MB, MiB..." -msgstr "" +msgstr "உள்ளிடப்பட்ட அனைத்து மதிப்புகளையும் ஒரு அலகுடன் பின்னொட்டு இடலாம்: B, KB, KiB, MB, MiB..." msgid "If no unit is provided, the value is interpreted as sectors" -msgstr "" +msgstr "அலகு வழங்கப்படவில்லை எனில், மதிப்பு பிரிவுகளாக விளக்கப்படும்" -#, fuzzy msgid "Enter start (default: sector {}): " -msgstr "தொடக்கப் பிரிவை உள்ளிடவும் (இயல்புநிலை: {}): " +msgstr "தொடக்கத்தை உள்ளிடவும் (இயல்பு: sector {}): " -#, fuzzy msgid "Enter end (default: {}): " -msgstr "தொடக்கப் பிரிவை உள்ளிடவும் (இயல்புநிலை: {}): " +msgstr "முடிவை உள்ளிடவும் (இயல்பு: {}): " msgid "Unable to determine fido2 devices. Is libfido2 installed?" -msgstr "" +msgstr "தீர்மானிக்க முடியவில்லை fido2 சாதனங்களை. libfido2 நிறுவப்பட்டுள்ளதா?" msgid "Path" -msgstr "" +msgstr "பாதை" msgid "Manufacturer" -msgstr "" +msgstr "உற்பத்தியாளர்" msgid "Product" -msgstr "" +msgstr "தயாரிப்பு" -#, fuzzy, python-brace-format +#, python-brace-format msgid "Invalid configuration: {error}" -msgstr "கைமுறை கட்டமைப்பு" +msgstr "தவறான கட்டமைப்பு: {error}" msgid "Type" -msgstr "" +msgstr "வகை" -#, fuzzy msgid "This option enables the number of parallel downloads that can occur during package downloads" -msgstr "இந்த விருப்பம் நிறுவலின் போது நிகழக்கூடிய இணையான பதிவிறக்கங்களின் எண்ணிக்கையை செயல்படுத்துகிறது" +msgstr "தொகுப்பு பதிவிறக்கங்களின் போது ஏற்படும் இணையான பதிவிறக்கங்களின் எண்ணிக்கையை இந்த விருப்பம் செயல்படுத்துகிறது" -#, fuzzy msgid "" "Enter the number of parallel downloads to be enabled.\n" "\n" "Note:\n" msgstr "" "இயக்கப்பட வேண்டிய இணையான பதிவிறக்கங்களின் எண்ணிக்கையை உள்ளிடவும்.\n" -" (1 முதல் {} வரையிலான மதிப்பை உள்ளிடவும்)\n" -"குறிப்பு:" +"\n" +"குறிப்பு:\n" -#, fuzzy msgid " - Maximum recommended value : {} ( Allows {} parallel downloads at a time )" -msgstr " - அதிகபட்ச மதிப்பு : {} ( {} இணையான பதிவிறக்கங்களை அனுமதிக்கிறது, ஒரே நேரத்தில் {} பதிவிறக்கங்களை அனுமதிக்கிறது )" +msgstr " - பரிந்துரைக்கப்பட்ட அதிகபட்ச மதிப்பு: {} (ஒரு நேரத்தில் {} இணையான பதிவிறக்கங்களை அனுமதிக்கிறது)" -#, fuzzy msgid " - Disable/Default : 0 ( Disables parallel downloading, allows only 1 download at a time )\n" -msgstr " - முடக்கு/இயல்புநிலை: 0 (இணை பதிவிறக்கத்தை முடக்குகிறது, ஒரு நேரத்தில் 1 பதிவிறக்கத்தை மட்டுமே அனுமதிக்கிறது )" +msgstr " - முடக்கு/இயல்புநிலை: 0 (இணை பதிவிறக்கத்தை முடக்குகிறது, ஒரு நேரத்தில் 1 பதிவிறக்கத்தை மட்டுமே அனுமதிக்கிறது)\n" -#, fuzzy msgid "Invalid input! Try again with a valid input [or 0 to disable]" -msgstr "தவறான உள்ளீடு! சரியான உள்ளீட்டில் [1 முதல் {} வரை அல்லது முடக்க 0 வரை] மீண்டும் முயற்சிக்கவும்" +msgstr "தவறான உள்ளீடு! சரியான உள்ளீட்டுடன் மீண்டும் முயற்சிக்கவும் [அல்லது முடக்க 0]" + +#, fuzzy +msgid "Hyprland needs access to your seat (collection of hardware devices i.e. keyboard, mouse, etc)" +msgstr "ஸ்வேக்கு உங்கள் இருக்கைக்கான அணுகல் தேவை (வன்பொருள் சாதனங்களின் சேகரிப்பு அதாவது விசைப்பலகை, சுட்டி போன்றவை)" + +#, fuzzy +msgid "" +"\n" +"\n" +"Choose an option to give Hyprland access to your hardware" +msgstr "" +"\n" +"\n" +"உங்கள் வன்பொருளுக்கான அணுகலை வழங்குவதற்கான விருப்பத்தைத் தேர்வுசெய்யவும்" diff --git a/archinstall/locales/tr/LC_MESSAGES/base.po b/archinstall/locales/tr/LC_MESSAGES/base.po index 7360bbb8..7e9dc95d 100644 --- a/archinstall/locales/tr/LC_MESSAGES/base.po +++ b/archinstall/locales/tr/LC_MESSAGES/base.po @@ -1262,3 +1262,17 @@ msgstr "- Devre Dışı Bırak/Varsayılan : 0 (Paralel indirmeyi devre dışı #, fuzzy msgid "Invalid input! Try again with a valid input [or 0 to disable]" msgstr "Geçersiz girdi! Geçerli bir girdiyle tekrar deneyin [1 ila {} veya devre dışı bırakmak için 0]" + +#, fuzzy +msgid "Hyprland needs access to your seat (collection of hardware devices i.e. keyboard, mouse, etc)" +msgstr "Sway'in seat'e erişmesi gerekir (klavye, fare vb. donanım aygıtlarının birleşimi)" + +#, fuzzy +msgid "" +"\n" +"\n" +"Choose an option to give Hyprland access to your hardware" +msgstr "" +"\n" +"\n" +"Sway'in donanımınıza erişmesine izin vermek için bir seçenek belirleyin" diff --git a/archinstall/locales/uk/LC_MESSAGES/base.po b/archinstall/locales/uk/LC_MESSAGES/base.po index 97e3b027..0573cf51 100644 --- a/archinstall/locales/uk/LC_MESSAGES/base.po +++ b/archinstall/locales/uk/LC_MESSAGES/base.po @@ -1242,3 +1242,12 @@ msgstr " - Вимкнути/Типово : 0 ( Вимикає паралельн #, fuzzy msgid "Invalid input! Try again with a valid input [or 0 to disable]" msgstr "Некоректне введення! Повторіть спробу з валідним введенням [від 1 до {} або 0 для вимкнення]" + +msgid "Hyprland needs access to your seat (collection of hardware devices i.e. keyboard, mouse, etc)" +msgstr "" + +msgid "" +"\n" +"\n" +"Choose an option to give Hyprland access to your hardware" +msgstr "" diff --git a/archinstall/locales/ur/LC_MESSAGES/base.po b/archinstall/locales/ur/LC_MESSAGES/base.po index 8e4b44bb..1cbbefed 100644 --- a/archinstall/locales/ur/LC_MESSAGES/base.po +++ b/archinstall/locales/ur/LC_MESSAGES/base.po @@ -1264,6 +1264,15 @@ msgstr "" msgid "Invalid input! Try again with a valid input [or 0 to disable]" msgstr "" +msgid "Hyprland needs access to your seat (collection of hardware devices i.e. keyboard, mouse, etc)" +msgstr "" + +msgid "" +"\n" +"\n" +"Choose an option to give Hyprland access to your hardware" +msgstr "" + #~ msgid "Add :" #~ msgstr "شامل:" diff --git a/archinstall/locales/zh-CN/LC_MESSAGES/base.po b/archinstall/locales/zh-CN/LC_MESSAGES/base.po index b69fdb1f..c92f5e6b 100644 --- a/archinstall/locales/zh-CN/LC_MESSAGES/base.po +++ b/archinstall/locales/zh-CN/LC_MESSAGES/base.po @@ -1199,3 +1199,17 @@ msgstr " - 禁用/默认值:0(禁用并行下载,同时只允许 1 个下 #, fuzzy msgid "Invalid input! Try again with a valid input [or 0 to disable]" msgstr "输入无效! 使用有效输入重试 [1 到 {},或 0 到禁用]" + +#, fuzzy +msgid "Hyprland needs access to your seat (collection of hardware devices i.e. keyboard, mouse, etc)" +msgstr "Sway 需要访问您的用户环境(硬件设备的集合,例如键盘,鼠标等)" + +#, fuzzy +msgid "" +"\n" +"\n" +"Choose an option to give Hyprland access to your hardware" +msgstr "" +"\n" +"\n" +"选择一个选项来给 Sway 提供对您硬件的访问权限" diff --git a/archinstall/locales/zh-TW/LC_MESSAGES/base.po b/archinstall/locales/zh-TW/LC_MESSAGES/base.po index 592dbdae..9e98f3d9 100644 --- a/archinstall/locales/zh-TW/LC_MESSAGES/base.po +++ b/archinstall/locales/zh-TW/LC_MESSAGES/base.po @@ -1209,3 +1209,17 @@ msgstr " - 禁用/默認:0(禁用並行下載,同時只允許 1 个下載 #, fuzzy msgid "Invalid input! Try again with a valid input [or 0 to disable]" msgstr "輸入無效! 請嘗試使用有效輸入重試 [1 到 {max_downloads},或 0 到禁用]" + +#, fuzzy +msgid "Hyprland needs access to your seat (collection of hardware devices i.e. keyboard, mouse, etc)" +msgstr "Sway 需要訪問您的用戶環境(硬體設備的集合,例如鍵盤,滑鼠等)" + +#, fuzzy +msgid "" +"\n" +"\n" +"Choose an option to give Hyprland access to your hardware" +msgstr "" +"\n" +"\n" +"選擇一個選項以提供 Sway 對您硬件的訪問權限" -- cgit v1.2.3-54-g00ecf From 454b4bf7e9649b8669bc7a68d97a9829afb2bd7a Mon Sep 17 00:00:00 2001 From: Wise Date: Wed, 27 Sep 2023 08:49:55 +0200 Subject: tr translation files updated (#2115) --- archinstall/locales/tr/LC_MESSAGES/base.mo | Bin 31750 -> 40360 bytes archinstall/locales/tr/LC_MESSAGES/base.po | 196 ++++++++++------------------- 2 files changed, 64 insertions(+), 132 deletions(-) (limited to 'archinstall/locales') diff --git a/archinstall/locales/tr/LC_MESSAGES/base.mo b/archinstall/locales/tr/LC_MESSAGES/base.mo index 83d4a108..a39d5ffb 100644 Binary files a/archinstall/locales/tr/LC_MESSAGES/base.mo and b/archinstall/locales/tr/LC_MESSAGES/base.mo differ diff --git a/archinstall/locales/tr/LC_MESSAGES/base.po b/archinstall/locales/tr/LC_MESSAGES/base.po index 7e9dc95d..add12ffd 100644 --- a/archinstall/locales/tr/LC_MESSAGES/base.po +++ b/archinstall/locales/tr/LC_MESSAGES/base.po @@ -2,7 +2,7 @@ msgid "" msgstr "" "Project-Id-Version: \n" "POT-Creation-Date: 21.05.2022\n" -"PO-Revision-Date: 2022-05-25 17:42+0300\n" +"PO-Revision-Date: 2023-09-26 23:01+0200\n" "Last-Translator: Hasan Oruc \n" "Language-Team: \n" "Language: tr\n" @@ -10,13 +10,13 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -"X-Generator: Poedit 3.0.1\n" +"X-Generator: Poedit 3.3.2\n" msgid "[!] A log file has been created here: {} {}" -msgstr "[!] Burada bir günlük (log) dosyası oluşturuldu: {} {}" +msgstr "[!] Burada bir günlük dosyası oluşturuldu: {} {}" msgid " Please submit this issue (and file) to https://github.com/archlinux/archinstall/issues" -msgstr " Lütfen bu sorunu (ve dosyayı) https://github.com/archlinux/archinstall/issues 'a bildirin" +msgstr " Lütfen bu sorunu (ve dosyayı) https://github.com/archlinux/archinstall/issues adresine gönderin" msgid "Do you really want to abort?" msgstr "Gerçekten iptal etmek istiyor musunuz?" @@ -28,13 +28,13 @@ msgid "Would you like to use swap on zram?" msgstr "\"Swap\"i (takas) zram üzerinde kullanmak ister misiniz?" msgid "Desired hostname for the installation: " -msgstr "Kurulum için tercih edilen bilgisayar ismi: " +msgstr "Kurulum için istenen ana bilgisayar adı: " msgid "Username for required superuser with sudo privileges: " -msgstr "Sudo yetkilerine sahip, gerekli bir süper kullanıcı için kullanıcı adı: " +msgstr "Sudo ayrıcalıklarına sahip gerekli süper kullanıcı için kullanıcı adı: " msgid "Any additional users to install (leave blank for no users): " -msgstr "Kurulum için ek kullanıcılar (ek kullanıcı istemiyorsanız boş bırakın): " +msgstr "Yüklenecek herhangi bir ek kullanıcı (kullanıcı yok için boş bırakın): " msgid "Should this user be a superuser (sudoer)?" msgstr "Bu kullanıcı bir süper kullanıcı (sudoer) olmalı mı?" @@ -530,7 +530,7 @@ msgid "The password you are using seems to be weak," msgstr "Kullandığınız şifre zayıf görünüyor," msgid "are you sure you want to use it?" -msgstr "Kullanmak istediğinize emin misiniz?" +msgstr "kullanmak istediğinize emin misiniz?" msgid "Optional repositories" msgstr "Tercihi depolar" @@ -665,7 +665,6 @@ msgstr "Arch Linux'u istediğin gibi kişiselleştirmeni sağlayan çok basit bi msgid "Provides a selection of various server packages to install and enable, e.g. httpd, nginx, mariadb" msgstr "Kurmak ve aktif etmek için bazı seçilmiş çeşitli sunucu paketleri sunar, örnek olarak httpd, nginx, mariadb" -#, fuzzy msgid "Choose which servers to install, if none then a minimal installation will be done" msgstr "Hangi sunucuların kurulacağını seçin, eğer hiçbiri seçilmezse minimal bir kurulum gerçekleştirilecektir" @@ -758,24 +757,20 @@ msgstr "Boş alan" msgid "Bus-type" msgstr "Bus(veri yolu)-tipi" -#, fuzzy msgid "Either root-password or at least 1 user with sudo privileges must be specified" msgstr "Kök şifresi ya da en azından 1 adet süper-kullanıcı belirtilmek zorunda" -#, fuzzy msgid "Enter username (leave blank to skip): " msgstr "Ek kullanıcı oluşturmak için bir kullanıcı adı girin (geçmek için boş bırakın): " msgid "The username you entered is invalid. Try again" msgstr "Girdiğiniz kullanıcı adı geçersiz. Tekrar deneyin" -#, fuzzy msgid "Should \"{}\" be a superuser (sudo)?" msgstr "{} bir süper kullanıcı (sudoer) olmalı mı?" -#, fuzzy msgid "Select which partitions to encrypt" -msgstr "Hangi disk bölümünün şifrelenmiş olarak işaretleneceğini seçin" +msgstr "Hangi disk bölümünün şifrelemek için işaretleneceğini seçin" msgid "very weak" msgstr "çok zayıf" @@ -789,14 +784,12 @@ msgstr "ortalama" msgid "strong" msgstr "güçlü" -#, fuzzy msgid "Add subvolume" -msgstr "alt disk bölümü ekle :{:16}" +msgstr "Alt disk bölümü ekle" msgid "Edit subvolume" msgstr "Alt disk bölümünü düzenle" -#, fuzzy msgid "Delete subvolume" msgstr "Alt disk bölümü sil" @@ -816,13 +809,13 @@ msgstr "" "Not:" msgid " - Maximum value : {} ( Allows {} parallel downloads, allows {} downloads at a time )" -msgstr "- Maksimum değer : {} ( {} paralel indirmeye izin verir, bir seferde {} indirmeye izin verir)" +msgstr " - Maksimum değer : {} ( {} paralel indirmeye izin verir, bir seferde {} indirmeye izin verir)" msgid " - Minimum value : 1 ( Allows 1 parallel download, allows 2 downloads at a time )" -msgstr "- Minimum değer : 1 ( 1 paralel indirmeye izin verir, bir seferde 2 indirmeye izin verir )" +msgstr " - Minimum değer : 1 ( 1 paralel indirmeye izin verir, bir seferde 2 indirmeye izin verir )" msgid " - Disable/Default : 0 ( Disables parallel downloading, allows only 1 download at a time )" -msgstr "- Devre Dışı Bırak/Varsayılan : 0 (Paralel indirmeyi devre dışı bırakır, aynı anda yalnızca 1 indirmeye izin verir)" +msgstr " - Devre Dışı Bırak/Varsayılan : 0 (Paralel indirmeyi devre dışı bırakır, aynı anda yalnızca 1 indirmeye izin verir)" #, python-brace-format msgid "Invalid input! Try again with a valid input [1 to {max_downloads}, or 0 to disable]" @@ -831,7 +824,6 @@ msgstr "Geçersiz Giriş! Geçerli bir girişle tekrar deneyin [1 - {max_downloa msgid "Parallel Downloads" msgstr "Paralel İndirmeler" -#, fuzzy msgid "ESC to skip" msgstr "Geçmek için ESC'ye basın" @@ -853,9 +845,8 @@ msgstr "Yazı tipi {} olarak saklanmalıdır." msgid "Archinstall requires root privileges to run. See --help for more." msgstr "Archinstall'ın çalışması için kök ayrıcalıkları gerekir. Daha fazla bilgi için --help'e bakın." -#, fuzzy msgid "Select an execution mode" -msgstr "'{}' için bir eylem seçin" +msgstr "Bir çalıştırma modu seçin" msgid "Unable to fetch profile from specified url: {}" msgstr "Belirtilen url'den profil getirilemiyor: {}" @@ -863,51 +854,40 @@ msgstr "Belirtilen url'den profil getirilemiyor: {}" msgid "Profiles must have unique name, but profile definitions with duplicate name found: {}" msgstr "Profiller benzersiz ada sahip olmalıdır, ancak yinelenen ada sahip profil tanımları bulundu: {}" -#, fuzzy msgid "Select one or more devices to use and configure" -msgstr "Kullanmak ve yapılandırmak için bir veya daha fazla sabit disk seçin" +msgstr "Kullanılacak ve yapılandırılacak bir veya daha fazla cihaz seçin" -#, fuzzy msgid "If you reset the device selection this will also reset the current disk layout. Are you sure?" -msgstr "Eğer sabit disk seçimini sıfırlarsanız bu ayrıca mevcut disk şemasını da sıfırlayacaktır. Emin misiniz?" +msgstr "Aygıt seçimini sıfırlarsanız, bu aynı zamanda geçerli disk düzenini de sıfırlayacaktır. Emin misiniz?" -#, fuzzy msgid "Existing Partitions" -msgstr "Disk bölümü ekleniyor…." +msgstr "Mevcut Bölmeler" -#, fuzzy msgid "Select a partitioning option" -msgstr "Disk bölümü sil" +msgstr "Bir bölümleme seçeneği belirleyin" -#, fuzzy msgid "Enter the root directory of the mounted devices: " -msgstr "Yapılandırma(lar)ın kaydedilmesi için bir dizin girin: " +msgstr "Takılı aygıtların kök dizinini girin: " -#, fuzzy msgid "Minimum capacity for /home partition: {}GiB\n" msgstr "/home disk bölümü için minimum kapasite: {}GiB\n" -#, fuzzy msgid "Minimum capacity for Arch Linux partition: {}GiB" msgstr "Arch Linux disk bölümü için minimum kapasite: {}GiB" -#, fuzzy +# “profiles_bck” bir yer tutucu olabilir. O yuzden sabit tuttum. msgid "This is a list of pre-programmed profiles_bck, they might make it easier to install things like desktop environments" -msgstr "Bu ön-programlanmış profillerin bir listesidir, bunlar masaüstü ortamları gibi şeyler kurmayı kolaylaştırabilir" +msgstr "Bu, önceden programlanmış profiles_bck listesidir, masaüstü ortamları gibi şeyleri yüklemeyi kolaylaştırabilirler" -#, fuzzy msgid "Current profile selection" msgstr "Mevcut disk bölümü düzeni" -#, fuzzy msgid "Remove all newly added partitions" msgstr "Yeni eklenen tüm disk bölümleri kaldırın" -#, fuzzy msgid "Assign mountpoint" msgstr "Bir disk bölümü için monte noktası ata" -#, fuzzy msgid "Mark/Unmark to be formatted (wipes data)" msgstr "Bir disk bölümünü biçimlendirilmek üzere işaretle/işareti kaldır (verileri siler)" @@ -917,15 +897,12 @@ msgstr "Önyüklenebilir olarak işaretle/işareti kaldır" msgid "Change filesystem" msgstr "Dosya sistemini değiştir" -#, fuzzy msgid "Mark/Unmark as compressed" -msgstr "Bir disk bölümünü sıkıştırılmış olarak işaretle/işareti kaldır (sadece btrfs)" +msgstr "Sıkıştırıldı olarak işaretle/işareti kaldır" -#, fuzzy msgid "Set subvolumes" msgstr "Alt disk bölümü ayarla" -#, fuzzy msgid "Delete partition" msgstr "Disk bölümü sil" @@ -935,12 +912,11 @@ msgstr "Disk bölümü" msgid "This partition is currently encrypted, to format it a filesystem has to be specified" msgstr "Bu disk bölümü şu anda şifrelenmiştir, biçimlendirmek için bir dosya sistemi belirtilmelidir" -#, fuzzy msgid "Partition mount-points are relative to inside the installation, the boot would be /boot as an example." -msgstr " * Disk bölümü mount (bağlantı) noktaları iç kurulumla ilişkilidir, örnek olarak boot, /boot olacaktır." +msgstr "Bölüm bağlama noktaları kurulumun içine görelidir, örnek olarak önyükleme /boot olacaktır." msgid "If mountpoint /boot is set, then the partition will also be marked as bootable." -msgstr "mountpoint /boot ayarlanmışsa, bölüm de önyüklenebilir olarak işaretlenecektir." +msgstr "Mountpoint /boot ayarlanmışsa, bölüm de önyüklenebilir olarak işaretlenecektir." msgid "Mountpoint: " msgstr "Bağlantı noktası: " @@ -948,17 +924,14 @@ msgstr "Bağlantı noktası: " msgid "Current free sectors on device {}:" msgstr "{} cihazındaki mevcut boş sektörler:" -#, fuzzy msgid "Total sectors: {}" -msgstr "Geçerli bir dizin değil: {}" +msgstr "Toplam sektörler: {}" -#, fuzzy msgid "Enter the start sector (default: {}): " -msgstr "Başlangıç kesimini girin (yüzde ya da blok numarası, varsayılan: {}): " +msgstr "Başlangıç sektörünü girin (varsayılan: {}): " -#, fuzzy msgid "Enter the end sector of the partition (percentage or block number, default: {}): " -msgstr "Disk bölümünün bitiş kesimini girin (yüzde ya da blok numarası, ör: {}): " +msgstr "Bölümün bitiş sektörünü girin (yüzde veya blok numarası, varsayılan: {}): " msgid "This will remove all newly added partitions, continue?" msgstr "Bu işlem yeni eklenmiş tüm bölümleri kaldıracaktır, devam edilsin?" @@ -969,9 +942,8 @@ msgstr "Bölüm yönetimi: {}" msgid "Total length: {}" msgstr "Toplam uzunluk: {}" -#, fuzzy msgid "Encryption type" -msgstr "Şifreleme parolası" +msgstr "Şifreleme türü" msgid "Partitions" msgstr "Disk bölümleri" @@ -979,9 +951,8 @@ msgstr "Disk bölümleri" msgid "No HSM devices available" msgstr "Kullanılabilir HSM cihazı yok" -#, fuzzy msgid "Partitions to be encrypted" -msgstr "Hangi disk bölümünün şifrelenmiş olarak işaretleneceğini seçin" +msgstr "Şifrelenecek bölümler" msgid "Select disk encryption option" msgstr "Disk şifreleme seçeneğini seçin" @@ -989,17 +960,14 @@ msgstr "Disk şifreleme seçeneğini seçin" msgid "Select a FIDO2 device to use for HSM" msgstr "HSM için kullanılacak bir FIDO2 cihazı seçin" -#, fuzzy msgid "Use a best-effort default partition layout" -msgstr "Bütün seçilmiş diskleri temizle ve elden gelen en iyi varsayılan disk bölümü düzenini kullan" +msgstr "En iyi çabayı gösteren bir varsayılan bölüm düzeni kullanın" -#, fuzzy msgid "Manual Partitioning" msgstr "Manuel yapılandırma" -#, fuzzy msgid "Pre-mounted configuration" -msgstr "Yapılandırma yok" +msgstr "Önceden monte edilmiş konfigürasyon" msgid "Unknown" msgstr "Bilinmeyen" @@ -1016,15 +984,12 @@ msgstr "← Geri" msgid "Disk encryption" msgstr "Disk şifrelemesi" -#, fuzzy msgid "Configuration" msgstr "Konfigürasyon" -#, fuzzy msgid "Password" msgstr "Şifre" -#, fuzzy msgid "All settings will be reset, are you sure?" msgstr "Bütün ayarlar sıfırlanacak, emin misiniz?" @@ -1040,36 +1005,29 @@ msgstr "Ortam türü: {}" msgid "The proprietary Nvidia driver is not supported by Sway. It is likely that you will run into issues, are you okay with that?" msgstr "Tescilli Nvidia sürücüsü Sway tarafından desteklenmiyor. Sorunlarla karşılaşmanız muhtemeldir, bu sizin için uygun mu?" -#, fuzzy msgid "Installed packages" -msgstr "İndirilmiş paketler" +msgstr "Yüklü paketler" -#, fuzzy msgid "Add profile" msgstr "Profil ekle" -#, fuzzy msgid "Edit profile" msgstr "Profil düzenle" -#, fuzzy msgid "Delete profile" msgstr "Profil sil" -#, fuzzy msgid "Profile name: " -msgstr "Profil ismi:" +msgstr "Profil ismi: " msgid "The profile name you entered is already in use. Try again" msgstr "Girdiğiniz profil adı zaten kullanılıyor. Tekrar deneyin" -#, fuzzy msgid "Packages to be install with this profile (space separated, leave blank to skip): " msgstr "Kurulacak ek paketleri yazınız (boşlukla ayrılmış, geçmek için boş bırakın): " -#, fuzzy msgid "Services to be enabled with this profile (space separated, leave blank to skip): " -msgstr "Kurulacak ek paketleri yazınız (boşlukla ayrılmış, geçmek için boş bırakın): " +msgstr "Bu profille etkinleştirilecek hizmetler (boşluk bırakılmış, atlamak için boş bırakın): " msgid "Should this profile be enabled for installation?" msgstr "Bu profil kurulum için etkinleştirilmeli mi?" @@ -1077,14 +1035,12 @@ msgstr "Bu profil kurulum için etkinleştirilmeli mi?" msgid "Create your own" msgstr "Kendinizinkini oluşturun" -#, fuzzy msgid "" "\n" "Select a graphics driver or leave blank to install all open-source drivers" msgstr "" "\n" -"\n" -"Bir grafik sürücüsü seçin ya da bütün açık-kaynak sürücüleri kurmak için boş bırakın" +"Bir grafik sürücüsü seçin veya tüm açık kaynak sürücülerini yüklemek için boş bırakın" msgid "Sway needs access to your seat (collection of hardware devices i.e. keyboard, mouse, etc)" msgstr "Sway'in seat'e erişmesi gerekir (klavye, fare vb. donanım aygıtlarının birleşimi)" @@ -1110,22 +1066,18 @@ msgstr "Lütfen hangi karşılayıcının kurulacağını seçin" msgid "This is a list of pre-programmed default_profiles" msgstr "Bu, önceden programlanmış default_profiles listesidir" -#, fuzzy msgid "Disk configuration" -msgstr "Yapılandırma yok" +msgstr "Disk yapılandırması" -#, fuzzy msgid "Profiles" msgstr "Profiller" msgid "Finding possible directories to save configuration files ..." msgstr "Yapılandırma dosyalarını kaydetmek için olası dizinler aranıyor..." -#, fuzzy msgid "Select directory (or directories) for saving configuration files" -msgstr "Kullanmak ve yapılandırmak için bir veya daha fazla sabit disk seçin" +msgstr "Yapılandırma dosyalarını kaydetmek için dizin (veya dizinler) seçin" -#, fuzzy msgid "Add a custom mirror" msgstr "Özel indirme sunucusu ekleyin" @@ -1135,19 +1087,15 @@ msgstr "Özel indirme sunucusunu değiştirin" msgid "Delete custom mirror" msgstr "Özel indirme sunucusunu silin" -#, fuzzy msgid "Enter name (leave blank to skip): " msgstr "İsim girin (geçmek için boş bırakın): " -#, fuzzy msgid "Enter url (leave blank to skip): " -msgstr "url girin (geçmek için boş bırakın): " +msgstr "Url girin (geçmek için boş bırakın): " -#, fuzzy msgid "Select signature check option" -msgstr "İmzalama kontrol opsiyonu seçin" +msgstr "İmza kontrolü seçeneğini seçin" -#, fuzzy msgid "Select signature option" msgstr "İmza seçeneğini seçin" @@ -1157,17 +1105,15 @@ msgstr "Kişisel depo aynası" msgid "Defined" msgstr "Tanımlı" -#, fuzzy msgid "Save user configuration (including disk layout)" msgstr "Kullanıcı konfigürasyonunu kaydet (Disk düzeni ile birlikte)" -#, fuzzy msgid "" "Enter a directory for the configuration(s) to be saved (tab completion enabled)\n" "Save directory: " msgstr "" -"Yapılandırma(lar)ın kaydedilmesi için bir dizin girin (tab ile tamamlama etkin)\n" -" " +"Kaydedilecek yapılandırma(lar) için bir dizin girin (sekme tamamlama etkin)\n" +"Dizini kaydet: " msgid "" "Do you want to save {} configuration file(s) in the following location?\n" @@ -1175,20 +1121,17 @@ msgid "" "{}" msgstr "{} konfigürasyon dosya(lar)ını gösterilen konuma kaydetmek ister miydiniz?" -#, fuzzy msgid "Saving {} configuration files to {}" msgstr "{} konfigürasyon dosyaları {} konumuna kaydediliyor" -#, fuzzy msgid "Mirrors" -msgstr "Depo sunucusu" +msgstr "Ayna sunucular" -#, fuzzy msgid "Mirror regions" -msgstr "Deop sunucusu bölgesi" +msgstr "Ayna sunucusu bölgesi" msgid " - Maximum value : {} ( Allows {} parallel downloads, allows {max_downloads+1} downloads at a time )" -msgstr "Maximum değer : {} ( {} paralel indirmelerine izin verir, Tek seferde {max_download+1} indirmeye izin verir.)" +msgstr " Maximum değer : {} ( {} paralel indirmelerine izin verir, Tek seferde {max_download+1} indirmeye izin verir.)" msgid "Invalid input! Try again with a valid input [1 to {}, or 0 to disable]" msgstr "Geçersiz girdi! Geçerli bir girdiyle tekrar deneyin [1 ila {} veya devre dışı bırakmak için 0]" @@ -1196,78 +1139,67 @@ msgstr "Geçersiz girdi! Geçerli bir girdiyle tekrar deneyin [1 ila {} veya dev msgid "Locales" msgstr "Yerel Ayarlar" -#, fuzzy msgid "Use NetworkManager (necessary to configure internet graphically in GNOME and KDE)" msgstr "NetworkManager'ı kullan (GNOME ya da KDE'de interneti grafik olarak yapılandırmak için gerekli)" -#, fuzzy msgid "Total: {} / {}" -msgstr "Toplam uzunluk: {}" +msgstr "Toplam: {} / {}" msgid "All entered values can be suffixed with a unit: B, KB, KiB, MB, MiB..." -msgstr "" +msgstr "Girilen tüm değerlerin sonuna bir birim eklenebilir: B, KB, KiB, MB, MiB…" msgid "If no unit is provided, the value is interpreted as sectors" -msgstr "" +msgstr "Herhangi bir birim belirtilmezse, değer sektörler olarak yorumlanır" -#, fuzzy msgid "Enter start (default: sector {}): " -msgstr "Başlangıç kesimini girin (yüzde ya da blok numarası, varsayılan: {}): " +msgstr "Başlangıç girin (varsayılan: sektör {}): " -#, fuzzy msgid "Enter end (default: {}): " -msgstr "Başlangıç kesimini girin (yüzde ya da blok numarası, varsayılan: {}): " +msgstr "Bitiş girin (varsayılan: {}): " msgid "Unable to determine fido2 devices. Is libfido2 installed?" -msgstr "" +msgstr "Fido2 cihazları belirlenemiyor. libfido2 yüklü mü?" msgid "Path" -msgstr "" +msgstr "Yol/Konum" msgid "Manufacturer" -msgstr "" +msgstr "Üretici firma" msgid "Product" -msgstr "" +msgstr "Ürün" -#, fuzzy, python-brace-format +#, python-brace-format msgid "Invalid configuration: {error}" -msgstr "Manuel yapılandırma" +msgstr "Geçersiz yapılandırma: {error}" msgid "Type" -msgstr "" +msgstr "Tür" -#, fuzzy msgid "This option enables the number of parallel downloads that can occur during package downloads" -msgstr "Bu seçenek, yükleme sırasında meydana gelebilecek paralel indirme sayısını etkinleştirir" +msgstr "Bu seçenek, paket indirmeleri sırasında oluşabilecek paralel indirme sayısını etkinleştirir" -#, fuzzy msgid "" "Enter the number of parallel downloads to be enabled.\n" "\n" "Note:\n" msgstr "" "Etkinleştirilecek paralel indirme sayısını girin.\n" -" (1 ile {max_downloads} arasında bir değer girin)\n" -"Not:" +"\n" +"Not:\n" -#, fuzzy msgid " - Maximum recommended value : {} ( Allows {} parallel downloads at a time )" -msgstr "- Maksimum değer : {} ( {} paralel indirmeye izin verir, bir seferde {} indirmeye izin verir)" +msgstr " - Önerilen maksimum değer : {} ( Bir seferde {} paralel indirmeye izin verir )" -#, fuzzy msgid " - Disable/Default : 0 ( Disables parallel downloading, allows only 1 download at a time )\n" -msgstr "- Devre Dışı Bırak/Varsayılan : 0 (Paralel indirmeyi devre dışı bırakır, aynı anda yalnızca 1 indirmeye izin verir)" +msgstr " - Devre Dışı / Varsayılan : 0 (Paralel indirmeyi devre dışı bırakır, bir seferde yalnızca 1 indirmeye izin verir)\n" -#, fuzzy msgid "Invalid input! Try again with a valid input [or 0 to disable]" -msgstr "Geçersiz girdi! Geçerli bir girdiyle tekrar deneyin [1 ila {} veya devre dışı bırakmak için 0]" +msgstr "Geçersiz girdi! Geçerli bir girişle [veya devre dışı bırakmak için 0 ile] tekrar deneyin" -#, fuzzy msgid "Hyprland needs access to your seat (collection of hardware devices i.e. keyboard, mouse, etc)" -msgstr "Sway'in seat'e erişmesi gerekir (klavye, fare vb. donanım aygıtlarının birleşimi)" +msgstr "Hyprland’in donanımlarınıza erişmesi gerekir (klavye, fare vb. donanım aygıtlarının toplanması)" -#, fuzzy msgid "" "\n" "\n" @@ -1275,4 +1207,4 @@ msgid "" msgstr "" "\n" "\n" -"Sway'in donanımınıza erişmesine izin vermek için bir seçenek belirleyin" +"Hyprland’e donanımınıza erişim izni vermek için bir seçenek belirleyin" -- cgit v1.2.3-54-g00ecf From 2394e64dc2d84df3de1616d166ea9fce9b9144cc Mon Sep 17 00:00:00 2001 From: T13nou <64090484+T13nou@users.noreply.github.com> Date: Wed, 27 Sep 2023 08:50:14 +0200 Subject: FR Translation updated (#2112) --- archinstall/locales/fr/LC_MESSAGES/base.po | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'archinstall/locales') diff --git a/archinstall/locales/fr/LC_MESSAGES/base.po b/archinstall/locales/fr/LC_MESSAGES/base.po index 3666eda9..fe15bfe3 100644 --- a/archinstall/locales/fr/LC_MESSAGES/base.po +++ b/archinstall/locales/fr/LC_MESSAGES/base.po @@ -2,8 +2,8 @@ msgid "" msgstr "" "Project-Id-Version: \n" "POT-Creation-Date: \n" -"PO-Revision-Date: \n" -"Last-Translator: Roxfr \n" +"PO-Revision-Date: 2023/09/25\n" +"Last-Translator: T13nou \n" "Language-Team: \n" "Language: fr\n" "MIME-Version: 1.0\n" @@ -1146,7 +1146,7 @@ msgid "All entered values can be suffixed with a unit: B, KB, KiB, MB, MiB..." msgstr "" msgid "If no unit is provided, the value is interpreted as sectors" -msgstr "" +msgstr "Si aucune unité n'est fournie, la valeur est interprétée comme des secteurs"" #, fuzzy msgid "Enter start (default: sector {}): " @@ -1157,23 +1157,23 @@ msgid "Enter end (default: {}): " msgstr "Saisir le secteur de départ (par défaut : {}) : " msgid "Unable to determine fido2 devices. Is libfido2 installed?" -msgstr "" +msgstr "Impossible de déterminer les appareils fido2. Est-ce que libfido2 est installé ?" msgid "Path" -msgstr "" +msgstr "Chemin" msgid "Manufacturer" -msgstr "" +msgstr "Fabricant" msgid "Product" -msgstr "" +msgstr "Produit" #, fuzzy, python-brace-format msgid "Invalid configuration: {error}" msgstr "Configuration manuelle" msgid "Type" -msgstr "" +msgstr "Type" #, fuzzy msgid "This option enables the number of parallel downloads that can occur during package downloads" -- cgit v1.2.3-54-g00ecf From 1e296b263714017596beeca27744a51c75f29504 Mon Sep 17 00:00:00 2001 From: Daniel Girtler Date: Thu, 28 Sep 2023 08:44:18 +1000 Subject: Fix 2118 (#2119) * Update locales generation * Update README * Disable translation check --------- Co-authored-by: Daniel Girtler --- .github/workflows/translation-check.yaml | 56 ++++++++++++++++---------------- README.md | 8 +++++ archinstall/locales/README.md | 10 +++--- archinstall/locales/locales_generator.sh | 43 ++++++++++++++++++++++-- 4 files changed, 81 insertions(+), 36 deletions(-) (limited to 'archinstall/locales') diff --git a/.github/workflows/translation-check.yaml b/.github/workflows/translation-check.yaml index c0abbaa6..188eeeb8 100644 --- a/.github/workflows/translation-check.yaml +++ b/.github/workflows/translation-check.yaml @@ -1,28 +1,28 @@ -on: - push: - paths: - - 'archinstall/locales/**' - pull_request: - paths: - - 'archinstall/locales/**' -name: Verify local_generate script was run on translation changes -jobs: - translation-check: - runs-on: ubuntu-latest - container: - image: archlinux:latest - steps: - - uses: actions/checkout@v4 - - run: pacman --noconfirm -Syu python git diffutils - - name: Verify all translation scripts are up to date - run: | - cd .. - cp -r archinstall archinstall_orig - cd archinstall/archinstall/locales - bash locales_generator.sh 1> /dev/null - cd ../../.. - git diff \ - --quiet --no-index --name-only \ - archinstall_orig/archinstall/locales \ - archinstall/archinstall/locales \ - || (echo "Translation files have not been updated after translation, please run ./locales_generator.sh once more and commit" && exit 1) +#on: +# push: +# paths: +# - 'archinstall/locales/**' +# pull_request: +# paths: +# - 'archinstall/locales/**' +#name: Verify local_generate script was run on translation changes +#jobs: +# translation-check: +# runs-on: ubuntu-latest +# container: +# image: archlinux:latest +# steps: +# - uses: actions/checkout@v4 +# - run: pacman --noconfirm -Syu python git diffutils +# - name: Verify all translation scripts are up to date +# run: | +# cd .. +# cp -r archinstall archinstall_orig +# cd archinstall/archinstall/locales +# bash locales_generator.sh 1> /dev/null +# cd ../../.. +# git diff \ +# --quiet --no-index --name-only \ +# archinstall_orig/archinstall/locales \ +# archinstall/archinstall/locales \ +# || (echo "Translation files have not been updated after translation, please run ./locales_generator.sh once more and commit" && exit 1) diff --git a/README.md b/README.md index 5c799116..741d57e7 100644 --- a/README.md +++ b/README.md @@ -73,6 +73,14 @@ how much has been translated. Any contributions to the translations are more than welcome, to get started please follow [the guide](https://github.com/archlinux/archinstall/blob/master/archinstall/locales/README.md) +## Fonts +The ISO does not ship with ship with all fonts needed for different languages. +Fonts that are using a different character set than Latin will not be displayed correctly. If those languages +want to be selected than a proper font has to be set manually in the console. + +All available console fonts can be found in `/usr/share/kbd/consolefonts` and can be set with `setfont LatGrkCyr-8x16`. + + # Scripting your own installation ## Scripting interactive installation diff --git a/archinstall/locales/README.md b/archinstall/locales/README.md index e1266209..de1aa83a 100644 --- a/archinstall/locales/README.md +++ b/archinstall/locales/README.md @@ -14,15 +14,15 @@ can be set with `setfont LatGrkCyr-8x16` ## Adding new languages -New languages can be added simply by creating a new folder with the proper language abbreviation (see list `languages.json` if unsure). +New languages can be added simply by creating a new folder with the proper language abbreviation (see list `languages.json` if unsure). Run the following command to create a new template for a language ``` mkdir -p /LC_MESSAGES/ && touch /LC_MESSAGES/base.po ``` -After that run the script `./locales_generator.sh` it will automatically populate the new `base.po` file with the strings that -need to be translated into the new language. -For example the `base.po` might contain something like the following now +After that run the script `./locales_generator.sh ` it will automatically populate the new `base.po` file with the strings that +need to be translated into the new language. +For example the `base.po` might contain something like the following now ``` #: lib/user_interaction.py:82 msgid "Do you really want to abort?" @@ -30,7 +30,7 @@ msgstr "" ``` The `msgid` is the identifier of the string in the code as well as the default text to be displayed, meaning that if no -translation is provided for a language then this is the text that is going to be shown. +translation is provided for a language then this is the text that is going to be shown. To perform translations for a language this file can be edited manually or the neat `poedit` can be used (https://poedit.net/). If editing the file manually, write the translation in the `msgstr` part diff --git a/archinstall/locales/locales_generator.sh b/archinstall/locales/locales_generator.sh index cdd5be31..5386c3e6 100755 --- a/archinstall/locales/locales_generator.sh +++ b/archinstall/locales/locales_generator.sh @@ -2,11 +2,48 @@ cd $(dirname "$0")/.. -find . -type f -iname "*.py" | xargs xgettext --join-existing --no-location --omit-header -d base -o locales/base.pot +function update_lang() { + file=$1 -for file in $(find locales/ -name "base.po"); do echo "Updating: $file" path=$(dirname $file) msgmerge --quiet --no-location --width 512 --backup none --update $file locales/base.pot msgfmt -o $path/base.mo $file -done +} + + +function generate_all() { + for file in $(find locales/ -name "base.po"); do + update_lang "$file" + done +} + +function generate_single_lang() { + lang_file="locales/$1/LC_MESSAGES/base.po" + + if [ ! -f "$lang_file" ]; then + echo "Language files not found: $lang_file" + exit 1 + fi + + update_lang "$lang_file" +} + + + +if [ $# -eq 0 ] + then + echo "Usage: locales_generator.sh " + exit 1 +fi + +lang=$1 + +# Update the base file containing all translatable string +find . -type f -iname "*.py" | xargs xgettext --join-existing --no-location --omit-header -d base -o locales/base.pot + +case "$lang" in + "all") generate_all + ;; + *) generate_single_lang "$lang" +esac -- cgit v1.2.3-54-g00ecf From a78ab490bef63fabaf8064bd139c4144786f9b20 Mon Sep 17 00:00:00 2001 From: Anton Hvornum Date: Sat, 30 Sep 2023 15:56:22 +0200 Subject: Bumping version to: v2.6.3 (#2135) --- archinstall/__init__.py | 2 +- archinstall/locales/ar/LC_MESSAGES/base.po | 3 +++ archinstall/locales/base.pot | 4 ++++ archinstall/locales/cs/LC_MESSAGES/base.po | 3 +++ archinstall/locales/de/LC_MESSAGES/base.po | 3 +++ archinstall/locales/el/LC_MESSAGES/base.po | 3 +++ archinstall/locales/en/LC_MESSAGES/base.po | 3 +++ archinstall/locales/es/LC_MESSAGES/base.po | 4 ++++ archinstall/locales/et/LC_MESSAGES/base.po | 3 +++ archinstall/locales/id/LC_MESSAGES/base.po | 3 +++ archinstall/locales/it/LC_MESSAGES/base.po | 3 +++ archinstall/locales/ka/LC_MESSAGES/base.po | 3 +++ archinstall/locales/ko/LC_MESSAGES/base.po | 3 +++ archinstall/locales/nl/LC_MESSAGES/base.po | 3 +++ archinstall/locales/pl/LC_MESSAGES/base.po | 3 +++ archinstall/locales/pt/LC_MESSAGES/base.po | 4 ++++ archinstall/locales/pt_BR/LC_MESSAGES/base.po | 3 +++ archinstall/locales/ro/LC_MESSAGES/base.po | 4 ++++ archinstall/locales/ru/LC_MESSAGES/base.po | 3 +++ archinstall/locales/sv/LC_MESSAGES/base.po | 3 +++ archinstall/locales/ta/LC_MESSAGES/base.po | 4 ++++ archinstall/locales/tr/LC_MESSAGES/base.po | 4 ++++ archinstall/locales/uk/LC_MESSAGES/base.po | 3 +++ archinstall/locales/ur/LC_MESSAGES/base.po | 3 +++ archinstall/locales/zh-CN/LC_MESSAGES/base.po | 3 +++ archinstall/locales/zh-TW/LC_MESSAGES/base.po | 3 +++ 26 files changed, 82 insertions(+), 1 deletion(-) (limited to 'archinstall/locales') diff --git a/archinstall/__init__.py b/archinstall/__init__.py index 9bf747c6..07b85f96 100644 --- a/archinstall/__init__.py +++ b/archinstall/__init__.py @@ -39,7 +39,7 @@ if TYPE_CHECKING: _: Any -__version__ = "2.6.2" +__version__ = "2.6.3" storage['__version__'] = __version__ diff --git a/archinstall/locales/ar/LC_MESSAGES/base.po b/archinstall/locales/ar/LC_MESSAGES/base.po index 88fedf65..aca71ae0 100644 --- a/archinstall/locales/ar/LC_MESSAGES/base.po +++ b/archinstall/locales/ar/LC_MESSAGES/base.po @@ -1151,3 +1151,6 @@ msgid "" "\n" "Choose an option to give Hyprland access to your hardware" msgstr "" + +msgid "All entered values can be suffixed with a unit: %, B, KB, KiB, MB, MiB..." +msgstr "" diff --git a/archinstall/locales/base.pot b/archinstall/locales/base.pot index 7ab331c3..dda2fe4c 100644 --- a/archinstall/locales/base.pot +++ b/archinstall/locales/base.pot @@ -1229,3 +1229,7 @@ msgid "" "\n" "Choose an option to give Hyprland access to your hardware" msgstr "" + +msgid "" +"All entered values can be suffixed with a unit: %, B, KB, KiB, MB, MiB..." +msgstr "" diff --git a/archinstall/locales/cs/LC_MESSAGES/base.po b/archinstall/locales/cs/LC_MESSAGES/base.po index 29cb405a..e8115e9e 100644 --- a/archinstall/locales/cs/LC_MESSAGES/base.po +++ b/archinstall/locales/cs/LC_MESSAGES/base.po @@ -1247,3 +1247,6 @@ msgid "" "\n" "Choose an option to give Hyprland access to your hardware" msgstr "" + +msgid "All entered values can be suffixed with a unit: %, B, KB, KiB, MB, MiB..." +msgstr "" diff --git a/archinstall/locales/de/LC_MESSAGES/base.po b/archinstall/locales/de/LC_MESSAGES/base.po index 285eddb1..8292d7ae 100644 --- a/archinstall/locales/de/LC_MESSAGES/base.po +++ b/archinstall/locales/de/LC_MESSAGES/base.po @@ -1215,3 +1215,6 @@ msgstr "" "\n" "\n" "Option auswählen, um Sway Zugriff auf deine Hardware zu geben" + +msgid "All entered values can be suffixed with a unit: %, B, KB, KiB, MB, MiB..." +msgstr "" diff --git a/archinstall/locales/el/LC_MESSAGES/base.po b/archinstall/locales/el/LC_MESSAGES/base.po index 2a603b37..f5a07f52 100644 --- a/archinstall/locales/el/LC_MESSAGES/base.po +++ b/archinstall/locales/el/LC_MESSAGES/base.po @@ -1254,3 +1254,6 @@ msgid "" "\n" "Choose an option to give Hyprland access to your hardware" msgstr "" + +msgid "All entered values can be suffixed with a unit: %, B, KB, KiB, MB, MiB..." +msgstr "" diff --git a/archinstall/locales/en/LC_MESSAGES/base.po b/archinstall/locales/en/LC_MESSAGES/base.po index 116839fc..a225b70b 100644 --- a/archinstall/locales/en/LC_MESSAGES/base.po +++ b/archinstall/locales/en/LC_MESSAGES/base.po @@ -1139,3 +1139,6 @@ msgid "" "\n" "Choose an option to give Hyprland access to your hardware" msgstr "" + +msgid "All entered values can be suffixed with a unit: %, B, KB, KiB, MB, MiB..." +msgstr "" diff --git a/archinstall/locales/es/LC_MESSAGES/base.po b/archinstall/locales/es/LC_MESSAGES/base.po index fe447b22..ca0c2513 100644 --- a/archinstall/locales/es/LC_MESSAGES/base.po +++ b/archinstall/locales/es/LC_MESSAGES/base.po @@ -1267,6 +1267,10 @@ msgstr "" "\n" "Elija una opción para darle a Sway acceso a su hardware" +#, fuzzy +msgid "All entered values can be suffixed with a unit: %, B, KB, KiB, MB, MiB..." +msgstr "Todos los valores ingresados pueden tener una unidad como sufijo: B, KB, KiB, MB, MiB ..." + #~ msgid "Add :" #~ msgstr "Añadir :" diff --git a/archinstall/locales/et/LC_MESSAGES/base.po b/archinstall/locales/et/LC_MESSAGES/base.po index 60c616c7..66e40fe2 100644 --- a/archinstall/locales/et/LC_MESSAGES/base.po +++ b/archinstall/locales/et/LC_MESSAGES/base.po @@ -1232,3 +1232,6 @@ msgstr "" "\n" "\n" "Valige valik, et anda Sway'le juurdepääs teie riistvarale" + +msgid "All entered values can be suffixed with a unit: %, B, KB, KiB, MB, MiB..." +msgstr "" diff --git a/archinstall/locales/id/LC_MESSAGES/base.po b/archinstall/locales/id/LC_MESSAGES/base.po index fcd089ac..a5ae2b5b 100644 --- a/archinstall/locales/id/LC_MESSAGES/base.po +++ b/archinstall/locales/id/LC_MESSAGES/base.po @@ -1253,3 +1253,6 @@ msgid "" "\n" "Choose an option to give Hyprland access to your hardware" msgstr "" + +msgid "All entered values can be suffixed with a unit: %, B, KB, KiB, MB, MiB..." +msgstr "" diff --git a/archinstall/locales/it/LC_MESSAGES/base.po b/archinstall/locales/it/LC_MESSAGES/base.po index 8f721d0c..cc4e0ec6 100644 --- a/archinstall/locales/it/LC_MESSAGES/base.po +++ b/archinstall/locales/it/LC_MESSAGES/base.po @@ -1253,3 +1253,6 @@ msgid "" "\n" "Choose an option to give Hyprland access to your hardware" msgstr "" + +msgid "All entered values can be suffixed with a unit: %, B, KB, KiB, MB, MiB..." +msgstr "" diff --git a/archinstall/locales/ka/LC_MESSAGES/base.po b/archinstall/locales/ka/LC_MESSAGES/base.po index d2bd3f9c..e6994fe8 100644 --- a/archinstall/locales/ka/LC_MESSAGES/base.po +++ b/archinstall/locales/ka/LC_MESSAGES/base.po @@ -1252,3 +1252,6 @@ msgid "" "\n" "Choose an option to give Hyprland access to your hardware" msgstr "" + +msgid "All entered values can be suffixed with a unit: %, B, KB, KiB, MB, MiB..." +msgstr "" diff --git a/archinstall/locales/ko/LC_MESSAGES/base.po b/archinstall/locales/ko/LC_MESSAGES/base.po index e7e6ddee..ac29631a 100644 --- a/archinstall/locales/ko/LC_MESSAGES/base.po +++ b/archinstall/locales/ko/LC_MESSAGES/base.po @@ -1254,3 +1254,6 @@ msgid "" "\n" "Choose an option to give Hyprland access to your hardware" msgstr "" + +msgid "All entered values can be suffixed with a unit: %, B, KB, KiB, MB, MiB..." +msgstr "" diff --git a/archinstall/locales/nl/LC_MESSAGES/base.po b/archinstall/locales/nl/LC_MESSAGES/base.po index 5b38511e..6ec26221 100644 --- a/archinstall/locales/nl/LC_MESSAGES/base.po +++ b/archinstall/locales/nl/LC_MESSAGES/base.po @@ -1270,6 +1270,9 @@ msgid "" "Choose an option to give Hyprland access to your hardware" msgstr "" +msgid "All entered values can be suffixed with a unit: %, B, KB, KiB, MB, MiB..." +msgstr "" + #~ msgid "Add :" #~ msgstr "Toevoegen:" diff --git a/archinstall/locales/pl/LC_MESSAGES/base.po b/archinstall/locales/pl/LC_MESSAGES/base.po index b1971216..4a673027 100644 --- a/archinstall/locales/pl/LC_MESSAGES/base.po +++ b/archinstall/locales/pl/LC_MESSAGES/base.po @@ -1251,6 +1251,9 @@ msgid "" "Choose an option to give Hyprland access to your hardware" msgstr "" +msgid "All entered values can be suffixed with a unit: %, B, KB, KiB, MB, MiB..." +msgstr "" + #~ msgid "When picking a directory to save configuration files to, by default we will ignore the following folders: " #~ msgstr "Podczas wybierania katalogu do zapisywania plików konfiguracyjnych, domyślnie ignorowane są następujące foldery: " diff --git a/archinstall/locales/pt/LC_MESSAGES/base.po b/archinstall/locales/pt/LC_MESSAGES/base.po index 54fd3cb8..555127e1 100644 --- a/archinstall/locales/pt/LC_MESSAGES/base.po +++ b/archinstall/locales/pt/LC_MESSAGES/base.po @@ -1212,6 +1212,10 @@ msgstr "" "\n" "Selecionar uma opção para permitir o acesso do Sway ao seu hardware" +#, fuzzy +msgid "All entered values can be suffixed with a unit: %, B, KB, KiB, MB, MiB..." +msgstr "Todos os valores inseridos podem ser sufixados com uma unidade: B, KB, KiB, MB, MiB..." + #~ msgid "Add :" #~ msgstr "Adicionar :" diff --git a/archinstall/locales/pt_BR/LC_MESSAGES/base.po b/archinstall/locales/pt_BR/LC_MESSAGES/base.po index 164cc35f..9a72c32a 100644 --- a/archinstall/locales/pt_BR/LC_MESSAGES/base.po +++ b/archinstall/locales/pt_BR/LC_MESSAGES/base.po @@ -1228,5 +1228,8 @@ msgstr "" "\n" "Selecione uma opção para permitir o acesso do Sway ao seu hardware" +msgid "All entered values can be suffixed with a unit: %, B, KB, KiB, MB, MiB..." +msgstr "" + #~ msgid "When picking a directory to save configuration files to, by default we will ignore the following folders: " #~ msgstr "Ao selecionar um diretório para salvar arquivos de configuração, por padrão nós ignoramos as seguintes pastas: " diff --git a/archinstall/locales/ro/LC_MESSAGES/base.po b/archinstall/locales/ro/LC_MESSAGES/base.po index 98384c4f..ab90314c 100644 --- a/archinstall/locales/ro/LC_MESSAGES/base.po +++ b/archinstall/locales/ro/LC_MESSAGES/base.po @@ -1206,3 +1206,7 @@ msgstr "" "\n" "\n" "Alegeți o opțiune pentru a acorda acces lui Sway la hardware" + +#, fuzzy +msgid "All entered values can be suffixed with a unit: %, B, KB, KiB, MB, MiB..." +msgstr "Toate valorile introduse pot fi notate cu unități precum: B, KB, KiB, MB, MiB ..." diff --git a/archinstall/locales/ru/LC_MESSAGES/base.po b/archinstall/locales/ru/LC_MESSAGES/base.po index 58a2488f..2cde9180 100644 --- a/archinstall/locales/ru/LC_MESSAGES/base.po +++ b/archinstall/locales/ru/LC_MESSAGES/base.po @@ -1215,3 +1215,6 @@ msgstr "" "\n" "\n" "Выберите опцию, чтобы предоставить Sway доступ к вашему оборудованию" + +msgid "All entered values can be suffixed with a unit: %, B, KB, KiB, MB, MiB..." +msgstr "" diff --git a/archinstall/locales/sv/LC_MESSAGES/base.po b/archinstall/locales/sv/LC_MESSAGES/base.po index 80bd99ba..c0aac646 100644 --- a/archinstall/locales/sv/LC_MESSAGES/base.po +++ b/archinstall/locales/sv/LC_MESSAGES/base.po @@ -1253,3 +1253,6 @@ msgid "" "\n" "Choose an option to give Hyprland access to your hardware" msgstr "" + +msgid "All entered values can be suffixed with a unit: %, B, KB, KiB, MB, MiB..." +msgstr "" diff --git a/archinstall/locales/ta/LC_MESSAGES/base.po b/archinstall/locales/ta/LC_MESSAGES/base.po index e408bf2d..57437bfe 100644 --- a/archinstall/locales/ta/LC_MESSAGES/base.po +++ b/archinstall/locales/ta/LC_MESSAGES/base.po @@ -1208,3 +1208,7 @@ msgstr "" "\n" "\n" "உங்கள் வன்பொருளுக்கான அணுகலை வழங்குவதற்கான விருப்பத்தைத் தேர்வுசெய்யவும்" + +#, fuzzy +msgid "All entered values can be suffixed with a unit: %, B, KB, KiB, MB, MiB..." +msgstr "உள்ளிடப்பட்ட அனைத்து மதிப்புகளையும் ஒரு அலகுடன் பின்னொட்டு இடலாம்: B, KB, KiB, MB, MiB..." diff --git a/archinstall/locales/tr/LC_MESSAGES/base.po b/archinstall/locales/tr/LC_MESSAGES/base.po index add12ffd..45888494 100644 --- a/archinstall/locales/tr/LC_MESSAGES/base.po +++ b/archinstall/locales/tr/LC_MESSAGES/base.po @@ -1208,3 +1208,7 @@ msgstr "" "\n" "\n" "Hyprland’e donanımınıza erişim izni vermek için bir seçenek belirleyin" + +#, fuzzy +msgid "All entered values can be suffixed with a unit: %, B, KB, KiB, MB, MiB..." +msgstr "Girilen tüm değerlerin sonuna bir birim eklenebilir: B, KB, KiB, MB, MiB…" diff --git a/archinstall/locales/uk/LC_MESSAGES/base.po b/archinstall/locales/uk/LC_MESSAGES/base.po index 0573cf51..afa16540 100644 --- a/archinstall/locales/uk/LC_MESSAGES/base.po +++ b/archinstall/locales/uk/LC_MESSAGES/base.po @@ -1251,3 +1251,6 @@ msgid "" "\n" "Choose an option to give Hyprland access to your hardware" msgstr "" + +msgid "All entered values can be suffixed with a unit: %, B, KB, KiB, MB, MiB..." +msgstr "" diff --git a/archinstall/locales/ur/LC_MESSAGES/base.po b/archinstall/locales/ur/LC_MESSAGES/base.po index 1cbbefed..fbb906ff 100644 --- a/archinstall/locales/ur/LC_MESSAGES/base.po +++ b/archinstall/locales/ur/LC_MESSAGES/base.po @@ -1273,6 +1273,9 @@ msgid "" "Choose an option to give Hyprland access to your hardware" msgstr "" +msgid "All entered values can be suffixed with a unit: %, B, KB, KiB, MB, MiB..." +msgstr "" + #~ msgid "Add :" #~ msgstr "شامل:" diff --git a/archinstall/locales/zh-CN/LC_MESSAGES/base.po b/archinstall/locales/zh-CN/LC_MESSAGES/base.po index c92f5e6b..4c620836 100644 --- a/archinstall/locales/zh-CN/LC_MESSAGES/base.po +++ b/archinstall/locales/zh-CN/LC_MESSAGES/base.po @@ -1213,3 +1213,6 @@ msgstr "" "\n" "\n" "选择一个选项来给 Sway 提供对您硬件的访问权限" + +msgid "All entered values can be suffixed with a unit: %, B, KB, KiB, MB, MiB..." +msgstr "" diff --git a/archinstall/locales/zh-TW/LC_MESSAGES/base.po b/archinstall/locales/zh-TW/LC_MESSAGES/base.po index 9e98f3d9..6befb3c4 100644 --- a/archinstall/locales/zh-TW/LC_MESSAGES/base.po +++ b/archinstall/locales/zh-TW/LC_MESSAGES/base.po @@ -1223,3 +1223,6 @@ msgstr "" "\n" "\n" "選擇一個選項以提供 Sway 對您硬件的訪問權限" + +msgid "All entered values can be suffixed with a unit: %, B, KB, KiB, MB, MiB..." +msgstr "" -- cgit v1.2.3-54-g00ecf From a34e374634ce991061d3226db92d1327f2283e54 Mon Sep 17 00:00:00 2001 From: "K.B.Dharun Krishna" Date: Sun, 1 Oct 2023 02:27:35 +0530 Subject: po: update Tamil translation (#2105) * po: update Tamil translation * po: update translation files * po: update translation files, Tamil translation * Revert "po: update translation files, Tamil translation" This reverts commit 98ef415138a23151a3dad9f4a846114427d9db36. * po: update Tamil translation --------- Signed-off-by: K.B.Dharun Krishna --- archinstall/locales/fr/LC_MESSAGES/base.po | 3 +++ archinstall/locales/ta/LC_MESSAGES/base.mo | Bin 69508 -> 70504 bytes archinstall/locales/ta/LC_MESSAGES/base.po | 9 +++------ 3 files changed, 6 insertions(+), 6 deletions(-) (limited to 'archinstall/locales') diff --git a/archinstall/locales/fr/LC_MESSAGES/base.po b/archinstall/locales/fr/LC_MESSAGES/base.po index fe15bfe3..ab95c979 100644 --- a/archinstall/locales/fr/LC_MESSAGES/base.po +++ b/archinstall/locales/fr/LC_MESSAGES/base.po @@ -1215,6 +1215,9 @@ msgstr "" "\n" "Choisir une option pour permettre à Sway d'accéder à votre matériel" +msgid "All entered values can be suffixed with a unit: %, B, KB, KiB, MB, MiB..." +msgstr "" + #, python-brace-format #~ msgid "Edit {origkey} :" #~ msgstr "Modifier {origkey} :" diff --git a/archinstall/locales/ta/LC_MESSAGES/base.mo b/archinstall/locales/ta/LC_MESSAGES/base.mo index c6cade73..677b72c9 100644 Binary files a/archinstall/locales/ta/LC_MESSAGES/base.mo and b/archinstall/locales/ta/LC_MESSAGES/base.mo differ diff --git a/archinstall/locales/ta/LC_MESSAGES/base.po b/archinstall/locales/ta/LC_MESSAGES/base.po index 57437bfe..3c107d4a 100644 --- a/archinstall/locales/ta/LC_MESSAGES/base.po +++ b/archinstall/locales/ta/LC_MESSAGES/base.po @@ -1195,11 +1195,9 @@ msgstr " - முடக்கு/இயல்புநிலை: 0 (இணை msgid "Invalid input! Try again with a valid input [or 0 to disable]" msgstr "தவறான உள்ளீடு! சரியான உள்ளீட்டுடன் மீண்டும் முயற்சிக்கவும் [அல்லது முடக்க 0]" -#, fuzzy msgid "Hyprland needs access to your seat (collection of hardware devices i.e. keyboard, mouse, etc)" -msgstr "ஸ்வேக்கு உங்கள் இருக்கைக்கான அணுகல் தேவை (வன்பொருள் சாதனங்களின் சேகரிப்பு அதாவது விசைப்பலகை, சுட்டி போன்றவை)" +msgstr "Hyprland க்கு உங்கள் இருக்கைக்கான அணுகல் தேவை (வன்பொருள் சாதனங்களின் சேகரிப்பு அதாவது விசைப்பலகை, சுட்டி போன்றவை)" -#, fuzzy msgid "" "\n" "\n" @@ -1207,8 +1205,7 @@ msgid "" msgstr "" "\n" "\n" -"உங்கள் வன்பொருளுக்கான அணுகலை வழங்குவதற்கான விருப்பத்தைத் தேர்வுசெய்யவும்" +"உங்கள் வன்பொருளுக்கு Hypland அணுகலை வழங்குவதற்கான விருப்பத்தைத் தேர்வு செய்யவும்" -#, fuzzy msgid "All entered values can be suffixed with a unit: %, B, KB, KiB, MB, MiB..." -msgstr "உள்ளிடப்பட்ட அனைத்து மதிப்புகளையும் ஒரு அலகுடன் பின்னொட்டு இடலாம்: B, KB, KiB, MB, MiB..." +msgstr "உள்ளிடப்பட்ட அனைத்து மதிப்புகளையும் ஒரு அலகுடன் பின்னொட்டு இடலாம்: %, B, KB, KiB, MB, MiB..." -- cgit v1.2.3-54-g00ecf From 66fd201045e5b59adc8f5d352ab78956ce4dcb91 Mon Sep 17 00:00:00 2001 From: Alexmelman88 <99257010+Alexmelman88@users.noreply.github.com> Date: Sun, 1 Oct 2023 12:51:04 +0300 Subject: Update Russian translation (#2136) --- archinstall/locales/ru/LC_MESSAGES/base.mo | Bin 49500 -> 52869 bytes archinstall/locales/ru/LC_MESSAGES/base.po | 549 ++++++++++++++++++++--------- 2 files changed, 391 insertions(+), 158 deletions(-) (limited to 'archinstall/locales') diff --git a/archinstall/locales/ru/LC_MESSAGES/base.mo b/archinstall/locales/ru/LC_MESSAGES/base.mo index e0e227db..908eba6c 100644 Binary files a/archinstall/locales/ru/LC_MESSAGES/base.mo and b/archinstall/locales/ru/LC_MESSAGES/base.mo differ diff --git a/archinstall/locales/ru/LC_MESSAGES/base.po b/archinstall/locales/ru/LC_MESSAGES/base.po index 2cde9180..dd308a5a 100644 --- a/archinstall/locales/ru/LC_MESSAGES/base.po +++ b/archinstall/locales/ru/LC_MESSAGES/base.po @@ -9,14 +9,19 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<12 || n%100>14) ? 1 : 2);\n" +"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && " +"n%10<=4 && (n%100<12 || n%100>14) ? 1 : 2);\n" "X-Generator: Poedit 3.3.2\n" msgid "[!] A log file has been created here: {} {}" msgstr "[!] Здесь был создан файл журнала: {} {}" -msgid " Please submit this issue (and file) to https://github.com/archlinux/archinstall/issues" -msgstr " Пожалуйста, отправьте эту проблему (и файл) по адресу https://github.com/archlinux/archinstall/issues" +msgid "" +" Please submit this issue (and file) to https://github.com/archlinux/" +"archinstall/issues" +msgstr "" +" Пожалуйста, отправьте эту проблему (и файл) по адресу https://github.com/" +"archlinux/archinstall/issues" msgid "Do you really want to abort?" msgstr "Вы действительно хотите прекратить?" @@ -31,10 +36,13 @@ msgid "Desired hostname for the installation: " msgstr "Желаемое имя хоста для установки: " msgid "Username for required superuser with sudo privileges: " -msgstr "Имя пользователя для требуемого суперпользователя с привилегиями sudo: " +msgstr "" +"Имя пользователя для требуемого суперпользователя с привилегиями sudo: " msgid "Any additional users to install (leave blank for no users): " -msgstr "Любые дополнительные пользователи для установки (оставьте пустым, если пользователей нет): " +msgstr "" +"Любые дополнительные пользователи для установки (оставьте пустым, если " +"пользователей нет): " msgid "Should this user be a superuser (sudoer)?" msgstr "Должен ли этот пользователь быть суперпользователем (sudoer)?" @@ -51,38 +59,59 @@ msgstr "Выберите загрузчик" msgid "Choose an audio server" msgstr "Выберите звуковой сервер" -msgid "Only packages such as base, base-devel, linux, linux-firmware, efibootmgr and optional profile packages are installed." -msgstr "Устанавливаются только такие пакеты, как base, base-devel, linux, linux-firmware, efibootmgr и дополнительные пакеты профиля." +msgid "" +"Only packages such as base, base-devel, linux, linux-firmware, efibootmgr " +"and optional profile packages are installed." +msgstr "" +"Устанавливаются только такие пакеты, как base, base-devel, linux, linux-" +"firmware, efibootmgr и дополнительные пакеты профиля." -msgid "If you desire a web browser, such as firefox or chromium, you may specify it in the following prompt." -msgstr "Если вы хотите использовать веб-браузер, например, firefox или chromium, вы можете указать его в следующем запросе." +msgid "" +"If you desire a web browser, such as firefox or chromium, you may specify it " +"in the following prompt." +msgstr "" +"Если вы хотите использовать веб-браузер, например, firefox или chromium, вы " +"можете указать его в следующем запросе." -msgid "Write additional packages to install (space separated, leave blank to skip): " -msgstr "Напишите дополнительные пакеты для установки (разделите пробелами, оставьте пустым, чтобы пропустить): " +msgid "" +"Write additional packages to install (space separated, leave blank to skip): " +msgstr "" +"Напишите дополнительные пакеты для установки (разделите пробелами, оставьте " +"пустым, чтобы пропустить): " msgid "Copy ISO network configuration to installation" msgstr "Копировать сетевую конфигурацию ISO в установку" -msgid "Use NetworkManager (necessary for configuring internet graphically in GNOME and KDE)" -msgstr "Использовать NetworkManager (необходим для графической настройки интернета в GNOME и KDE)" +msgid "" +"Use NetworkManager (necessary for configuring internet graphically in GNOME " +"and KDE)" +msgstr "" +"Использовать NetworkManager (необходим для графической настройки интернета в " +"GNOME и KDE)" msgid "Select one network interface to configure" msgstr "Выберите один сетевой интерфейс для настройки" -msgid "Select which mode to configure for \"{}\" or skip to use default mode \"{}\"" -msgstr "Выберите режим для конфигурации \"{}\" или пропустите, чтобы использовать режим по умолчанию \"{}\"." +msgid "" +"Select which mode to configure for \"{}\" or skip to use default mode \"{}\"" +msgstr "" +"Выберите режим для конфигурации \"{}\" или пропустите, чтобы использовать " +"режим по умолчанию \"{}\"." msgid "Enter the IP and subnet for {} (example: 192.168.0.5/24): " msgstr "Введите IP-адрес и подсеть для {} (пример: 192.168.0.5/24): " msgid "Enter your gateway (router) IP address or leave blank for none: " -msgstr "Введите IP-адрес вашего шлюза (маршрутизатора) или оставьте пустым, если его нет: " +msgstr "" +"Введите IP-адрес вашего шлюза (маршрутизатора) или оставьте пустым, если его " +"нет: " msgid "Enter your DNS servers (space separated, blank for none): " msgstr "Введите ваши DNS-серверы (через пробел, пустой - нет): " msgid "Select which filesystem your main partition should use" -msgstr "Выберите, какую файловую систему должен использовать ваш основной раздел" +msgstr "" +"Выберите, какую файловую систему должен использовать ваш основной раздел" msgid "Current partition layout" msgstr "Текущая разметка разделов" @@ -97,11 +126,16 @@ msgstr "" msgid "Enter a desired filesystem type for the partition" msgstr "Введите желаемый тип файловой системы для раздела" -msgid "Enter the start location (in parted units: s, GB, %, etc. ; default: {}): " -msgstr "Введите начальное значение (в раздельных блоках: с, ГБ, % и т.д.; по умолчанию: {}): " +msgid "" +"Enter the start location (in parted units: s, GB, %, etc. ; default: {}): " +msgstr "" +"Введите начальное значение (в раздельных блоках: с, ГБ, % и т.д.; по " +"умолчанию: {}): " msgid "Enter the end location (in parted units: s, GB, %, etc. ; ex: {}): " -msgstr "Введите конечное значение (в раздельных блоках: с, Гб, % и т.д.; например: {}): " +msgstr "" +"Введите конечное значение (в раздельных блоках: с, Гб, % и т.д.; например: " +"{}): " msgid "{} contains queued partitions, this will remove those, are you sure?" msgstr "{} содержит разделы в очереди, это удалит их, вы уверены?" @@ -124,11 +158,17 @@ msgstr "" "\n" "Выберите по индексу, какой раздел куда монтировать" -msgid " * Partition mount-points are relative to inside the installation, the boot would be /boot as an example." -msgstr " * Точки монтирования разделов являются относительными внутри установки, например, загрузочный будет /boot." +msgid "" +" * Partition mount-points are relative to inside the installation, the boot " +"would be /boot as an example." +msgstr "" +" * Точки монтирования разделов являются относительными внутри установки, " +"например, загрузочный будет /boot." msgid "Select where to mount partition (leave blank to remove mountpoint): " -msgstr "Выберите куда монтировать раздел (оставьте пустым, чтобы удалить точку монтирования): " +msgstr "" +"Выберите куда монтировать раздел (оставьте пустым, чтобы удалить точку " +"монтирования): " msgid "" "{}\n" @@ -173,16 +213,25 @@ msgid "Archinstall language" msgstr "Язык Archinstall" msgid "Wipe all selected drives and use a best-effort default partition layout" -msgstr "Стереть все выбранные диски и использовать оптимальную схему разделов по умолчанию" +msgstr "" +"Стереть все выбранные диски и использовать оптимальную схему разделов по " +"умолчанию" -msgid "Select what to do with each individual drive (followed by partition usage)" -msgstr "Выберите, что делать с каждым отдельным диском (с последующим использованием разделов)" +msgid "" +"Select what to do with each individual drive (followed by partition usage)" +msgstr "" +"Выберите, что делать с каждым отдельным диском (с последующим использованием " +"разделов)" msgid "Select what you wish to do with the selected block devices" msgstr "Выберите, что вы хотите сделать с выбранными блочными устройствами" -msgid "This is a list of pre-programmed profiles, they might make it easier to install things like desktop environments" -msgstr "Это список предварительно запрограммированных профилей, они могут облегчить установку таких вещей, как окружения рабочего стола" +msgid "" +"This is a list of pre-programmed profiles, they might make it easier to " +"install things like desktop environments" +msgstr "" +"Это список предварительно запрограммированных профилей, они могут облегчить " +"установку таких вещей, как окружения рабочего стола" msgid "Select keyboard layout" msgstr "Выберите раскладку клавиатуры" @@ -191,16 +240,29 @@ msgid "Select one of the regions to download packages from" msgstr "Выберите один из регионов для загрузки пакетов" msgid "Select one or more hard drives to use and configure" -msgstr "Выберите один или несколько жестких дисков для использования и настройте их" +msgstr "" +"Выберите один или несколько жестких дисков для использования и настройте их" -msgid "For the best compatibility with your AMD hardware, you may want to use either the all open-source or AMD / ATI options." -msgstr "Для наилучшей совместимости с оборудованием AMD вы можете использовать либо все варианты с открытым исходным кодом, либо AMD / ATI." +msgid "" +"For the best compatibility with your AMD hardware, you may want to use " +"either the all open-source or AMD / ATI options." +msgstr "" +"Для наилучшей совместимости с оборудованием AMD вы можете использовать либо " +"все варианты с открытым исходным кодом, либо AMD / ATI." -msgid "For the best compatibility with your Intel hardware, you may want to use either the all open-source or Intel options.\n" -msgstr "Для лучшей совместимости с оборудованием Intel вы можете использовать либо все варианты с открытым исходным кодом, либо Intel.\n" +msgid "" +"For the best compatibility with your Intel hardware, you may want to use " +"either the all open-source or Intel options.\n" +msgstr "" +"Для лучшей совместимости с оборудованием Intel вы можете использовать либо " +"все варианты с открытым исходным кодом, либо Intel.\n" -msgid "For the best compatibility with your Nvidia hardware, you may want to use the Nvidia proprietary driver.\n" -msgstr "Для наилучшей совместимости с оборудованием Nvidia вы можете использовать проприетарный драйвер Nvidia.\n" +msgid "" +"For the best compatibility with your Nvidia hardware, you may want to use " +"the Nvidia proprietary driver.\n" +msgstr "" +"Для наилучшей совместимости с оборудованием Nvidia вы можете использовать " +"проприетарный драйвер Nvidia.\n" msgid "" "\n" @@ -209,13 +271,15 @@ msgid "" msgstr "" "\n" "\n" -"Выберите графический драйвер или оставьте пустым, чтобы установить все драйверы с открытым исходным кодом" +"Выберите графический драйвер или оставьте пустым, чтобы установить все " +"драйверы с открытым исходным кодом" msgid "All open-source (default)" msgstr "Все с открытым исходным кодом (по умолчанию)" msgid "Choose which kernels to use or leave blank for default \"{}\"" -msgstr "Выберите, какие ядра использовать, или оставьте пустым по умолчанию \"{}\"." +msgstr "" +"Выберите, какие ядра использовать, или оставьте пустым по умолчанию \"{}\"." msgid "Choose which locale language to use" msgstr "Выберите, какой язык локали использовать" @@ -232,8 +296,12 @@ msgstr "Выберите один или несколько из приведе msgid "Adding partition...." msgstr "Добавление раздела...." -msgid "You need to enter a valid fs-type in order to continue. See `man parted` for valid fs-type's." -msgstr "Чтобы продолжить, вам нужно ввести действительный fs-тип. Смотрите `man parted` для правильных fs-типов." +msgid "" +"You need to enter a valid fs-type in order to continue. See `man parted` for " +"valid fs-type's." +msgstr "" +"Чтобы продолжить, вам нужно ввести действительный fs-тип. Смотрите `man " +"parted` для правильных fs-типов." msgid "Error: Listing profiles on URL \"{}\" resulted in:" msgstr "Ошибка: Перечисление профилей по URL \"{}\" привело к:" @@ -305,7 +373,8 @@ msgid "" "Do you wish to continue?" msgstr "" "Вы решили пропустить выбор жесткого диска\n" -"и будете использовать любой диск, смонтированный по адресу {} (экспериментально)\n" +"и будете использовать любой диск, смонтированный по адресу {} " +"(экспериментально)\n" "ПРЕДУПРЕЖДЕНИЕ: Archinstall не будет проверять пригодность этой установки.\n" "Вы хотите продолжить?" @@ -325,13 +394,16 @@ msgid "Assign mount-point for a partition" msgstr "Назначить точку монтирования для раздела" msgid "Mark/Unmark a partition to be formatted (wipes data)" -msgstr "Пометить/снять отметку с раздела, который будет отформатирован (стирание данных)" +msgstr "" +"Пометить/снять отметку с раздела, который будет отформатирован (стирание " +"данных)" msgid "Mark/Unmark a partition as encrypted" msgstr "Пометить/снять отметку с раздела как зашифрованный" msgid "Mark/Unmark a partition as bootable (automatic for /boot)" -msgstr "Пометить/снять отметку с раздела как загрузочный (автоматически для /boot)" +msgstr "" +"Пометить/снять отметку с раздела как загрузочный (автоматически для /boot)" msgid "Set desired filesystem for a partition" msgstr "Установите желаемую файловую систему для раздела" @@ -371,7 +443,8 @@ msgid "Enter a encryption password for {}" msgstr "Введите пароль шифрования для {}" msgid "Enter disk encryption password (leave blank for no encryption): " -msgstr "Введите пароль шифрования диска (оставьте пустым для отсутствия шифрования): " +msgstr "" +"Введите пароль шифрования диска (оставьте пустым для отсутствия шифрования): " msgid "Create a required super-user with sudo privileges: " msgstr "Создайте необходимого суперпользователя с привилегиями sudo: " @@ -382,31 +455,43 @@ msgstr "Введите пароль root (оставьте пустым, что msgid "Password for user \"{}\": " msgstr "Пароль для пользователя \"{}\": " -msgid "Verifying that additional packages exist (this might take a few seconds)" -msgstr "Проверка наличия дополнительных пакетов (это может занять несколько секунд)" +msgid "" +"Verifying that additional packages exist (this might take a few seconds)" +msgstr "" +"Проверка наличия дополнительных пакетов (это может занять несколько секунд)" -msgid "Would you like to use automatic time synchronization (NTP) with the default time servers?\n" -msgstr "Вы хотите использовать автоматическую синхронизацию времени (NTP) с серверами времени по умолчанию?\n" +msgid "" +"Would you like to use automatic time synchronization (NTP) with the default " +"time servers?\n" +msgstr "" +"Вы хотите использовать автоматическую синхронизацию времени (NTP) с " +"серверами времени по умолчанию?\n" msgid "" -"Hardware time and other post-configuration steps might be required in order for NTP to work.\n" +"Hardware time and other post-configuration steps might be required in order " +"for NTP to work.\n" "For more information, please check the Arch wiki" msgstr "" -"Для работы NTP может потребоваться аппаратное время и другие шаги после конфигурации.\n" +"Для работы NTP может потребоваться аппаратное время и другие шаги после " +"конфигурации.\n" "Для получения дополнительной информации, пожалуйста, ознакомьтесь с ArchWiki" msgid "Enter a username to create an additional user (leave blank to skip): " -msgstr "Введите имя пользователя для создания дополнительного пользователя (оставьте пустым, чтобы пропустить): " +msgstr "" +"Введите имя пользователя для создания дополнительного пользователя (оставьте " +"пустым, чтобы пропустить): " msgid "Use ESC to skip\n" msgstr "Используйте ESC, чтобы пропустить\n" msgid "" "\n" -" Choose an object from the list, and select one of the available actions for it to execute" +" Choose an object from the list, and select one of the available actions for " +"it to execute" msgstr "" "\n" -" Выберите объект из списка и выберите одно из доступных действий для его выполнения" +" Выберите объект из списка и выберите одно из доступных действий для его " +"выполнения" msgid "Cancel" msgstr "Отменить" @@ -442,11 +527,17 @@ msgstr "" "\n" "Это выбранная вами конфигурация:" -msgid "Pacman is already running, waiting maximum 10 minutes for it to terminate." -msgstr "Pacman уже запущен, ожидание его завершения составляет максимум 10 минут." +msgid "" +"Pacman is already running, waiting maximum 10 minutes for it to terminate." +msgstr "" +"Pacman уже запущен, ожидание его завершения составляет максимум 10 минут." -msgid "Pre-existing pacman lock never exited. Please clean up any existing pacman sessions before using archinstall." -msgstr "Существовавшая ранее блокировка pacman не завершилась. Пожалуйста, очистите все существующие сессии pacman перед использованием archinstall." +msgid "" +"Pre-existing pacman lock never exited. Please clean up any existing pacman " +"sessions before using archinstall." +msgstr "" +"Существовавшая ранее блокировка pacman не завершилась. Пожалуйста, очистите " +"все существующие сессии pacman перед использованием archinstall." msgid "Choose which optional additional repositories to enable" msgstr "Выберите, какие дополнительные репозитории следует включить" @@ -537,7 +628,8 @@ msgid "Missing configurations:\n" msgstr "Отсутствующие конфигурации:\n" msgid "Either root-password or at least 1 superuser must be specified" -msgstr "Должен быть указан либо пароль root, либо как минимум 1 суперпользователь" +msgstr "" +"Должен быть указан либо пароль root, либо как минимум 1 суперпользователь" msgid "Manage superuser accounts: " msgstr "Управление учетными записями суперпользователей: " @@ -597,8 +689,12 @@ msgstr "Хотите ли вы использовать сжатие BTRFS?" msgid "Would you like to create a separate partition for /home?" msgstr "Хотите ли вы создать отдельный раздел для /home?" -msgid "The selected drives do not have the minimum capacity required for an automatic suggestion\n" -msgstr "Выбранные диски не имеют минимальной емкости, необходимой для автоматического предложения\n" +msgid "" +"The selected drives do not have the minimum capacity required for an " +"automatic suggestion\n" +msgstr "" +"Выбранные диски не имеют минимальной емкости, необходимой для " +"автоматического предложения\n" msgid "Minimum capacity for /home partition: {}GB\n" msgstr "Минимальный размер раздела /home: {}GB\n" @@ -625,7 +721,9 @@ msgid "No iface specified for manual configuration" msgstr "Не указан iface для ручной настройки" msgid "Manual nic configuration with no auto DHCP requires an IP address" -msgstr "Ручная конфигурация сетевого адаптера без автоматического DHCP требует IP-адреса" +msgstr "" +"Ручная конфигурация сетевого адаптера без автоматического DHCP требует IP-" +"адреса" msgid "Add interface" msgstr "Добавить интерфейс" @@ -645,44 +743,74 @@ msgstr "Ручная конфигурация" msgid "Mark/Unmark a partition as compressed (btrfs only)" msgstr "Пометить/снять отметку с раздела как сжатый (только для btrfs)" -msgid "The password you are using seems to be weak, are you sure you want to use it?" -msgstr "Пароль, который вы используете, кажется слабым, вы уверены, что хотите его использовать?" +msgid "" +"The password you are using seems to be weak, are you sure you want to use it?" +msgstr "" +"Пароль, который вы используете, кажется слабым, вы уверены, что хотите его " +"использовать?" -msgid "Provides a selection of desktop environments and tiling window managers, e.g. gnome, kde, sway" -msgstr "Предоставляет выбор окружений рабочего стола и тайловых оконных менеджеров, например, gnome, kde, sway" +msgid "" +"Provides a selection of desktop environments and tiling window managers, e." +"g. gnome, kde, sway" +msgstr "" +"Предоставляет выбор окружений рабочего стола и тайловых оконных менеджеров, " +"например, gnome, kde, sway" msgid "Select your desired desktop environment" msgstr "Выберите желаемое окружение рабочего стола" -msgid "A very basic installation that allows you to customize Arch Linux as you see fit." -msgstr "Очень базовая установка, позволяющая настроить Arch Linux по своему усмотрению." +msgid "" +"A very basic installation that allows you to customize Arch Linux as you see " +"fit." +msgstr "" +"Очень базовая установка, позволяющая настроить Arch Linux по своему " +"усмотрению." -msgid "Provides a selection of various server packages to install and enable, e.g. httpd, nginx, mariadb" -msgstr "Предоставляет выбор различных пакетов сервера для установки и включения, например, httpd, nginx, mariadb" +msgid "" +"Provides a selection of various server packages to install and enable, e.g. " +"httpd, nginx, mariadb" +msgstr "" +"Предоставляет выбор различных пакетов сервера для установки и включения, " +"например, httpd, nginx, mariadb" -msgid "Choose which servers to install, if none then a minimal installation will be done" -msgstr "Выберите серверы для установки, если их нет, то будет выполнена минимальная установка" +msgid "" +"Choose which servers to install, if none then a minimal installation will be " +"done" +msgstr "" +"Выберите серверы для установки, если их нет, то будет выполнена минимальная " +"установка" msgid "Installs a minimal system as well as xorg and graphics drivers." -msgstr "Устанавливает минимальную систему, а также xorg и графические драйверы." +msgstr "" +"Устанавливает минимальную систему, а также xorg и графические драйверы." msgid "Press Enter to continue." msgstr "Нажмите Enter, чтобы продолжить." -msgid "Would you like to chroot into the newly created installation and perform post-installation configuration?" -msgstr "Хотите ли вы использовать chroot в новой созданной установке и выполнить настройку после установки?" +msgid "" +"Would you like to chroot into the newly created installation and perform " +"post-installation configuration?" +msgstr "" +"Хотите ли вы использовать chroot в новой созданной установке и выполнить " +"настройку после установки?" msgid "Are you sure you want to reset this setting?" msgstr "Вы уверены, что хотите сбросить эту настройку?" msgid "Select one or more hard drives to use and configure\n" -msgstr "Выберите один или несколько жестких дисков для использования и настройки\n" +msgstr "" +"Выберите один или несколько жестких дисков для использования и настройки\n" msgid "Any modifications to the existing setting will reset the disk layout!" -msgstr "Любые изменения существующей настройки приведут к сбросу разметки диска!" +msgstr "" +"Любые изменения существующей настройки приведут к сбросу разметки диска!" -msgid "If you reset the harddrive selection this will also reset the current disk layout. Are you sure?" -msgstr "Если вы сбросите выбор жесткого диска, это также сбросит текущую разметку диска. Вы уверены?" +msgid "" +"If you reset the harddrive selection this will also reset the current disk " +"layout. Are you sure?" +msgstr "" +"Если вы сбросите выбор жесткого диска, это также сбросит текущую разметку " +"диска. Вы уверены?" msgid "Save and exit" msgstr "Сохранить и выйти" @@ -728,8 +856,12 @@ msgstr "Добавить: " msgid "Value: " msgstr "Значение: " -msgid "You can skip selecting a drive and partitioning and use whatever drive-setup is mounted at /mnt (experimental)" -msgstr "Вы можете не выбирать диск и разметку и использовать любой диск, смонтированный в /mnt (экспериментально)" +msgid "" +"You can skip selecting a drive and partitioning and use whatever drive-setup " +"is mounted at /mnt (experimental)" +msgstr "" +"Вы можете не выбирать диск и разметку и использовать любой диск, " +"смонтированный в /mnt (экспериментально)" msgid "Select one of the disks or skip and use /mnt as default" msgstr "Выберите один из дисков или пропустите и используйте /mnt по умолчанию" @@ -752,8 +884,12 @@ msgstr "Свободное место" msgid "Bus-type" msgstr "Тип шины" -msgid "Either root-password or at least 1 user with sudo privileges must be specified" -msgstr "Должен быть указан либо пароль root, либо хотя бы 1 пользователь с привилегиями sudo" +msgid "" +"Either root-password or at least 1 user with sudo privileges must be " +"specified" +msgstr "" +"Должен быть указан либо пароль root, либо хотя бы 1 пользователь с " +"привилегиями sudo" msgid "Enter username (leave blank to skip): " msgstr "Введите имя пользователя (оставьте пустым, чтобы пропустить): " @@ -791,8 +927,12 @@ msgstr "Удалить подтом" msgid "Configured {} interfaces" msgstr "Настроено интерфейсов: {}" -msgid "This option enables the number of parallel downloads that can occur during installation" -msgstr "Этот параметр определяет количество параллельных загрузок, которые могут происходить во время установки" +msgid "" +"This option enables the number of parallel downloads that can occur during " +"installation" +msgstr "" +"Этот параметр определяет количество параллельных загрузок, которые могут " +"происходить во время установки" msgid "" "Enter the number of parallel downloads to be enabled.\n" @@ -803,18 +943,34 @@ msgstr "" " (Введите значение от 1 до {})\n" "Примечание:" -msgid " - Maximum value : {} ( Allows {} parallel downloads, allows {} downloads at a time )" -msgstr " - Минимальное значение: {} ( Позволяет {} параллельную загрузку, позволяет {} загрузки одновременно )" +msgid "" +" - Maximum value : {} ( Allows {} parallel downloads, allows {} downloads " +"at a time )" +msgstr "" +" - Минимальное значение: {} ( Позволяет {} параллельную загрузку, позволяет " +"{} загрузки одновременно )" -msgid " - Minimum value : 1 ( Allows 1 parallel download, allows 2 downloads at a time )" -msgstr " - Минимальное значение: 1 ( Позволяет 1 параллельную загрузку, позволяет 2 загрузки одновременно )" +msgid "" +" - Minimum value : 1 ( Allows 1 parallel download, allows 2 downloads at a " +"time )" +msgstr "" +" - Минимальное значение: 1 ( Позволяет 1 параллельную загрузку, позволяет 2 " +"загрузки одновременно )" -msgid " - Disable/Default : 0 ( Disables parallel downloading, allows only 1 download at a time )" -msgstr " - Отключить/по умолчанию: 0 ( Отключает параллельную загрузку, позволяет только 1 загрузку за один раз )" +msgid "" +" - Disable/Default : 0 ( Disables parallel downloading, allows only 1 " +"download at a time )" +msgstr "" +" - Отключить/по умолчанию: 0 ( Отключает параллельную загрузку, позволяет " +"только 1 загрузку за один раз )" #, python-brace-format -msgid "Invalid input! Try again with a valid input [1 to {max_downloads}, or 0 to disable]" -msgstr "Неверный ввод! Повторите попытку с правильным вводом [1 - {max_downloads}, или 0 - отключить]" +msgid "" +"Invalid input! Try again with a valid input [1 to {max_downloads}, or 0 to " +"disable]" +msgstr "" +"Неверный ввод! Повторите попытку с правильным вводом [1 - {max_downloads}, " +"или 0 - отключить]" msgid "Parallel Downloads" msgstr "Параллельные загрузки" @@ -831,14 +987,20 @@ msgstr "TAB, чтобы выбрать" msgid "[Default value: 0] > " msgstr "[Значение по умолчанию: 0] > " -msgid "To be able to use this translation, please install a font manually that supports the language." -msgstr "Чтобы иметь возможность использовать этот перевод, пожалуйста, установите вручную шрифт, поддерживающий данный язык." +msgid "" +"To be able to use this translation, please install a font manually that " +"supports the language." +msgstr "" +"Чтобы иметь возможность использовать этот перевод, пожалуйста, установите " +"вручную шрифт, поддерживающий данный язык." msgid "The font should be stored as {}" msgstr "Шрифт должен быть сохранен как {}" msgid "Archinstall requires root privileges to run. See --help for more." -msgstr "Для запуска Archinstall требуются привилегии root. Для получения дополнительной информации смотрите --help." +msgstr "" +"Для запуска Archinstall требуются привилегии root. Для получения " +"дополнительной информации смотрите --help." msgid "Select an execution mode" msgstr "Выберите режим выполнения" @@ -846,14 +1008,22 @@ msgstr "Выберите режим выполнения" msgid "Unable to fetch profile from specified url: {}" msgstr "Невозможно получить профиль из указанного url: {}" -msgid "Profiles must have unique name, but profile definitions with duplicate name found: {}" -msgstr "Профили должны иметь уникальное имя, но найдены определения профиля с дублирующимся именем: {}" +msgid "" +"Profiles must have unique name, but profile definitions with duplicate name " +"found: {}" +msgstr "" +"Профили должны иметь уникальное имя, но найдены определения профиля с " +"дублирующимся именем: {}" msgid "Select one or more devices to use and configure" msgstr "Выберите одно или несколько устройств для использования и настройки" -msgid "If you reset the device selection this will also reset the current disk layout. Are you sure?" -msgstr "Если вы сбросите выбор устройства, это также сбросит текущую разметку дисков. Вы уверены?" +msgid "" +"If you reset the device selection this will also reset the current disk " +"layout. Are you sure?" +msgstr "" +"Если вы сбросите выбор устройства, это также сбросит текущую разметку " +"дисков. Вы уверены?" msgid "Existing Partitions" msgstr "Существующие разделы" @@ -870,8 +1040,12 @@ msgstr "Минимальный размер раздела /home: {}GiB\n" msgid "Minimum capacity for Arch Linux partition: {}GiB" msgstr "Минимальный размер раздела Arch Linux: {}GiB" -msgid "This is a list of pre-programmed profiles_bck, they might make it easier to install things like desktop environments" -msgstr "Это список предварительно запрограммированных профилей, они могут облегчить установку таких вещей, как окружения рабочего стола" +msgid "" +"This is a list of pre-programmed profiles_bck, they might make it easier to " +"install things like desktop environments" +msgstr "" +"Это список предварительно запрограммированных профилей, они могут облегчить " +"установку таких вещей, как окружения рабочего стола" msgid "Current profile selection" msgstr "Текущий выбор профиля" @@ -903,14 +1077,26 @@ msgstr "Удалить раздел" msgid "Partition" msgstr "Раздел" -msgid "This partition is currently encrypted, to format it a filesystem has to be specified" -msgstr "Этот раздел в настоящее время зашифрован, для его форматирования необходимо указать файловую систему" +msgid "" +"This partition is currently encrypted, to format it a filesystem has to be " +"specified" +msgstr "" +"Этот раздел в настоящее время зашифрован, для его форматирования необходимо " +"указать файловую систему" -msgid "Partition mount-points are relative to inside the installation, the boot would be /boot as an example." -msgstr "Точки монтирования разделов являются относительными внутри установки, например, загрузочный раздел будет /boot." +msgid "" +"Partition mount-points are relative to inside the installation, the boot " +"would be /boot as an example." +msgstr "" +"Точки монтирования разделов являются относительными внутри установки, " +"например, загрузочный раздел будет /boot." -msgid "If mountpoint /boot is set, then the partition will also be marked as bootable." -msgstr "Если установлена точка монтирования /boot, то раздел также будет помечен как загрузочный." +msgid "" +"If mountpoint /boot is set, then the partition will also be marked as " +"bootable." +msgstr "" +"Если установлена точка монтирования /boot, то раздел также будет помечен как " +"загрузочный." msgid "Mountpoint: " msgstr "Точка монтирования: " @@ -924,8 +1110,11 @@ msgstr "Всего секторов: {}" msgid "Enter the start sector (default: {}): " msgstr "Введите начальный сектор (по умолчанию: {}): " -msgid "Enter the end sector of the partition (percentage or block number, default: {}): " -msgstr "Введите конечный сектор раздела (процент или номер блока, по умолчанию: {}): " +msgid "" +"Enter the end sector of the partition (percentage or block number, default: " +"{}): " +msgstr "" +"Введите конечный сектор раздела (процент или номер блока, по умолчанию: {}): " msgid "This will remove all newly added partitions, continue?" msgstr "Это приведет к удалению всех вновь добавленных разделов, продолжить?" @@ -991,13 +1180,19 @@ msgid "Back" msgstr "Назад" msgid "Please chose which greeter to install for the chosen profiles: {}" -msgstr "Пожалуйста, выберите, какой экран приветствия установить для выбранных профилей: {}" +msgstr "" +"Пожалуйста, выберите, какой экран приветствия установить для выбранных " +"профилей: {}" msgid "Environment type: {}" msgstr "Тип окружения рабочего стола: {}" -msgid "The proprietary Nvidia driver is not supported by Sway. It is likely that you will run into issues, are you okay with that?" -msgstr "Проприетарный драйвер Nvidia не поддерживается Sway. Вполне вероятно, что вы столкнетесь с проблемами, вы согласны с этим?" +msgid "" +"The proprietary Nvidia driver is not supported by Sway. It is likely that " +"you will run into issues, are you okay with that?" +msgstr "" +"Проприетарный драйвер Nvidia не поддерживается Sway. Вполне вероятно, что вы " +"столкнетесь с проблемами, вы согласны с этим?" msgid "Installed packages" msgstr "Устанавливаемые пакеты" @@ -1017,11 +1212,19 @@ msgstr "Имя профиля: " msgid "The profile name you entered is already in use. Try again" msgstr "Введенное вами имя профиля уже используется. Попробуйте еще раз" -msgid "Packages to be install with this profile (space separated, leave blank to skip): " -msgstr "Пакеты, которые будут установлены с этим профилем (разделенные пробелами, оставьте пустым, чтобы пропустить): " +msgid "" +"Packages to be install with this profile (space separated, leave blank to " +"skip): " +msgstr "" +"Пакеты, которые будут установлены с этим профилем (разделенные пробелами, " +"оставьте пустым, чтобы пропустить): " -msgid "Services to be enabled with this profile (space separated, leave blank to skip): " -msgstr "Службы, которые должны быть включены с помощью этого профиля (разделенные пробелами, оставьте пустым, чтобы пропустить): " +msgid "" +"Services to be enabled with this profile (space separated, leave blank to " +"skip): " +msgstr "" +"Службы, которые должны быть включены с помощью этого профиля (разделенные " +"пробелами, оставьте пустым, чтобы пропустить): " msgid "Should this profile be enabled for installation?" msgstr "Должен ли этот профиль быть включен для установки?" @@ -1034,10 +1237,15 @@ msgid "" "Select a graphics driver or leave blank to install all open-source drivers" msgstr "" "\n" -"Выберите графический драйвер или оставьте пустым, чтобы установить все драйверы с открытым исходным кодом" +"Выберите графический драйвер или оставьте пустым, чтобы установить все " +"драйверы с открытым исходным кодом" -msgid "Sway needs access to your seat (collection of hardware devices i.e. keyboard, mouse, etc)" -msgstr "Sway необходим доступ к вашему компьютеру (набор аппаратных устройств, т.е. клавиатура, мышь и т.д.)" +msgid "" +"Sway needs access to your seat (collection of hardware devices i.e. " +"keyboard, mouse, etc)" +msgstr "" +"Sway необходим доступ к вашему компьютеру (набор аппаратных устройств, т.е. " +"клавиатура, мышь и т.д.)" msgid "" "\n" @@ -1103,10 +1311,12 @@ msgid "Save user configuration (including disk layout)" msgstr "Сохранить конфигурацию пользователя (включая разметку диска)" msgid "" -"Enter a directory for the configuration(s) to be saved (tab completion enabled)\n" +"Enter a directory for the configuration(s) to be saved (tab completion " +"enabled)\n" "Save directory: " msgstr "" -"Введите каталог для сохранения конфигурации (-ций) (включено заполнение вкладок)\n" +"Введите каталог для сохранения конфигурации (-ций) (включено заполнение " +"вкладок)\n" "Каталог сохранения: " msgid "" @@ -1127,86 +1337,106 @@ msgstr "Зеркала" msgid "Mirror regions" msgstr "Регионы зеркала" -msgid " - Maximum value : {} ( Allows {} parallel downloads, allows {max_downloads+1} downloads at a time )" -msgstr " - Максимальное значение: {} ( Позволяет {} параллельных загрузок, позволяет {max_downloads+1} загрузок одновременно )" +msgid "" +" - Maximum value : {} ( Allows {} parallel downloads, allows " +"{max_downloads+1} downloads at a time )" +msgstr "" +" - Максимальное значение: {} ( Позволяет {} параллельных загрузок, позволяет " +"{max_downloads+1} загрузок одновременно )" msgid "Invalid input! Try again with a valid input [1 to {}, or 0 to disable]" -msgstr "Неверный ввод! Повторите попытку с правильным вводом [1 - {}, или 0 - отключить]" +msgstr "" +"Неверный ввод! Повторите попытку с правильным вводом [1 - {}, или 0 - " +"отключить]" msgid "Locales" msgstr "Локализации" -msgid "Use NetworkManager (necessary to configure internet graphically in GNOME and KDE)" -msgstr "Использовать NetworkManager (необходим для графической настройки интернета в GNOME и KDE)" +msgid "" +"Use NetworkManager (necessary to configure internet graphically in GNOME and " +"KDE)" +msgstr "" +"Использовать NetworkManager (необходим для графической настройки интернета в " +"GNOME и KDE)" -#, fuzzy msgid "Total: {} / {}" -msgstr "Весь размер: {}" +msgstr "Весь размер: {} / {}" msgid "All entered values can be suffixed with a unit: B, KB, KiB, MB, MiB..." msgstr "" +"Все вводимые значения могут иметь суффикс с единицей измерения: Б, Кб, КиБ, " +"Мб, МиБ..." msgid "If no unit is provided, the value is interpreted as sectors" msgstr "" +"Если единица измерения не указана, то значение интерпретируется как сектор" -#, fuzzy msgid "Enter start (default: sector {}): " -msgstr "Введите начальный сектор (по умолчанию: {}): " +msgstr "Введите начало (по умолчанию: сектор {}): " -#, fuzzy msgid "Enter end (default: {}): " -msgstr "Введите начальный сектор (по умолчанию: {}): " +msgstr "Введите конец (по умолчанию: сектор {}): " msgid "Unable to determine fido2 devices. Is libfido2 installed?" -msgstr "" +msgstr "Невозможно определить устройства fido2. Установлена ли libfido2?" msgid "Path" -msgstr "" +msgstr "Путь" msgid "Manufacturer" -msgstr "" +msgstr "Производитель" msgid "Product" -msgstr "" +msgstr "Продукт" -#, fuzzy, python-brace-format +#, python-brace-format msgid "Invalid configuration: {error}" -msgstr "Ручная конфигурация" +msgstr "Неверная конфигурация: {error}" msgid "Type" -msgstr "" +msgstr "Тип" -#, fuzzy -msgid "This option enables the number of parallel downloads that can occur during package downloads" -msgstr "Этот параметр определяет количество параллельных загрузок, которые могут происходить во время установки" +msgid "" +"This option enables the number of parallel downloads that can occur during " +"package downloads" +msgstr "" +"Этот параметр определяет количество параллельных загрузок, которые могут " +"происходить во время загрузки пакетов" -#, fuzzy msgid "" "Enter the number of parallel downloads to be enabled.\n" "\n" "Note:\n" msgstr "" "Введите количество параллельных загрузок, которые будут включены.\n" -" (Введите значение от 1 до {})\n" -"Примечание:" +"\n" +"Примечание:\n" -#, fuzzy -msgid " - Maximum recommended value : {} ( Allows {} parallel downloads at a time )" -msgstr " - Минимальное значение: {} ( Позволяет {} параллельную загрузку, позволяет {} загрузки одновременно )" +msgid "" +" - Maximum recommended value : {} ( Allows {} parallel downloads at a time )" +msgstr "" +" - Максимальное рекомендуемое значение: {} ( Позволяет {} параллельных " +"загрузок одновременно )" -#, fuzzy -msgid " - Disable/Default : 0 ( Disables parallel downloading, allows only 1 download at a time )\n" -msgstr " - Отключить/по умолчанию: 0 ( Отключает параллельную загрузку, позволяет только 1 загрузку за один раз )" +msgid "" +" - Disable/Default : 0 ( Disables parallel downloading, allows only 1 " +"download at a time )\n" +msgstr "" +" - Отключить/по умолчанию: 0 ( Отключает параллельную загрузку, позволяет " +"только 1 загрузку за один раз )\n" -#, fuzzy msgid "Invalid input! Try again with a valid input [or 0 to disable]" -msgstr "Неверный ввод! Повторите попытку с правильным вводом [1 - {}, или 0 - отключить]" +msgstr "" +"Неверный ввод! Повторите попытку с правильным вводом [ или 0, чтобы " +"отключить ]" -#, fuzzy -msgid "Hyprland needs access to your seat (collection of hardware devices i.e. keyboard, mouse, etc)" -msgstr "Sway необходим доступ к вашему компьютеру (набор аппаратных устройств, т.е. клавиатура, мышь и т.д.)" +msgid "" +"Hyprland needs access to your seat (collection of hardware devices i.e. " +"keyboard, mouse, etc)" +msgstr "" +"Hyprland необходим доступ к вашему компьютеру ( набор аппаратных устройств, " +"т.е. клавиатура, мышь и т.д. )" -#, fuzzy msgid "" "\n" "\n" @@ -1214,7 +1444,10 @@ msgid "" msgstr "" "\n" "\n" -"Выберите опцию, чтобы предоставить Sway доступ к вашему оборудованию" +"Выберите опцию, чтобы предоставить Hyprland доступ к вашему оборудованию" -msgid "All entered values can be suffixed with a unit: %, B, KB, KiB, MB, MiB..." +msgid "" +"All entered values can be suffixed with a unit: %, B, KB, KiB, MB, MiB..." msgstr "" +"Все вводимые значения могут иметь суффикс с единицей измерения: %, Б, Кб, " +"КиБ, Мб, МиБ..." -- cgit v1.2.3-54-g00ecf From 71048721ecc7b06b227080688bbf02950ffc1942 Mon Sep 17 00:00:00 2001 From: Ansh Goel <117522662+ATamblingPoder@users.noreply.github.com> Date: Sun, 1 Oct 2023 15:21:28 +0530 Subject: Added first Hindi language support (#2134) --- archinstall/locales/hi/LC_MESSAGES/base.mo | Bin 0 -> 978 bytes archinstall/locales/hi/LC_MESSAGES/base.po | 1144 ++++++++++++++++++++++++++++ 2 files changed, 1144 insertions(+) create mode 100644 archinstall/locales/hi/LC_MESSAGES/base.mo create mode 100644 archinstall/locales/hi/LC_MESSAGES/base.po (limited to 'archinstall/locales') diff --git a/archinstall/locales/hi/LC_MESSAGES/base.mo b/archinstall/locales/hi/LC_MESSAGES/base.mo new file mode 100644 index 00000000..6be9c982 Binary files /dev/null and b/archinstall/locales/hi/LC_MESSAGES/base.mo differ diff --git a/archinstall/locales/hi/LC_MESSAGES/base.po b/archinstall/locales/hi/LC_MESSAGES/base.po new file mode 100644 index 00000000..ffd3cc44 --- /dev/null +++ b/archinstall/locales/hi/LC_MESSAGES/base.po @@ -0,0 +1,1144 @@ +msgid "" +msgstr "" +"Project-Id-Version: \n" +"POT-Creation-Date: \n" +"PO-Revision-Date: \n" +"Last-Translator: \n" +"Language-Team: \n" +"Language: hi\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Generator: Poedit 3.0.1\n" + +msgid "[!] A log file has been created here: {} {}" +msgstr "" + +msgid " Please submit this issue (and file) to https://github.com/archlinux/archinstall/issues" +msgstr "" + +msgid "Do you really want to abort?" +msgstr "" + +msgid "And one more time for verification: " +msgstr "सत्यापन के लिए एक बार और: " + +msgid "Would you like to use swap on zram?" +msgstr "" + +msgid "Desired hostname for the installation: " +msgstr "" + +msgid "Username for required superuser with sudo privileges: " +msgstr "" + +msgid "Any additional users to install (leave blank for no users): " +msgstr "" + +msgid "Should this user be a superuser (sudoer)?" +msgstr "" + +msgid "Select a timezone" +msgstr "एक समयक्षेत्र चुनें" + +msgid "Would you like to use GRUB as a bootloader instead of systemd-boot?" +msgstr "" + +msgid "Choose a bootloader" +msgstr "" + +msgid "Choose an audio server" +msgstr "" + +msgid "Only packages such as base, base-devel, linux, linux-firmware, efibootmgr and optional profile packages are installed." +msgstr "" + +msgid "If you desire a web browser, such as firefox or chromium, you may specify it in the following prompt." +msgstr "" + +msgid "Write additional packages to install (space separated, leave blank to skip): " +msgstr "" + +msgid "Copy ISO network configuration to installation" +msgstr "" + +msgid "Use NetworkManager (necessary for configuring internet graphically in GNOME and KDE)" +msgstr "" + +msgid "Select one network interface to configure" +msgstr "" + +msgid "Select which mode to configure for \"{}\" or skip to use default mode \"{}\"" +msgstr "" + +msgid "Enter the IP and subnet for {} (example: 192.168.0.5/24): " +msgstr "" + +msgid "Enter your gateway (router) IP address or leave blank for none: " +msgstr "" + +msgid "Enter your DNS servers (space separated, blank for none): " +msgstr "" + +msgid "Select which filesystem your main partition should use" +msgstr "" + +msgid "Current partition layout" +msgstr "" + +msgid "" +"Select what to do with\n" +"{}" +msgstr "" + +msgid "Enter a desired filesystem type for the partition" +msgstr "" + +msgid "Enter the start location (in parted units: s, GB, %, etc. ; default: {}): " +msgstr "" + +msgid "Enter the end location (in parted units: s, GB, %, etc. ; ex: {}): " +msgstr "" + +msgid "{} contains queued partitions, this will remove those, are you sure?" +msgstr "" + +msgid "" +"{}\n" +"\n" +"Select by index which partitions to delete" +msgstr "" + +msgid "" +"{}\n" +"\n" +"Select by index which partition to mount where" +msgstr "" + +msgid " * Partition mount-points are relative to inside the installation, the boot would be /boot as an example." +msgstr "" + +msgid "Select where to mount partition (leave blank to remove mountpoint): " +msgstr "" + +msgid "" +"{}\n" +"\n" +"Select which partition to mask for formatting" +msgstr "" + +msgid "" +"{}\n" +"\n" +"Select which partition to mark as encrypted" +msgstr "" + +msgid "" +"{}\n" +"\n" +"Select which partition to mark as bootable" +msgstr "" + +msgid "" +"{}\n" +"\n" +"Select which partition to set a filesystem on" +msgstr "" + +msgid "Enter a desired filesystem type for the partition: " +msgstr "" + +msgid "Archinstall language" +msgstr "" + +msgid "Wipe all selected drives and use a best-effort default partition layout" +msgstr "" + +msgid "Select what to do with each individual drive (followed by partition usage)" +msgstr "" + +msgid "Select what you wish to do with the selected block devices" +msgstr "" + +msgid "This is a list of pre-programmed profiles, they might make it easier to install things like desktop environments" +msgstr "" + +msgid "Select keyboard layout" +msgstr "" + +msgid "Select one of the regions to download packages from" +msgstr "" + +msgid "Select one or more hard drives to use and configure" +msgstr "" + +msgid "For the best compatibility with your AMD hardware, you may want to use either the all open-source or AMD / ATI options." +msgstr "" + +msgid "For the best compatibility with your Intel hardware, you may want to use either the all open-source or Intel options.\n" +msgstr "" + +msgid "For the best compatibility with your Nvidia hardware, you may want to use the Nvidia proprietary driver.\n" +msgstr "" + +msgid "" +"\n" +"\n" +"Select a graphics driver or leave blank to install all open-source drivers" +msgstr "" + +msgid "All open-source (default)" +msgstr "" + +msgid "Choose which kernels to use or leave blank for default \"{}\"" +msgstr "" + +msgid "Choose which locale language to use" +msgstr "" + +msgid "Choose which locale encoding to use" +msgstr "" + +msgid "Select one of the values shown below: " +msgstr "" + +msgid "Select one or more of the options below: " +msgstr "" + +msgid "Adding partition...." +msgstr "" + +msgid "You need to enter a valid fs-type in order to continue. See `man parted` for valid fs-type's." +msgstr "" + +msgid "Error: Listing profiles on URL \"{}\" resulted in:" +msgstr "" + +msgid "Error: Could not decode \"{}\" result as JSON:" +msgstr "" + +msgid "Keyboard layout" +msgstr "" + +msgid "Mirror region" +msgstr "" + +msgid "Locale language" +msgstr "" + +msgid "Locale encoding" +msgstr "" + +msgid "Drive(s)" +msgstr "" + +msgid "Disk layout" +msgstr "" + +msgid "Encryption password" +msgstr "" + +msgid "Swap" +msgstr "" + +msgid "Bootloader" +msgstr "" + +msgid "Root password" +msgstr "" + +msgid "Superuser account" +msgstr "" + +msgid "User account" +msgstr "" + +msgid "Profile" +msgstr "" + +msgid "Audio" +msgstr "" + +msgid "Kernels" +msgstr "" + +msgid "Additional packages" +msgstr "" + +msgid "Network configuration" +msgstr "" + +msgid "Automatic time sync (NTP)" +msgstr "" + +msgid "Install ({} config(s) missing)" +msgstr "" + +msgid "" +"You decided to skip harddrive selection\n" +"and will use whatever drive-setup is mounted at {} (experimental)\n" +"WARNING: Archinstall won't check the suitability of this setup\n" +"Do you wish to continue?" +msgstr "" + +msgid "Re-using partition instance: {}" +msgstr "" + +msgid "Create a new partition" +msgstr "" + +msgid "Delete a partition" +msgstr "" + +msgid "Clear/Delete all partitions" +msgstr "" + +msgid "Assign mount-point for a partition" +msgstr "" + +msgid "Mark/Unmark a partition to be formatted (wipes data)" +msgstr "" + +msgid "Mark/Unmark a partition as encrypted" +msgstr "" + +msgid "Mark/Unmark a partition as bootable (automatic for /boot)" +msgstr "" + +msgid "Set desired filesystem for a partition" +msgstr "" + +msgid "Abort" +msgstr "" + +msgid "Hostname" +msgstr "" + +msgid "Not configured, unavailable unless setup manually" +msgstr "" + +msgid "Timezone" +msgstr "" + +msgid "Set/Modify the below options" +msgstr "" + +msgid "Install" +msgstr "" + +msgid "" +"Use ESC to skip\n" +"\n" +msgstr "" + +msgid "Suggest partition layout" +msgstr "" + +msgid "Enter a password: " +msgstr "" + +msgid "Enter a encryption password for {}" +msgstr "" + +msgid "Enter disk encryption password (leave blank for no encryption): " +msgstr "" + +msgid "Create a required super-user with sudo privileges: " +msgstr "" + +msgid "Enter root password (leave blank to disable root): " +msgstr "" + +msgid "Password for user \"{}\": " +msgstr "" + +msgid "Verifying that additional packages exist (this might take a few seconds)" +msgstr "" + +msgid "Would you like to use automatic time synchronization (NTP) with the default time servers?\n" +msgstr "" + +msgid "" +"Hardware time and other post-configuration steps might be required in order for NTP to work.\n" +"For more information, please check the Arch wiki" +msgstr "" + +msgid "Enter a username to create an additional user (leave blank to skip): " +msgstr "" + +msgid "Use ESC to skip\n" +msgstr "" + +msgid "" +"\n" +" Choose an object from the list, and select one of the available actions for it to execute" +msgstr "" + +msgid "Cancel" +msgstr "" + +msgid "Confirm and exit" +msgstr "" + +msgid "Add" +msgstr "" + +msgid "Copy" +msgstr "" + +msgid "Edit" +msgstr "" + +msgid "Delete" +msgstr "" + +msgid "Select an action for '{}'" +msgstr "" + +msgid "Copy to new key:" +msgstr "" + +msgid "Unknown nic type: {}. Possible values are {}" +msgstr "" + +msgid "" +"\n" +"This is your chosen configuration:" +msgstr "" + +msgid "Pacman is already running, waiting maximum 10 minutes for it to terminate." +msgstr "" + +msgid "Pre-existing pacman lock never exited. Please clean up any existing pacman sessions before using archinstall." +msgstr "" + +msgid "Choose which optional additional repositories to enable" +msgstr "" + +msgid "Add a user" +msgstr "" + +msgid "Change password" +msgstr "" + +msgid "Promote/Demote user" +msgstr "" + +msgid "Delete User" +msgstr "" + +msgid "" +"\n" +"Define a new user\n" +msgstr "" + +msgid "User Name : " +msgstr "" + +msgid "Should {} be a superuser (sudoer)?" +msgstr "" + +msgid "Define users with sudo privilege: " +msgstr "" + +msgid "No network configuration" +msgstr "" + +msgid "Set desired subvolumes on a btrfs partition" +msgstr "" + +msgid "" +"{}\n" +"\n" +"Select which partition to set subvolumes on" +msgstr "" + +msgid "Manage btrfs subvolumes for current partition" +msgstr "" + +msgid "No configuration" +msgstr "" + +msgid "Save user configuration" +msgstr "" + +msgid "Save user credentials" +msgstr "" + +msgid "Save disk layout" +msgstr "" + +msgid "Save all" +msgstr "" + +msgid "Choose which configuration to save" +msgstr "" + +msgid "Enter a directory for the configuration(s) to be saved: " +msgstr "" + +msgid "Not a valid directory: {}" +msgstr "" + +msgid "The password you are using seems to be weak," +msgstr "" + +msgid "are you sure you want to use it?" +msgstr "" + +msgid "Optional repositories" +msgstr "" + +msgid "Save configuration" +msgstr "" + +msgid "Missing configurations:\n" +msgstr "" + +msgid "Either root-password or at least 1 superuser must be specified" +msgstr "" + +msgid "Manage superuser accounts: " +msgstr "" + +msgid "Manage ordinary user accounts: " +msgstr "" + +msgid " Subvolume :{:16}" +msgstr "" + +msgid " mounted at {:16}" +msgstr "" + +msgid " with option {}" +msgstr "" + +msgid "" +"\n" +" Fill the desired values for a new subvolume \n" +msgstr "" + +msgid "Subvolume name " +msgstr "" + +msgid "Subvolume mountpoint" +msgstr "" + +msgid "Subvolume options" +msgstr "" + +msgid "Save" +msgstr "" + +msgid "Subvolume name :" +msgstr "" + +msgid "Select a mount point :" +msgstr "" + +msgid "Select the desired subvolume options " +msgstr "" + +msgid "Define users with sudo privilege, by username: " +msgstr "" + +msgid "[!] A log file has been created here: {}" +msgstr "" + +msgid "Would you like to use BTRFS subvolumes with a default structure?" +msgstr "" + +msgid "Would you like to use BTRFS compression?" +msgstr "" + +msgid "Would you like to create a separate partition for /home?" +msgstr "" + +msgid "The selected drives do not have the minimum capacity required for an automatic suggestion\n" +msgstr "" + +msgid "Minimum capacity for /home partition: {}GB\n" +msgstr "" + +msgid "Minimum capacity for Arch Linux partition: {}GB" +msgstr "" + +msgid "Continue" +msgstr "" + +msgid "yes" +msgstr "" + +msgid "no" +msgstr "" + +msgid "set: {}" +msgstr "" + +msgid "Manual configuration setting must be a list" +msgstr "" + +msgid "No iface specified for manual configuration" +msgstr "" + +msgid "Manual nic configuration with no auto DHCP requires an IP address" +msgstr "" + +msgid "Add interface" +msgstr "" + +msgid "Edit interface" +msgstr "" + +msgid "Delete interface" +msgstr "" + +msgid "Select interface to add" +msgstr "" + +msgid "Manual configuration" +msgstr "" + +msgid "Mark/Unmark a partition as compressed (btrfs only)" +msgstr "" + +msgid "The password you are using seems to be weak, are you sure you want to use it?" +msgstr "" + +msgid "Provides a selection of desktop environments and tiling window managers, e.g. gnome, kde, sway" +msgstr "" + +msgid "Select your desired desktop environment" +msgstr "" + +msgid "A very basic installation that allows you to customize Arch Linux as you see fit." +msgstr "" + +msgid "Provides a selection of various server packages to install and enable, e.g. httpd, nginx, mariadb" +msgstr "" + +msgid "Choose which servers to install, if none then a minimal installation will be done" +msgstr "" + +msgid "Installs a minimal system as well as xorg and graphics drivers." +msgstr "" + +msgid "Press Enter to continue." +msgstr "" + +msgid "Would you like to chroot into the newly created installation and perform post-installation configuration?" +msgstr "" + +msgid "Are you sure you want to reset this setting?" +msgstr "" + +msgid "Select one or more hard drives to use and configure\n" +msgstr "" + +msgid "Any modifications to the existing setting will reset the disk layout!" +msgstr "" + +msgid "If you reset the harddrive selection this will also reset the current disk layout. Are you sure?" +msgstr "" + +msgid "Save and exit" +msgstr "सहेजें और छोड़ें" + +msgid "" +"{}\n" +"contains queued partitions, this will remove those, are you sure?" +msgstr "" + +msgid "No audio server" +msgstr "" + +msgid "(default)" +msgstr "" + +msgid "Use ESC to skip" +msgstr "छोड़ने के लिए ESC का उपयोग करें" + +msgid "" +"Use CTRL+C to reset current selection\n" +"\n" +msgstr "" + +msgid "Copy to: " +msgstr "" + +msgid "Edit: " +msgstr "" + +msgid "Key: " +msgstr "" + +msgid "Edit {}: " +msgstr "" + +msgid "Add: " +msgstr "" + +msgid "Value: " +msgstr "" + +msgid "You can skip selecting a drive and partitioning and use whatever drive-setup is mounted at /mnt (experimental)" +msgstr "" + +msgid "Select one of the disks or skip and use /mnt as default" +msgstr "" + +msgid "Select which partitions to mark for formatting:" +msgstr "" + +msgid "Use HSM to unlock encrypted drive" +msgstr "" + +msgid "Device" +msgstr "" + +msgid "Size" +msgstr "" + +msgid "Free space" +msgstr "खाली जगह" + +msgid "Bus-type" +msgstr "" + +msgid "Either root-password or at least 1 user with sudo privileges must be specified" +msgstr "" + +msgid "Enter username (leave blank to skip): " +msgstr "" + +msgid "The username you entered is invalid. Try again" +msgstr "" + +msgid "Should \"{}\" be a superuser (sudo)?" +msgstr "" + +msgid "Select which partitions to encrypt" +msgstr "" + +msgid "very weak" +msgstr "बहुत कमजोर" + +msgid "weak" +msgstr "कमजोर" + +msgid "moderate" +msgstr "मध्यम" + +msgid "strong" +msgstr "मज़बूत" + +msgid "Add subvolume" +msgstr "" + +msgid "Edit subvolume" +msgstr "" + +msgid "Delete subvolume" +msgstr "" + +msgid "Configured {} interfaces" +msgstr "" + +msgid "This option enables the number of parallel downloads that can occur during installation" +msgstr "" + +msgid "" +"Enter the number of parallel downloads to be enabled.\n" +" (Enter a value between 1 to {})\n" +"Note:" +msgstr "" + +msgid " - Maximum value : {} ( Allows {} parallel downloads, allows {} downloads at a time )" +msgstr "" + +msgid " - Minimum value : 1 ( Allows 1 parallel download, allows 2 downloads at a time )" +msgstr "" + +msgid " - Disable/Default : 0 ( Disables parallel downloading, allows only 1 download at a time )" +msgstr "" + +#, python-brace-format +msgid "Invalid input! Try again with a valid input [1 to {max_downloads}, or 0 to disable]" +msgstr "" + +msgid "Parallel Downloads" +msgstr "" + +msgid "ESC to skip" +msgstr "" + +msgid "CTRL+C to reset" +msgstr "" + +msgid "TAB to select" +msgstr "" + +msgid "[Default value: 0] > " +msgstr "" + +msgid "To be able to use this translation, please install a font manually that supports the language." +msgstr "" + +msgid "The font should be stored as {}" +msgstr "" + +msgid "Archinstall requires root privileges to run. See --help for more." +msgstr "" + +msgid "Select an execution mode" +msgstr "" + +msgid "Unable to fetch profile from specified url: {}" +msgstr "" + +msgid "Profiles must have unique name, but profile definitions with duplicate name found: {}" +msgstr "" + +msgid "Select one or more devices to use and configure" +msgstr "" + +msgid "If you reset the device selection this will also reset the current disk layout. Are you sure?" +msgstr "" + +msgid "Existing Partitions" +msgstr "" + +msgid "Select a partitioning option" +msgstr "" + +msgid "Enter the root directory of the mounted devices: " +msgstr "" + +msgid "Minimum capacity for /home partition: {}GiB\n" +msgstr "" + +msgid "Minimum capacity for Arch Linux partition: {}GiB" +msgstr "" + +msgid "This is a list of pre-programmed profiles_bck, they might make it easier to install things like desktop environments" +msgstr "" + +msgid "Current profile selection" +msgstr "" + +msgid "Remove all newly added partitions" +msgstr "" + +msgid "Assign mountpoint" +msgstr "" + +msgid "Mark/Unmark to be formatted (wipes data)" +msgstr "" + +msgid "Mark/Unmark as bootable" +msgstr "" + +msgid "Change filesystem" +msgstr "" + +msgid "Mark/Unmark as compressed" +msgstr "" + +msgid "Set subvolumes" +msgstr "" + +msgid "Delete partition" +msgstr "" + +msgid "Partition" +msgstr "" + +msgid "This partition is currently encrypted, to format it a filesystem has to be specified" +msgstr "" + +msgid "Partition mount-points are relative to inside the installation, the boot would be /boot as an example." +msgstr "" + +msgid "If mountpoint /boot is set, then the partition will also be marked as bootable." +msgstr "" + +msgid "Mountpoint: " +msgstr "" + +msgid "Current free sectors on device {}:" +msgstr "" + +msgid "Total sectors: {}" +msgstr "" + +msgid "Enter the start sector (default: {}): " +msgstr "" + +msgid "Enter the end sector of the partition (percentage or block number, default: {}): " +msgstr "" + +msgid "This will remove all newly added partitions, continue?" +msgstr "" + +msgid "Partition management: {}" +msgstr "" + +msgid "Total length: {}" +msgstr "" + +msgid "Encryption type" +msgstr "" + +msgid "Partitions" +msgstr "" + +msgid "No HSM devices available" +msgstr "" + +msgid "Partitions to be encrypted" +msgstr "" + +msgid "Select disk encryption option" +msgstr "" + +msgid "Select a FIDO2 device to use for HSM" +msgstr "" + +msgid "Use a best-effort default partition layout" +msgstr "" + +msgid "Manual Partitioning" +msgstr "" + +msgid "Pre-mounted configuration" +msgstr "" + +msgid "Unknown" +msgstr "" + +msgid "Partition encryption" +msgstr "" + +msgid " ! Formatting {} in " +msgstr "" + +msgid " Back" +msgstr "" + +msgid "Disk encryption" +msgstr "" + +msgid "Configuration" +msgstr "" + +msgid "Password" +msgstr "पासवर्ड" + +msgid "All settings will be reset, are you sure?" +msgstr "" + +msgid "Back" +msgstr "" + +msgid "Please chose which greeter to install for the chosen profiles: {}" +msgstr "" + +msgid "Environment type: {}" +msgstr "" + +msgid "The proprietary Nvidia driver is not supported by Sway. It is likely that you will run into issues, are you okay with that?" +msgstr "" + +msgid "Installed packages" +msgstr "" + +msgid "Add profile" +msgstr "" + +msgid "Edit profile" +msgstr "" + +msgid "Delete profile" +msgstr "" + +msgid "Profile name: " +msgstr "" + +msgid "The profile name you entered is already in use. Try again" +msgstr "" + +msgid "Packages to be install with this profile (space separated, leave blank to skip): " +msgstr "" + +msgid "Services to be enabled with this profile (space separated, leave blank to skip): " +msgstr "" + +msgid "Should this profile be enabled for installation?" +msgstr "" + +msgid "Create your own" +msgstr "" + +msgid "" +"\n" +"Select a graphics driver or leave blank to install all open-source drivers" +msgstr "" + +msgid "Sway needs access to your seat (collection of hardware devices i.e. keyboard, mouse, etc)" +msgstr "" + +msgid "" +"\n" +"\n" +"Choose an option to give Sway access to your hardware" +msgstr "" + +msgid "Graphics driver" +msgstr "" + +msgid "Greeter" +msgstr "" + +msgid "Please chose which greeter to install" +msgstr "" + +msgid "This is a list of pre-programmed default_profiles" +msgstr "" + +msgid "Disk configuration" +msgstr "" + +msgid "Profiles" +msgstr "" + +msgid "Finding possible directories to save configuration files ..." +msgstr "" + +msgid "Select directory (or directories) for saving configuration files" +msgstr "" + +msgid "Add a custom mirror" +msgstr "" + +msgid "Change custom mirror" +msgstr "" + +msgid "Delete custom mirror" +msgstr "" + +msgid "Enter name (leave blank to skip): " +msgstr "" + +msgid "Enter url (leave blank to skip): " +msgstr "" + +msgid "Select signature check option" +msgstr "" + +msgid "Select signature option" +msgstr "" + +msgid "Custom mirrors" +msgstr "" + +msgid "Defined" +msgstr "" + +msgid "Save user configuration (including disk layout)" +msgstr "" + +msgid "" +"Enter a directory for the configuration(s) to be saved (tab completion enabled)\n" +"Save directory: " +msgstr "" + +msgid "" +"Do you want to save {} configuration file(s) in the following location?\n" +"\n" +"{}" +msgstr "" + +msgid "Saving {} configuration files to {}" +msgstr "" + +msgid "Mirrors" +msgstr "" + +msgid "Mirror regions" +msgstr "" + +msgid " - Maximum value : {} ( Allows {} parallel downloads, allows {max_downloads+1} downloads at a time )" +msgstr "" + +msgid "Invalid input! Try again with a valid input [1 to {}, or 0 to disable]" +msgstr "" + +msgid "Locales" +msgstr "" + +msgid "Use NetworkManager (necessary to configure internet graphically in GNOME and KDE)" +msgstr "" + +msgid "Total: {} / {}" +msgstr "" + +msgid "All entered values can be suffixed with a unit: B, KB, KiB, MB, MiB..." +msgstr "" + +msgid "If no unit is provided, the value is interpreted as sectors" +msgstr "" + +msgid "Enter start (default: sector {}): " +msgstr "" + +msgid "Enter end (default: {}): " +msgstr "" + +msgid "Unable to determine fido2 devices. Is libfido2 installed?" +msgstr "" + +msgid "Path" +msgstr "" + +msgid "Manufacturer" +msgstr "" + +msgid "Product" +msgstr "" + +#, python-brace-format +msgid "Invalid configuration: {error}" +msgstr "" + +msgid "Type" +msgstr "" + +msgid "This option enables the number of parallel downloads that can occur during package downloads" +msgstr "" + +msgid "" +"Enter the number of parallel downloads to be enabled.\n" +"\n" +"Note:\n" +msgstr "" + +msgid " - Maximum recommended value : {} ( Allows {} parallel downloads at a time )" +msgstr "" + +msgid " - Disable/Default : 0 ( Disables parallel downloading, allows only 1 download at a time )\n" +msgstr "" + +msgid "Invalid input! Try again with a valid input [or 0 to disable]" +msgstr "" + +msgid "Hyprland needs access to your seat (collection of hardware devices i.e. keyboard, mouse, etc)" +msgstr "" + +msgid "" +"\n" +"\n" +"Choose an option to give Hyprland access to your hardware" +msgstr "" + +msgid "All entered values can be suffixed with a unit: %, B, KB, KiB, MB, MiB..." +msgstr "" -- cgit v1.2.3-54-g00ecf From 474861c15516cc046758cc9b148ce2608dd1c9be Mon Sep 17 00:00:00 2001 From: "Celestial.y" <129247596+clsty@users.noreply.github.com> Date: Mon, 23 Oct 2023 02:26:51 -0500 Subject: Update translation of zh-CN (#2165) --- archinstall/locales/README.md | 2 + archinstall/locales/zh-CN/LC_MESSAGES/base.mo | Bin 33967 -> 36412 bytes archinstall/locales/zh-CN/LC_MESSAGES/base.po | 176 ++++++++++++-------------- 3 files changed, 85 insertions(+), 93 deletions(-) (limited to 'archinstall/locales') diff --git a/archinstall/locales/README.md b/archinstall/locales/README.md index de1aa83a..2e18f6a1 100644 --- a/archinstall/locales/README.md +++ b/archinstall/locales/README.md @@ -32,6 +32,8 @@ msgstr "" The `msgid` is the identifier of the string in the code as well as the default text to be displayed, meaning that if no translation is provided for a language then this is the text that is going to be shown. +## Perform translations + To perform translations for a language this file can be edited manually or the neat `poedit` can be used (https://poedit.net/). If editing the file manually, write the translation in the `msgstr` part diff --git a/archinstall/locales/zh-CN/LC_MESSAGES/base.mo b/archinstall/locales/zh-CN/LC_MESSAGES/base.mo index c7208160..b7d388bf 100644 Binary files a/archinstall/locales/zh-CN/LC_MESSAGES/base.mo and b/archinstall/locales/zh-CN/LC_MESSAGES/base.mo differ diff --git a/archinstall/locales/zh-CN/LC_MESSAGES/base.po b/archinstall/locales/zh-CN/LC_MESSAGES/base.po index 4c620836..f5ada902 100644 --- a/archinstall/locales/zh-CN/LC_MESSAGES/base.po +++ b/archinstall/locales/zh-CN/LC_MESSAGES/base.po @@ -3,7 +3,7 @@ msgstr "" "Project-Id-Version: \n" "POT-Creation-Date: \n" "PO-Revision-Date: \n" -"Last-Translator: yetist \n" +"Last-Translator: clsty \n" "Language-Team: \n" "Language: zh_CN\n" "MIME-Version: 1.0\n" @@ -12,7 +12,7 @@ msgstr "" "X-Generator: Poedit 3.3.2\n" msgid "[!] A log file has been created here: {} {}" -msgstr "[!] 日志文件已在此处创建:{} {}" +msgstr "[!] 一份日志文件已在此处创建:{} {}" msgid " Please submit this issue (and file) to https://github.com/archlinux/archinstall/issues" msgstr " 请将此问题(和文件)提交到 https://github.com/archlinux/archinstall/issues" @@ -51,16 +51,16 @@ msgid "Choose an audio server" msgstr "请选择一个音频服务器(audio server)" msgid "Only packages such as base, base-devel, linux, linux-firmware, efibootmgr and optional profile packages are installed." -msgstr "仅安装基本软件包(base),基本开发软件包(base-devel),Linux 内核(linux),Linux 固件(linux-firmware),efibootmgr 和可选的配置文件软件包(profile packages)。" +msgstr "仅安装基本软件包(base)、基本开发软件包(base-devel)、Linux 内核(linux)、Linux 固件(linux-firmware)、efibootmgr 和可选的配置文件软件包(profile packages)。" msgid "If you desire a web browser, such as firefox or chromium, you may specify it in the following prompt." -msgstr "如果您需要一个网络浏览器,例如 firefox 或 chromium,你可以在下面的提示中指定它。" +msgstr "如果您需要一个网络浏览器,例如 firefox 或 chromium,您可以在下面的提示中指定它。" msgid "Write additional packages to install (space separated, leave blank to skip): " msgstr "输入要安装的其他软件包(空格分隔,留空以跳过):" msgid "Copy ISO network configuration to installation" -msgstr "将 ISO 中的网络配置复制到安装中" +msgstr "将 ISO 中的网络配置复制到安装目标中" msgid "Use NetworkManager (necessary for configuring internet graphically in GNOME and KDE)" msgstr "使用 NetworkManager(在 GNOME 和 KDE 中以图形方式配置 Internet 所必需的)" @@ -69,13 +69,13 @@ msgid "Select one network interface to configure" msgstr "选择要配置的网络接口" msgid "Select which mode to configure for \"{}\" or skip to use default mode \"{}\"" -msgstr "选择要为 \"{}\" 配置的模式或跳过以使用默认模式 \"{}\"" +msgstr "选择要为“{}”配置的模式或跳过以使用默认模式“{}”" msgid "Enter the IP and subnet for {} (example: 192.168.0.5/24): " msgstr "输入 {} 的 IP 和子网(例如:192.168.0.5/24):" msgid "Enter your gateway (router) IP address or leave blank for none: " -msgstr "请输入您的网关(路由器)IP地址,如果没有请留空:" +msgstr "请输入您的网关(路由器)IP 地址,如果没有请留空:" msgid "Enter your DNS servers (space separated, blank for none): " msgstr "请输入您的 DNS 服务器地址(以空格分隔,如果没有请留空):" @@ -121,10 +121,10 @@ msgid "" msgstr "" "{}\n" "\n" -"按索引选择要挂载的分区" +"按索引选择要挂载的分区及挂载位置" msgid " * Partition mount-points are relative to inside the installation, the boot would be /boot as an example." -msgstr " * 分区挂载点是相对于安装目录内部的,例如引导分区(boot)的挂载点为 /boot。" +msgstr " * 分区挂载点是相对于安装目标的目录内部的,例如引导分区(boot)的挂载点为 /boot。" msgid "Select where to mount partition (leave blank to remove mountpoint): " msgstr "选择要挂载分区的位置(留空表示移除挂载点):" @@ -178,16 +178,16 @@ msgid "Select what to do with each individual drive (followed by partition usage msgstr "选择对每个单独的驱动器执行的操作(后跟分区使用情况)" msgid "Select what you wish to do with the selected block devices" -msgstr "选择要对所选硬盘驱动器执行的操作" +msgstr "选择要对所选的(一个或多个)块设备(block device)执行的操作" msgid "This is a list of pre-programmed profiles, they might make it easier to install things like desktop environments" -msgstr "这是预先编写的配置文件列表,它们可能会使安装桌面环境等内容变得更加容易" +msgstr "这份列表列出了预先编写的配置文件,它们可能会使安装桌面环境等内容变得更加容易" msgid "Select keyboard layout" msgstr "选择键盘布局" msgid "Select one of the regions to download packages from" -msgstr "选择要从中下载软件包的区域(可多选)" +msgstr "选择一个要从中下载软件包的区域" msgid "Select one or more hard drives to use and configure" msgstr "选择要使用和配置的硬盘驱动器(可多选)" @@ -235,7 +235,7 @@ msgid "You need to enter a valid fs-type in order to continue. See `man parted` msgstr "您需要输入有效的文件系统类型才能继续。请参阅 `man parted` 以获取有效的文件系统类型。" msgid "Error: Listing profiles on URL \"{}\" resulted in:" -msgstr "错误:在 URL “{}” 上列出配置文件时出错:" +msgstr "错误:列出位于 URL “{}” 上的配置文件时出错:" msgid "Error: Could not decode \"{}\" result as JSON:" msgstr "错误:无法将“{}”结果解码为 JSON:" @@ -304,8 +304,8 @@ msgid "" "Do you wish to continue?" msgstr "" "您决定跳过硬盘驱动器选择\n" -"并将使用挂载在 {}(实验性)上的任何驱动器设置\n" -"警告:Archinstall 不会检查此设置的适用性\n" +"并将使用挂载在 {} 上的任何驱动器设置(实验性)\n" +"警告:Archinstall 将不会检查此设置的适用性\n" "您是否要继续?" msgid "Re-using partition instance: {}" @@ -330,7 +330,7 @@ msgid "Mark/Unmark a partition as encrypted" msgstr "将分区标记/取消标记为加密" msgid "Mark/Unmark a partition as bootable (automatic for /boot)" -msgstr "将分区标记/取消标记为可引导(/boot 自动引导)" +msgstr "将分区标记/取消标记为可引导(/boot 会自动设置为可引导)" msgid "Set desired filesystem for a partition" msgstr "为分区设置所需的文件系统" @@ -342,7 +342,7 @@ msgid "Hostname" msgstr "主机名" msgid "Not configured, unavailable unless setup manually" -msgstr "未配置,除非手动设置,否则不可用" +msgstr "未配置;除非手动设置,否则不可用" msgid "Timezone" msgstr "时区" @@ -361,7 +361,7 @@ msgstr "" "\n" msgid "Suggest partition layout" -msgstr "建议的分区布局" +msgstr "建议分区布局" msgid "Enter a password: " msgstr "输入密码:" @@ -373,7 +373,7 @@ msgid "Enter disk encryption password (leave blank for no encryption): " msgstr "输入磁盘加密密码(留空则不加密):" msgid "Create a required super-user with sudo privileges: " -msgstr "创建具有 sudo 权限的必需超级用户:" +msgstr "创建所需的具有 sudo 权限的超级用户:" msgid "Enter root password (leave blank to disable root): " msgstr "输入 root 密码(留空以禁用 root):" @@ -382,7 +382,7 @@ msgid "Password for user \"{}\": " msgstr "用户“{}”的密码:" msgid "Verifying that additional packages exist (this might take a few seconds)" -msgstr "正在验证附加软件包是否存在(这可能需要几秒钟)" +msgstr "正在验证附加软件包是否存在(这可能需要几秒或几十秒)" msgid "Would you like to use automatic time synchronization (NTP) with the default time servers?\n" msgstr "您是否希望使用默认时间服务器进行自动时间同步(NTP)?\n" @@ -391,8 +391,8 @@ msgid "" "Hardware time and other post-configuration steps might be required in order for NTP to work.\n" "For more information, please check the Arch wiki" msgstr "" -"可能需要硬件时间和其他后配置步骤才能使 NTP 正常工作。\n" -"有关更多信息,请查看 Arch wiki" +"为了使 NTP 正常工作,可能需要在之后进行硬件时间及其他配置的步骤。\n" +"更多信息,请查阅 Arch wiki" msgid "Enter a username to create an additional user (leave blank to skip): " msgstr "输入用户名以创建其他用户(留空以跳过):" @@ -405,7 +405,7 @@ msgid "" " Choose an object from the list, and select one of the available actions for it to execute" msgstr "" "\n" -" 从列表中选择一个对象,并选择要执行的操作" +" 从列表中选取一个对象,并选择一个要执行的可选操作" msgid "Cancel" msgstr "取消" @@ -448,7 +448,7 @@ msgid "Pre-existing pacman lock never exited. Please clean up any existing pacma msgstr "预先存在的 pacman 锁从未退出。请在使用 archinstall 之前清理任何现有的 pacman 会话。" msgid "Choose which optional additional repositories to enable" -msgstr "选择要启用的可选附加存储库" +msgstr "选择要启用的可选附加仓库" msgid "Add a user" msgstr "添加一个用户" @@ -473,7 +473,7 @@ msgid "User Name : " msgstr "用户名:" msgid "Should {} be a superuser (sudoer)?" -msgstr "是否将{}设置为超级用户(sudoer)?" +msgstr "是否将 {} 设置为超级用户(sudoer)?" msgid "Define users with sudo privilege: " msgstr "定义具有 sudo 权限的用户:" @@ -527,7 +527,7 @@ msgid "are you sure you want to use it?" msgstr "您确定要使用它吗?" msgid "Optional repositories" -msgstr "可选存储库" +msgstr "可选仓库" msgid "Save configuration" msgstr "保存配置" @@ -558,7 +558,7 @@ msgid "" " Fill the desired values for a new subvolume \n" msgstr "" "\n" -" 填写新子卷所需的值 \n" +" 为新子卷填写所需的值 \n" msgid "Subvolume name " msgstr "子卷名称 " @@ -585,10 +585,10 @@ msgid "Define users with sudo privilege, by username: " msgstr "通过用户名定义具有 sudo 权限的用户:" msgid "[!] A log file has been created here: {}" -msgstr "[!] 已在此处创建日志文件:{}" +msgstr "[!] 已在此处创建一份日志文件:{}" msgid "Would you like to use BTRFS subvolumes with a default structure?" -msgstr "您想使用带有默认结构的 BTRFS 子卷吗?" +msgstr "您想以默认结构使用 BTRFS 子卷吗?" msgid "Would you like to use BTRFS compression?" msgstr "您想使用 BTRFS 压缩吗?" @@ -597,7 +597,7 @@ msgid "Would you like to create a separate partition for /home?" msgstr "您想为 /home 创建一个单独的分区吗?" msgid "The selected drives do not have the minimum capacity required for an automatic suggestion\n" -msgstr "所选驱动器没有自动建议所需的最小容量\n" +msgstr "所选驱动器不具有自动建议所需的最小容量\n" msgid "Minimum capacity for /home partition: {}GB\n" msgstr "/home 分区的最小容量:{}GB\n" @@ -618,13 +618,13 @@ msgid "set: {}" msgstr "设置:{}" msgid "Manual configuration setting must be a list" -msgstr "手动配置设置必须是一个列表" +msgstr "手动配置的设置必须是一个列表" msgid "No iface specified for manual configuration" msgstr "没有为手动配置指定网卡接口" msgid "Manual nic configuration with no auto DHCP requires an IP address" -msgstr "没有自动 DHCP 的手动网卡配置需要 IP 地址" +msgstr "不具备自动 DHCP 的手动网卡配置需要一个 IP 地址" msgid "Add interface" msgstr "添加接口" @@ -648,7 +648,7 @@ msgid "The password you are using seems to be weak, are you sure you want to use msgstr "您正在使用的密码似乎很弱,您确定要使用它吗?" msgid "Provides a selection of desktop environments and tiling window managers, e.g. gnome, kde, sway" -msgstr "提供一系列桌面环境和平铺窗口管理器的选择,例如 gnome、kde、sway" +msgstr "提供一系列桌面环境和平铺窗口管理器供选择,例如 gnome、kde、sway" msgid "Select your desired desktop environment" msgstr "选择您所需的桌面环境" @@ -657,13 +657,13 @@ msgid "A very basic installation that allows you to customize Arch Linux as you msgstr "一个非常基本的安装,允许您根据需要自定义 Arch Linux。" msgid "Provides a selection of various server packages to install and enable, e.g. httpd, nginx, mariadb" -msgstr "提供一系列可安装和启用的各种服务器软件包的选择,例如 httpd、nginx、mariadb" +msgstr "提供一系列的多种服务器软件包以供安装启用,例如 httpd、nginx、mariadb" msgid "Choose which servers to install, if none then a minimal installation will be done" -msgstr "选择要安装的服务器,如果没有,则将执行最小安装" +msgstr "选择要安装的服务器,若无则将执行最小化安装" msgid "Installs a minimal system as well as xorg and graphics drivers." -msgstr "安装一个最小系统以及 xorg 和显卡驱动程序。" +msgstr "安装一个最小化系统以及 xorg 和显卡驱动程序。" msgid "Press Enter to continue." msgstr "按 Enter 继续。" @@ -681,7 +681,7 @@ msgid "Any modifications to the existing setting will reset the disk layout!" msgstr "对现有设置的任何修改都将重置磁盘布局!" msgid "If you reset the harddrive selection this will also reset the current disk layout. Are you sure?" -msgstr "如果重置硬盘驱动器选择,则当前磁盘布局也将重置。你确定吗?" +msgstr "如果重置硬盘驱动器选择,则当前磁盘布局也将重置。您确定吗?" msgid "Save and exit" msgstr "保存并退出" @@ -738,7 +738,7 @@ msgid "Use HSM to unlock encrypted drive" msgstr "使用 HSM 解锁加密驱动器" msgid "Device" -msgstr "驱动器" +msgstr "设备" msgid "Size" msgstr "大小" @@ -801,7 +801,7 @@ msgstr "" "提示:" msgid " - Maximum value : {} ( Allows {} parallel downloads, allows {} downloads at a time )" -msgstr " - 最大值:{}(允许 {} 次并行下载,一次允许 {} 次下载)" +msgstr " - 最大值:{}(允许 {} 个并行下载,即同时允许 {} 个下载)" msgid " - Minimum value : 1 ( Allows 1 parallel download, allows 2 downloads at a time )" msgstr " - 最小值:1(允许 1 个并行下载,同时允许 2 个下载)" @@ -811,7 +811,7 @@ msgstr " - 禁用/默认值:0(禁用并行下载,同时只允许 1 个下 #, python-brace-format msgid "Invalid input! Try again with a valid input [1 to {max_downloads}, or 0 to disable]" -msgstr "输入无效! 使用有效输入重试 [1 到 {max_downloads},或 0 禁用]" +msgstr "输入无效!请重试一个有效输入 [1 到 {max_downloads},或 0 以禁用]" msgid "Parallel Downloads" msgstr "并行下载" @@ -844,13 +844,13 @@ msgid "Unable to fetch profile from specified url: {}" msgstr "无法从指定的 URL 获取配置文件:{}" msgid "Profiles must have unique name, but profile definitions with duplicate name found: {}" -msgstr "配置文件必须具有唯一的名称,但找到具有重复名称的配置文件定义:{}" +msgstr "配置文件必须具有唯一的名称,但找到了具有重复名称的配置文件定义:{}" msgid "Select one or more devices to use and configure" -msgstr "选择要使用和配置的驱动器(可多选)" +msgstr "选择要使用并配置的设备(可多选)" msgid "If you reset the device selection this will also reset the current disk layout. Are you sure?" -msgstr "如果重置硬盘驱动器选择,则当前磁盘布局也将重置。你确定吗?" +msgstr "如果重置设备选择,则当前磁盘布局也将重置。您确定吗?" msgid "Existing Partitions" msgstr "现有分区" @@ -880,7 +880,7 @@ msgid "Assign mountpoint" msgstr "分配挂载点" msgid "Mark/Unmark to be formatted (wipes data)" -msgstr "将分区标记/取消标记为格式化(清除数据)" +msgstr "将分区标记/取消标记为格式化(擦除数据)" msgid "Mark/Unmark as bootable" msgstr "将分区标记/取消标记为可引导" @@ -889,7 +889,7 @@ msgid "Change filesystem" msgstr "更改文件系统" msgid "Mark/Unmark as compressed" -msgstr "将分区标记/取消标记为压缩" +msgstr "标记/取消标记为压缩" msgid "Set subvolumes" msgstr "设置子卷" @@ -904,7 +904,7 @@ msgid "This partition is currently encrypted, to format it a filesystem has to b msgstr "此分区当前已加密,要格式化它必须指定文件系统" msgid "Partition mount-points are relative to inside the installation, the boot would be /boot as an example." -msgstr "分区挂载点是相对于安装目录内部的,例如引导分区(boot)的挂载点为 /boot。" +msgstr "分区挂载点是相对于安装目标的目录内部的,例如引导分区(boot)的挂载点为 /boot。" msgid "If mountpoint /boot is set, then the partition will also be marked as bootable." msgstr "如果设置了挂载点 /boot,则该分区也将被标记为可引导。" @@ -913,7 +913,7 @@ msgid "Mountpoint: " msgstr "挂载点:" msgid "Current free sectors on device {}:" -msgstr "驱动器 {} 上当前可用的扇区:" +msgstr "设备 {} 上当前可用的扇区:" msgid "Total sectors: {}" msgstr "总扇区数:{}" @@ -982,7 +982,7 @@ msgid "Password" msgstr "密码" msgid "All settings will be reset, are you sure?" -msgstr "所有设置将被重置,你确定吗?" +msgstr "所有设置将被重置,您确定吗?" msgid "Back" msgstr "返回" @@ -994,7 +994,7 @@ msgid "Environment type: {}" msgstr "环境类型:{}" msgid "The proprietary Nvidia driver is not supported by Sway. It is likely that you will run into issues, are you okay with that?" -msgstr "Sway 不支持 Nvidia 的专有驱动。 您可能会遇到问题,您确定要继续吗?" +msgstr "Sway 不支持 Nvidia 的专有驱动。您可能会遇到问题,您确定要继续吗?" msgid "Installed packages" msgstr "已安装的软件包" @@ -1012,19 +1012,19 @@ msgid "Profile name: " msgstr "配置文件名称:" msgid "The profile name you entered is already in use. Try again" -msgstr "您输入的配置文件名称已被使用。 请重试" +msgstr "您输入的配置文件名称已被使用。请重试" msgid "Packages to be install with this profile (space separated, leave blank to skip): " -msgstr "编写要安装的附加软件包(空格分隔,留空跳过):" +msgstr "要与此配置文件一同安装的软件包(空格分隔,留空跳过):" msgid "Services to be enabled with this profile (space separated, leave blank to skip): " -msgstr "编写要启用的附加服务(空格分隔,留空跳过):" +msgstr "要与此配置文件一同启用的服务(空格分隔,留空跳过):" msgid "Should this profile be enabled for installation?" msgstr "是否启用此配置文件进行安装?" msgid "Create your own" -msgstr "创建自己的" +msgstr "创建您自己的" msgid "" "\n" @@ -1035,7 +1035,7 @@ msgstr "" "选择一个显卡驱动程序,或留空以安装所有开源驱动程序" msgid "Sway needs access to your seat (collection of hardware devices i.e. keyboard, mouse, etc)" -msgstr "Sway 需要访问您的用户环境(硬件设备的集合,例如键盘,鼠标等)" +msgstr "Sway 需要访问您的 seat(硬件设备的集合,例如键盘、鼠标等)" msgid "" "\n" @@ -1056,7 +1056,7 @@ msgid "Please chose which greeter to install" msgstr "请选择要安装的登录管理器" msgid "This is a list of pre-programmed default_profiles" -msgstr "这是预设的默认配置文件列表" +msgstr "这份列表列出了预编写的默认配置文件" msgid "Disk configuration" msgstr "磁盘配置" @@ -1068,7 +1068,7 @@ msgid "Finding possible directories to save configuration files ..." msgstr "正在查找可能用于保存配置文件的目录 ..." msgid "Select directory (or directories) for saving configuration files" -msgstr "选择一个或多个硬盘驱动器来使用和配置" +msgstr "选择一个或多个目录保存配置文件" msgid "Add a custom mirror" msgstr "添加自定义镜像" @@ -1080,10 +1080,10 @@ msgid "Delete custom mirror" msgstr "删除自定义镜像" msgid "Enter name (leave blank to skip): " -msgstr "输入用户名(留空跳过): " +msgstr "输入用户名(留空跳过):" msgid "Enter url (leave blank to skip): " -msgstr "输入网址(留空跳过): " +msgstr "输入网址(留空跳过):" msgid "Select signature check option" msgstr "选择签名检查选项" @@ -1104,8 +1104,8 @@ msgid "" "Enter a directory for the configuration(s) to be saved (tab completion enabled)\n" "Save directory: " msgstr "" -"输入要保存配置的目录(制表符可补全)\n" -"保存目录: " +"输入要保存配置的目录(可按 TAB 补全)\n" +"保存目录:" msgid "" "Do you want to save {} configuration file(s) in the following location?\n" @@ -1117,7 +1117,7 @@ msgstr "" "{}" msgid "Saving {} configuration files to {}" -msgstr "将 {} 配置文件保存到 {}" +msgstr "正在将 {} 配置文件保存到 {}" msgid "Mirrors" msgstr "镜像" @@ -1129,7 +1129,7 @@ msgid " - Maximum value : {} ( Allows {} parallel downloads, allows {max_downl msgstr " - 最大值:{}(允许 {} 个并行下载,每次允许 {max_downloads+1} 个下载)" msgid "Invalid input! Try again with a valid input [1 to {}, or 0 to disable]" -msgstr "输入无效! 使用有效输入重试 [1 到 {},或 0 到禁用]" +msgstr "输入无效!请重试一个有效输入 [1 到 {},或 0 以禁用]" msgid "Locales" msgstr "区域设置" @@ -1137,74 +1137,64 @@ msgstr "区域设置" msgid "Use NetworkManager (necessary to configure internet graphically in GNOME and KDE)" msgstr "使用 NetworkManager(在 GNOME 和 KDE 中以图形方式配置互联网所必需)" -#, fuzzy msgid "Total: {} / {}" -msgstr "总长度:{}" +msgstr "总长度:{} / {}" msgid "All entered values can be suffixed with a unit: B, KB, KiB, MB, MiB..." -msgstr "" +msgstr "所有输入的值都可以后缀一个单位:B、KB、KiB、MB、MiB……" msgid "If no unit is provided, the value is interpreted as sectors" -msgstr "" +msgstr "若没有指定单位,则值被作为扇区块号" -#, fuzzy msgid "Enter start (default: sector {}): " -msgstr "输入起始扇区(百分比或块号,默认:{}): " +msgstr "输入起始扇区位置(默认:扇区 {}): " -#, fuzzy msgid "Enter end (default: {}): " -msgstr "输入起始扇区(百分比或块号,默认:{}): " +msgstr "输入末尾扇区位置(默认:{}): " msgid "Unable to determine fido2 devices. Is libfido2 installed?" -msgstr "" +msgstr "无法确定 fido2 设备。libfido2 是否已安装?" msgid "Path" -msgstr "" +msgstr "路径" msgid "Manufacturer" -msgstr "" +msgstr "制造商" msgid "Product" -msgstr "" +msgstr "产品" -#, fuzzy, python-brace-format +#, python-brace-format msgid "Invalid configuration: {error}" -msgstr "手动配置" +msgstr "无效的配置:{error}" msgid "Type" -msgstr "" +msgstr "类型" -#, fuzzy msgid "This option enables the number of parallel downloads that can occur during package downloads" -msgstr "此选项启用安装期间可以发生的并行下载数" +msgstr "此选项启用软件包下载期间可以发生的并行下载数" -#, fuzzy msgid "" "Enter the number of parallel downloads to be enabled.\n" "\n" "Note:\n" msgstr "" "输入要启用的并行下载数。\n" -" (输入一个介于 1 到 {} 之间的值)\n" -"提示:" +"\n" +"提示:\n" -#, fuzzy msgid " - Maximum recommended value : {} ( Allows {} parallel downloads at a time )" -msgstr " - 最大值:{}(允许 {} 次并行下载,一次允许 {} 次下载)" +msgstr " - 最大推荐值:{}(每次同时允许 {} 个并行下载)" -#, fuzzy msgid " - Disable/Default : 0 ( Disables parallel downloading, allows only 1 download at a time )\n" -msgstr " - 禁用/默认值:0(禁用并行下载,同时只允许 1 个下载)" +msgstr " - 禁用/默认值:0(禁用并行下载,同时只允许 1 个下载)\n" -#, fuzzy msgid "Invalid input! Try again with a valid input [or 0 to disable]" -msgstr "输入无效! 使用有效输入重试 [1 到 {},或 0 到禁用]" +msgstr "输入无效!请重试有效输入 [或 0 以禁用]" -#, fuzzy msgid "Hyprland needs access to your seat (collection of hardware devices i.e. keyboard, mouse, etc)" -msgstr "Sway 需要访问您的用户环境(硬件设备的集合,例如键盘,鼠标等)" +msgstr "Hyprland 需要访问您的 seat(硬件设备的集合,例如键盘、鼠标等)" -#, fuzzy msgid "" "\n" "\n" @@ -1212,7 +1202,7 @@ msgid "" msgstr "" "\n" "\n" -"选择一个选项来给 Sway 提供对您硬件的访问权限" +"选择一个选项来给 Hyprland 提供对您硬件的访问权限" msgid "All entered values can be suffixed with a unit: %, B, KB, KiB, MB, MiB..." -msgstr "" +msgstr "所有输入的值都可以后缀一个单位:%、B、KB、KiB、MB、MiB……" -- cgit v1.2.3-54-g00ecf From c9755b35e7364d208d836ec051d365354be6dd63 Mon Sep 17 00:00:00 2001 From: Wellinton Kricowski Date: Mon, 6 Nov 2023 13:55:50 -0300 Subject: PT BR translation improvements (#2199) --- archinstall/locales/pt_BR/LC_MESSAGES/base.po | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'archinstall/locales') diff --git a/archinstall/locales/pt_BR/LC_MESSAGES/base.po b/archinstall/locales/pt_BR/LC_MESSAGES/base.po index 9a72c32a..4ccb439d 100644 --- a/archinstall/locales/pt_BR/LC_MESSAGES/base.po +++ b/archinstall/locales/pt_BR/LC_MESSAGES/base.po @@ -1156,10 +1156,10 @@ msgid "Total: {} / {}" msgstr "Tamanho total: {}" msgid "All entered values can be suffixed with a unit: B, KB, KiB, MB, MiB..." -msgstr "" +msgstr "Todos os valores inseridos podem ser seguidos por uma unidade: B, KB, KiB, MB, MiB..." msgid "If no unit is provided, the value is interpreted as sectors" -msgstr "" +msgstr "Se nenhuma unidade for fornecida, o valor será interpretado como setores" #, fuzzy msgid "Enter start (default: sector {}): " @@ -1173,20 +1173,20 @@ msgid "Unable to determine fido2 devices. Is libfido2 installed?" msgstr "" msgid "Path" -msgstr "" +msgstr "Caminho" msgid "Manufacturer" -msgstr "" +msgstr "Fabricante" msgid "Product" -msgstr "" +msgstr "Produto" #, fuzzy, python-brace-format msgid "Invalid configuration: {error}" msgstr "Configuração manual" msgid "Type" -msgstr "" +msgstr "Tipo" #, fuzzy msgid "This option enables the number of parallel downloads that can occur during package downloads" @@ -1229,7 +1229,7 @@ msgstr "" "Selecione uma opção para permitir o acesso do Sway ao seu hardware" msgid "All entered values can be suffixed with a unit: %, B, KB, KiB, MB, MiB..." -msgstr "" +msgstr "Todos os valores inseridos podem ser seguidos por uma unidade: B, KB, KiB, MB, MiB..." #~ msgid "When picking a directory to save configuration files to, by default we will ignore the following folders: " #~ msgstr "Ao selecionar um diretório para salvar arquivos de configuração, por padrão nós ignoramos as seguintes pastas: " -- cgit v1.2.3-54-g00ecf From e30654d4973b6390ec240523e01f09a27af9d214 Mon Sep 17 00:00:00 2001 From: Roxfr <52124613+roxfr@users.noreply.github.com> Date: Thu, 23 Nov 2023 09:42:25 +0100 Subject: French language update (#2219) * Delete archinstall/locales/fr/LC_MESSAGES/base.po * Delete archinstall/locales/fr/LC_MESSAGES/base.mo * Add files via upload * Rename archinstall/locales/base.po to archinstall/locales/fr/LC_MESSAGES/base.po * Delete archinstall/locales/base.mo * Add files via upload --- archinstall/locales/fr/LC_MESSAGES/base.mo | Bin 38638 -> 41259 bytes archinstall/locales/fr/LC_MESSAGES/base.po | 583 +++++++++++++++++++++-------- 2 files changed, 418 insertions(+), 165 deletions(-) (limited to 'archinstall/locales') diff --git a/archinstall/locales/fr/LC_MESSAGES/base.mo b/archinstall/locales/fr/LC_MESSAGES/base.mo index b5d5bfa7..8782cf37 100644 Binary files a/archinstall/locales/fr/LC_MESSAGES/base.mo and b/archinstall/locales/fr/LC_MESSAGES/base.mo differ diff --git a/archinstall/locales/fr/LC_MESSAGES/base.po b/archinstall/locales/fr/LC_MESSAGES/base.po index ab95c979..58503078 100644 --- a/archinstall/locales/fr/LC_MESSAGES/base.po +++ b/archinstall/locales/fr/LC_MESSAGES/base.po @@ -2,20 +2,24 @@ msgid "" msgstr "" "Project-Id-Version: \n" "POT-Creation-Date: \n" -"PO-Revision-Date: 2023/09/25\n" -"Last-Translator: T13nou \n" +"PO-Revision-Date: 2023-11-18 14:25+0100\n" +"Last-Translator: Roxfr \n" "Language-Team: \n" "Language: fr\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Generator: Poedit 3.3.2\n" +"X-Generator: Poedit 3.4.1\n" msgid "[!] A log file has been created here: {} {}" msgstr "[!] Un fichier journal a été créé ici : {} {}" -msgid " Please submit this issue (and file) to https://github.com/archlinux/archinstall/issues" -msgstr " Veuillez soumettre ce problème (et le fichier) à https://github.com/archlinux/archinstall/issues" +msgid "" +" Please submit this issue (and file) to https://github.com/archlinux/" +"archinstall/issues" +msgstr "" +" Veuillez soumettre ce problème (et le fichier) à https://github.com/" +"archlinux/archinstall/issues" msgid "Do you really want to abort?" msgstr "Voulez-vous vraiment abandonner ?" @@ -30,10 +34,13 @@ msgid "Desired hostname for the installation: " msgstr "Nom d'hôte souhaité pour l'installation : " msgid "Username for required superuser with sudo privileges: " -msgstr "Nom d'utilisateur pour le superutilisateur requis avec les privilèges sudo : " +msgstr "" +"Nom d'utilisateur pour le superutilisateur requis avec les privilèges sudo : " msgid "Any additional users to install (leave blank for no users): " -msgstr "Utilisateur supplémentaire à installer (laisser vide pour aucun utilisateur) : " +msgstr "" +"Utilisateur supplémentaire à installer (laisser vide pour aucun " +"utilisateur) : " msgid "Should this user be a superuser (sudoer)?" msgstr "Cet utilisateur doit-il être un superutilisateur (sudoer) ?" @@ -42,7 +49,9 @@ msgid "Select a timezone" msgstr "Sélectionner un fuseau horaire" msgid "Would you like to use GRUB as a bootloader instead of systemd-boot?" -msgstr "Souhaitez-vous utiliser GRUB comme chargeur de démarrage au lieu de systemd-boot ?" +msgstr "" +"Souhaitez-vous utiliser GRUB comme chargeur de démarrage au lieu de systemd-" +"boot ?" msgid "Choose a bootloader" msgstr "Choisir un chargeur de démarrage" @@ -50,38 +59,60 @@ msgstr "Choisir un chargeur de démarrage" msgid "Choose an audio server" msgstr "Choisir un serveur audio" -msgid "Only packages such as base, base-devel, linux, linux-firmware, efibootmgr and optional profile packages are installed." -msgstr "Seuls les paquets tels que base, base-devel, linux, linux-firmware, efibootmgr et les paquets de profil optionnels sont installés." +msgid "" +"Only packages such as base, base-devel, linux, linux-firmware, efibootmgr " +"and optional profile packages are installed." +msgstr "" +"Seuls les paquets tels que base, base-devel, linux, linux-firmware, " +"efibootmgr et les paquets de profil optionnels sont installés." -msgid "If you desire a web browser, such as firefox or chromium, you may specify it in the following prompt." -msgstr "Si vous désirez un navigateur Web, tel que firefox ou chrome, vous pouvez le spécifier dans l'invite suivante." +msgid "" +"If you desire a web browser, such as firefox or chromium, you may specify it " +"in the following prompt." +msgstr "" +"Si vous désirez un navigateur Web, tel que firefox ou chrome, vous pouvez le " +"spécifier dans l'invite suivante." -msgid "Write additional packages to install (space separated, leave blank to skip): " -msgstr "Saisir les paquets supplémentaires à installer (séparés par des espaces, vide pour ignorer) : " +msgid "" +"Write additional packages to install (space separated, leave blank to skip): " +msgstr "" +"Saisir les paquets supplémentaires à installer (séparés par des espaces, " +"vide pour ignorer) : " msgid "Copy ISO network configuration to installation" msgstr "Copier la configuration réseau ISO dans l'installation" -msgid "Use NetworkManager (necessary for configuring internet graphically in GNOME and KDE)" -msgstr "Utiliser NetworkManager (nécessaire pour configurer graphiquement Internet dans GNOME et KDE)" +msgid "" +"Use NetworkManager (necessary for configuring internet graphically in GNOME " +"and KDE)" +msgstr "" +"Utiliser NetworkManager (nécessaire pour configurer graphiquement Internet " +"dans GNOME et KDE)" msgid "Select one network interface to configure" msgstr "Sélectionner une interface réseau à configurer" -msgid "Select which mode to configure for \"{}\" or skip to use default mode \"{}\"" -msgstr "Sélectionner le mode à configurer pour \"{}\" ou ignorer pour utiliser le mode par défaut \"{}\"" +msgid "" +"Select which mode to configure for \"{}\" or skip to use default mode \"{}\"" +msgstr "" +"Sélectionner le mode à configurer pour \"{}\" ou ignorer pour utiliser le " +"mode par défaut \"{}\"" msgid "Enter the IP and subnet for {} (example: 192.168.0.5/24): " msgstr "Entrer l'IP et le sous-réseau pour {} (exemple : 192.168.0.5/24) : " msgid "Enter your gateway (router) IP address or leave blank for none: " -msgstr "Entrer l'adresse IP de votre passerelle (routeur) ou laisser vide pour aucune : " +msgstr "" +"Entrer l'adresse IP de votre passerelle (routeur) ou laisser vide pour " +"aucune : " msgid "Enter your DNS servers (space separated, blank for none): " msgstr "Entrer vos serveurs DNS (séparés par des espaces, vide pour aucun) : " msgid "Select which filesystem your main partition should use" -msgstr "Sélectionner le système de fichiers que votre partition principale doit utiliser" +msgstr "" +"Sélectionner le système de fichiers que votre partition principale doit " +"utiliser" msgid "Current partition layout" msgstr "Disposition actuelle des partitions" @@ -96,14 +127,21 @@ msgstr "" msgid "Enter a desired filesystem type for the partition" msgstr "Entrer un type de système de fichiers souhaité pour la partition" -msgid "Enter the start location (in parted units: s, GB, %, etc. ; default: {}): " -msgstr "Entrer l'emplacement de départ (en unités séparées : s, Go, %, etc. ; par défaut : {}) : " +msgid "" +"Enter the start location (in parted units: s, GB, %, etc. ; default: {}): " +msgstr "" +"Entrer l'emplacement de départ (en unités séparées : s, Go, %, etc. ; par " +"défaut : {}) : " msgid "Enter the end location (in parted units: s, GB, %, etc. ; ex: {}): " -msgstr "Entrer l'emplacement de fin (en unités séparées : s, Go, %, etc. ; ex : {}) : " +msgstr "" +"Entrer l'emplacement de fin (en unités séparées : s, Go, %, etc. ; ex : " +"{}) : " msgid "{} contains queued partitions, this will remove those, are you sure?" -msgstr "{} contient des partitions en file d'attente, cela les supprimera, êtes-vous sûr ?" +msgstr "" +"{} contient des partitions en file d'attente, cela les supprimera, êtes-vous " +"sûr ?" msgid "" "{}\n" @@ -123,11 +161,17 @@ msgstr "" "\n" "Sélectionner par index où et quelle partition montée" -msgid " * Partition mount-points are relative to inside the installation, the boot would be /boot as an example." -msgstr " * Les points de montage de la partition sont relatifs à l'intérieur de l'installation, le démarrage serait /boot par exemple." +msgid "" +" * Partition mount-points are relative to inside the installation, the boot " +"would be /boot as an example." +msgstr "" +" * Les points de montage de la partition sont relatifs à l'intérieur de " +"l'installation, le démarrage serait /boot par exemple." msgid "Select where to mount partition (leave blank to remove mountpoint): " -msgstr "Sélectionner où monter la partition (laisser vide pour supprimer le point de montage) : " +msgstr "" +"Sélectionner où monter la partition (laisser vide pour supprimer le point de " +"montage) : " msgid "" "{}\n" @@ -172,34 +216,58 @@ msgid "Archinstall language" msgstr "Langue d'Archinstall" msgid "Wipe all selected drives and use a best-effort default partition layout" -msgstr "Effacer tous les lecteurs sélectionnés et utiliser une disposition de partition par défaut optimale" +msgstr "" +"Effacer tous les lecteurs sélectionnés et utiliser une disposition de " +"partition par défaut optimale" -msgid "Select what to do with each individual drive (followed by partition usage)" -msgstr "Sélectionner ce qu'il faut faire avec chaque lecteur individuel (suivi de l'utilisation de la partition)" +msgid "" +"Select what to do with each individual drive (followed by partition usage)" +msgstr "" +"Sélectionner ce qu'il faut faire avec chaque lecteur individuel (suivi de " +"l'utilisation de la partition)" msgid "Select what you wish to do with the selected block devices" -msgstr "Sélectionner ce que vous souhaitez faire avec les périphériques de bloc sélectionnés" +msgstr "" +"Sélectionner ce que vous souhaitez faire avec les périphériques de bloc " +"sélectionnés" -msgid "This is a list of pre-programmed profiles, they might make it easier to install things like desktop environments" -msgstr "Ceci est une liste préprogrammée de profiles, ils pourraient faciliter l'installation d'outils comme les environnements de bureau" +msgid "" +"This is a list of pre-programmed profiles, they might make it easier to " +"install things like desktop environments" +msgstr "" +"Ceci est une liste préprogrammée de profiles, ils pourraient faciliter " +"l'installation d'outils comme les environnements de bureau" msgid "Select keyboard layout" msgstr "Sélectionner la disposition du clavier" msgid "Select one of the regions to download packages from" -msgstr "Sélectionner l'une des régions depuis lesquelles télécharger les paquets" +msgstr "" +"Sélectionner l'une des régions depuis lesquelles télécharger les paquets" msgid "Select one or more hard drives to use and configure" msgstr "Sélectionner un ou plusieurs disques durs à utiliser et à configurer" -msgid "For the best compatibility with your AMD hardware, you may want to use either the all open-source or AMD / ATI options." -msgstr "Pour une meilleure compatibilité avec votre matériel AMD, vous pouvez utiliser les options entièrement open source ou AMD / ATI." +msgid "" +"For the best compatibility with your AMD hardware, you may want to use " +"either the all open-source or AMD / ATI options." +msgstr "" +"Pour une meilleure compatibilité avec votre matériel AMD, vous pouvez " +"utiliser les options entièrement open source ou AMD / ATI." -msgid "For the best compatibility with your Intel hardware, you may want to use either the all open-source or Intel options.\n" -msgstr "Pour une compatibilité optimale avec votre matériel Intel, vous pouvez utiliser les options entièrement open source ou Intel.\n" +msgid "" +"For the best compatibility with your Intel hardware, you may want to use " +"either the all open-source or Intel options.\n" +msgstr "" +"Pour une compatibilité optimale avec votre matériel Intel, vous pouvez " +"utiliser les options entièrement open source ou Intel.\n" -msgid "For the best compatibility with your Nvidia hardware, you may want to use the Nvidia proprietary driver.\n" -msgstr "Pour une meilleure compatibilité avec votre matériel Nvidia, vous pouvez utiliser le pilote propriétaire Nvidia.\n" +msgid "" +"For the best compatibility with your Nvidia hardware, you may want to use " +"the Nvidia proprietary driver.\n" +msgstr "" +"Pour une meilleure compatibilité avec votre matériel Nvidia, vous pouvez " +"utiliser le pilote propriétaire Nvidia.\n" msgid "" "\n" @@ -208,7 +276,8 @@ msgid "" msgstr "" "\n" "\n" -"Sélectionner un pilote graphique ou laisser vide pour installer tous les pilotes open-source" +"Sélectionner un pilote graphique ou laisser vide pour installer tous les " +"pilotes open-source" msgid "All open-source (default)" msgstr "Tout open-source (par défaut)" @@ -231,8 +300,12 @@ msgstr "Sélectionner une ou plusieurs des options ci-dessous : " msgid "Adding partition...." msgstr "Ajout de la partition...." -msgid "You need to enter a valid fs-type in order to continue. See `man parted` for valid fs-type's." -msgstr "Vous devez entrer un type de fs valide pour continuer. Voir `man parted` pour les types de fs valides." +msgid "" +"You need to enter a valid fs-type in order to continue. See `man parted` for " +"valid fs-type's." +msgstr "" +"Vous devez entrer un type de fs valide pour continuer. Voir `man parted` " +"pour les types de fs valides." msgid "Error: Listing profiles on URL \"{}\" resulted in:" msgstr "Erreur : la liste des profils sur l'URL \"{}\" a entraîné :" @@ -305,7 +378,8 @@ msgid "" msgstr "" "Vous avez décidé d'ignorer la sélection du disque dur\n" "et vous utiliserez la configuration de disque montée sur {} (expérimental)\n" -"ATTENTION : Archinstall ne vérifiera pas l'adéquation de cette configuration\n" +"ATTENTION : Archinstall ne vérifiera pas l'adéquation de cette " +"configuration\n" "Souhaitez-vous continuer ?" msgid "Re-using partition instance: {}" @@ -330,7 +404,8 @@ msgid "Mark/Unmark a partition as encrypted" msgstr "Marquer/Démarquer une partition comme chiffrée" msgid "Mark/Unmark a partition as bootable (automatic for /boot)" -msgstr "Marquer/Démarquer une partition comme amorçable (automatique pour /boot)" +msgstr "" +"Marquer/Démarquer une partition comme amorçable (automatique pour /boot)" msgid "Set desired filesystem for a partition" msgstr "Définir le système de fichiers souhaité pour une partition" @@ -370,7 +445,9 @@ msgid "Enter a encryption password for {}" msgstr "Entrer un mot de passe de chiffrement pour {}" msgid "Enter disk encryption password (leave blank for no encryption): " -msgstr "Entrer le mot de passe de chiffrement du disque (laisser vide pour aucun chiffrement) : " +msgstr "" +"Entrer le mot de passe de chiffrement du disque (laisser vide pour aucun " +"chiffrement) : " msgid "Create a required super-user with sudo privileges: " msgstr "Créer un super-utilisateur requis avec les privilèges sudo : " @@ -381,31 +458,44 @@ msgstr "Entrer le mot de passe root (laisser vide pour désactiver root) : " msgid "Password for user \"{}\": " msgstr "Mot de passe pour l'utilisateur \"{}\" : " -msgid "Verifying that additional packages exist (this might take a few seconds)" -msgstr "Vérifier que des paquets supplémentaires existent (cela peut prendre quelques secondes)" +msgid "" +"Verifying that additional packages exist (this might take a few seconds)" +msgstr "" +"Vérifier que des paquets supplémentaires existent (cela peut prendre " +"quelques secondes)" -msgid "Would you like to use automatic time synchronization (NTP) with the default time servers?\n" -msgstr "Souhaitez-vous utiliser la synchronisation automatique de l'heure (NTP) avec les serveurs de temps par défaut ?\n" +msgid "" +"Would you like to use automatic time synchronization (NTP) with the default " +"time servers?\n" +msgstr "" +"Souhaitez-vous utiliser la synchronisation automatique de l'heure (NTP) avec " +"les serveurs de temps par défaut ?\n" msgid "" -"Hardware time and other post-configuration steps might be required in order for NTP to work.\n" +"Hardware time and other post-configuration steps might be required in order " +"for NTP to work.\n" "For more information, please check the Arch wiki" msgstr "" -"Le temps matériel et d'autres étapes de post-configuration peuvent être nécessaires pour que NTP fonctionne.\n" +"Le temps matériel et d'autres étapes de post-configuration peuvent être " +"nécessaires pour que NTP fonctionne.\n" "Pour plus d'informations, veuillez consulter le wiki Arch" msgid "Enter a username to create an additional user (leave blank to skip): " -msgstr "Entrer un nom d'utilisateur pour créer un utilisateur supplémentaire (laisser vide pour ignorer) : " +msgstr "" +"Entrer un nom d'utilisateur pour créer un utilisateur supplémentaire " +"(laisser vide pour ignorer) : " msgid "Use ESC to skip\n" msgstr "Utiliser ESC pour ignorer\n" msgid "" "\n" -" Choose an object from the list, and select one of the available actions for it to execute" +" Choose an object from the list, and select one of the available actions for " +"it to execute" msgstr "" "\n" -"Choisir un objet dans la liste et sélectionner l'une des actions disponibles pour qu'il s'exécute" +"Choisir un objet dans la liste et sélectionner l'une des actions disponibles " +"pour qu'il s'exécute" msgid "Cancel" msgstr "Annuler" @@ -441,11 +531,18 @@ msgstr "" "\n" "Voici la configuration choisie :" -msgid "Pacman is already running, waiting maximum 10 minutes for it to terminate." -msgstr "Pacman est déjà en cours d'exécution, attendez au maximum 10 minutes pour qu'il se termine." +msgid "" +"Pacman is already running, waiting maximum 10 minutes for it to terminate." +msgstr "" +"Pacman est déjà en cours d'exécution, attendez au maximum 10 minutes pour " +"qu'il se termine." -msgid "Pre-existing pacman lock never exited. Please clean up any existing pacman sessions before using archinstall." -msgstr "Le verrou pacman préexistant n'a jamais été fermé. Veuillez nettoyer toutes les sessions pacman existantes avant d'utiliser archinstall." +msgid "" +"Pre-existing pacman lock never exited. Please clean up any existing pacman " +"sessions before using archinstall." +msgstr "" +"Le verrou pacman préexistant n'a jamais été fermé. Veuillez nettoyer toutes " +"les sessions pacman existantes avant d'utiliser archinstall." msgid "Choose which optional additional repositories to enable" msgstr "Choisir les dépôts supplémentaires en option à activer" @@ -582,13 +679,16 @@ msgid "Select the desired subvolume options " msgstr "Sélectionner les options de sous-volume souhaitées " msgid "Define users with sudo privilege, by username: " -msgstr "Définir les utilisateurs avec le privilège sudo, par nom d'utilisateur : " +msgstr "" +"Définir les utilisateurs avec le privilège sudo, par nom d'utilisateur : " msgid "[!] A log file has been created here: {}" msgstr "[!] Un fichier journal a été créé ici : {}" msgid "Would you like to use BTRFS subvolumes with a default structure?" -msgstr "Souhaitez-vous utiliser des sous-volumes BTRFS avec une structure par défaut ?" +msgstr "" +"Souhaitez-vous utiliser des sous-volumes BTRFS avec une structure par " +"défaut ?" msgid "Would you like to use BTRFS compression?" msgstr "Souhaitez-vous utiliser la compression BTRFS ?" @@ -596,8 +696,12 @@ msgstr "Souhaitez-vous utiliser la compression BTRFS ?" msgid "Would you like to create a separate partition for /home?" msgstr "Souhaitez-vous créer une partition séparée pour /home ?" -msgid "The selected drives do not have the minimum capacity required for an automatic suggestion\n" -msgstr "Les disques sélectionnés n'ont pas la capacité minimale requise pour une suggestion automatique\n" +msgid "" +"The selected drives do not have the minimum capacity required for an " +"automatic suggestion\n" +msgstr "" +"Les disques sélectionnés n'ont pas la capacité minimale requise pour une " +"suggestion automatique\n" msgid "Minimum capacity for /home partition: {}GB\n" msgstr "Capacité minimale pour la partition /home : {} Go\n" @@ -624,7 +728,9 @@ msgid "No iface specified for manual configuration" msgstr "Aucun iface spécifié pour la configuration manuelle" msgid "Manual nic configuration with no auto DHCP requires an IP address" -msgstr "La configuration manuelle de la carte réseau sans DHCP automatique nécessite une adresse IP" +msgstr "" +"La configuration manuelle de la carte réseau sans DHCP automatique nécessite " +"une adresse IP" msgid "Add interface" msgstr "Ajouter une interface" @@ -644,23 +750,42 @@ msgstr "Configuration manuelle" msgid "Mark/Unmark a partition as compressed (btrfs only)" msgstr "Marquer/Démarquer une partition comme compressée (btrfs uniquement)" -msgid "The password you are using seems to be weak, are you sure you want to use it?" -msgstr "Le mot de passe que vous utilisez semble faible, êtes-vous sûr de vouloir l'utiliser ?" +msgid "" +"The password you are using seems to be weak, are you sure you want to use it?" +msgstr "" +"Le mot de passe que vous utilisez semble faible, êtes-vous sûr de vouloir " +"l'utiliser ?" -msgid "Provides a selection of desktop environments and tiling window managers, e.g. gnome, kde, sway" -msgstr "Fournit une sélection d'environnements de bureau et de gestionnaires de fenêtres en mosaïque, par ex. gnome, kde, sway" +msgid "" +"Provides a selection of desktop environments and tiling window managers, e." +"g. gnome, kde, sway" +msgstr "" +"Fournit une sélection d'environnements de bureau et de gestionnaires de " +"fenêtres en mosaïque, par ex. gnome, kde, sway" msgid "Select your desired desktop environment" msgstr "Sélectionner l'environnement de bureau souhaité" -msgid "A very basic installation that allows you to customize Arch Linux as you see fit." -msgstr "Une installation très basique qui vous permet de personnaliser Arch Linux comme bon vous semble." +msgid "" +"A very basic installation that allows you to customize Arch Linux as you see " +"fit." +msgstr "" +"Une installation très basique qui vous permet de personnaliser Arch Linux " +"comme bon vous semble." -msgid "Provides a selection of various server packages to install and enable, e.g. httpd, nginx, mariadb" -msgstr "Fournit une sélection de divers paquets de serveur à installer et à activer, par ex. httpd, nginx, mariadb" +msgid "" +"Provides a selection of various server packages to install and enable, e.g. " +"httpd, nginx, mariadb" +msgstr "" +"Fournit une sélection de divers paquets de serveur à installer et à activer, " +"par ex. httpd, nginx, mariadb" -msgid "Choose which servers to install, if none then a minimal installation will be done" -msgstr "Choisir les serveurs à installer, s'il n'y en a pas, une installation minimale sera effectuée" +msgid "" +"Choose which servers to install, if none then a minimal installation will be " +"done" +msgstr "" +"Choisir les serveurs à installer, s'il n'y en a pas, une installation " +"minimale sera effectuée" msgid "Installs a minimal system as well as xorg and graphics drivers." msgstr "Installe un système minimal ainsi que les pilotes graphiques et xorg." @@ -668,8 +793,12 @@ msgstr "Installe un système minimal ainsi que les pilotes graphiques et xorg." msgid "Press Enter to continue." msgstr "Appuyer sur Entrée pour continuer." -msgid "Would you like to chroot into the newly created installation and perform post-installation configuration?" -msgstr "Souhaitez-vous chrooter dans l'installation nouvellement créée et effectuer la configuration post-installation ?" +msgid "" +"Would you like to chroot into the newly created installation and perform " +"post-installation configuration?" +msgstr "" +"Souhaitez-vous chrooter dans l'installation nouvellement créée et effectuer " +"la configuration post-installation ?" msgid "Are you sure you want to reset this setting?" msgstr "Voulez-vous vraiment réinitialiser ce paramètre ?" @@ -678,10 +807,16 @@ msgid "Select one or more hard drives to use and configure\n" msgstr "Sélectionner un ou plusieurs disques durs à utiliser et à configurer\n" msgid "Any modifications to the existing setting will reset the disk layout!" -msgstr "Toute modification du paramètre existant réinitialisera la disposition du disque !" +msgstr "" +"Toute modification du paramètre existant réinitialisera la disposition du " +"disque !" -msgid "If you reset the harddrive selection this will also reset the current disk layout. Are you sure?" -msgstr "Si vous réinitialisez la sélection du disque dur, cela réinitialisera également la disposition actuelle du disque. Êtes-vous sûr ?" +msgid "" +"If you reset the harddrive selection this will also reset the current disk " +"layout. Are you sure?" +msgstr "" +"Si vous réinitialisez la sélection du disque dur, cela réinitialisera " +"également la disposition actuelle du disque. Êtes-vous sûr ?" msgid "Save and exit" msgstr "Sauvegarder et quitter" @@ -691,7 +826,8 @@ msgid "" "contains queued partitions, this will remove those, are you sure?" msgstr "" "{}\n" -"contient des partitions en file d'attente, cela les supprimera, êtes-vous sûr ?" +"contient des partitions en file d'attente, cela les supprimera, êtes-vous " +"sûr ?" msgid "No audio server" msgstr "Pas de serveur audio" @@ -727,8 +863,13 @@ msgstr "Ajouter : " msgid "Value: " msgstr "Valeur : " -msgid "You can skip selecting a drive and partitioning and use whatever drive-setup is mounted at /mnt (experimental)" -msgstr "Vous pouvez ignorer la sélection d'un lecteur et le partitionnement et utiliser n'importe quelle configuration de lecteur montée sur /mnt (expérimental)" +msgid "" +"You can skip selecting a drive and partitioning and use whatever drive-setup " +"is mounted at /mnt (experimental)" +msgstr "" +"Vous pouvez ignorer la sélection d'un lecteur et le partitionnement et " +"utiliser n'importe quelle configuration de lecteur montée sur /mnt " +"(expérimental)" msgid "Select one of the disks or skip and use /mnt as default" msgstr "Sélectionner l'un des disques ou ignorer et utiliser /mnt par défaut" @@ -751,8 +892,12 @@ msgstr "Espace libre" msgid "Bus-type" msgstr "Type de bus" -msgid "Either root-password or at least 1 user with sudo privileges must be specified" -msgstr "Le mot de passe root ou au moins 1 utilisateur avec des privilèges sudo doit être spécifié" +msgid "" +"Either root-password or at least 1 user with sudo privileges must be " +"specified" +msgstr "" +"Le mot de passe root ou au moins 1 utilisateur avec des privilèges sudo doit " +"être spécifié" msgid "Enter username (leave blank to skip): " msgstr "Entrer le nom d'utilisateur (laisser vide pour passer) : " @@ -790,8 +935,12 @@ msgstr "Supprimer le sous-volume" msgid "Configured {} interfaces" msgstr "Interfaces {} configurées" -msgid "This option enables the number of parallel downloads that can occur during installation" -msgstr "Cette option active le nombre de téléchargements parallèles qui peuvent se produire pendant l'installation" +msgid "" +"This option enables the number of parallel downloads that can occur during " +"installation" +msgstr "" +"Cette option active le nombre de téléchargements parallèles qui peuvent se " +"produire pendant l'installation" msgid "" "Enter the number of parallel downloads to be enabled.\n" @@ -802,18 +951,34 @@ msgstr "" " (Entrer une valeur comprise entre 1 et {})\n" "Note :" -msgid " - Maximum value : {} ( Allows {} parallel downloads, allows {} downloads at a time )" -msgstr " - Valeur maximale : {} (Autorise {} téléchargements parallèles, autorise {} téléchargements à la fois)" +msgid "" +" - Maximum value : {} ( Allows {} parallel downloads, allows {} downloads " +"at a time )" +msgstr "" +" - Valeur maximale : {} (Autorise {} téléchargements parallèles, autorise {} " +"téléchargements à la fois)" -msgid " - Minimum value : 1 ( Allows 1 parallel download, allows 2 downloads at a time )" -msgstr " - Valeur minimale : 1 (Autorise 1 téléchargement parallèle, autorise 2 téléchargements à la fois)" +msgid "" +" - Minimum value : 1 ( Allows 1 parallel download, allows 2 downloads at a " +"time )" +msgstr "" +" - Valeur minimale : 1 (Autorise 1 téléchargement parallèle, autorise 2 " +"téléchargements à la fois)" -msgid " - Disable/Default : 0 ( Disables parallel downloading, allows only 1 download at a time )" -msgstr " - Désactiver/Défaut : 0 (Désactive le téléchargement parallèle, n'autorise qu'un seul téléchargement à la fois)" +msgid "" +" - Disable/Default : 0 ( Disables parallel downloading, allows only 1 " +"download at a time )" +msgstr "" +" - Désactiver/Défaut : 0 (Désactive le téléchargement parallèle, n'autorise " +"qu'un seul téléchargement à la fois)" #, python-brace-format -msgid "Invalid input! Try again with a valid input [1 to {max_downloads}, or 0 to disable]" -msgstr "Entrée invalide ! Réessayer avec une entrée valide [1 pour {max_downloads}, ou 0 pour désactiver]" +msgid "" +"Invalid input! Try again with a valid input [1 to {max_downloads}, or 0 to " +"disable]" +msgstr "" +"Entrée invalide ! Réessayer avec une entrée valide [1 pour {max_downloads}, " +"ou 0 pour désactiver]" msgid "Parallel Downloads" msgstr "Téléchargements parallèles" @@ -830,14 +995,20 @@ msgstr "TAB pour sélectionner" msgid "[Default value: 0] > " msgstr "[Valeur par défaut : 0] > " -msgid "To be able to use this translation, please install a font manually that supports the language." -msgstr "Pour pouvoir utiliser cette traduction, veuillez installer manuellement une police prenant en charge la langue." +msgid "" +"To be able to use this translation, please install a font manually that " +"supports the language." +msgstr "" +"Pour pouvoir utiliser cette traduction, veuillez installer manuellement une " +"police prenant en charge la langue." msgid "The font should be stored as {}" msgstr "La police doit être stockée sous {}" msgid "Archinstall requires root privileges to run. See --help for more." -msgstr "Archinstall nécessite des privilèges root pour s'exécuter. Voir l'aide pour plus d'informations (--help)." +msgstr "" +"Archinstall nécessite des privilèges root pour s'exécuter. Voir l'aide pour " +"plus d'informations (--help)." msgid "Select an execution mode" msgstr "Sélectionner un mode d'exécution" @@ -845,14 +1016,22 @@ msgstr "Sélectionner un mode d'exécution" msgid "Unable to fetch profile from specified url: {}" msgstr "Impossible de récupérer le profil à partir de l'URL spécifiée : {}" -msgid "Profiles must have unique name, but profile definitions with duplicate name found: {}" -msgstr "Les profils doivent avoir un nom unique, mais des définitions de profil avec un nom en double ont été trouvées : {}" +msgid "" +"Profiles must have unique name, but profile definitions with duplicate name " +"found: {}" +msgstr "" +"Les profils doivent avoir un nom unique, mais des définitions de profil avec " +"un nom en double ont été trouvées : {}" msgid "Select one or more devices to use and configure" msgstr "Sélectionner un ou plusieurs périphériques à utiliser et à configurer" -msgid "If you reset the device selection this will also reset the current disk layout. Are you sure?" -msgstr "Si vous réinitialisez la sélection de périphérique, cela réinitialisera également la disposition actuelle du disque. Etes-vous sûr ?" +msgid "" +"If you reset the device selection this will also reset the current disk " +"layout. Are you sure?" +msgstr "" +"Si vous réinitialisez la sélection de périphérique, cela réinitialisera " +"également la disposition actuelle du disque. Etes-vous sûr ?" msgid "Existing Partitions" msgstr "Partitions existantes" @@ -869,8 +1048,12 @@ msgstr "Capacité minimale pour la partition /home : {} Gio\n" msgid "Minimum capacity for Arch Linux partition: {}GiB" msgstr "Capacité minimale pour la partition Arch Linux : {} Gio" -msgid "This is a list of pre-programmed profiles_bck, they might make it easier to install things like desktop environments" -msgstr "Ceci est une liste préprogrammée de profiles_bck, ils pourraient faciliter l'installation de choses comme les environnements de bureau" +msgid "" +"This is a list of pre-programmed profiles_bck, they might make it easier to " +"install things like desktop environments" +msgstr "" +"Ceci est une liste préprogrammée de profiles_bck, ils pourraient faciliter " +"l'installation de choses comme les environnements de bureau" msgid "Current profile selection" msgstr "Sélection du profil actuel" @@ -902,14 +1085,26 @@ msgstr "Supprimer la partition" msgid "Partition" msgstr "Partition" -msgid "This partition is currently encrypted, to format it a filesystem has to be specified" -msgstr "Cette partition est actuellement cryptée, pour la formater, un système de fichiers doit être spécifié" +msgid "" +"This partition is currently encrypted, to format it a filesystem has to be " +"specified" +msgstr "" +"Cette partition est actuellement cryptée, pour la formater, un système de " +"fichiers doit être spécifié" -msgid "Partition mount-points are relative to inside the installation, the boot would be /boot as an example." -msgstr "Les points de montage de partition sont relatifs à l'intérieur de l'installation, le démarrage serait /boot par exemple." +msgid "" +"Partition mount-points are relative to inside the installation, the boot " +"would be /boot as an example." +msgstr "" +"Les points de montage de partition sont relatifs à l'intérieur de " +"l'installation, le démarrage serait /boot par exemple." -msgid "If mountpoint /boot is set, then the partition will also be marked as bootable." -msgstr "Si le point de montage /boot est défini, la partition sera également marquée comme amorçable." +msgid "" +"If mountpoint /boot is set, then the partition will also be marked as " +"bootable." +msgstr "" +"Si le point de montage /boot est défini, la partition sera également marquée " +"comme amorçable." msgid "Mountpoint: " msgstr "Point de montage : " @@ -921,13 +1116,19 @@ msgid "Total sectors: {}" msgstr "Total des secteurs : {}" msgid "Enter the start sector (default: {}): " -msgstr "Saisir le secteur de départ (par défaut : {}) : " +msgstr "Saisir le secteur de début (par défaut : {}) : " -msgid "Enter the end sector of the partition (percentage or block number, default: {}): " -msgstr "Saisir le secteur de fin de la partition (pourcentage ou numéro de bloc, par défaut : {}) : " +msgid "" +"Enter the end sector of the partition (percentage or block number, default: " +"{}): " +msgstr "" +"Saisir le secteur de fin de la partition (pourcentage ou numéro de bloc, par " +"défaut : {}) : " msgid "This will remove all newly added partitions, continue?" -msgstr "Cela supprimera toutes les partitions nouvellement ajoutées, voulez-vous continuer ?" +msgstr "" +"Cela supprimera toutes les partitions nouvellement ajoutées, voulez-vous " +"continuer ?" msgid "Partition management: {}" msgstr "Gestion des partitions : {}" @@ -990,13 +1191,19 @@ msgid "Back" msgstr "Retour" msgid "Please chose which greeter to install for the chosen profiles: {}" -msgstr "Veuillez choisir le greeter (interface de connexion) à installer pour les profils choisis : {}" +msgstr "" +"Veuillez choisir le greeter (interface de connexion) à installer pour les " +"profils choisis : {}" msgid "Environment type: {}" msgstr "Type d'environnement : {}" -msgid "The proprietary Nvidia driver is not supported by Sway. It is likely that you will run into issues, are you okay with that?" -msgstr "Le pilote Nvidia propriétaire n'est pas pris en charge par Sway. Il est probable que vous rencontriez des problèmes, êtes-vous d'accord avec cela ?" +msgid "" +"The proprietary Nvidia driver is not supported by Sway. It is likely that " +"you will run into issues, are you okay with that?" +msgstr "" +"Le pilote Nvidia propriétaire n'est pas pris en charge par Sway. Il est " +"probable que vous rencontriez des problèmes, êtes-vous d'accord avec cela ?" msgid "Installed packages" msgstr "Paquets installés" @@ -1014,13 +1221,22 @@ msgid "Profile name: " msgstr "Nom de profil : " msgid "The profile name you entered is already in use. Try again" -msgstr "Le nom de profil que vous avez saisi est déjà utilisé. Essayer à nouveau" +msgstr "" +"Le nom de profil que vous avez saisi est déjà utilisé. Essayer à nouveau" -msgid "Packages to be install with this profile (space separated, leave blank to skip): " -msgstr "Saisir les paquets à installer avec ce profil (séparés par des espaces, vide pour ignorer) : " +msgid "" +"Packages to be install with this profile (space separated, leave blank to " +"skip): " +msgstr "" +"Saisir les paquets à installer avec ce profil (séparés par des espaces, vide " +"pour ignorer) : " -msgid "Services to be enabled with this profile (space separated, leave blank to skip): " -msgstr "Saisir les services à activer avec ce profil (séparés par des espaces, vide pour ignorer) : " +msgid "" +"Services to be enabled with this profile (space separated, leave blank to " +"skip): " +msgstr "" +"Saisir les services à activer avec ce profil (séparés par des espaces, vide " +"pour ignorer) : " msgid "Should this profile be enabled for installation?" msgstr "Ce profil doit-il être activé pour l'installation ?" @@ -1033,10 +1249,15 @@ msgid "" "Select a graphics driver or leave blank to install all open-source drivers" msgstr "" "\n" -"Sélectionner un pilote graphique ou laisser vide pour installer tous les pilotes open source" +"Sélectionner un pilote graphique ou laisser vide pour installer tous les " +"pilotes open source" -msgid "Sway needs access to your seat (collection of hardware devices i.e. keyboard, mouse, etc)" -msgstr "Sway a besoin d'accéder à votre espace (ensemble de périphériques matériels : clavier, souris, etc.)" +msgid "" +"Sway needs access to your seat (collection of hardware devices i.e. " +"keyboard, mouse, etc)" +msgstr "" +"Sway a besoin d'accéder à votre espace (ensemble de périphériques " +"matériels : clavier, souris, etc.)" msgid "" "\n" @@ -1066,10 +1287,14 @@ msgid "Profiles" msgstr "Profils" msgid "Finding possible directories to save configuration files ..." -msgstr "Recherche des répertoires possibles pour enregistrer les fichiers de configuration..." +msgstr "" +"Recherche des répertoires possibles pour enregistrer les fichiers de " +"configuration..." msgid "Select directory (or directories) for saving configuration files" -msgstr "Sélectionner le répertoire (ou les répertoires) pour enregistrer les fichiers de configuration" +msgstr "" +"Sélectionner le répertoire (ou les répertoires) pour enregistrer les " +"fichiers de configuration" msgid "Add a custom mirror" msgstr "Ajouter un miroir personnalisé" @@ -1099,13 +1324,16 @@ msgid "Defined" msgstr "Défini" msgid "Save user configuration (including disk layout)" -msgstr "Enregistrer la configuration utilisateur (y compris la disposition du disque)" +msgstr "" +"Enregistrer la configuration utilisateur (y compris la disposition du disque)" msgid "" -"Enter a directory for the configuration(s) to be saved (tab completion enabled)\n" +"Enter a directory for the configuration(s) to be saved (tab completion " +"enabled)\n" "Save directory: " msgstr "" -"Saisir un répertoire pour la/les configuration(s) à enregistrer (complétion par tabulation activée)\n" +"Saisir un répertoire pour la/les configuration(s) à enregistrer (complétion " +"par tabulation activée)\n" "Entrer le nom du répertoire de sauvegarde : " msgid "" @@ -1113,7 +1341,8 @@ msgid "" "\n" "{}" msgstr "" -"Voulez-vous enregistrer {} fichier(s) de configuration à l'emplacement suivant ?\n" +"Voulez-vous enregistrer {} fichier(s) de configuration à l'emplacement " +"suivant ?\n" "\n" "{}" @@ -1126,38 +1355,50 @@ msgstr "Miroirs" msgid "Mirror regions" msgstr "Régions miroir" -msgid " - Maximum value : {} ( Allows {} parallel downloads, allows {max_downloads+1} downloads at a time )" -msgstr " - Valeur maximale : {} (Autorise {} téléchargements parallèles, autorise {max_downloads+1} téléchargements à la fois)" +msgid "" +" - Maximum value : {} ( Allows {} parallel downloads, allows " +"{max_downloads+1} downloads at a time )" +msgstr "" +" - Valeur maximale : {} (Autorise {} téléchargements parallèles, autorise " +"{max_downloads+1} téléchargements à la fois)" msgid "Invalid input! Try again with a valid input [1 to {}, or 0 to disable]" -msgstr "Entrée invalide ! Réessayer avec une entrée valide [1 pour {}, ou 0 pour désactiver]" +msgstr "" +"Entrée invalide ! Réessayer avec une entrée valide [1 pour {}, ou 0 pour " +"désactiver]" msgid "Locales" msgstr "Paramètres régionaux" -msgid "Use NetworkManager (necessary to configure internet graphically in GNOME and KDE)" -msgstr "Utiliser NetworkManager (nécessaire pour configurer graphiquement internet dans GNOME et KDE)" +msgid "" +"Use NetworkManager (necessary to configure internet graphically in GNOME and " +"KDE)" +msgstr "" +"Utiliser NetworkManager (nécessaire pour configurer graphiquement internet " +"dans GNOME et KDE)" -#, fuzzy msgid "Total: {} / {}" -msgstr "Total (taille) : {}" +msgstr "Total (taille) : {} / {}" msgid "All entered values can be suffixed with a unit: B, KB, KiB, MB, MiB..." msgstr "" +"Toutes les valeurs saisies peuvent être saccompagnées par une unité : B, KB, " +"KiB, MB, MiB..." msgid "If no unit is provided, the value is interpreted as sectors" -msgstr "Si aucune unité n'est fournie, la valeur est interprétée comme des secteurs"" +msgstr "" +"Si aucune unité n'est fournie, la valeur est interprétée comme des secteurs\"" -#, fuzzy msgid "Enter start (default: sector {}): " -msgstr "Saisir le secteur de départ (par défaut : {}) : " +msgstr "Saisir le secteur de début (par défaut : secteur {}) : " -#, fuzzy msgid "Enter end (default: {}): " -msgstr "Saisir le secteur de départ (par défaut : {}) : " +msgstr "Saisir le secteur de fin (par défaut : secteur {}) : " msgid "Unable to determine fido2 devices. Is libfido2 installed?" -msgstr "Impossible de déterminer les appareils fido2. Est-ce que libfido2 est installé ?" +msgstr "" +"Impossible de déterminer les appareils fido2. Est-ce que libfido2 est " +"installé ?" msgid "Path" msgstr "Chemin" @@ -1168,44 +1409,53 @@ msgstr "Fabricant" msgid "Product" msgstr "Produit" -#, fuzzy, python-brace-format +#, python-brace-format msgid "Invalid configuration: {error}" -msgstr "Configuration manuelle" +msgstr "Configuration invalide : {error}" msgid "Type" msgstr "Type" -#, fuzzy -msgid "This option enables the number of parallel downloads that can occur during package downloads" -msgstr "Cette option active le nombre de téléchargements parallèles qui peuvent se produire pendant l'installation" +msgid "" +"This option enables the number of parallel downloads that can occur during " +"package downloads" +msgstr "" +"Cette option active le nombre de téléchargements parallèles pouvant avoir " +"lieu lors des téléchargements des paquets" -#, fuzzy msgid "" "Enter the number of parallel downloads to be enabled.\n" "\n" "Note:\n" msgstr "" "Saisir le nombre de téléchargements parallèles à activer.\n" -" (Entrer une valeur comprise entre 1 et {})\n" -"Note :" +"\n" +"Note :\n" -#, fuzzy -msgid " - Maximum recommended value : {} ( Allows {} parallel downloads at a time )" -msgstr " - Valeur maximale : {} (Autorise {} téléchargements parallèles, autorise {} téléchargements à la fois)" +msgid "" +" - Maximum recommended value : {} ( Allows {} parallel downloads at a time )" +msgstr "" +" - Valeur maximale recommandée : {} (Autorise {} téléchargements parallèles " +"à la fois)" -#, fuzzy -msgid " - Disable/Default : 0 ( Disables parallel downloading, allows only 1 download at a time )\n" -msgstr " - Désactiver/Défaut : 0 (Désactive le téléchargement parallèle, n'autorise qu'un seul téléchargement à la fois)" +msgid "" +" - Disable/Default : 0 ( Disables parallel downloading, allows only 1 " +"download at a time )\n" +msgstr "" +" - Désactiver/Par défaut : 0 (Désactive le téléchargement parallèle, " +"autorise un seul téléchargement à la fois)\n" -#, fuzzy msgid "Invalid input! Try again with a valid input [or 0 to disable]" -msgstr "Entrée invalide ! Réessayer avec une entrée valide [1 pour {}, ou 0 pour désactiver]" +msgstr "" +"Entrée invalide ! Réessayer avec une entrée valide [ou 0 pour désactiver]" -#, fuzzy -msgid "Hyprland needs access to your seat (collection of hardware devices i.e. keyboard, mouse, etc)" -msgstr "Sway a besoin d'accéder à votre espace (ensemble de périphériques matériels : clavier, souris, etc.)" +msgid "" +"Hyprland needs access to your seat (collection of hardware devices i.e. " +"keyboard, mouse, etc)" +msgstr "" +"Hyprland a besoin d'accéder à votre espace (ensemble de périphériques " +"matériels, par exemple clavier, souris, etc)" -#, fuzzy msgid "" "\n" "\n" @@ -1213,10 +1463,13 @@ msgid "" msgstr "" "\n" "\n" -"Choisir une option pour permettre à Sway d'accéder à votre matériel" +"Choisir une option pour donner à Hyprland l'accès à votre matériel" -msgid "All entered values can be suffixed with a unit: %, B, KB, KiB, MB, MiB..." +msgid "" +"All entered values can be suffixed with a unit: %, B, KB, KiB, MB, MiB..." msgstr "" +"Toutes les valeurs saisies peuvent être accompagnées par une unité : %, B, " +"KB, KiB, MB, MiB..." #, python-brace-format #~ msgid "Edit {origkey} :" -- cgit v1.2.3-54-g00ecf From 22e2b7fc2923e098d7ee19a403f8e7a7d116df1e Mon Sep 17 00:00:00 2001 From: walken <61562049+walken11@users.noreply.github.com> Date: Thu, 23 Nov 2023 09:42:40 +0100 Subject: Czech localization update (#2204) * Updates and corrections for Czech localization --- archinstall/locales/cs/LC_MESSAGES/base.mo | Bin 25984 -> 39221 bytes archinstall/locales/cs/LC_MESSAGES/base.po | 303 ++++++++++++----------------- 2 files changed, 126 insertions(+), 177 deletions(-) (limited to 'archinstall/locales') diff --git a/archinstall/locales/cs/LC_MESSAGES/base.mo b/archinstall/locales/cs/LC_MESSAGES/base.mo index 83b8b94c..a4af899a 100644 Binary files a/archinstall/locales/cs/LC_MESSAGES/base.mo and b/archinstall/locales/cs/LC_MESSAGES/base.mo differ diff --git a/archinstall/locales/cs/LC_MESSAGES/base.po b/archinstall/locales/cs/LC_MESSAGES/base.po index e8115e9e..06f5e5bb 100644 --- a/archinstall/locales/cs/LC_MESSAGES/base.po +++ b/archinstall/locales/cs/LC_MESSAGES/base.po @@ -9,7 +9,7 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Generator: Poedit 3.1\n" +"X-Generator: Poedit 3.3.2\n" msgid "[!] A log file has been created here: {} {}" msgstr "[!] Soubor protokolu byl vytvořen zde: {} {}" @@ -95,10 +95,10 @@ msgid "Enter a desired filesystem type for the partition" msgstr "Zadejte požadovaný souborový systém pro oddíl" msgid "Enter the start location (in parted units: s, GB, %, etc. ; default: {}): " -msgstr "" +msgstr "Zadejte počáteční pozici (jednotky: s, GB, %, atd. ; výchozí: {}): " msgid "Enter the end location (in parted units: s, GB, %, etc. ; ex: {}): " -msgstr "" +msgstr "Zadejte koncovou pozici (jednotky: s, GB, %, atd. ; např.: {}): " msgid "{} contains queued partitions, this will remove those, are you sure?" msgstr "{} obsahuje oddíly ve frontě, toto je odstraní, jste si jisti?" @@ -205,7 +205,6 @@ msgid "" "Select a graphics driver or leave blank to install all open-source drivers" msgstr "" "\n" -"\n" "Zvolte ovladač grafické karty nebo ponechte prázdné k instalaci všech open-source ovladačů" msgid "All open-source (default)" @@ -664,7 +663,7 @@ msgid "Press Enter to continue." msgstr "Stiskněte ENTER pro pokračování." msgid "Would you like to chroot into the newly created installation and perform post-installation configuration?" -msgstr "Přejete si vlézt skrze chroot do své nově vytvořené instalace a provést závěrečnou konfiguraci?" +msgstr "Přejete si vstoupit skrze chroot do své nově vytvořené instalace a provést závěrečnou konfiguraci?" msgid "Are you sure you want to reset this setting?" msgstr "Skutečně si přejete resetovat toto nastavení?" @@ -804,449 +803,399 @@ msgstr " - Minimální hodnota : 1 (Povolí 1 paralelní stahování, povolí msgid " - Disable/Default : 0 ( Disables parallel downloading, allows only 1 download at a time )" msgstr " - Zakázáno/Výchozí : 0 (Zakáže paralelní stahování, povolí pouze 1 stahování naráz)" -#, fuzzy, python-brace-format +#, python-brace-format msgid "Invalid input! Try again with a valid input [1 to {max_downloads}, or 0 to disable]" -msgstr "Neplatný vstup! Zkuste to, prosím, znovu s platným vstupem [1 až {}, nebo 0 pro vypnutí]" +msgstr "Neplatný vstup! Zkuste to, prosím, znovu s platným vstupem [1 až {max_downloads}, nebo 0 pro vypnutí]" msgid "Parallel Downloads" msgstr "Paralelní stahování" -#, fuzzy msgid "ESC to skip" msgstr "Pomocí ESC přeskočíte" msgid "CTRL+C to reset" -msgstr "" +msgstr "CTRL+C pro zrušení" msgid "TAB to select" -msgstr "" +msgstr "TAB k výběru" msgid "[Default value: 0] > " -msgstr "" +msgstr "[Výchozí hodnota: 0] > " msgid "To be able to use this translation, please install a font manually that supports the language." -msgstr "" +msgstr "Abyste mohli používat tento překlad, nainstalujte prosím písmo, které zvolený jazyk podporuje." msgid "The font should be stored as {}" -msgstr "" +msgstr "Písmo by mělo být uložené jako {}" msgid "Archinstall requires root privileges to run. See --help for more." -msgstr "" +msgstr "Archinstall vyžaduje ke spuštění oprávnění správce (root). Použijte --help pro více informací." -#, fuzzy msgid "Select an execution mode" -msgstr "Zvolte akci pro '{}'" +msgstr "Zvolte způsob provedení" msgid "Unable to fetch profile from specified url: {}" -msgstr "" +msgstr "Nepodařilo se získat profil ze zadané url: {}" msgid "Profiles must have unique name, but profile definitions with duplicate name found: {}" -msgstr "" +msgstr "Profily musí mít unikátní jméno. Následující duplicity byly nalezeny: {}" -#, fuzzy msgid "Select one or more devices to use and configure" msgstr "Zvolte jeden nebo více pevných disků k použití a konfiguraci" -#, fuzzy msgid "If you reset the device selection this will also reset the current disk layout. Are you sure?" -msgstr "Pokud resetujete výběr disku, také tím resetujete stávající rozdělení. Přejete si pokračovat?" +msgstr "Pokud zrušíte výběr disku, také tím zrušíte stávající rozdělení. Přejete si pokračovat?" -#, fuzzy msgid "Existing Partitions" -msgstr "Přidávání nového oddílu..." +msgstr "Existující oddíly" -#, fuzzy msgid "Select a partitioning option" -msgstr "Smazat oddíl" +msgstr "Zvolte možnosti rozdělení disku" -#, fuzzy msgid "Enter the root directory of the mounted devices: " -msgstr "Zadejte adresář pro uložení konfigurace (konfigurací): " +msgstr "Zadejte kořenový adresář připojených zařízení: " -#, fuzzy msgid "Minimum capacity for /home partition: {}GiB\n" -msgstr "Minimální kapacita pro oddíl /home: {}GB\n" +msgstr "Minimální kapacita pro oddíl /home: {}GiB\n" -#, fuzzy msgid "Minimum capacity for Arch Linux partition: {}GiB" -msgstr "Minimální kapacita pro oddíl s Arch Linux: {}GB" +msgstr "Minimální kapacita pro oddíl s Arch Linux: {}GiB" -#, fuzzy msgid "This is a list of pre-programmed profiles_bck, they might make it easier to install things like desktop environments" msgstr "Toto je seznam před-programovaných profilů, které by mohly usnadnit instalaci věcí jako jsou desktopová prostředí" -#, fuzzy msgid "Current profile selection" -msgstr "Aktuální rozdělení disku" +msgstr "Aktuální výběr profilu" -#, fuzzy msgid "Remove all newly added partitions" -msgstr "Vytvořit nový oddíl" +msgstr "Smazat všechny nově přidané oddíly" -#, fuzzy msgid "Assign mountpoint" -msgstr "Přiřaďte přípojný bod k oddílu" +msgstr "Přiřaďte přípojný bod" -#, fuzzy msgid "Mark/Unmark to be formatted (wipes data)" msgstr "Označení/Odznačení oddílu ke zformátování (vymaže data)" msgid "Mark/Unmark as bootable" -msgstr "" +msgstr "Označit/Odznačit jako zaváděcí" msgid "Change filesystem" -msgstr "" +msgstr "Změnit souborový systém" -#, fuzzy msgid "Mark/Unmark as compressed" -msgstr "Označit/Odznačit oddíl s kompresí (jen pro btrfs)" +msgstr "Označit/Odznačit oddíl s kompresí" -#, fuzzy msgid "Set subvolumes" -msgstr "Smazat podsvazek" +msgstr "Nastavit podsvazky" -#, fuzzy msgid "Delete partition" msgstr "Smazat oddíl" msgid "Partition" -msgstr "" +msgstr "Diskový oddíl" msgid "This partition is currently encrypted, to format it a filesystem has to be specified" -msgstr "" +msgstr "Tento oddíl je zašifrovaný, k naformátování zadejte souborový systém." -#, fuzzy msgid "Partition mount-points are relative to inside the installation, the boot would be /boot as an example." -msgstr " * Přípojné body diskových oddílů jsou relativní uvnitř instalace, například spouštěcí bod by byl /boot." +msgstr "Přípojné body diskových oddílů jsou relativní uvnitř instalace, například spouštěcí bod by byl /boot." msgid "If mountpoint /boot is set, then the partition will also be marked as bootable." -msgstr "" +msgstr "Pokud je nastaven přípojný bod /boot, oddíl je zároveň označený jako zaváděcí" msgid "Mountpoint: " -msgstr "" +msgstr "Přípojný bod: " msgid "Current free sectors on device {}:" -msgstr "" +msgstr "Momentálně volné sektory na zařízení {}:" -#, fuzzy msgid "Total sectors: {}" -msgstr "Adresář není validní: {}" +msgstr "Celkem sektorů: {}" -#, fuzzy msgid "Enter the start sector (default: {}): " -msgstr "Zadejte počáteční sektor (procenta nebo číslo bloku, výchozí: {}): " +msgstr "Zadejte počáteční sektor (výchozí: {}): " -#, fuzzy msgid "Enter the end sector of the partition (percentage or block number, default: {}): " -msgstr "Zadejte koncový sektor oddílu (procenta nebo číslo bloku, např. {}): " +msgstr "Zadejte koncový sektor oddílu (procenta nebo číslo bloku, výchozí: {}): " msgid "This will remove all newly added partitions, continue?" -msgstr "" +msgstr "Tímto smažete všechny nově vytvořené oddíly, přejete si pokračovat?" msgid "Partition management: {}" -msgstr "" +msgstr "Správa diskových oddílů: {}" msgid "Total length: {}" -msgstr "" +msgstr "Celková délka: {}" -#, fuzzy msgid "Encryption type" -msgstr "Šifrovací heslo" +msgstr "Typ šifrování" msgid "Partitions" -msgstr "" +msgstr "Diskové oddíly" msgid "No HSM devices available" -msgstr "" +msgstr "Žádné HSM zařízení není dostupné" -#, fuzzy msgid "Partitions to be encrypted" -msgstr "Zvolte oddíl, který bude označen jako šifrovaný" +msgstr "Zvolte oddíl k zašifrování" msgid "Select disk encryption option" -msgstr "" +msgstr "Zvolte způsob šifrování disku" msgid "Select a FIDO2 device to use for HSM" -msgstr "" +msgstr "Vyberte FIDO2 zařízení abyste mohli používat HSM" -#, fuzzy msgid "Use a best-effort default partition layout" -msgstr "Vymazat všechny vybrané disky a použít chytré výchozí rozdělení oddílů" +msgstr "Použít chytré výchozí rozdělení oddílů" -#, fuzzy msgid "Manual Partitioning" -msgstr "Ruční konfigurace" +msgstr "Ruční rozdělení disku" -#, fuzzy msgid "Pre-mounted configuration" -msgstr "Žádná konfigurace" +msgstr "Pre-mounted konfigurace" msgid "Unknown" -msgstr "" +msgstr "Neznámý" msgid "Partition encryption" -msgstr "" +msgstr "Šifrování diskového oddílu" msgid " ! Formatting {} in " -msgstr "" +msgstr " ! Formátuji {} na " msgid "← Back" -msgstr "" +msgstr "← Zpět" msgid "Disk encryption" -msgstr "" +msgstr "Šifrování disku" -#, fuzzy msgid "Configuration" -msgstr "Žádná konfigurace" +msgstr "Konfigurace" -#, fuzzy msgid "Password" -msgstr "Heslo správce (root)" +msgstr "Heslo" -#, fuzzy msgid "All settings will be reset, are you sure?" -msgstr "{} obsahuje oddíly ve frontě, toto je odstraní, jste si jisti?" +msgstr "Všechny volby budou zrušeny, jste si jisti?" msgid "Back" -msgstr "" +msgstr "Zpět" msgid "Please chose which greeter to install for the chosen profiles: {}" -msgstr "" +msgstr "Prosím vyberte přihlašovací obrazovku k instalaci pro vybraný profil: {}" msgid "Environment type: {}" -msgstr "" +msgstr "Typ prostředí: {}" msgid "The proprietary Nvidia driver is not supported by Sway. It is likely that you will run into issues, are you okay with that?" -msgstr "" +msgstr "Sway nepodporuje proprietární ovladač Nvidia. Pravděpodobně narazíte na problémy, přejete si pokračovat?" -#, fuzzy msgid "Installed packages" -msgstr "Dodatečné balíčky" +msgstr "Instalované balíčky" -#, fuzzy msgid "Add profile" -msgstr "Profil" +msgstr "Přidat profil" -#, fuzzy msgid "Edit profile" -msgstr "Profil" +msgstr "Změnit profil" -#, fuzzy msgid "Delete profile" -msgstr "Smazat rozhraní" +msgstr "Smazat profil" -#, fuzzy msgid "Profile name: " -msgstr "Profil" +msgstr "Jméno profilu: " -#, fuzzy msgid "The profile name you entered is already in use. Try again" -msgstr "Zadané uživatelské jméno není platné. Zkuste to znovu" +msgstr "Zadané jméno profilu již existuje. Zkuste to znovu" -#, fuzzy msgid "Packages to be install with this profile (space separated, leave blank to skip): " -msgstr "Zadejte další balíčky k instalaci (oddělené mezerou, ponechte prázdné k přeskočení): " +msgstr "Zadejte další balíčky k instalaci v tomto profilu (oddělené mezerou, ponechte prázdné k přeskočení): " -#, fuzzy msgid "Services to be enabled with this profile (space separated, leave blank to skip): " -msgstr "Zadejte další balíčky k instalaci (oddělené mezerou, ponechte prázdné k přeskočení): " +msgstr "Zadejte povolené služby v tomto profilu (oddělené mezerou, ponechte prázdné k přeskočení): " msgid "Should this profile be enabled for installation?" -msgstr "" +msgstr "Má se tento profil použít pro instalaci?" msgid "Create your own" -msgstr "" +msgstr "Vytvořit vlastní" -#, fuzzy msgid "" "\n" "Select a graphics driver or leave blank to install all open-source drivers" msgstr "" "\n" -"\n" "Zvolte ovladač grafické karty nebo ponechte prázdné k instalaci všech open-source ovladačů" msgid "Sway needs access to your seat (collection of hardware devices i.e. keyboard, mouse, etc)" -msgstr "" +msgstr "Sway vyžaduje přístup k vašemu sezení (soubor zařízení jako např. klávesnice, myš, atd.)" msgid "" "\n" "\n" "Choose an option to give Sway access to your hardware" msgstr "" +"\n" +"\n" +"Vyberte možnost jak zpřístupnit pro Sway váš hardware" msgid "Graphics driver" -msgstr "" +msgstr "Grafický ovladač" msgid "Greeter" -msgstr "" +msgstr "Přihlašovací obrazovka" msgid "Please chose which greeter to install" -msgstr "" +msgstr "Prosím vyberte přihlašovací obrazovku k instalaci" msgid "This is a list of pre-programmed default_profiles" -msgstr "" +msgstr "Toto je seznam před-programovaných výchozích profilů" -#, fuzzy msgid "Disk configuration" -msgstr "Žádná konfigurace" +msgstr "Konfigurace disku" -#, fuzzy msgid "Profiles" -msgstr "Profil" +msgstr "Profily" msgid "Finding possible directories to save configuration files ..." -msgstr "" +msgstr "Hledám možné adresáře k uložení konfiguračních souborů ..." -#, fuzzy msgid "Select directory (or directories) for saving configuration files" -msgstr "Zvolte jeden nebo více pevných disků k použití a konfiguraci" +msgstr "Zvolte jeden nebo více adresářů k uložení konfiguračních souborů" -#, fuzzy msgid "Add a custom mirror" -msgstr "Přidat uživatele" +msgstr "Přidat vlastní zrcadlo" msgid "Change custom mirror" -msgstr "" +msgstr "Změnit vlastní zrcadla" msgid "Delete custom mirror" -msgstr "" +msgstr "Smazat vlastní zrcadla" -#, fuzzy msgid "Enter name (leave blank to skip): " -msgstr "Zadejte uživatelské jméno (ponechte prázdné k přeskočení): " +msgstr "Zadejte jméno (ponechte prázdné k přeskočení): " -#, fuzzy msgid "Enter url (leave blank to skip): " -msgstr "Zadejte uživatelské jméno (ponechte prázdné k přeskočení): " +msgstr "Zadejte url (ponechte prázdné k přeskočení): " -#, fuzzy msgid "Select signature check option" -msgstr "Zvolit rozhraní k přidání" +msgstr "Zvolit možnost kontroly podpisu" -#, fuzzy msgid "Select signature option" -msgstr "Zvolit rozhraní k přidání" +msgstr "Zvolit možnost podpisu" msgid "Custom mirrors" -msgstr "" +msgstr "Vlastní zrcadla" msgid "Defined" -msgstr "" +msgstr "Definováno" -#, fuzzy msgid "Save user configuration (including disk layout)" -msgstr "Uložit uživatelskou konfiguraci" +msgstr "Uložit uživatelskou konfiguraci (včetně rozdělení disků)" -#, fuzzy msgid "" "Enter a directory for the configuration(s) to be saved (tab completion enabled)\n" "Save directory: " -msgstr "Zadejte adresář pro uložení konfigurace (konfigurací): " +msgstr "" +"Zadejte adresář pro uložení konfigurace (konfigurací). Doplňování pomocí tab je zapnuto\n" +"Adresář pro uložení: " msgid "" "Do you want to save {} configuration file(s) in the following location?\n" "\n" "{}" msgstr "" +"Chcete uložit {} konfiguračních souborů do následujícího umístění?\n" +"\n" +"{}" -#, fuzzy msgid "Saving {} configuration files to {}" -msgstr "Uložit konfiguraci" +msgstr "Ukládám {} konfiguračních souborů do {}" -#, fuzzy msgid "Mirrors" -msgstr "Oblast zrcadla" +msgstr "Zrcadla" -#, fuzzy msgid "Mirror regions" -msgstr "Oblast zrcadla" +msgstr "Oblasti zrcadel" -#, fuzzy msgid " - Maximum value : {} ( Allows {} parallel downloads, allows {max_downloads+1} downloads at a time )" -msgstr " - Maximální hodnota : {} (Povolí {} paralelních stahování, povolí {} stahování naráz )" +msgstr " - Maximální hodnota : {} (Povolí {} paralelních stahování, povolí {max_downloads+1} stahování naráz )" msgid "Invalid input! Try again with a valid input [1 to {}, or 0 to disable]" msgstr "Neplatný vstup! Zkuste to, prosím, znovu s platným vstupem [1 až {}, nebo 0 pro vypnutí]" msgid "Locales" -msgstr "" +msgstr "Lokalizace" -#, fuzzy msgid "Use NetworkManager (necessary to configure internet graphically in GNOME and KDE)" msgstr "Použít NetworkManager (potřebné pro grafickou konfiguraci v GNOME a KDE)" msgid "Total: {} / {}" -msgstr "" +msgstr "Celkem: {} / {}" msgid "All entered values can be suffixed with a unit: B, KB, KiB, MB, MiB..." -msgstr "" +msgstr "Všechny zadané hodnoty mohou byt doplněny jednotkou: B, KB, KiB, MB, MiB..." msgid "If no unit is provided, the value is interpreted as sectors" -msgstr "" +msgstr "Pokud nejsou zadány jednotky, hodnoty jsou brány jako sektory" -#, fuzzy msgid "Enter start (default: sector {}): " -msgstr "Zadejte počáteční sektor (procenta nebo číslo bloku, výchozí: {}): " +msgstr "Zadejte počátek (výchozí: sektor {}): " -#, fuzzy msgid "Enter end (default: {}): " -msgstr "Zadejte počáteční sektor (procenta nebo číslo bloku, výchozí: {}): " +msgstr "Zadejte konec (výchozí: {}): " msgid "Unable to determine fido2 devices. Is libfido2 installed?" -msgstr "" +msgstr "Nelze rozpoznat FIDO2 zařízení. Je nainstalován balíček libfido2?" msgid "Path" -msgstr "" +msgstr "Cesta" msgid "Manufacturer" -msgstr "" +msgstr "Výrobce" msgid "Product" -msgstr "" +msgstr "Produkt" -#, fuzzy, python-brace-format +#, python-brace-format msgid "Invalid configuration: {error}" -msgstr "Ruční konfigurace" +msgstr "Chybná konfigurace: {error}" msgid "Type" -msgstr "" +msgstr "Typ" -#, fuzzy msgid "This option enables the number of parallel downloads that can occur during package downloads" msgstr "Tato možnost povolí specifikovaný počet paralelních stahování, která mohou nastat při instalaci" -#, fuzzy msgid "" "Enter the number of parallel downloads to be enabled.\n" "\n" "Note:\n" msgstr "" "Zadejte povolený počet paralelních stahování.\n" -" (Zadejte hodnotu mezi 1 a {})\n" -"Poznámka:" +"\n" +"Poznámka:\n" -#, fuzzy msgid " - Maximum recommended value : {} ( Allows {} parallel downloads at a time )" -msgstr " - Maximální hodnota : {} (Povolí {} paralelních stahování, povolí {} stahování naráz )" +msgstr " - Maximální doporučená hodnota : {} (Povolí {} paralelních stahování naráz )" -#, fuzzy msgid " - Disable/Default : 0 ( Disables parallel downloading, allows only 1 download at a time )\n" -msgstr " - Zakázáno/Výchozí : 0 (Zakáže paralelní stahování, povolí pouze 1 stahování naráz)" +msgstr " - Zakázáno/Výchozí : 0 (Zakáže paralelní stahování, povolí pouze 1 stahování naráz)\n" -#, fuzzy msgid "Invalid input! Try again with a valid input [or 0 to disable]" -msgstr "Neplatný vstup! Zkuste to, prosím, znovu s platným vstupem [1 až {}, nebo 0 pro vypnutí]" +msgstr "Neplatný vstup! Zkuste to, prosím, znovu s platným vstupem [nebo 0 pro vypnutí]" msgid "Hyprland needs access to your seat (collection of hardware devices i.e. keyboard, mouse, etc)" -msgstr "" +msgstr "Hyprland vyžaduje přístup k vašemu sezení (soubor zařízení jako např. klávesnice, myš, atd.)" msgid "" "\n" "\n" "Choose an option to give Hyprland access to your hardware" msgstr "" +"\n" +"\n" +"Vyberte možnost jak zpřístupnit pro Hyprland váš hardware" msgid "All entered values can be suffixed with a unit: %, B, KB, KiB, MB, MiB..." -msgstr "" +msgstr "Všechny zadané hodnoty mohou byt doplněny jednotkou: %, B, KB, KiB, MB, MiB..." -- cgit v1.2.3-54-g00ecf From 62296cfa12c7fe6f995ccb626b78feb77779fab4 Mon Sep 17 00:00:00 2001 From: Anton Hvornum Date: Thu, 23 Nov 2023 09:45:47 +0100 Subject: Prepare for release 2.7.0 (#2252) * Preparing release * Bumping version to: v2.7.0 --- archinstall/__init__.py | 2 +- archinstall/locales/ar/LC_MESSAGES/base.po | 19 + archinstall/locales/base.pot | 23 ++ archinstall/locales/cs/LC_MESSAGES/base.po | 19 + archinstall/locales/de/LC_MESSAGES/base.po | 19 + archinstall/locales/el/LC_MESSAGES/base.po | 19 + archinstall/locales/en/LC_MESSAGES/base.po | 18 + archinstall/locales/es/LC_MESSAGES/base.po | 19 + archinstall/locales/et/LC_MESSAGES/base.po | 19 + archinstall/locales/fr/LC_MESSAGES/base.po | 570 ++++++++------------------ archinstall/locales/hi/LC_MESSAGES/base.po | 20 +- archinstall/locales/id/LC_MESSAGES/base.po | 19 + archinstall/locales/it/LC_MESSAGES/base.po | 19 + archinstall/locales/ka/LC_MESSAGES/base.po | 19 + archinstall/locales/ko/LC_MESSAGES/base.po | 19 + archinstall/locales/nl/LC_MESSAGES/base.po | 19 + archinstall/locales/pl/LC_MESSAGES/base.po | 19 + archinstall/locales/pt/LC_MESSAGES/base.po | 19 + archinstall/locales/pt_BR/LC_MESSAGES/base.mo | Bin 36093 -> 36743 bytes archinstall/locales/pt_BR/LC_MESSAGES/base.po | 19 + archinstall/locales/ro/LC_MESSAGES/base.po | 19 + archinstall/locales/ru/LC_MESSAGES/base.po | 536 +++++++----------------- archinstall/locales/sv/LC_MESSAGES/base.po | 19 + archinstall/locales/ta/LC_MESSAGES/base.po | 19 + archinstall/locales/tr/LC_MESSAGES/base.po | 19 + archinstall/locales/uk/LC_MESSAGES/base.po | 19 + archinstall/locales/ur/LC_MESSAGES/base.po | 19 + archinstall/locales/zh-CN/LC_MESSAGES/base.po | 19 + archinstall/locales/zh-TW/LC_MESSAGES/base.po | 19 + 29 files changed, 798 insertions(+), 789 deletions(-) (limited to 'archinstall/locales') diff --git a/archinstall/__init__.py b/archinstall/__init__.py index 69174549..2514bf2e 100644 --- a/archinstall/__init__.py +++ b/archinstall/__init__.py @@ -42,7 +42,7 @@ if TYPE_CHECKING: _: Any -__version__ = "2.6.3" +__version__ = "2.7.0" storage['__version__'] = __version__ # add the custom _ as a builtin, it can now be used anywhere in the diff --git a/archinstall/locales/ar/LC_MESSAGES/base.po b/archinstall/locales/ar/LC_MESSAGES/base.po index aca71ae0..e2a40851 100644 --- a/archinstall/locales/ar/LC_MESSAGES/base.po +++ b/archinstall/locales/ar/LC_MESSAGES/base.po @@ -1154,3 +1154,22 @@ msgstr "" msgid "All entered values can be suffixed with a unit: %, B, KB, KiB, MB, MiB..." msgstr "" + +#, fuzzy +msgid "Would you like to use unified kernel images?" +msgstr "هل تريد استخدام swap أو zram؟" + +msgid "Unified kernel images" +msgstr "" + +msgid "Waiting for time sync (timedatectl show) to complete." +msgstr "" + +msgid "Time syncronization not completing, while you wait - check the docs for workarounds: https://archinstall.readthedocs.io/" +msgstr "" + +msgid "Skipping waiting for automatic time sync (this can cause issues if time is out of sync during installation)" +msgstr "" + +msgid "Waiting for Arch Linux keyring sync (archlinux-keyring-wkd-sync) to complete." +msgstr "" diff --git a/archinstall/locales/base.pot b/archinstall/locales/base.pot index dda2fe4c..cd2e059b 100644 --- a/archinstall/locales/base.pot +++ b/archinstall/locales/base.pot @@ -1233,3 +1233,26 @@ msgstr "" msgid "" "All entered values can be suffixed with a unit: %, B, KB, KiB, MB, MiB..." msgstr "" + +msgid "Would you like to use unified kernel images?" +msgstr "" + +msgid "Unified kernel images" +msgstr "" + +msgid "Waiting for time sync (timedatectl show) to complete." +msgstr "" + +msgid "" +"Time syncronization not completing, while you wait - check the docs for " +"workarounds: https://archinstall.readthedocs.io/" +msgstr "" + +msgid "" +"Skipping waiting for automatic time sync (this can cause issues if time is " +"out of sync during installation)" +msgstr "" + +msgid "" +"Waiting for Arch Linux keyring sync (archlinux-keyring-wkd-sync) to complete." +msgstr "" diff --git a/archinstall/locales/cs/LC_MESSAGES/base.po b/archinstall/locales/cs/LC_MESSAGES/base.po index 06f5e5bb..ebb81601 100644 --- a/archinstall/locales/cs/LC_MESSAGES/base.po +++ b/archinstall/locales/cs/LC_MESSAGES/base.po @@ -1199,3 +1199,22 @@ msgstr "" msgid "All entered values can be suffixed with a unit: %, B, KB, KiB, MB, MiB..." msgstr "Všechny zadané hodnoty mohou byt doplněny jednotkou: %, B, KB, KiB, MB, MiB..." + +#, fuzzy +msgid "Would you like to use unified kernel images?" +msgstr "Přejete si použít swap na zram?" + +msgid "Unified kernel images" +msgstr "" + +msgid "Waiting for time sync (timedatectl show) to complete." +msgstr "" + +msgid "Time syncronization not completing, while you wait - check the docs for workarounds: https://archinstall.readthedocs.io/" +msgstr "" + +msgid "Skipping waiting for automatic time sync (this can cause issues if time is out of sync during installation)" +msgstr "" + +msgid "Waiting for Arch Linux keyring sync (archlinux-keyring-wkd-sync) to complete." +msgstr "" diff --git a/archinstall/locales/de/LC_MESSAGES/base.po b/archinstall/locales/de/LC_MESSAGES/base.po index 8292d7ae..c1111487 100644 --- a/archinstall/locales/de/LC_MESSAGES/base.po +++ b/archinstall/locales/de/LC_MESSAGES/base.po @@ -1218,3 +1218,22 @@ msgstr "" msgid "All entered values can be suffixed with a unit: %, B, KB, KiB, MB, MiB..." msgstr "" + +#, fuzzy +msgid "Would you like to use unified kernel images?" +msgstr "Möchten Sie Auslagerungsspeicher (Swap) als zram verwenden?" + +msgid "Unified kernel images" +msgstr "" + +msgid "Waiting for time sync (timedatectl show) to complete." +msgstr "" + +msgid "Time syncronization not completing, while you wait - check the docs for workarounds: https://archinstall.readthedocs.io/" +msgstr "" + +msgid "Skipping waiting for automatic time sync (this can cause issues if time is out of sync during installation)" +msgstr "" + +msgid "Waiting for Arch Linux keyring sync (archlinux-keyring-wkd-sync) to complete." +msgstr "" diff --git a/archinstall/locales/el/LC_MESSAGES/base.po b/archinstall/locales/el/LC_MESSAGES/base.po index f5a07f52..29df909a 100644 --- a/archinstall/locales/el/LC_MESSAGES/base.po +++ b/archinstall/locales/el/LC_MESSAGES/base.po @@ -1257,3 +1257,22 @@ msgstr "" msgid "All entered values can be suffixed with a unit: %, B, KB, KiB, MB, MiB..." msgstr "" + +#, fuzzy +msgid "Would you like to use unified kernel images?" +msgstr "Θα θέλατε να χρησιμοποιήσετε swap με zram;" + +msgid "Unified kernel images" +msgstr "" + +msgid "Waiting for time sync (timedatectl show) to complete." +msgstr "" + +msgid "Time syncronization not completing, while you wait - check the docs for workarounds: https://archinstall.readthedocs.io/" +msgstr "" + +msgid "Skipping waiting for automatic time sync (this can cause issues if time is out of sync during installation)" +msgstr "" + +msgid "Waiting for Arch Linux keyring sync (archlinux-keyring-wkd-sync) to complete." +msgstr "" diff --git a/archinstall/locales/en/LC_MESSAGES/base.po b/archinstall/locales/en/LC_MESSAGES/base.po index a225b70b..cf879e3b 100644 --- a/archinstall/locales/en/LC_MESSAGES/base.po +++ b/archinstall/locales/en/LC_MESSAGES/base.po @@ -1142,3 +1142,21 @@ msgstr "" msgid "All entered values can be suffixed with a unit: %, B, KB, KiB, MB, MiB..." msgstr "" + +msgid "Would you like to use unified kernel images?" +msgstr "" + +msgid "Unified kernel images" +msgstr "" + +msgid "Waiting for time sync (timedatectl show) to complete." +msgstr "" + +msgid "Time syncronization not completing, while you wait - check the docs for workarounds: https://archinstall.readthedocs.io/" +msgstr "" + +msgid "Skipping waiting for automatic time sync (this can cause issues if time is out of sync during installation)" +msgstr "" + +msgid "Waiting for Arch Linux keyring sync (archlinux-keyring-wkd-sync) to complete." +msgstr "" diff --git a/archinstall/locales/es/LC_MESSAGES/base.po b/archinstall/locales/es/LC_MESSAGES/base.po index ca0c2513..5165bb54 100644 --- a/archinstall/locales/es/LC_MESSAGES/base.po +++ b/archinstall/locales/es/LC_MESSAGES/base.po @@ -1271,6 +1271,25 @@ msgstr "" msgid "All entered values can be suffixed with a unit: %, B, KB, KiB, MB, MiB..." msgstr "Todos los valores ingresados pueden tener una unidad como sufijo: B, KB, KiB, MB, MiB ..." +#, fuzzy +msgid "Would you like to use unified kernel images?" +msgstr "¿Te gustaría usar swap en zram?" + +msgid "Unified kernel images" +msgstr "" + +msgid "Waiting for time sync (timedatectl show) to complete." +msgstr "" + +msgid "Time syncronization not completing, while you wait - check the docs for workarounds: https://archinstall.readthedocs.io/" +msgstr "" + +msgid "Skipping waiting for automatic time sync (this can cause issues if time is out of sync during installation)" +msgstr "" + +msgid "Waiting for Arch Linux keyring sync (archlinux-keyring-wkd-sync) to complete." +msgstr "" + #~ msgid "Add :" #~ msgstr "Añadir :" diff --git a/archinstall/locales/et/LC_MESSAGES/base.po b/archinstall/locales/et/LC_MESSAGES/base.po index 66e40fe2..8c8531ed 100644 --- a/archinstall/locales/et/LC_MESSAGES/base.po +++ b/archinstall/locales/et/LC_MESSAGES/base.po @@ -1235,3 +1235,22 @@ msgstr "" msgid "All entered values can be suffixed with a unit: %, B, KB, KiB, MB, MiB..." msgstr "" + +#, fuzzy +msgid "Would you like to use unified kernel images?" +msgstr "Kas soovite zramis kasutada swapi?" + +msgid "Unified kernel images" +msgstr "" + +msgid "Waiting for time sync (timedatectl show) to complete." +msgstr "" + +msgid "Time syncronization not completing, while you wait - check the docs for workarounds: https://archinstall.readthedocs.io/" +msgstr "" + +msgid "Skipping waiting for automatic time sync (this can cause issues if time is out of sync during installation)" +msgstr "" + +msgid "Waiting for Arch Linux keyring sync (archlinux-keyring-wkd-sync) to complete." +msgstr "" diff --git a/archinstall/locales/fr/LC_MESSAGES/base.po b/archinstall/locales/fr/LC_MESSAGES/base.po index 58503078..c521e61c 100644 --- a/archinstall/locales/fr/LC_MESSAGES/base.po +++ b/archinstall/locales/fr/LC_MESSAGES/base.po @@ -14,12 +14,8 @@ msgstr "" msgid "[!] A log file has been created here: {} {}" msgstr "[!] Un fichier journal a été créé ici : {} {}" -msgid "" -" Please submit this issue (and file) to https://github.com/archlinux/" -"archinstall/issues" -msgstr "" -" Veuillez soumettre ce problème (et le fichier) à https://github.com/" -"archlinux/archinstall/issues" +msgid " Please submit this issue (and file) to https://github.com/archlinux/archinstall/issues" +msgstr " Veuillez soumettre ce problème (et le fichier) à https://github.com/archlinux/archinstall/issues" msgid "Do you really want to abort?" msgstr "Voulez-vous vraiment abandonner ?" @@ -34,13 +30,10 @@ msgid "Desired hostname for the installation: " msgstr "Nom d'hôte souhaité pour l'installation : " msgid "Username for required superuser with sudo privileges: " -msgstr "" -"Nom d'utilisateur pour le superutilisateur requis avec les privilèges sudo : " +msgstr "Nom d'utilisateur pour le superutilisateur requis avec les privilèges sudo : " msgid "Any additional users to install (leave blank for no users): " -msgstr "" -"Utilisateur supplémentaire à installer (laisser vide pour aucun " -"utilisateur) : " +msgstr "Utilisateur supplémentaire à installer (laisser vide pour aucun utilisateur) : " msgid "Should this user be a superuser (sudoer)?" msgstr "Cet utilisateur doit-il être un superutilisateur (sudoer) ?" @@ -49,9 +42,7 @@ msgid "Select a timezone" msgstr "Sélectionner un fuseau horaire" msgid "Would you like to use GRUB as a bootloader instead of systemd-boot?" -msgstr "" -"Souhaitez-vous utiliser GRUB comme chargeur de démarrage au lieu de systemd-" -"boot ?" +msgstr "Souhaitez-vous utiliser GRUB comme chargeur de démarrage au lieu de systemd-boot ?" msgid "Choose a bootloader" msgstr "Choisir un chargeur de démarrage" @@ -59,60 +50,38 @@ msgstr "Choisir un chargeur de démarrage" msgid "Choose an audio server" msgstr "Choisir un serveur audio" -msgid "" -"Only packages such as base, base-devel, linux, linux-firmware, efibootmgr " -"and optional profile packages are installed." -msgstr "" -"Seuls les paquets tels que base, base-devel, linux, linux-firmware, " -"efibootmgr et les paquets de profil optionnels sont installés." +msgid "Only packages such as base, base-devel, linux, linux-firmware, efibootmgr and optional profile packages are installed." +msgstr "Seuls les paquets tels que base, base-devel, linux, linux-firmware, efibootmgr et les paquets de profil optionnels sont installés." -msgid "" -"If you desire a web browser, such as firefox or chromium, you may specify it " -"in the following prompt." -msgstr "" -"Si vous désirez un navigateur Web, tel que firefox ou chrome, vous pouvez le " -"spécifier dans l'invite suivante." +msgid "If you desire a web browser, such as firefox or chromium, you may specify it in the following prompt." +msgstr "Si vous désirez un navigateur Web, tel que firefox ou chrome, vous pouvez le spécifier dans l'invite suivante." -msgid "" -"Write additional packages to install (space separated, leave blank to skip): " -msgstr "" -"Saisir les paquets supplémentaires à installer (séparés par des espaces, " -"vide pour ignorer) : " +msgid "Write additional packages to install (space separated, leave blank to skip): " +msgstr "Saisir les paquets supplémentaires à installer (séparés par des espaces, vide pour ignorer) : " msgid "Copy ISO network configuration to installation" msgstr "Copier la configuration réseau ISO dans l'installation" -msgid "" -"Use NetworkManager (necessary for configuring internet graphically in GNOME " -"and KDE)" -msgstr "" -"Utiliser NetworkManager (nécessaire pour configurer graphiquement Internet " -"dans GNOME et KDE)" +msgid "Use NetworkManager (necessary for configuring internet graphically in GNOME and KDE)" +msgstr "Utiliser NetworkManager (nécessaire pour configurer graphiquement Internet dans GNOME et KDE)" msgid "Select one network interface to configure" msgstr "Sélectionner une interface réseau à configurer" -msgid "" -"Select which mode to configure for \"{}\" or skip to use default mode \"{}\"" -msgstr "" -"Sélectionner le mode à configurer pour \"{}\" ou ignorer pour utiliser le " -"mode par défaut \"{}\"" +msgid "Select which mode to configure for \"{}\" or skip to use default mode \"{}\"" +msgstr "Sélectionner le mode à configurer pour \"{}\" ou ignorer pour utiliser le mode par défaut \"{}\"" msgid "Enter the IP and subnet for {} (example: 192.168.0.5/24): " msgstr "Entrer l'IP et le sous-réseau pour {} (exemple : 192.168.0.5/24) : " msgid "Enter your gateway (router) IP address or leave blank for none: " -msgstr "" -"Entrer l'adresse IP de votre passerelle (routeur) ou laisser vide pour " -"aucune : " +msgstr "Entrer l'adresse IP de votre passerelle (routeur) ou laisser vide pour aucune : " msgid "Enter your DNS servers (space separated, blank for none): " msgstr "Entrer vos serveurs DNS (séparés par des espaces, vide pour aucun) : " msgid "Select which filesystem your main partition should use" -msgstr "" -"Sélectionner le système de fichiers que votre partition principale doit " -"utiliser" +msgstr "Sélectionner le système de fichiers que votre partition principale doit utiliser" msgid "Current partition layout" msgstr "Disposition actuelle des partitions" @@ -127,21 +96,14 @@ msgstr "" msgid "Enter a desired filesystem type for the partition" msgstr "Entrer un type de système de fichiers souhaité pour la partition" -msgid "" -"Enter the start location (in parted units: s, GB, %, etc. ; default: {}): " -msgstr "" -"Entrer l'emplacement de départ (en unités séparées : s, Go, %, etc. ; par " -"défaut : {}) : " +msgid "Enter the start location (in parted units: s, GB, %, etc. ; default: {}): " +msgstr "Entrer l'emplacement de départ (en unités séparées : s, Go, %, etc. ; par défaut : {}) : " msgid "Enter the end location (in parted units: s, GB, %, etc. ; ex: {}): " -msgstr "" -"Entrer l'emplacement de fin (en unités séparées : s, Go, %, etc. ; ex : " -"{}) : " +msgstr "Entrer l'emplacement de fin (en unités séparées : s, Go, %, etc. ; ex : {}) : " msgid "{} contains queued partitions, this will remove those, are you sure?" -msgstr "" -"{} contient des partitions en file d'attente, cela les supprimera, êtes-vous " -"sûr ?" +msgstr "{} contient des partitions en file d'attente, cela les supprimera, êtes-vous sûr ?" msgid "" "{}\n" @@ -161,17 +123,11 @@ msgstr "" "\n" "Sélectionner par index où et quelle partition montée" -msgid "" -" * Partition mount-points are relative to inside the installation, the boot " -"would be /boot as an example." -msgstr "" -" * Les points de montage de la partition sont relatifs à l'intérieur de " -"l'installation, le démarrage serait /boot par exemple." +msgid " * Partition mount-points are relative to inside the installation, the boot would be /boot as an example." +msgstr " * Les points de montage de la partition sont relatifs à l'intérieur de l'installation, le démarrage serait /boot par exemple." msgid "Select where to mount partition (leave blank to remove mountpoint): " -msgstr "" -"Sélectionner où monter la partition (laisser vide pour supprimer le point de " -"montage) : " +msgstr "Sélectionner où monter la partition (laisser vide pour supprimer le point de montage) : " msgid "" "{}\n" @@ -216,58 +172,34 @@ msgid "Archinstall language" msgstr "Langue d'Archinstall" msgid "Wipe all selected drives and use a best-effort default partition layout" -msgstr "" -"Effacer tous les lecteurs sélectionnés et utiliser une disposition de " -"partition par défaut optimale" +msgstr "Effacer tous les lecteurs sélectionnés et utiliser une disposition de partition par défaut optimale" -msgid "" -"Select what to do with each individual drive (followed by partition usage)" -msgstr "" -"Sélectionner ce qu'il faut faire avec chaque lecteur individuel (suivi de " -"l'utilisation de la partition)" +msgid "Select what to do with each individual drive (followed by partition usage)" +msgstr "Sélectionner ce qu'il faut faire avec chaque lecteur individuel (suivi de l'utilisation de la partition)" msgid "Select what you wish to do with the selected block devices" -msgstr "" -"Sélectionner ce que vous souhaitez faire avec les périphériques de bloc " -"sélectionnés" +msgstr "Sélectionner ce que vous souhaitez faire avec les périphériques de bloc sélectionnés" -msgid "" -"This is a list of pre-programmed profiles, they might make it easier to " -"install things like desktop environments" -msgstr "" -"Ceci est une liste préprogrammée de profiles, ils pourraient faciliter " -"l'installation d'outils comme les environnements de bureau" +msgid "This is a list of pre-programmed profiles, they might make it easier to install things like desktop environments" +msgstr "Ceci est une liste préprogrammée de profiles, ils pourraient faciliter l'installation d'outils comme les environnements de bureau" msgid "Select keyboard layout" msgstr "Sélectionner la disposition du clavier" msgid "Select one of the regions to download packages from" -msgstr "" -"Sélectionner l'une des régions depuis lesquelles télécharger les paquets" +msgstr "Sélectionner l'une des régions depuis lesquelles télécharger les paquets" msgid "Select one or more hard drives to use and configure" msgstr "Sélectionner un ou plusieurs disques durs à utiliser et à configurer" -msgid "" -"For the best compatibility with your AMD hardware, you may want to use " -"either the all open-source or AMD / ATI options." -msgstr "" -"Pour une meilleure compatibilité avec votre matériel AMD, vous pouvez " -"utiliser les options entièrement open source ou AMD / ATI." +msgid "For the best compatibility with your AMD hardware, you may want to use either the all open-source or AMD / ATI options." +msgstr "Pour une meilleure compatibilité avec votre matériel AMD, vous pouvez utiliser les options entièrement open source ou AMD / ATI." -msgid "" -"For the best compatibility with your Intel hardware, you may want to use " -"either the all open-source or Intel options.\n" -msgstr "" -"Pour une compatibilité optimale avec votre matériel Intel, vous pouvez " -"utiliser les options entièrement open source ou Intel.\n" +msgid "For the best compatibility with your Intel hardware, you may want to use either the all open-source or Intel options.\n" +msgstr "Pour une compatibilité optimale avec votre matériel Intel, vous pouvez utiliser les options entièrement open source ou Intel.\n" -msgid "" -"For the best compatibility with your Nvidia hardware, you may want to use " -"the Nvidia proprietary driver.\n" -msgstr "" -"Pour une meilleure compatibilité avec votre matériel Nvidia, vous pouvez " -"utiliser le pilote propriétaire Nvidia.\n" +msgid "For the best compatibility with your Nvidia hardware, you may want to use the Nvidia proprietary driver.\n" +msgstr "Pour une meilleure compatibilité avec votre matériel Nvidia, vous pouvez utiliser le pilote propriétaire Nvidia.\n" msgid "" "\n" @@ -276,8 +208,7 @@ msgid "" msgstr "" "\n" "\n" -"Sélectionner un pilote graphique ou laisser vide pour installer tous les " -"pilotes open-source" +"Sélectionner un pilote graphique ou laisser vide pour installer tous les pilotes open-source" msgid "All open-source (default)" msgstr "Tout open-source (par défaut)" @@ -300,12 +231,8 @@ msgstr "Sélectionner une ou plusieurs des options ci-dessous : " msgid "Adding partition...." msgstr "Ajout de la partition...." -msgid "" -"You need to enter a valid fs-type in order to continue. See `man parted` for " -"valid fs-type's." -msgstr "" -"Vous devez entrer un type de fs valide pour continuer. Voir `man parted` " -"pour les types de fs valides." +msgid "You need to enter a valid fs-type in order to continue. See `man parted` for valid fs-type's." +msgstr "Vous devez entrer un type de fs valide pour continuer. Voir `man parted` pour les types de fs valides." msgid "Error: Listing profiles on URL \"{}\" resulted in:" msgstr "Erreur : la liste des profils sur l'URL \"{}\" a entraîné :" @@ -378,8 +305,7 @@ msgid "" msgstr "" "Vous avez décidé d'ignorer la sélection du disque dur\n" "et vous utiliserez la configuration de disque montée sur {} (expérimental)\n" -"ATTENTION : Archinstall ne vérifiera pas l'adéquation de cette " -"configuration\n" +"ATTENTION : Archinstall ne vérifiera pas l'adéquation de cette configuration\n" "Souhaitez-vous continuer ?" msgid "Re-using partition instance: {}" @@ -404,8 +330,7 @@ msgid "Mark/Unmark a partition as encrypted" msgstr "Marquer/Démarquer une partition comme chiffrée" msgid "Mark/Unmark a partition as bootable (automatic for /boot)" -msgstr "" -"Marquer/Démarquer une partition comme amorçable (automatique pour /boot)" +msgstr "Marquer/Démarquer une partition comme amorçable (automatique pour /boot)" msgid "Set desired filesystem for a partition" msgstr "Définir le système de fichiers souhaité pour une partition" @@ -445,9 +370,7 @@ msgid "Enter a encryption password for {}" msgstr "Entrer un mot de passe de chiffrement pour {}" msgid "Enter disk encryption password (leave blank for no encryption): " -msgstr "" -"Entrer le mot de passe de chiffrement du disque (laisser vide pour aucun " -"chiffrement) : " +msgstr "Entrer le mot de passe de chiffrement du disque (laisser vide pour aucun chiffrement) : " msgid "Create a required super-user with sudo privileges: " msgstr "Créer un super-utilisateur requis avec les privilèges sudo : " @@ -458,44 +381,31 @@ msgstr "Entrer le mot de passe root (laisser vide pour désactiver root) : " msgid "Password for user \"{}\": " msgstr "Mot de passe pour l'utilisateur \"{}\" : " -msgid "" -"Verifying that additional packages exist (this might take a few seconds)" -msgstr "" -"Vérifier que des paquets supplémentaires existent (cela peut prendre " -"quelques secondes)" +msgid "Verifying that additional packages exist (this might take a few seconds)" +msgstr "Vérifier que des paquets supplémentaires existent (cela peut prendre quelques secondes)" -msgid "" -"Would you like to use automatic time synchronization (NTP) with the default " -"time servers?\n" -msgstr "" -"Souhaitez-vous utiliser la synchronisation automatique de l'heure (NTP) avec " -"les serveurs de temps par défaut ?\n" +msgid "Would you like to use automatic time synchronization (NTP) with the default time servers?\n" +msgstr "Souhaitez-vous utiliser la synchronisation automatique de l'heure (NTP) avec les serveurs de temps par défaut ?\n" msgid "" -"Hardware time and other post-configuration steps might be required in order " -"for NTP to work.\n" +"Hardware time and other post-configuration steps might be required in order for NTP to work.\n" "For more information, please check the Arch wiki" msgstr "" -"Le temps matériel et d'autres étapes de post-configuration peuvent être " -"nécessaires pour que NTP fonctionne.\n" +"Le temps matériel et d'autres étapes de post-configuration peuvent être nécessaires pour que NTP fonctionne.\n" "Pour plus d'informations, veuillez consulter le wiki Arch" msgid "Enter a username to create an additional user (leave blank to skip): " -msgstr "" -"Entrer un nom d'utilisateur pour créer un utilisateur supplémentaire " -"(laisser vide pour ignorer) : " +msgstr "Entrer un nom d'utilisateur pour créer un utilisateur supplémentaire (laisser vide pour ignorer) : " msgid "Use ESC to skip\n" msgstr "Utiliser ESC pour ignorer\n" msgid "" "\n" -" Choose an object from the list, and select one of the available actions for " -"it to execute" +" Choose an object from the list, and select one of the available actions for it to execute" msgstr "" "\n" -"Choisir un objet dans la liste et sélectionner l'une des actions disponibles " -"pour qu'il s'exécute" +"Choisir un objet dans la liste et sélectionner l'une des actions disponibles pour qu'il s'exécute" msgid "Cancel" msgstr "Annuler" @@ -531,18 +441,11 @@ msgstr "" "\n" "Voici la configuration choisie :" -msgid "" -"Pacman is already running, waiting maximum 10 minutes for it to terminate." -msgstr "" -"Pacman est déjà en cours d'exécution, attendez au maximum 10 minutes pour " -"qu'il se termine." +msgid "Pacman is already running, waiting maximum 10 minutes for it to terminate." +msgstr "Pacman est déjà en cours d'exécution, attendez au maximum 10 minutes pour qu'il se termine." -msgid "" -"Pre-existing pacman lock never exited. Please clean up any existing pacman " -"sessions before using archinstall." -msgstr "" -"Le verrou pacman préexistant n'a jamais été fermé. Veuillez nettoyer toutes " -"les sessions pacman existantes avant d'utiliser archinstall." +msgid "Pre-existing pacman lock never exited. Please clean up any existing pacman sessions before using archinstall." +msgstr "Le verrou pacman préexistant n'a jamais été fermé. Veuillez nettoyer toutes les sessions pacman existantes avant d'utiliser archinstall." msgid "Choose which optional additional repositories to enable" msgstr "Choisir les dépôts supplémentaires en option à activer" @@ -679,16 +582,13 @@ msgid "Select the desired subvolume options " msgstr "Sélectionner les options de sous-volume souhaitées " msgid "Define users with sudo privilege, by username: " -msgstr "" -"Définir les utilisateurs avec le privilège sudo, par nom d'utilisateur : " +msgstr "Définir les utilisateurs avec le privilège sudo, par nom d'utilisateur : " msgid "[!] A log file has been created here: {}" msgstr "[!] Un fichier journal a été créé ici : {}" msgid "Would you like to use BTRFS subvolumes with a default structure?" -msgstr "" -"Souhaitez-vous utiliser des sous-volumes BTRFS avec une structure par " -"défaut ?" +msgstr "Souhaitez-vous utiliser des sous-volumes BTRFS avec une structure par défaut ?" msgid "Would you like to use BTRFS compression?" msgstr "Souhaitez-vous utiliser la compression BTRFS ?" @@ -696,12 +596,8 @@ msgstr "Souhaitez-vous utiliser la compression BTRFS ?" msgid "Would you like to create a separate partition for /home?" msgstr "Souhaitez-vous créer une partition séparée pour /home ?" -msgid "" -"The selected drives do not have the minimum capacity required for an " -"automatic suggestion\n" -msgstr "" -"Les disques sélectionnés n'ont pas la capacité minimale requise pour une " -"suggestion automatique\n" +msgid "The selected drives do not have the minimum capacity required for an automatic suggestion\n" +msgstr "Les disques sélectionnés n'ont pas la capacité minimale requise pour une suggestion automatique\n" msgid "Minimum capacity for /home partition: {}GB\n" msgstr "Capacité minimale pour la partition /home : {} Go\n" @@ -728,9 +624,7 @@ msgid "No iface specified for manual configuration" msgstr "Aucun iface spécifié pour la configuration manuelle" msgid "Manual nic configuration with no auto DHCP requires an IP address" -msgstr "" -"La configuration manuelle de la carte réseau sans DHCP automatique nécessite " -"une adresse IP" +msgstr "La configuration manuelle de la carte réseau sans DHCP automatique nécessite une adresse IP" msgid "Add interface" msgstr "Ajouter une interface" @@ -750,42 +644,23 @@ msgstr "Configuration manuelle" msgid "Mark/Unmark a partition as compressed (btrfs only)" msgstr "Marquer/Démarquer une partition comme compressée (btrfs uniquement)" -msgid "" -"The password you are using seems to be weak, are you sure you want to use it?" -msgstr "" -"Le mot de passe que vous utilisez semble faible, êtes-vous sûr de vouloir " -"l'utiliser ?" +msgid "The password you are using seems to be weak, are you sure you want to use it?" +msgstr "Le mot de passe que vous utilisez semble faible, êtes-vous sûr de vouloir l'utiliser ?" -msgid "" -"Provides a selection of desktop environments and tiling window managers, e." -"g. gnome, kde, sway" -msgstr "" -"Fournit une sélection d'environnements de bureau et de gestionnaires de " -"fenêtres en mosaïque, par ex. gnome, kde, sway" +msgid "Provides a selection of desktop environments and tiling window managers, e.g. gnome, kde, sway" +msgstr "Fournit une sélection d'environnements de bureau et de gestionnaires de fenêtres en mosaïque, par ex. gnome, kde, sway" msgid "Select your desired desktop environment" msgstr "Sélectionner l'environnement de bureau souhaité" -msgid "" -"A very basic installation that allows you to customize Arch Linux as you see " -"fit." -msgstr "" -"Une installation très basique qui vous permet de personnaliser Arch Linux " -"comme bon vous semble." +msgid "A very basic installation that allows you to customize Arch Linux as you see fit." +msgstr "Une installation très basique qui vous permet de personnaliser Arch Linux comme bon vous semble." -msgid "" -"Provides a selection of various server packages to install and enable, e.g. " -"httpd, nginx, mariadb" -msgstr "" -"Fournit une sélection de divers paquets de serveur à installer et à activer, " -"par ex. httpd, nginx, mariadb" +msgid "Provides a selection of various server packages to install and enable, e.g. httpd, nginx, mariadb" +msgstr "Fournit une sélection de divers paquets de serveur à installer et à activer, par ex. httpd, nginx, mariadb" -msgid "" -"Choose which servers to install, if none then a minimal installation will be " -"done" -msgstr "" -"Choisir les serveurs à installer, s'il n'y en a pas, une installation " -"minimale sera effectuée" +msgid "Choose which servers to install, if none then a minimal installation will be done" +msgstr "Choisir les serveurs à installer, s'il n'y en a pas, une installation minimale sera effectuée" msgid "Installs a minimal system as well as xorg and graphics drivers." msgstr "Installe un système minimal ainsi que les pilotes graphiques et xorg." @@ -793,12 +668,8 @@ msgstr "Installe un système minimal ainsi que les pilotes graphiques et xorg." msgid "Press Enter to continue." msgstr "Appuyer sur Entrée pour continuer." -msgid "" -"Would you like to chroot into the newly created installation and perform " -"post-installation configuration?" -msgstr "" -"Souhaitez-vous chrooter dans l'installation nouvellement créée et effectuer " -"la configuration post-installation ?" +msgid "Would you like to chroot into the newly created installation and perform post-installation configuration?" +msgstr "Souhaitez-vous chrooter dans l'installation nouvellement créée et effectuer la configuration post-installation ?" msgid "Are you sure you want to reset this setting?" msgstr "Voulez-vous vraiment réinitialiser ce paramètre ?" @@ -807,16 +678,10 @@ msgid "Select one or more hard drives to use and configure\n" msgstr "Sélectionner un ou plusieurs disques durs à utiliser et à configurer\n" msgid "Any modifications to the existing setting will reset the disk layout!" -msgstr "" -"Toute modification du paramètre existant réinitialisera la disposition du " -"disque !" +msgstr "Toute modification du paramètre existant réinitialisera la disposition du disque !" -msgid "" -"If you reset the harddrive selection this will also reset the current disk " -"layout. Are you sure?" -msgstr "" -"Si vous réinitialisez la sélection du disque dur, cela réinitialisera " -"également la disposition actuelle du disque. Êtes-vous sûr ?" +msgid "If you reset the harddrive selection this will also reset the current disk layout. Are you sure?" +msgstr "Si vous réinitialisez la sélection du disque dur, cela réinitialisera également la disposition actuelle du disque. Êtes-vous sûr ?" msgid "Save and exit" msgstr "Sauvegarder et quitter" @@ -826,8 +691,7 @@ msgid "" "contains queued partitions, this will remove those, are you sure?" msgstr "" "{}\n" -"contient des partitions en file d'attente, cela les supprimera, êtes-vous " -"sûr ?" +"contient des partitions en file d'attente, cela les supprimera, êtes-vous sûr ?" msgid "No audio server" msgstr "Pas de serveur audio" @@ -863,13 +727,8 @@ msgstr "Ajouter : " msgid "Value: " msgstr "Valeur : " -msgid "" -"You can skip selecting a drive and partitioning and use whatever drive-setup " -"is mounted at /mnt (experimental)" -msgstr "" -"Vous pouvez ignorer la sélection d'un lecteur et le partitionnement et " -"utiliser n'importe quelle configuration de lecteur montée sur /mnt " -"(expérimental)" +msgid "You can skip selecting a drive and partitioning and use whatever drive-setup is mounted at /mnt (experimental)" +msgstr "Vous pouvez ignorer la sélection d'un lecteur et le partitionnement et utiliser n'importe quelle configuration de lecteur montée sur /mnt (expérimental)" msgid "Select one of the disks or skip and use /mnt as default" msgstr "Sélectionner l'un des disques ou ignorer et utiliser /mnt par défaut" @@ -892,12 +751,8 @@ msgstr "Espace libre" msgid "Bus-type" msgstr "Type de bus" -msgid "" -"Either root-password or at least 1 user with sudo privileges must be " -"specified" -msgstr "" -"Le mot de passe root ou au moins 1 utilisateur avec des privilèges sudo doit " -"être spécifié" +msgid "Either root-password or at least 1 user with sudo privileges must be specified" +msgstr "Le mot de passe root ou au moins 1 utilisateur avec des privilèges sudo doit être spécifié" msgid "Enter username (leave blank to skip): " msgstr "Entrer le nom d'utilisateur (laisser vide pour passer) : " @@ -935,12 +790,8 @@ msgstr "Supprimer le sous-volume" msgid "Configured {} interfaces" msgstr "Interfaces {} configurées" -msgid "" -"This option enables the number of parallel downloads that can occur during " -"installation" -msgstr "" -"Cette option active le nombre de téléchargements parallèles qui peuvent se " -"produire pendant l'installation" +msgid "This option enables the number of parallel downloads that can occur during installation" +msgstr "Cette option active le nombre de téléchargements parallèles qui peuvent se produire pendant l'installation" msgid "" "Enter the number of parallel downloads to be enabled.\n" @@ -951,34 +802,18 @@ msgstr "" " (Entrer une valeur comprise entre 1 et {})\n" "Note :" -msgid "" -" - Maximum value : {} ( Allows {} parallel downloads, allows {} downloads " -"at a time )" -msgstr "" -" - Valeur maximale : {} (Autorise {} téléchargements parallèles, autorise {} " -"téléchargements à la fois)" +msgid " - Maximum value : {} ( Allows {} parallel downloads, allows {} downloads at a time )" +msgstr " - Valeur maximale : {} (Autorise {} téléchargements parallèles, autorise {} téléchargements à la fois)" -msgid "" -" - Minimum value : 1 ( Allows 1 parallel download, allows 2 downloads at a " -"time )" -msgstr "" -" - Valeur minimale : 1 (Autorise 1 téléchargement parallèle, autorise 2 " -"téléchargements à la fois)" +msgid " - Minimum value : 1 ( Allows 1 parallel download, allows 2 downloads at a time )" +msgstr " - Valeur minimale : 1 (Autorise 1 téléchargement parallèle, autorise 2 téléchargements à la fois)" -msgid "" -" - Disable/Default : 0 ( Disables parallel downloading, allows only 1 " -"download at a time )" -msgstr "" -" - Désactiver/Défaut : 0 (Désactive le téléchargement parallèle, n'autorise " -"qu'un seul téléchargement à la fois)" +msgid " - Disable/Default : 0 ( Disables parallel downloading, allows only 1 download at a time )" +msgstr " - Désactiver/Défaut : 0 (Désactive le téléchargement parallèle, n'autorise qu'un seul téléchargement à la fois)" #, python-brace-format -msgid "" -"Invalid input! Try again with a valid input [1 to {max_downloads}, or 0 to " -"disable]" -msgstr "" -"Entrée invalide ! Réessayer avec une entrée valide [1 pour {max_downloads}, " -"ou 0 pour désactiver]" +msgid "Invalid input! Try again with a valid input [1 to {max_downloads}, or 0 to disable]" +msgstr "Entrée invalide ! Réessayer avec une entrée valide [1 pour {max_downloads}, ou 0 pour désactiver]" msgid "Parallel Downloads" msgstr "Téléchargements parallèles" @@ -995,20 +830,14 @@ msgstr "TAB pour sélectionner" msgid "[Default value: 0] > " msgstr "[Valeur par défaut : 0] > " -msgid "" -"To be able to use this translation, please install a font manually that " -"supports the language." -msgstr "" -"Pour pouvoir utiliser cette traduction, veuillez installer manuellement une " -"police prenant en charge la langue." +msgid "To be able to use this translation, please install a font manually that supports the language." +msgstr "Pour pouvoir utiliser cette traduction, veuillez installer manuellement une police prenant en charge la langue." msgid "The font should be stored as {}" msgstr "La police doit être stockée sous {}" msgid "Archinstall requires root privileges to run. See --help for more." -msgstr "" -"Archinstall nécessite des privilèges root pour s'exécuter. Voir l'aide pour " -"plus d'informations (--help)." +msgstr "Archinstall nécessite des privilèges root pour s'exécuter. Voir l'aide pour plus d'informations (--help)." msgid "Select an execution mode" msgstr "Sélectionner un mode d'exécution" @@ -1016,22 +845,14 @@ msgstr "Sélectionner un mode d'exécution" msgid "Unable to fetch profile from specified url: {}" msgstr "Impossible de récupérer le profil à partir de l'URL spécifiée : {}" -msgid "" -"Profiles must have unique name, but profile definitions with duplicate name " -"found: {}" -msgstr "" -"Les profils doivent avoir un nom unique, mais des définitions de profil avec " -"un nom en double ont été trouvées : {}" +msgid "Profiles must have unique name, but profile definitions with duplicate name found: {}" +msgstr "Les profils doivent avoir un nom unique, mais des définitions de profil avec un nom en double ont été trouvées : {}" msgid "Select one or more devices to use and configure" msgstr "Sélectionner un ou plusieurs périphériques à utiliser et à configurer" -msgid "" -"If you reset the device selection this will also reset the current disk " -"layout. Are you sure?" -msgstr "" -"Si vous réinitialisez la sélection de périphérique, cela réinitialisera " -"également la disposition actuelle du disque. Etes-vous sûr ?" +msgid "If you reset the device selection this will also reset the current disk layout. Are you sure?" +msgstr "Si vous réinitialisez la sélection de périphérique, cela réinitialisera également la disposition actuelle du disque. Etes-vous sûr ?" msgid "Existing Partitions" msgstr "Partitions existantes" @@ -1048,12 +869,8 @@ msgstr "Capacité minimale pour la partition /home : {} Gio\n" msgid "Minimum capacity for Arch Linux partition: {}GiB" msgstr "Capacité minimale pour la partition Arch Linux : {} Gio" -msgid "" -"This is a list of pre-programmed profiles_bck, they might make it easier to " -"install things like desktop environments" -msgstr "" -"Ceci est une liste préprogrammée de profiles_bck, ils pourraient faciliter " -"l'installation de choses comme les environnements de bureau" +msgid "This is a list of pre-programmed profiles_bck, they might make it easier to install things like desktop environments" +msgstr "Ceci est une liste préprogrammée de profiles_bck, ils pourraient faciliter l'installation de choses comme les environnements de bureau" msgid "Current profile selection" msgstr "Sélection du profil actuel" @@ -1085,26 +902,14 @@ msgstr "Supprimer la partition" msgid "Partition" msgstr "Partition" -msgid "" -"This partition is currently encrypted, to format it a filesystem has to be " -"specified" -msgstr "" -"Cette partition est actuellement cryptée, pour la formater, un système de " -"fichiers doit être spécifié" +msgid "This partition is currently encrypted, to format it a filesystem has to be specified" +msgstr "Cette partition est actuellement cryptée, pour la formater, un système de fichiers doit être spécifié" -msgid "" -"Partition mount-points are relative to inside the installation, the boot " -"would be /boot as an example." -msgstr "" -"Les points de montage de partition sont relatifs à l'intérieur de " -"l'installation, le démarrage serait /boot par exemple." +msgid "Partition mount-points are relative to inside the installation, the boot would be /boot as an example." +msgstr "Les points de montage de partition sont relatifs à l'intérieur de l'installation, le démarrage serait /boot par exemple." -msgid "" -"If mountpoint /boot is set, then the partition will also be marked as " -"bootable." -msgstr "" -"Si le point de montage /boot est défini, la partition sera également marquée " -"comme amorçable." +msgid "If mountpoint /boot is set, then the partition will also be marked as bootable." +msgstr "Si le point de montage /boot est défini, la partition sera également marquée comme amorçable." msgid "Mountpoint: " msgstr "Point de montage : " @@ -1118,17 +923,11 @@ msgstr "Total des secteurs : {}" msgid "Enter the start sector (default: {}): " msgstr "Saisir le secteur de début (par défaut : {}) : " -msgid "" -"Enter the end sector of the partition (percentage or block number, default: " -"{}): " -msgstr "" -"Saisir le secteur de fin de la partition (pourcentage ou numéro de bloc, par " -"défaut : {}) : " +msgid "Enter the end sector of the partition (percentage or block number, default: {}): " +msgstr "Saisir le secteur de fin de la partition (pourcentage ou numéro de bloc, par défaut : {}) : " msgid "This will remove all newly added partitions, continue?" -msgstr "" -"Cela supprimera toutes les partitions nouvellement ajoutées, voulez-vous " -"continuer ?" +msgstr "Cela supprimera toutes les partitions nouvellement ajoutées, voulez-vous continuer ?" msgid "Partition management: {}" msgstr "Gestion des partitions : {}" @@ -1191,19 +990,13 @@ msgid "Back" msgstr "Retour" msgid "Please chose which greeter to install for the chosen profiles: {}" -msgstr "" -"Veuillez choisir le greeter (interface de connexion) à installer pour les " -"profils choisis : {}" +msgstr "Veuillez choisir le greeter (interface de connexion) à installer pour les profils choisis : {}" msgid "Environment type: {}" msgstr "Type d'environnement : {}" -msgid "" -"The proprietary Nvidia driver is not supported by Sway. It is likely that " -"you will run into issues, are you okay with that?" -msgstr "" -"Le pilote Nvidia propriétaire n'est pas pris en charge par Sway. Il est " -"probable que vous rencontriez des problèmes, êtes-vous d'accord avec cela ?" +msgid "The proprietary Nvidia driver is not supported by Sway. It is likely that you will run into issues, are you okay with that?" +msgstr "Le pilote Nvidia propriétaire n'est pas pris en charge par Sway. Il est probable que vous rencontriez des problèmes, êtes-vous d'accord avec cela ?" msgid "Installed packages" msgstr "Paquets installés" @@ -1221,22 +1014,13 @@ msgid "Profile name: " msgstr "Nom de profil : " msgid "The profile name you entered is already in use. Try again" -msgstr "" -"Le nom de profil que vous avez saisi est déjà utilisé. Essayer à nouveau" +msgstr "Le nom de profil que vous avez saisi est déjà utilisé. Essayer à nouveau" -msgid "" -"Packages to be install with this profile (space separated, leave blank to " -"skip): " -msgstr "" -"Saisir les paquets à installer avec ce profil (séparés par des espaces, vide " -"pour ignorer) : " +msgid "Packages to be install with this profile (space separated, leave blank to skip): " +msgstr "Saisir les paquets à installer avec ce profil (séparés par des espaces, vide pour ignorer) : " -msgid "" -"Services to be enabled with this profile (space separated, leave blank to " -"skip): " -msgstr "" -"Saisir les services à activer avec ce profil (séparés par des espaces, vide " -"pour ignorer) : " +msgid "Services to be enabled with this profile (space separated, leave blank to skip): " +msgstr "Saisir les services à activer avec ce profil (séparés par des espaces, vide pour ignorer) : " msgid "Should this profile be enabled for installation?" msgstr "Ce profil doit-il être activé pour l'installation ?" @@ -1249,15 +1033,10 @@ msgid "" "Select a graphics driver or leave blank to install all open-source drivers" msgstr "" "\n" -"Sélectionner un pilote graphique ou laisser vide pour installer tous les " -"pilotes open source" +"Sélectionner un pilote graphique ou laisser vide pour installer tous les pilotes open source" -msgid "" -"Sway needs access to your seat (collection of hardware devices i.e. " -"keyboard, mouse, etc)" -msgstr "" -"Sway a besoin d'accéder à votre espace (ensemble de périphériques " -"matériels : clavier, souris, etc.)" +msgid "Sway needs access to your seat (collection of hardware devices i.e. keyboard, mouse, etc)" +msgstr "Sway a besoin d'accéder à votre espace (ensemble de périphériques matériels : clavier, souris, etc.)" msgid "" "\n" @@ -1287,14 +1066,10 @@ msgid "Profiles" msgstr "Profils" msgid "Finding possible directories to save configuration files ..." -msgstr "" -"Recherche des répertoires possibles pour enregistrer les fichiers de " -"configuration..." +msgstr "Recherche des répertoires possibles pour enregistrer les fichiers de configuration..." msgid "Select directory (or directories) for saving configuration files" -msgstr "" -"Sélectionner le répertoire (ou les répertoires) pour enregistrer les " -"fichiers de configuration" +msgstr "Sélectionner le répertoire (ou les répertoires) pour enregistrer les fichiers de configuration" msgid "Add a custom mirror" msgstr "Ajouter un miroir personnalisé" @@ -1324,16 +1099,13 @@ msgid "Defined" msgstr "Défini" msgid "Save user configuration (including disk layout)" -msgstr "" -"Enregistrer la configuration utilisateur (y compris la disposition du disque)" +msgstr "Enregistrer la configuration utilisateur (y compris la disposition du disque)" msgid "" -"Enter a directory for the configuration(s) to be saved (tab completion " -"enabled)\n" +"Enter a directory for the configuration(s) to be saved (tab completion enabled)\n" "Save directory: " msgstr "" -"Saisir un répertoire pour la/les configuration(s) à enregistrer (complétion " -"par tabulation activée)\n" +"Saisir un répertoire pour la/les configuration(s) à enregistrer (complétion par tabulation activée)\n" "Entrer le nom du répertoire de sauvegarde : " msgid "" @@ -1341,8 +1113,7 @@ msgid "" "\n" "{}" msgstr "" -"Voulez-vous enregistrer {} fichier(s) de configuration à l'emplacement " -"suivant ?\n" +"Voulez-vous enregistrer {} fichier(s) de configuration à l'emplacement suivant ?\n" "\n" "{}" @@ -1355,39 +1126,26 @@ msgstr "Miroirs" msgid "Mirror regions" msgstr "Régions miroir" -msgid "" -" - Maximum value : {} ( Allows {} parallel downloads, allows " -"{max_downloads+1} downloads at a time )" -msgstr "" -" - Valeur maximale : {} (Autorise {} téléchargements parallèles, autorise " -"{max_downloads+1} téléchargements à la fois)" +msgid " - Maximum value : {} ( Allows {} parallel downloads, allows {max_downloads+1} downloads at a time )" +msgstr " - Valeur maximale : {} (Autorise {} téléchargements parallèles, autorise {max_downloads+1} téléchargements à la fois)" msgid "Invalid input! Try again with a valid input [1 to {}, or 0 to disable]" -msgstr "" -"Entrée invalide ! Réessayer avec une entrée valide [1 pour {}, ou 0 pour " -"désactiver]" +msgstr "Entrée invalide ! Réessayer avec une entrée valide [1 pour {}, ou 0 pour désactiver]" msgid "Locales" msgstr "Paramètres régionaux" -msgid "" -"Use NetworkManager (necessary to configure internet graphically in GNOME and " -"KDE)" -msgstr "" -"Utiliser NetworkManager (nécessaire pour configurer graphiquement internet " -"dans GNOME et KDE)" +msgid "Use NetworkManager (necessary to configure internet graphically in GNOME and KDE)" +msgstr "Utiliser NetworkManager (nécessaire pour configurer graphiquement internet dans GNOME et KDE)" msgid "Total: {} / {}" msgstr "Total (taille) : {} / {}" msgid "All entered values can be suffixed with a unit: B, KB, KiB, MB, MiB..." -msgstr "" -"Toutes les valeurs saisies peuvent être saccompagnées par une unité : B, KB, " -"KiB, MB, MiB..." +msgstr "Toutes les valeurs saisies peuvent être saccompagnées par une unité : B, KB, KiB, MB, MiB..." msgid "If no unit is provided, the value is interpreted as sectors" -msgstr "" -"Si aucune unité n'est fournie, la valeur est interprétée comme des secteurs\"" +msgstr "Si aucune unité n'est fournie, la valeur est interprétée comme des secteurs\"" msgid "Enter start (default: sector {}): " msgstr "Saisir le secteur de début (par défaut : secteur {}) : " @@ -1396,9 +1154,7 @@ msgid "Enter end (default: {}): " msgstr "Saisir le secteur de fin (par défaut : secteur {}) : " msgid "Unable to determine fido2 devices. Is libfido2 installed?" -msgstr "" -"Impossible de déterminer les appareils fido2. Est-ce que libfido2 est " -"installé ?" +msgstr "Impossible de déterminer les appareils fido2. Est-ce que libfido2 est installé ?" msgid "Path" msgstr "Chemin" @@ -1416,12 +1172,8 @@ msgstr "Configuration invalide : {error}" msgid "Type" msgstr "Type" -msgid "" -"This option enables the number of parallel downloads that can occur during " -"package downloads" -msgstr "" -"Cette option active le nombre de téléchargements parallèles pouvant avoir " -"lieu lors des téléchargements des paquets" +msgid "This option enables the number of parallel downloads that can occur during package downloads" +msgstr "Cette option active le nombre de téléchargements parallèles pouvant avoir lieu lors des téléchargements des paquets" msgid "" "Enter the number of parallel downloads to be enabled.\n" @@ -1432,29 +1184,17 @@ msgstr "" "\n" "Note :\n" -msgid "" -" - Maximum recommended value : {} ( Allows {} parallel downloads at a time )" -msgstr "" -" - Valeur maximale recommandée : {} (Autorise {} téléchargements parallèles " -"à la fois)" +msgid " - Maximum recommended value : {} ( Allows {} parallel downloads at a time )" +msgstr " - Valeur maximale recommandée : {} (Autorise {} téléchargements parallèles à la fois)" -msgid "" -" - Disable/Default : 0 ( Disables parallel downloading, allows only 1 " -"download at a time )\n" -msgstr "" -" - Désactiver/Par défaut : 0 (Désactive le téléchargement parallèle, " -"autorise un seul téléchargement à la fois)\n" +msgid " - Disable/Default : 0 ( Disables parallel downloading, allows only 1 download at a time )\n" +msgstr " - Désactiver/Par défaut : 0 (Désactive le téléchargement parallèle, autorise un seul téléchargement à la fois)\n" msgid "Invalid input! Try again with a valid input [or 0 to disable]" -msgstr "" -"Entrée invalide ! Réessayer avec une entrée valide [ou 0 pour désactiver]" +msgstr "Entrée invalide ! Réessayer avec une entrée valide [ou 0 pour désactiver]" -msgid "" -"Hyprland needs access to your seat (collection of hardware devices i.e. " -"keyboard, mouse, etc)" -msgstr "" -"Hyprland a besoin d'accéder à votre espace (ensemble de périphériques " -"matériels, par exemple clavier, souris, etc)" +msgid "Hyprland needs access to your seat (collection of hardware devices i.e. keyboard, mouse, etc)" +msgstr "Hyprland a besoin d'accéder à votre espace (ensemble de périphériques matériels, par exemple clavier, souris, etc)" msgid "" "\n" @@ -1465,11 +1205,27 @@ msgstr "" "\n" "Choisir une option pour donner à Hyprland l'accès à votre matériel" -msgid "" -"All entered values can be suffixed with a unit: %, B, KB, KiB, MB, MiB..." +msgid "All entered values can be suffixed with a unit: %, B, KB, KiB, MB, MiB..." +msgstr "Toutes les valeurs saisies peuvent être accompagnées par une unité : %, B, KB, KiB, MB, MiB..." + +#, fuzzy +msgid "Would you like to use unified kernel images?" +msgstr "Souhaitez-vous utiliser le swap sur zram ?" + +msgid "Unified kernel images" +msgstr "" + +msgid "Waiting for time sync (timedatectl show) to complete." +msgstr "" + +msgid "Time syncronization not completing, while you wait - check the docs for workarounds: https://archinstall.readthedocs.io/" +msgstr "" + +msgid "Skipping waiting for automatic time sync (this can cause issues if time is out of sync during installation)" +msgstr "" + +msgid "Waiting for Arch Linux keyring sync (archlinux-keyring-wkd-sync) to complete." msgstr "" -"Toutes les valeurs saisies peuvent être accompagnées par une unité : %, B, " -"KB, KiB, MB, MiB..." #, python-brace-format #~ msgid "Edit {origkey} :" diff --git a/archinstall/locales/hi/LC_MESSAGES/base.po b/archinstall/locales/hi/LC_MESSAGES/base.po index ffd3cc44..114b7062 100644 --- a/archinstall/locales/hi/LC_MESSAGES/base.po +++ b/archinstall/locales/hi/LC_MESSAGES/base.po @@ -922,7 +922,7 @@ msgstr "" msgid " ! Formatting {} in " msgstr "" -msgid " Back" +msgid "← Back" msgstr "" msgid "Disk encryption" @@ -1142,3 +1142,21 @@ msgstr "" msgid "All entered values can be suffixed with a unit: %, B, KB, KiB, MB, MiB..." msgstr "" + +msgid "Would you like to use unified kernel images?" +msgstr "" + +msgid "Unified kernel images" +msgstr "" + +msgid "Waiting for time sync (timedatectl show) to complete." +msgstr "" + +msgid "Time syncronization not completing, while you wait - check the docs for workarounds: https://archinstall.readthedocs.io/" +msgstr "" + +msgid "Skipping waiting for automatic time sync (this can cause issues if time is out of sync during installation)" +msgstr "" + +msgid "Waiting for Arch Linux keyring sync (archlinux-keyring-wkd-sync) to complete." +msgstr "" diff --git a/archinstall/locales/id/LC_MESSAGES/base.po b/archinstall/locales/id/LC_MESSAGES/base.po index a5ae2b5b..c8330428 100644 --- a/archinstall/locales/id/LC_MESSAGES/base.po +++ b/archinstall/locales/id/LC_MESSAGES/base.po @@ -1256,3 +1256,22 @@ msgstr "" msgid "All entered values can be suffixed with a unit: %, B, KB, KiB, MB, MiB..." msgstr "" + +#, fuzzy +msgid "Would you like to use unified kernel images?" +msgstr "Apakah Anda ingin menggunakan swap di zram?" + +msgid "Unified kernel images" +msgstr "" + +msgid "Waiting for time sync (timedatectl show) to complete." +msgstr "" + +msgid "Time syncronization not completing, while you wait - check the docs for workarounds: https://archinstall.readthedocs.io/" +msgstr "" + +msgid "Skipping waiting for automatic time sync (this can cause issues if time is out of sync during installation)" +msgstr "" + +msgid "Waiting for Arch Linux keyring sync (archlinux-keyring-wkd-sync) to complete." +msgstr "" diff --git a/archinstall/locales/it/LC_MESSAGES/base.po b/archinstall/locales/it/LC_MESSAGES/base.po index cc4e0ec6..e677168f 100644 --- a/archinstall/locales/it/LC_MESSAGES/base.po +++ b/archinstall/locales/it/LC_MESSAGES/base.po @@ -1256,3 +1256,22 @@ msgstr "" msgid "All entered values can be suffixed with a unit: %, B, KB, KiB, MB, MiB..." msgstr "" + +#, fuzzy +msgid "Would you like to use unified kernel images?" +msgstr "Ti piacerebbe usare swap su zram?" + +msgid "Unified kernel images" +msgstr "" + +msgid "Waiting for time sync (timedatectl show) to complete." +msgstr "" + +msgid "Time syncronization not completing, while you wait - check the docs for workarounds: https://archinstall.readthedocs.io/" +msgstr "" + +msgid "Skipping waiting for automatic time sync (this can cause issues if time is out of sync during installation)" +msgstr "" + +msgid "Waiting for Arch Linux keyring sync (archlinux-keyring-wkd-sync) to complete." +msgstr "" diff --git a/archinstall/locales/ka/LC_MESSAGES/base.po b/archinstall/locales/ka/LC_MESSAGES/base.po index e6994fe8..d44e98b5 100644 --- a/archinstall/locales/ka/LC_MESSAGES/base.po +++ b/archinstall/locales/ka/LC_MESSAGES/base.po @@ -1255,3 +1255,22 @@ msgstr "" msgid "All entered values can be suffixed with a unit: %, B, KB, KiB, MB, MiB..." msgstr "" + +#, fuzzy +msgid "Would you like to use unified kernel images?" +msgstr "გნებავთ სვოპის ZRAM-ზე გამოყენება?" + +msgid "Unified kernel images" +msgstr "" + +msgid "Waiting for time sync (timedatectl show) to complete." +msgstr "" + +msgid "Time syncronization not completing, while you wait - check the docs for workarounds: https://archinstall.readthedocs.io/" +msgstr "" + +msgid "Skipping waiting for automatic time sync (this can cause issues if time is out of sync during installation)" +msgstr "" + +msgid "Waiting for Arch Linux keyring sync (archlinux-keyring-wkd-sync) to complete." +msgstr "" diff --git a/archinstall/locales/ko/LC_MESSAGES/base.po b/archinstall/locales/ko/LC_MESSAGES/base.po index ac29631a..7466f369 100644 --- a/archinstall/locales/ko/LC_MESSAGES/base.po +++ b/archinstall/locales/ko/LC_MESSAGES/base.po @@ -1257,3 +1257,22 @@ msgstr "" msgid "All entered values can be suffixed with a unit: %, B, KB, KiB, MB, MiB..." msgstr "" + +#, fuzzy +msgid "Would you like to use unified kernel images?" +msgstr "zram에서 스왑을 사용하시겠습니까?" + +msgid "Unified kernel images" +msgstr "" + +msgid "Waiting for time sync (timedatectl show) to complete." +msgstr "" + +msgid "Time syncronization not completing, while you wait - check the docs for workarounds: https://archinstall.readthedocs.io/" +msgstr "" + +msgid "Skipping waiting for automatic time sync (this can cause issues if time is out of sync during installation)" +msgstr "" + +msgid "Waiting for Arch Linux keyring sync (archlinux-keyring-wkd-sync) to complete." +msgstr "" diff --git a/archinstall/locales/nl/LC_MESSAGES/base.po b/archinstall/locales/nl/LC_MESSAGES/base.po index 6ec26221..64950ba8 100644 --- a/archinstall/locales/nl/LC_MESSAGES/base.po +++ b/archinstall/locales/nl/LC_MESSAGES/base.po @@ -1273,6 +1273,25 @@ msgstr "" msgid "All entered values can be suffixed with a unit: %, B, KB, KiB, MB, MiB..." msgstr "" +#, fuzzy +msgid "Would you like to use unified kernel images?" +msgstr "Wilt u wisselgeheugen i.c.m. zram gebruiken?" + +msgid "Unified kernel images" +msgstr "" + +msgid "Waiting for time sync (timedatectl show) to complete." +msgstr "" + +msgid "Time syncronization not completing, while you wait - check the docs for workarounds: https://archinstall.readthedocs.io/" +msgstr "" + +msgid "Skipping waiting for automatic time sync (this can cause issues if time is out of sync during installation)" +msgstr "" + +msgid "Waiting for Arch Linux keyring sync (archlinux-keyring-wkd-sync) to complete." +msgstr "" + #~ msgid "Add :" #~ msgstr "Toevoegen:" diff --git a/archinstall/locales/pl/LC_MESSAGES/base.po b/archinstall/locales/pl/LC_MESSAGES/base.po index 4a673027..988bf86d 100644 --- a/archinstall/locales/pl/LC_MESSAGES/base.po +++ b/archinstall/locales/pl/LC_MESSAGES/base.po @@ -1254,6 +1254,25 @@ msgstr "" msgid "All entered values can be suffixed with a unit: %, B, KB, KiB, MB, MiB..." msgstr "" +#, fuzzy +msgid "Would you like to use unified kernel images?" +msgstr "Czy chcesz używać swap w zramie?" + +msgid "Unified kernel images" +msgstr "" + +msgid "Waiting for time sync (timedatectl show) to complete." +msgstr "" + +msgid "Time syncronization not completing, while you wait - check the docs for workarounds: https://archinstall.readthedocs.io/" +msgstr "" + +msgid "Skipping waiting for automatic time sync (this can cause issues if time is out of sync during installation)" +msgstr "" + +msgid "Waiting for Arch Linux keyring sync (archlinux-keyring-wkd-sync) to complete." +msgstr "" + #~ msgid "When picking a directory to save configuration files to, by default we will ignore the following folders: " #~ msgstr "Podczas wybierania katalogu do zapisywania plików konfiguracyjnych, domyślnie ignorowane są następujące foldery: " diff --git a/archinstall/locales/pt/LC_MESSAGES/base.po b/archinstall/locales/pt/LC_MESSAGES/base.po index 555127e1..f57aff8e 100644 --- a/archinstall/locales/pt/LC_MESSAGES/base.po +++ b/archinstall/locales/pt/LC_MESSAGES/base.po @@ -1216,6 +1216,25 @@ msgstr "" msgid "All entered values can be suffixed with a unit: %, B, KB, KiB, MB, MiB..." msgstr "Todos os valores inseridos podem ser sufixados com uma unidade: B, KB, KiB, MB, MiB..." +#, fuzzy +msgid "Would you like to use unified kernel images?" +msgstr "Gostaria de usar a swap em zram?" + +msgid "Unified kernel images" +msgstr "" + +msgid "Waiting for time sync (timedatectl show) to complete." +msgstr "" + +msgid "Time syncronization not completing, while you wait - check the docs for workarounds: https://archinstall.readthedocs.io/" +msgstr "" + +msgid "Skipping waiting for automatic time sync (this can cause issues if time is out of sync during installation)" +msgstr "" + +msgid "Waiting for Arch Linux keyring sync (archlinux-keyring-wkd-sync) to complete." +msgstr "" + #~ msgid "Add :" #~ msgstr "Adicionar :" diff --git a/archinstall/locales/pt_BR/LC_MESSAGES/base.mo b/archinstall/locales/pt_BR/LC_MESSAGES/base.mo index c536fd1f..cc52b2d6 100644 Binary files a/archinstall/locales/pt_BR/LC_MESSAGES/base.mo and b/archinstall/locales/pt_BR/LC_MESSAGES/base.mo differ diff --git a/archinstall/locales/pt_BR/LC_MESSAGES/base.po b/archinstall/locales/pt_BR/LC_MESSAGES/base.po index 4ccb439d..dacd491a 100644 --- a/archinstall/locales/pt_BR/LC_MESSAGES/base.po +++ b/archinstall/locales/pt_BR/LC_MESSAGES/base.po @@ -1231,5 +1231,24 @@ msgstr "" msgid "All entered values can be suffixed with a unit: %, B, KB, KiB, MB, MiB..." msgstr "Todos os valores inseridos podem ser seguidos por uma unidade: B, KB, KiB, MB, MiB..." +#, fuzzy +msgid "Would you like to use unified kernel images?" +msgstr "Deseja usar swap em zram?" + +msgid "Unified kernel images" +msgstr "" + +msgid "Waiting for time sync (timedatectl show) to complete." +msgstr "" + +msgid "Time syncronization not completing, while you wait - check the docs for workarounds: https://archinstall.readthedocs.io/" +msgstr "" + +msgid "Skipping waiting for automatic time sync (this can cause issues if time is out of sync during installation)" +msgstr "" + +msgid "Waiting for Arch Linux keyring sync (archlinux-keyring-wkd-sync) to complete." +msgstr "" + #~ msgid "When picking a directory to save configuration files to, by default we will ignore the following folders: " #~ msgstr "Ao selecionar um diretório para salvar arquivos de configuração, por padrão nós ignoramos as seguintes pastas: " diff --git a/archinstall/locales/ro/LC_MESSAGES/base.po b/archinstall/locales/ro/LC_MESSAGES/base.po index ab90314c..dc603ea4 100644 --- a/archinstall/locales/ro/LC_MESSAGES/base.po +++ b/archinstall/locales/ro/LC_MESSAGES/base.po @@ -1210,3 +1210,22 @@ msgstr "" #, fuzzy msgid "All entered values can be suffixed with a unit: %, B, KB, KiB, MB, MiB..." msgstr "Toate valorile introduse pot fi notate cu unități precum: B, KB, KiB, MB, MiB ..." + +#, fuzzy +msgid "Would you like to use unified kernel images?" +msgstr "Doriți să folosiți swap pe zram?" + +msgid "Unified kernel images" +msgstr "" + +msgid "Waiting for time sync (timedatectl show) to complete." +msgstr "" + +msgid "Time syncronization not completing, while you wait - check the docs for workarounds: https://archinstall.readthedocs.io/" +msgstr "" + +msgid "Skipping waiting for automatic time sync (this can cause issues if time is out of sync during installation)" +msgstr "" + +msgid "Waiting for Arch Linux keyring sync (archlinux-keyring-wkd-sync) to complete." +msgstr "" diff --git a/archinstall/locales/ru/LC_MESSAGES/base.po b/archinstall/locales/ru/LC_MESSAGES/base.po index dd308a5a..b8485c6d 100644 --- a/archinstall/locales/ru/LC_MESSAGES/base.po +++ b/archinstall/locales/ru/LC_MESSAGES/base.po @@ -9,19 +9,14 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && " -"n%10<=4 && (n%100<12 || n%100>14) ? 1 : 2);\n" +"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<12 || n%100>14) ? 1 : 2);\n" "X-Generator: Poedit 3.3.2\n" msgid "[!] A log file has been created here: {} {}" msgstr "[!] Здесь был создан файл журнала: {} {}" -msgid "" -" Please submit this issue (and file) to https://github.com/archlinux/" -"archinstall/issues" -msgstr "" -" Пожалуйста, отправьте эту проблему (и файл) по адресу https://github.com/" -"archlinux/archinstall/issues" +msgid " Please submit this issue (and file) to https://github.com/archlinux/archinstall/issues" +msgstr " Пожалуйста, отправьте эту проблему (и файл) по адресу https://github.com/archlinux/archinstall/issues" msgid "Do you really want to abort?" msgstr "Вы действительно хотите прекратить?" @@ -36,13 +31,10 @@ msgid "Desired hostname for the installation: " msgstr "Желаемое имя хоста для установки: " msgid "Username for required superuser with sudo privileges: " -msgstr "" -"Имя пользователя для требуемого суперпользователя с привилегиями sudo: " +msgstr "Имя пользователя для требуемого суперпользователя с привилегиями sudo: " msgid "Any additional users to install (leave blank for no users): " -msgstr "" -"Любые дополнительные пользователи для установки (оставьте пустым, если " -"пользователей нет): " +msgstr "Любые дополнительные пользователи для установки (оставьте пустым, если пользователей нет): " msgid "Should this user be a superuser (sudoer)?" msgstr "Должен ли этот пользователь быть суперпользователем (sudoer)?" @@ -59,59 +51,38 @@ msgstr "Выберите загрузчик" msgid "Choose an audio server" msgstr "Выберите звуковой сервер" -msgid "" -"Only packages such as base, base-devel, linux, linux-firmware, efibootmgr " -"and optional profile packages are installed." -msgstr "" -"Устанавливаются только такие пакеты, как base, base-devel, linux, linux-" -"firmware, efibootmgr и дополнительные пакеты профиля." +msgid "Only packages such as base, base-devel, linux, linux-firmware, efibootmgr and optional profile packages are installed." +msgstr "Устанавливаются только такие пакеты, как base, base-devel, linux, linux-firmware, efibootmgr и дополнительные пакеты профиля." -msgid "" -"If you desire a web browser, such as firefox or chromium, you may specify it " -"in the following prompt." -msgstr "" -"Если вы хотите использовать веб-браузер, например, firefox или chromium, вы " -"можете указать его в следующем запросе." +msgid "If you desire a web browser, such as firefox or chromium, you may specify it in the following prompt." +msgstr "Если вы хотите использовать веб-браузер, например, firefox или chromium, вы можете указать его в следующем запросе." -msgid "" -"Write additional packages to install (space separated, leave blank to skip): " -msgstr "" -"Напишите дополнительные пакеты для установки (разделите пробелами, оставьте " -"пустым, чтобы пропустить): " +msgid "Write additional packages to install (space separated, leave blank to skip): " +msgstr "Напишите дополнительные пакеты для установки (разделите пробелами, оставьте пустым, чтобы пропустить): " msgid "Copy ISO network configuration to installation" msgstr "Копировать сетевую конфигурацию ISO в установку" -msgid "" -"Use NetworkManager (necessary for configuring internet graphically in GNOME " -"and KDE)" -msgstr "" -"Использовать NetworkManager (необходим для графической настройки интернета в " -"GNOME и KDE)" +msgid "Use NetworkManager (necessary for configuring internet graphically in GNOME and KDE)" +msgstr "Использовать NetworkManager (необходим для графической настройки интернета в GNOME и KDE)" msgid "Select one network interface to configure" msgstr "Выберите один сетевой интерфейс для настройки" -msgid "" -"Select which mode to configure for \"{}\" or skip to use default mode \"{}\"" -msgstr "" -"Выберите режим для конфигурации \"{}\" или пропустите, чтобы использовать " -"режим по умолчанию \"{}\"." +msgid "Select which mode to configure for \"{}\" or skip to use default mode \"{}\"" +msgstr "Выберите режим для конфигурации \"{}\" или пропустите, чтобы использовать режим по умолчанию \"{}\"." msgid "Enter the IP and subnet for {} (example: 192.168.0.5/24): " msgstr "Введите IP-адрес и подсеть для {} (пример: 192.168.0.5/24): " msgid "Enter your gateway (router) IP address or leave blank for none: " -msgstr "" -"Введите IP-адрес вашего шлюза (маршрутизатора) или оставьте пустым, если его " -"нет: " +msgstr "Введите IP-адрес вашего шлюза (маршрутизатора) или оставьте пустым, если его нет: " msgid "Enter your DNS servers (space separated, blank for none): " msgstr "Введите ваши DNS-серверы (через пробел, пустой - нет): " msgid "Select which filesystem your main partition should use" -msgstr "" -"Выберите, какую файловую систему должен использовать ваш основной раздел" +msgstr "Выберите, какую файловую систему должен использовать ваш основной раздел" msgid "Current partition layout" msgstr "Текущая разметка разделов" @@ -126,16 +97,11 @@ msgstr "" msgid "Enter a desired filesystem type for the partition" msgstr "Введите желаемый тип файловой системы для раздела" -msgid "" -"Enter the start location (in parted units: s, GB, %, etc. ; default: {}): " -msgstr "" -"Введите начальное значение (в раздельных блоках: с, ГБ, % и т.д.; по " -"умолчанию: {}): " +msgid "Enter the start location (in parted units: s, GB, %, etc. ; default: {}): " +msgstr "Введите начальное значение (в раздельных блоках: с, ГБ, % и т.д.; по умолчанию: {}): " msgid "Enter the end location (in parted units: s, GB, %, etc. ; ex: {}): " -msgstr "" -"Введите конечное значение (в раздельных блоках: с, Гб, % и т.д.; например: " -"{}): " +msgstr "Введите конечное значение (в раздельных блоках: с, Гб, % и т.д.; например: {}): " msgid "{} contains queued partitions, this will remove those, are you sure?" msgstr "{} содержит разделы в очереди, это удалит их, вы уверены?" @@ -158,17 +124,11 @@ msgstr "" "\n" "Выберите по индексу, какой раздел куда монтировать" -msgid "" -" * Partition mount-points are relative to inside the installation, the boot " -"would be /boot as an example." -msgstr "" -" * Точки монтирования разделов являются относительными внутри установки, " -"например, загрузочный будет /boot." +msgid " * Partition mount-points are relative to inside the installation, the boot would be /boot as an example." +msgstr " * Точки монтирования разделов являются относительными внутри установки, например, загрузочный будет /boot." msgid "Select where to mount partition (leave blank to remove mountpoint): " -msgstr "" -"Выберите куда монтировать раздел (оставьте пустым, чтобы удалить точку " -"монтирования): " +msgstr "Выберите куда монтировать раздел (оставьте пустым, чтобы удалить точку монтирования): " msgid "" "{}\n" @@ -213,25 +173,16 @@ msgid "Archinstall language" msgstr "Язык Archinstall" msgid "Wipe all selected drives and use a best-effort default partition layout" -msgstr "" -"Стереть все выбранные диски и использовать оптимальную схему разделов по " -"умолчанию" +msgstr "Стереть все выбранные диски и использовать оптимальную схему разделов по умолчанию" -msgid "" -"Select what to do with each individual drive (followed by partition usage)" -msgstr "" -"Выберите, что делать с каждым отдельным диском (с последующим использованием " -"разделов)" +msgid "Select what to do with each individual drive (followed by partition usage)" +msgstr "Выберите, что делать с каждым отдельным диском (с последующим использованием разделов)" msgid "Select what you wish to do with the selected block devices" msgstr "Выберите, что вы хотите сделать с выбранными блочными устройствами" -msgid "" -"This is a list of pre-programmed profiles, they might make it easier to " -"install things like desktop environments" -msgstr "" -"Это список предварительно запрограммированных профилей, они могут облегчить " -"установку таких вещей, как окружения рабочего стола" +msgid "This is a list of pre-programmed profiles, they might make it easier to install things like desktop environments" +msgstr "Это список предварительно запрограммированных профилей, они могут облегчить установку таких вещей, как окружения рабочего стола" msgid "Select keyboard layout" msgstr "Выберите раскладку клавиатуры" @@ -240,29 +191,16 @@ msgid "Select one of the regions to download packages from" msgstr "Выберите один из регионов для загрузки пакетов" msgid "Select one or more hard drives to use and configure" -msgstr "" -"Выберите один или несколько жестких дисков для использования и настройте их" +msgstr "Выберите один или несколько жестких дисков для использования и настройте их" -msgid "" -"For the best compatibility with your AMD hardware, you may want to use " -"either the all open-source or AMD / ATI options." -msgstr "" -"Для наилучшей совместимости с оборудованием AMD вы можете использовать либо " -"все варианты с открытым исходным кодом, либо AMD / ATI." +msgid "For the best compatibility with your AMD hardware, you may want to use either the all open-source or AMD / ATI options." +msgstr "Для наилучшей совместимости с оборудованием AMD вы можете использовать либо все варианты с открытым исходным кодом, либо AMD / ATI." -msgid "" -"For the best compatibility with your Intel hardware, you may want to use " -"either the all open-source or Intel options.\n" -msgstr "" -"Для лучшей совместимости с оборудованием Intel вы можете использовать либо " -"все варианты с открытым исходным кодом, либо Intel.\n" +msgid "For the best compatibility with your Intel hardware, you may want to use either the all open-source or Intel options.\n" +msgstr "Для лучшей совместимости с оборудованием Intel вы можете использовать либо все варианты с открытым исходным кодом, либо Intel.\n" -msgid "" -"For the best compatibility with your Nvidia hardware, you may want to use " -"the Nvidia proprietary driver.\n" -msgstr "" -"Для наилучшей совместимости с оборудованием Nvidia вы можете использовать " -"проприетарный драйвер Nvidia.\n" +msgid "For the best compatibility with your Nvidia hardware, you may want to use the Nvidia proprietary driver.\n" +msgstr "Для наилучшей совместимости с оборудованием Nvidia вы можете использовать проприетарный драйвер Nvidia.\n" msgid "" "\n" @@ -271,15 +209,13 @@ msgid "" msgstr "" "\n" "\n" -"Выберите графический драйвер или оставьте пустым, чтобы установить все " -"драйверы с открытым исходным кодом" +"Выберите графический драйвер или оставьте пустым, чтобы установить все драйверы с открытым исходным кодом" msgid "All open-source (default)" msgstr "Все с открытым исходным кодом (по умолчанию)" msgid "Choose which kernels to use or leave blank for default \"{}\"" -msgstr "" -"Выберите, какие ядра использовать, или оставьте пустым по умолчанию \"{}\"." +msgstr "Выберите, какие ядра использовать, или оставьте пустым по умолчанию \"{}\"." msgid "Choose which locale language to use" msgstr "Выберите, какой язык локали использовать" @@ -296,12 +232,8 @@ msgstr "Выберите один или несколько из приведе msgid "Adding partition...." msgstr "Добавление раздела...." -msgid "" -"You need to enter a valid fs-type in order to continue. See `man parted` for " -"valid fs-type's." -msgstr "" -"Чтобы продолжить, вам нужно ввести действительный fs-тип. Смотрите `man " -"parted` для правильных fs-типов." +msgid "You need to enter a valid fs-type in order to continue. See `man parted` for valid fs-type's." +msgstr "Чтобы продолжить, вам нужно ввести действительный fs-тип. Смотрите `man parted` для правильных fs-типов." msgid "Error: Listing profiles on URL \"{}\" resulted in:" msgstr "Ошибка: Перечисление профилей по URL \"{}\" привело к:" @@ -373,8 +305,7 @@ msgid "" "Do you wish to continue?" msgstr "" "Вы решили пропустить выбор жесткого диска\n" -"и будете использовать любой диск, смонтированный по адресу {} " -"(экспериментально)\n" +"и будете использовать любой диск, смонтированный по адресу {} (экспериментально)\n" "ПРЕДУПРЕЖДЕНИЕ: Archinstall не будет проверять пригодность этой установки.\n" "Вы хотите продолжить?" @@ -394,16 +325,13 @@ msgid "Assign mount-point for a partition" msgstr "Назначить точку монтирования для раздела" msgid "Mark/Unmark a partition to be formatted (wipes data)" -msgstr "" -"Пометить/снять отметку с раздела, который будет отформатирован (стирание " -"данных)" +msgstr "Пометить/снять отметку с раздела, который будет отформатирован (стирание данных)" msgid "Mark/Unmark a partition as encrypted" msgstr "Пометить/снять отметку с раздела как зашифрованный" msgid "Mark/Unmark a partition as bootable (automatic for /boot)" -msgstr "" -"Пометить/снять отметку с раздела как загрузочный (автоматически для /boot)" +msgstr "Пометить/снять отметку с раздела как загрузочный (автоматически для /boot)" msgid "Set desired filesystem for a partition" msgstr "Установите желаемую файловую систему для раздела" @@ -443,8 +371,7 @@ msgid "Enter a encryption password for {}" msgstr "Введите пароль шифрования для {}" msgid "Enter disk encryption password (leave blank for no encryption): " -msgstr "" -"Введите пароль шифрования диска (оставьте пустым для отсутствия шифрования): " +msgstr "Введите пароль шифрования диска (оставьте пустым для отсутствия шифрования): " msgid "Create a required super-user with sudo privileges: " msgstr "Создайте необходимого суперпользователя с привилегиями sudo: " @@ -455,43 +382,31 @@ msgstr "Введите пароль root (оставьте пустым, что msgid "Password for user \"{}\": " msgstr "Пароль для пользователя \"{}\": " -msgid "" -"Verifying that additional packages exist (this might take a few seconds)" -msgstr "" -"Проверка наличия дополнительных пакетов (это может занять несколько секунд)" +msgid "Verifying that additional packages exist (this might take a few seconds)" +msgstr "Проверка наличия дополнительных пакетов (это может занять несколько секунд)" -msgid "" -"Would you like to use automatic time synchronization (NTP) with the default " -"time servers?\n" -msgstr "" -"Вы хотите использовать автоматическую синхронизацию времени (NTP) с " -"серверами времени по умолчанию?\n" +msgid "Would you like to use automatic time synchronization (NTP) with the default time servers?\n" +msgstr "Вы хотите использовать автоматическую синхронизацию времени (NTP) с серверами времени по умолчанию?\n" msgid "" -"Hardware time and other post-configuration steps might be required in order " -"for NTP to work.\n" +"Hardware time and other post-configuration steps might be required in order for NTP to work.\n" "For more information, please check the Arch wiki" msgstr "" -"Для работы NTP может потребоваться аппаратное время и другие шаги после " -"конфигурации.\n" +"Для работы NTP может потребоваться аппаратное время и другие шаги после конфигурации.\n" "Для получения дополнительной информации, пожалуйста, ознакомьтесь с ArchWiki" msgid "Enter a username to create an additional user (leave blank to skip): " -msgstr "" -"Введите имя пользователя для создания дополнительного пользователя (оставьте " -"пустым, чтобы пропустить): " +msgstr "Введите имя пользователя для создания дополнительного пользователя (оставьте пустым, чтобы пропустить): " msgid "Use ESC to skip\n" msgstr "Используйте ESC, чтобы пропустить\n" msgid "" "\n" -" Choose an object from the list, and select one of the available actions for " -"it to execute" +" Choose an object from the list, and select one of the available actions for it to execute" msgstr "" "\n" -" Выберите объект из списка и выберите одно из доступных действий для его " -"выполнения" +" Выберите объект из списка и выберите одно из доступных действий для его выполнения" msgid "Cancel" msgstr "Отменить" @@ -527,17 +442,11 @@ msgstr "" "\n" "Это выбранная вами конфигурация:" -msgid "" -"Pacman is already running, waiting maximum 10 minutes for it to terminate." -msgstr "" -"Pacman уже запущен, ожидание его завершения составляет максимум 10 минут." +msgid "Pacman is already running, waiting maximum 10 minutes for it to terminate." +msgstr "Pacman уже запущен, ожидание его завершения составляет максимум 10 минут." -msgid "" -"Pre-existing pacman lock never exited. Please clean up any existing pacman " -"sessions before using archinstall." -msgstr "" -"Существовавшая ранее блокировка pacman не завершилась. Пожалуйста, очистите " -"все существующие сессии pacman перед использованием archinstall." +msgid "Pre-existing pacman lock never exited. Please clean up any existing pacman sessions before using archinstall." +msgstr "Существовавшая ранее блокировка pacman не завершилась. Пожалуйста, очистите все существующие сессии pacman перед использованием archinstall." msgid "Choose which optional additional repositories to enable" msgstr "Выберите, какие дополнительные репозитории следует включить" @@ -628,8 +537,7 @@ msgid "Missing configurations:\n" msgstr "Отсутствующие конфигурации:\n" msgid "Either root-password or at least 1 superuser must be specified" -msgstr "" -"Должен быть указан либо пароль root, либо как минимум 1 суперпользователь" +msgstr "Должен быть указан либо пароль root, либо как минимум 1 суперпользователь" msgid "Manage superuser accounts: " msgstr "Управление учетными записями суперпользователей: " @@ -689,12 +597,8 @@ msgstr "Хотите ли вы использовать сжатие BTRFS?" msgid "Would you like to create a separate partition for /home?" msgstr "Хотите ли вы создать отдельный раздел для /home?" -msgid "" -"The selected drives do not have the minimum capacity required for an " -"automatic suggestion\n" -msgstr "" -"Выбранные диски не имеют минимальной емкости, необходимой для " -"автоматического предложения\n" +msgid "The selected drives do not have the minimum capacity required for an automatic suggestion\n" +msgstr "Выбранные диски не имеют минимальной емкости, необходимой для автоматического предложения\n" msgid "Minimum capacity for /home partition: {}GB\n" msgstr "Минимальный размер раздела /home: {}GB\n" @@ -721,9 +625,7 @@ msgid "No iface specified for manual configuration" msgstr "Не указан iface для ручной настройки" msgid "Manual nic configuration with no auto DHCP requires an IP address" -msgstr "" -"Ручная конфигурация сетевого адаптера без автоматического DHCP требует IP-" -"адреса" +msgstr "Ручная конфигурация сетевого адаптера без автоматического DHCP требует IP-адреса" msgid "Add interface" msgstr "Добавить интерфейс" @@ -743,74 +645,44 @@ msgstr "Ручная конфигурация" msgid "Mark/Unmark a partition as compressed (btrfs only)" msgstr "Пометить/снять отметку с раздела как сжатый (только для btrfs)" -msgid "" -"The password you are using seems to be weak, are you sure you want to use it?" -msgstr "" -"Пароль, который вы используете, кажется слабым, вы уверены, что хотите его " -"использовать?" +msgid "The password you are using seems to be weak, are you sure you want to use it?" +msgstr "Пароль, который вы используете, кажется слабым, вы уверены, что хотите его использовать?" -msgid "" -"Provides a selection of desktop environments and tiling window managers, e." -"g. gnome, kde, sway" -msgstr "" -"Предоставляет выбор окружений рабочего стола и тайловых оконных менеджеров, " -"например, gnome, kde, sway" +msgid "Provides a selection of desktop environments and tiling window managers, e.g. gnome, kde, sway" +msgstr "Предоставляет выбор окружений рабочего стола и тайловых оконных менеджеров, например, gnome, kde, sway" msgid "Select your desired desktop environment" msgstr "Выберите желаемое окружение рабочего стола" -msgid "" -"A very basic installation that allows you to customize Arch Linux as you see " -"fit." -msgstr "" -"Очень базовая установка, позволяющая настроить Arch Linux по своему " -"усмотрению." +msgid "A very basic installation that allows you to customize Arch Linux as you see fit." +msgstr "Очень базовая установка, позволяющая настроить Arch Linux по своему усмотрению." -msgid "" -"Provides a selection of various server packages to install and enable, e.g. " -"httpd, nginx, mariadb" -msgstr "" -"Предоставляет выбор различных пакетов сервера для установки и включения, " -"например, httpd, nginx, mariadb" +msgid "Provides a selection of various server packages to install and enable, e.g. httpd, nginx, mariadb" +msgstr "Предоставляет выбор различных пакетов сервера для установки и включения, например, httpd, nginx, mariadb" -msgid "" -"Choose which servers to install, if none then a minimal installation will be " -"done" -msgstr "" -"Выберите серверы для установки, если их нет, то будет выполнена минимальная " -"установка" +msgid "Choose which servers to install, if none then a minimal installation will be done" +msgstr "Выберите серверы для установки, если их нет, то будет выполнена минимальная установка" msgid "Installs a minimal system as well as xorg and graphics drivers." -msgstr "" -"Устанавливает минимальную систему, а также xorg и графические драйверы." +msgstr "Устанавливает минимальную систему, а также xorg и графические драйверы." msgid "Press Enter to continue." msgstr "Нажмите Enter, чтобы продолжить." -msgid "" -"Would you like to chroot into the newly created installation and perform " -"post-installation configuration?" -msgstr "" -"Хотите ли вы использовать chroot в новой созданной установке и выполнить " -"настройку после установки?" +msgid "Would you like to chroot into the newly created installation and perform post-installation configuration?" +msgstr "Хотите ли вы использовать chroot в новой созданной установке и выполнить настройку после установки?" msgid "Are you sure you want to reset this setting?" msgstr "Вы уверены, что хотите сбросить эту настройку?" msgid "Select one or more hard drives to use and configure\n" -msgstr "" -"Выберите один или несколько жестких дисков для использования и настройки\n" +msgstr "Выберите один или несколько жестких дисков для использования и настройки\n" msgid "Any modifications to the existing setting will reset the disk layout!" -msgstr "" -"Любые изменения существующей настройки приведут к сбросу разметки диска!" +msgstr "Любые изменения существующей настройки приведут к сбросу разметки диска!" -msgid "" -"If you reset the harddrive selection this will also reset the current disk " -"layout. Are you sure?" -msgstr "" -"Если вы сбросите выбор жесткого диска, это также сбросит текущую разметку " -"диска. Вы уверены?" +msgid "If you reset the harddrive selection this will also reset the current disk layout. Are you sure?" +msgstr "Если вы сбросите выбор жесткого диска, это также сбросит текущую разметку диска. Вы уверены?" msgid "Save and exit" msgstr "Сохранить и выйти" @@ -856,12 +728,8 @@ msgstr "Добавить: " msgid "Value: " msgstr "Значение: " -msgid "" -"You can skip selecting a drive and partitioning and use whatever drive-setup " -"is mounted at /mnt (experimental)" -msgstr "" -"Вы можете не выбирать диск и разметку и использовать любой диск, " -"смонтированный в /mnt (экспериментально)" +msgid "You can skip selecting a drive and partitioning and use whatever drive-setup is mounted at /mnt (experimental)" +msgstr "Вы можете не выбирать диск и разметку и использовать любой диск, смонтированный в /mnt (экспериментально)" msgid "Select one of the disks or skip and use /mnt as default" msgstr "Выберите один из дисков или пропустите и используйте /mnt по умолчанию" @@ -884,12 +752,8 @@ msgstr "Свободное место" msgid "Bus-type" msgstr "Тип шины" -msgid "" -"Either root-password or at least 1 user with sudo privileges must be " -"specified" -msgstr "" -"Должен быть указан либо пароль root, либо хотя бы 1 пользователь с " -"привилегиями sudo" +msgid "Either root-password or at least 1 user with sudo privileges must be specified" +msgstr "Должен быть указан либо пароль root, либо хотя бы 1 пользователь с привилегиями sudo" msgid "Enter username (leave blank to skip): " msgstr "Введите имя пользователя (оставьте пустым, чтобы пропустить): " @@ -927,12 +791,8 @@ msgstr "Удалить подтом" msgid "Configured {} interfaces" msgstr "Настроено интерфейсов: {}" -msgid "" -"This option enables the number of parallel downloads that can occur during " -"installation" -msgstr "" -"Этот параметр определяет количество параллельных загрузок, которые могут " -"происходить во время установки" +msgid "This option enables the number of parallel downloads that can occur during installation" +msgstr "Этот параметр определяет количество параллельных загрузок, которые могут происходить во время установки" msgid "" "Enter the number of parallel downloads to be enabled.\n" @@ -943,34 +803,18 @@ msgstr "" " (Введите значение от 1 до {})\n" "Примечание:" -msgid "" -" - Maximum value : {} ( Allows {} parallel downloads, allows {} downloads " -"at a time )" -msgstr "" -" - Минимальное значение: {} ( Позволяет {} параллельную загрузку, позволяет " -"{} загрузки одновременно )" +msgid " - Maximum value : {} ( Allows {} parallel downloads, allows {} downloads at a time )" +msgstr " - Минимальное значение: {} ( Позволяет {} параллельную загрузку, позволяет {} загрузки одновременно )" -msgid "" -" - Minimum value : 1 ( Allows 1 parallel download, allows 2 downloads at a " -"time )" -msgstr "" -" - Минимальное значение: 1 ( Позволяет 1 параллельную загрузку, позволяет 2 " -"загрузки одновременно )" +msgid " - Minimum value : 1 ( Allows 1 parallel download, allows 2 downloads at a time )" +msgstr " - Минимальное значение: 1 ( Позволяет 1 параллельную загрузку, позволяет 2 загрузки одновременно )" -msgid "" -" - Disable/Default : 0 ( Disables parallel downloading, allows only 1 " -"download at a time )" -msgstr "" -" - Отключить/по умолчанию: 0 ( Отключает параллельную загрузку, позволяет " -"только 1 загрузку за один раз )" +msgid " - Disable/Default : 0 ( Disables parallel downloading, allows only 1 download at a time )" +msgstr " - Отключить/по умолчанию: 0 ( Отключает параллельную загрузку, позволяет только 1 загрузку за один раз )" #, python-brace-format -msgid "" -"Invalid input! Try again with a valid input [1 to {max_downloads}, or 0 to " -"disable]" -msgstr "" -"Неверный ввод! Повторите попытку с правильным вводом [1 - {max_downloads}, " -"или 0 - отключить]" +msgid "Invalid input! Try again with a valid input [1 to {max_downloads}, or 0 to disable]" +msgstr "Неверный ввод! Повторите попытку с правильным вводом [1 - {max_downloads}, или 0 - отключить]" msgid "Parallel Downloads" msgstr "Параллельные загрузки" @@ -987,20 +831,14 @@ msgstr "TAB, чтобы выбрать" msgid "[Default value: 0] > " msgstr "[Значение по умолчанию: 0] > " -msgid "" -"To be able to use this translation, please install a font manually that " -"supports the language." -msgstr "" -"Чтобы иметь возможность использовать этот перевод, пожалуйста, установите " -"вручную шрифт, поддерживающий данный язык." +msgid "To be able to use this translation, please install a font manually that supports the language." +msgstr "Чтобы иметь возможность использовать этот перевод, пожалуйста, установите вручную шрифт, поддерживающий данный язык." msgid "The font should be stored as {}" msgstr "Шрифт должен быть сохранен как {}" msgid "Archinstall requires root privileges to run. See --help for more." -msgstr "" -"Для запуска Archinstall требуются привилегии root. Для получения " -"дополнительной информации смотрите --help." +msgstr "Для запуска Archinstall требуются привилегии root. Для получения дополнительной информации смотрите --help." msgid "Select an execution mode" msgstr "Выберите режим выполнения" @@ -1008,22 +846,14 @@ msgstr "Выберите режим выполнения" msgid "Unable to fetch profile from specified url: {}" msgstr "Невозможно получить профиль из указанного url: {}" -msgid "" -"Profiles must have unique name, but profile definitions with duplicate name " -"found: {}" -msgstr "" -"Профили должны иметь уникальное имя, но найдены определения профиля с " -"дублирующимся именем: {}" +msgid "Profiles must have unique name, but profile definitions with duplicate name found: {}" +msgstr "Профили должны иметь уникальное имя, но найдены определения профиля с дублирующимся именем: {}" msgid "Select one or more devices to use and configure" msgstr "Выберите одно или несколько устройств для использования и настройки" -msgid "" -"If you reset the device selection this will also reset the current disk " -"layout. Are you sure?" -msgstr "" -"Если вы сбросите выбор устройства, это также сбросит текущую разметку " -"дисков. Вы уверены?" +msgid "If you reset the device selection this will also reset the current disk layout. Are you sure?" +msgstr "Если вы сбросите выбор устройства, это также сбросит текущую разметку дисков. Вы уверены?" msgid "Existing Partitions" msgstr "Существующие разделы" @@ -1040,12 +870,8 @@ msgstr "Минимальный размер раздела /home: {}GiB\n" msgid "Minimum capacity for Arch Linux partition: {}GiB" msgstr "Минимальный размер раздела Arch Linux: {}GiB" -msgid "" -"This is a list of pre-programmed profiles_bck, they might make it easier to " -"install things like desktop environments" -msgstr "" -"Это список предварительно запрограммированных профилей, они могут облегчить " -"установку таких вещей, как окружения рабочего стола" +msgid "This is a list of pre-programmed profiles_bck, they might make it easier to install things like desktop environments" +msgstr "Это список предварительно запрограммированных профилей, они могут облегчить установку таких вещей, как окружения рабочего стола" msgid "Current profile selection" msgstr "Текущий выбор профиля" @@ -1077,26 +903,14 @@ msgstr "Удалить раздел" msgid "Partition" msgstr "Раздел" -msgid "" -"This partition is currently encrypted, to format it a filesystem has to be " -"specified" -msgstr "" -"Этот раздел в настоящее время зашифрован, для его форматирования необходимо " -"указать файловую систему" +msgid "This partition is currently encrypted, to format it a filesystem has to be specified" +msgstr "Этот раздел в настоящее время зашифрован, для его форматирования необходимо указать файловую систему" -msgid "" -"Partition mount-points are relative to inside the installation, the boot " -"would be /boot as an example." -msgstr "" -"Точки монтирования разделов являются относительными внутри установки, " -"например, загрузочный раздел будет /boot." +msgid "Partition mount-points are relative to inside the installation, the boot would be /boot as an example." +msgstr "Точки монтирования разделов являются относительными внутри установки, например, загрузочный раздел будет /boot." -msgid "" -"If mountpoint /boot is set, then the partition will also be marked as " -"bootable." -msgstr "" -"Если установлена точка монтирования /boot, то раздел также будет помечен как " -"загрузочный." +msgid "If mountpoint /boot is set, then the partition will also be marked as bootable." +msgstr "Если установлена точка монтирования /boot, то раздел также будет помечен как загрузочный." msgid "Mountpoint: " msgstr "Точка монтирования: " @@ -1110,11 +924,8 @@ msgstr "Всего секторов: {}" msgid "Enter the start sector (default: {}): " msgstr "Введите начальный сектор (по умолчанию: {}): " -msgid "" -"Enter the end sector of the partition (percentage or block number, default: " -"{}): " -msgstr "" -"Введите конечный сектор раздела (процент или номер блока, по умолчанию: {}): " +msgid "Enter the end sector of the partition (percentage or block number, default: {}): " +msgstr "Введите конечный сектор раздела (процент или номер блока, по умолчанию: {}): " msgid "This will remove all newly added partitions, continue?" msgstr "Это приведет к удалению всех вновь добавленных разделов, продолжить?" @@ -1180,19 +991,13 @@ msgid "Back" msgstr "Назад" msgid "Please chose which greeter to install for the chosen profiles: {}" -msgstr "" -"Пожалуйста, выберите, какой экран приветствия установить для выбранных " -"профилей: {}" +msgstr "Пожалуйста, выберите, какой экран приветствия установить для выбранных профилей: {}" msgid "Environment type: {}" msgstr "Тип окружения рабочего стола: {}" -msgid "" -"The proprietary Nvidia driver is not supported by Sway. It is likely that " -"you will run into issues, are you okay with that?" -msgstr "" -"Проприетарный драйвер Nvidia не поддерживается Sway. Вполне вероятно, что вы " -"столкнетесь с проблемами, вы согласны с этим?" +msgid "The proprietary Nvidia driver is not supported by Sway. It is likely that you will run into issues, are you okay with that?" +msgstr "Проприетарный драйвер Nvidia не поддерживается Sway. Вполне вероятно, что вы столкнетесь с проблемами, вы согласны с этим?" msgid "Installed packages" msgstr "Устанавливаемые пакеты" @@ -1212,19 +1017,11 @@ msgstr "Имя профиля: " msgid "The profile name you entered is already in use. Try again" msgstr "Введенное вами имя профиля уже используется. Попробуйте еще раз" -msgid "" -"Packages to be install with this profile (space separated, leave blank to " -"skip): " -msgstr "" -"Пакеты, которые будут установлены с этим профилем (разделенные пробелами, " -"оставьте пустым, чтобы пропустить): " +msgid "Packages to be install with this profile (space separated, leave blank to skip): " +msgstr "Пакеты, которые будут установлены с этим профилем (разделенные пробелами, оставьте пустым, чтобы пропустить): " -msgid "" -"Services to be enabled with this profile (space separated, leave blank to " -"skip): " -msgstr "" -"Службы, которые должны быть включены с помощью этого профиля (разделенные " -"пробелами, оставьте пустым, чтобы пропустить): " +msgid "Services to be enabled with this profile (space separated, leave blank to skip): " +msgstr "Службы, которые должны быть включены с помощью этого профиля (разделенные пробелами, оставьте пустым, чтобы пропустить): " msgid "Should this profile be enabled for installation?" msgstr "Должен ли этот профиль быть включен для установки?" @@ -1237,15 +1034,10 @@ msgid "" "Select a graphics driver or leave blank to install all open-source drivers" msgstr "" "\n" -"Выберите графический драйвер или оставьте пустым, чтобы установить все " -"драйверы с открытым исходным кодом" +"Выберите графический драйвер или оставьте пустым, чтобы установить все драйверы с открытым исходным кодом" -msgid "" -"Sway needs access to your seat (collection of hardware devices i.e. " -"keyboard, mouse, etc)" -msgstr "" -"Sway необходим доступ к вашему компьютеру (набор аппаратных устройств, т.е. " -"клавиатура, мышь и т.д.)" +msgid "Sway needs access to your seat (collection of hardware devices i.e. keyboard, mouse, etc)" +msgstr "Sway необходим доступ к вашему компьютеру (набор аппаратных устройств, т.е. клавиатура, мышь и т.д.)" msgid "" "\n" @@ -1311,12 +1103,10 @@ msgid "Save user configuration (including disk layout)" msgstr "Сохранить конфигурацию пользователя (включая разметку диска)" msgid "" -"Enter a directory for the configuration(s) to be saved (tab completion " -"enabled)\n" +"Enter a directory for the configuration(s) to be saved (tab completion enabled)\n" "Save directory: " msgstr "" -"Введите каталог для сохранения конфигурации (-ций) (включено заполнение " -"вкладок)\n" +"Введите каталог для сохранения конфигурации (-ций) (включено заполнение вкладок)\n" "Каталог сохранения: " msgid "" @@ -1337,39 +1127,26 @@ msgstr "Зеркала" msgid "Mirror regions" msgstr "Регионы зеркала" -msgid "" -" - Maximum value : {} ( Allows {} parallel downloads, allows " -"{max_downloads+1} downloads at a time )" -msgstr "" -" - Максимальное значение: {} ( Позволяет {} параллельных загрузок, позволяет " -"{max_downloads+1} загрузок одновременно )" +msgid " - Maximum value : {} ( Allows {} parallel downloads, allows {max_downloads+1} downloads at a time )" +msgstr " - Максимальное значение: {} ( Позволяет {} параллельных загрузок, позволяет {max_downloads+1} загрузок одновременно )" msgid "Invalid input! Try again with a valid input [1 to {}, or 0 to disable]" -msgstr "" -"Неверный ввод! Повторите попытку с правильным вводом [1 - {}, или 0 - " -"отключить]" +msgstr "Неверный ввод! Повторите попытку с правильным вводом [1 - {}, или 0 - отключить]" msgid "Locales" msgstr "Локализации" -msgid "" -"Use NetworkManager (necessary to configure internet graphically in GNOME and " -"KDE)" -msgstr "" -"Использовать NetworkManager (необходим для графической настройки интернета в " -"GNOME и KDE)" +msgid "Use NetworkManager (necessary to configure internet graphically in GNOME and KDE)" +msgstr "Использовать NetworkManager (необходим для графической настройки интернета в GNOME и KDE)" msgid "Total: {} / {}" msgstr "Весь размер: {} / {}" msgid "All entered values can be suffixed with a unit: B, KB, KiB, MB, MiB..." -msgstr "" -"Все вводимые значения могут иметь суффикс с единицей измерения: Б, Кб, КиБ, " -"Мб, МиБ..." +msgstr "Все вводимые значения могут иметь суффикс с единицей измерения: Б, Кб, КиБ, Мб, МиБ..." msgid "If no unit is provided, the value is interpreted as sectors" -msgstr "" -"Если единица измерения не указана, то значение интерпретируется как сектор" +msgstr "Если единица измерения не указана, то значение интерпретируется как сектор" msgid "Enter start (default: sector {}): " msgstr "Введите начало (по умолчанию: сектор {}): " @@ -1396,12 +1173,8 @@ msgstr "Неверная конфигурация: {error}" msgid "Type" msgstr "Тип" -msgid "" -"This option enables the number of parallel downloads that can occur during " -"package downloads" -msgstr "" -"Этот параметр определяет количество параллельных загрузок, которые могут " -"происходить во время загрузки пакетов" +msgid "This option enables the number of parallel downloads that can occur during package downloads" +msgstr "Этот параметр определяет количество параллельных загрузок, которые могут происходить во время загрузки пакетов" msgid "" "Enter the number of parallel downloads to be enabled.\n" @@ -1412,30 +1185,17 @@ msgstr "" "\n" "Примечание:\n" -msgid "" -" - Maximum recommended value : {} ( Allows {} parallel downloads at a time )" -msgstr "" -" - Максимальное рекомендуемое значение: {} ( Позволяет {} параллельных " -"загрузок одновременно )" +msgid " - Maximum recommended value : {} ( Allows {} parallel downloads at a time )" +msgstr " - Максимальное рекомендуемое значение: {} ( Позволяет {} параллельных загрузок одновременно )" -msgid "" -" - Disable/Default : 0 ( Disables parallel downloading, allows only 1 " -"download at a time )\n" -msgstr "" -" - Отключить/по умолчанию: 0 ( Отключает параллельную загрузку, позволяет " -"только 1 загрузку за один раз )\n" +msgid " - Disable/Default : 0 ( Disables parallel downloading, allows only 1 download at a time )\n" +msgstr " - Отключить/по умолчанию: 0 ( Отключает параллельную загрузку, позволяет только 1 загрузку за один раз )\n" msgid "Invalid input! Try again with a valid input [or 0 to disable]" -msgstr "" -"Неверный ввод! Повторите попытку с правильным вводом [ или 0, чтобы " -"отключить ]" +msgstr "Неверный ввод! Повторите попытку с правильным вводом [ или 0, чтобы отключить ]" -msgid "" -"Hyprland needs access to your seat (collection of hardware devices i.e. " -"keyboard, mouse, etc)" -msgstr "" -"Hyprland необходим доступ к вашему компьютеру ( набор аппаратных устройств, " -"т.е. клавиатура, мышь и т.д. )" +msgid "Hyprland needs access to your seat (collection of hardware devices i.e. keyboard, mouse, etc)" +msgstr "Hyprland необходим доступ к вашему компьютеру ( набор аппаратных устройств, т.е. клавиатура, мышь и т.д. )" msgid "" "\n" @@ -1446,8 +1206,24 @@ msgstr "" "\n" "Выберите опцию, чтобы предоставить Hyprland доступ к вашему оборудованию" -msgid "" -"All entered values can be suffixed with a unit: %, B, KB, KiB, MB, MiB..." +msgid "All entered values can be suffixed with a unit: %, B, KB, KiB, MB, MiB..." +msgstr "Все вводимые значения могут иметь суффикс с единицей измерения: %, Б, Кб, КиБ, Мб, МиБ..." + +#, fuzzy +msgid "Would you like to use unified kernel images?" +msgstr "Вы хотите использовать подкачку на zram?" + +msgid "Unified kernel images" +msgstr "" + +msgid "Waiting for time sync (timedatectl show) to complete." +msgstr "" + +msgid "Time syncronization not completing, while you wait - check the docs for workarounds: https://archinstall.readthedocs.io/" +msgstr "" + +msgid "Skipping waiting for automatic time sync (this can cause issues if time is out of sync during installation)" +msgstr "" + +msgid "Waiting for Arch Linux keyring sync (archlinux-keyring-wkd-sync) to complete." msgstr "" -"Все вводимые значения могут иметь суффикс с единицей измерения: %, Б, Кб, " -"КиБ, Мб, МиБ..." diff --git a/archinstall/locales/sv/LC_MESSAGES/base.po b/archinstall/locales/sv/LC_MESSAGES/base.po index c0aac646..66f32811 100644 --- a/archinstall/locales/sv/LC_MESSAGES/base.po +++ b/archinstall/locales/sv/LC_MESSAGES/base.po @@ -1256,3 +1256,22 @@ msgstr "" msgid "All entered values can be suffixed with a unit: %, B, KB, KiB, MB, MiB..." msgstr "" + +#, fuzzy +msgid "Would you like to use unified kernel images?" +msgstr "Vill du använda swap under zram?" + +msgid "Unified kernel images" +msgstr "" + +msgid "Waiting for time sync (timedatectl show) to complete." +msgstr "" + +msgid "Time syncronization not completing, while you wait - check the docs for workarounds: https://archinstall.readthedocs.io/" +msgstr "" + +msgid "Skipping waiting for automatic time sync (this can cause issues if time is out of sync during installation)" +msgstr "" + +msgid "Waiting for Arch Linux keyring sync (archlinux-keyring-wkd-sync) to complete." +msgstr "" diff --git a/archinstall/locales/ta/LC_MESSAGES/base.po b/archinstall/locales/ta/LC_MESSAGES/base.po index 3c107d4a..53c08c9c 100644 --- a/archinstall/locales/ta/LC_MESSAGES/base.po +++ b/archinstall/locales/ta/LC_MESSAGES/base.po @@ -1209,3 +1209,22 @@ msgstr "" msgid "All entered values can be suffixed with a unit: %, B, KB, KiB, MB, MiB..." msgstr "உள்ளிடப்பட்ட அனைத்து மதிப்புகளையும் ஒரு அலகுடன் பின்னொட்டு இடலாம்: %, B, KB, KiB, MB, MiB..." + +#, fuzzy +msgid "Would you like to use unified kernel images?" +msgstr "நீங்கள் zram இல் swap ஐப் பயன்படுத்த விரும்புகிறீர்களா?" + +msgid "Unified kernel images" +msgstr "" + +msgid "Waiting for time sync (timedatectl show) to complete." +msgstr "" + +msgid "Time syncronization not completing, while you wait - check the docs for workarounds: https://archinstall.readthedocs.io/" +msgstr "" + +msgid "Skipping waiting for automatic time sync (this can cause issues if time is out of sync during installation)" +msgstr "" + +msgid "Waiting for Arch Linux keyring sync (archlinux-keyring-wkd-sync) to complete." +msgstr "" diff --git a/archinstall/locales/tr/LC_MESSAGES/base.po b/archinstall/locales/tr/LC_MESSAGES/base.po index 45888494..62157bec 100644 --- a/archinstall/locales/tr/LC_MESSAGES/base.po +++ b/archinstall/locales/tr/LC_MESSAGES/base.po @@ -1212,3 +1212,22 @@ msgstr "" #, fuzzy msgid "All entered values can be suffixed with a unit: %, B, KB, KiB, MB, MiB..." msgstr "Girilen tüm değerlerin sonuna bir birim eklenebilir: B, KB, KiB, MB, MiB…" + +#, fuzzy +msgid "Would you like to use unified kernel images?" +msgstr "\"Swap\"i (takas) zram üzerinde kullanmak ister misiniz?" + +msgid "Unified kernel images" +msgstr "" + +msgid "Waiting for time sync (timedatectl show) to complete." +msgstr "" + +msgid "Time syncronization not completing, while you wait - check the docs for workarounds: https://archinstall.readthedocs.io/" +msgstr "" + +msgid "Skipping waiting for automatic time sync (this can cause issues if time is out of sync during installation)" +msgstr "" + +msgid "Waiting for Arch Linux keyring sync (archlinux-keyring-wkd-sync) to complete." +msgstr "" diff --git a/archinstall/locales/uk/LC_MESSAGES/base.po b/archinstall/locales/uk/LC_MESSAGES/base.po index afa16540..61124a1e 100644 --- a/archinstall/locales/uk/LC_MESSAGES/base.po +++ b/archinstall/locales/uk/LC_MESSAGES/base.po @@ -1254,3 +1254,22 @@ msgstr "" msgid "All entered values can be suffixed with a unit: %, B, KB, KiB, MB, MiB..." msgstr "" + +#, fuzzy +msgid "Would you like to use unified kernel images?" +msgstr "Ви бажаєте використовувати підкачку на zram?" + +msgid "Unified kernel images" +msgstr "" + +msgid "Waiting for time sync (timedatectl show) to complete." +msgstr "" + +msgid "Time syncronization not completing, while you wait - check the docs for workarounds: https://archinstall.readthedocs.io/" +msgstr "" + +msgid "Skipping waiting for automatic time sync (this can cause issues if time is out of sync during installation)" +msgstr "" + +msgid "Waiting for Arch Linux keyring sync (archlinux-keyring-wkd-sync) to complete." +msgstr "" diff --git a/archinstall/locales/ur/LC_MESSAGES/base.po b/archinstall/locales/ur/LC_MESSAGES/base.po index fbb906ff..e0a9e34e 100644 --- a/archinstall/locales/ur/LC_MESSAGES/base.po +++ b/archinstall/locales/ur/LC_MESSAGES/base.po @@ -1276,6 +1276,25 @@ msgstr "" msgid "All entered values can be suffixed with a unit: %, B, KB, KiB, MB, MiB..." msgstr "" +#, fuzzy +msgid "Would you like to use unified kernel images?" +msgstr "کیا آپ زی ریم پر سواپ استعمال کرنا چاہیں گے؟" + +msgid "Unified kernel images" +msgstr "" + +msgid "Waiting for time sync (timedatectl show) to complete." +msgstr "" + +msgid "Time syncronization not completing, while you wait - check the docs for workarounds: https://archinstall.readthedocs.io/" +msgstr "" + +msgid "Skipping waiting for automatic time sync (this can cause issues if time is out of sync during installation)" +msgstr "" + +msgid "Waiting for Arch Linux keyring sync (archlinux-keyring-wkd-sync) to complete." +msgstr "" + #~ msgid "Add :" #~ msgstr "شامل:" diff --git a/archinstall/locales/zh-CN/LC_MESSAGES/base.po b/archinstall/locales/zh-CN/LC_MESSAGES/base.po index f5ada902..2a8bd926 100644 --- a/archinstall/locales/zh-CN/LC_MESSAGES/base.po +++ b/archinstall/locales/zh-CN/LC_MESSAGES/base.po @@ -1206,3 +1206,22 @@ msgstr "" msgid "All entered values can be suffixed with a unit: %, B, KB, KiB, MB, MiB..." msgstr "所有输入的值都可以后缀一个单位:%、B、KB、KiB、MB、MiB……" + +#, fuzzy +msgid "Would you like to use unified kernel images?" +msgstr "您想在 zram 上使用交换分区(swap)吗?" + +msgid "Unified kernel images" +msgstr "" + +msgid "Waiting for time sync (timedatectl show) to complete." +msgstr "" + +msgid "Time syncronization not completing, while you wait - check the docs for workarounds: https://archinstall.readthedocs.io/" +msgstr "" + +msgid "Skipping waiting for automatic time sync (this can cause issues if time is out of sync during installation)" +msgstr "" + +msgid "Waiting for Arch Linux keyring sync (archlinux-keyring-wkd-sync) to complete." +msgstr "" diff --git a/archinstall/locales/zh-TW/LC_MESSAGES/base.po b/archinstall/locales/zh-TW/LC_MESSAGES/base.po index 6befb3c4..6406df86 100644 --- a/archinstall/locales/zh-TW/LC_MESSAGES/base.po +++ b/archinstall/locales/zh-TW/LC_MESSAGES/base.po @@ -1226,3 +1226,22 @@ msgstr "" msgid "All entered values can be suffixed with a unit: %, B, KB, KiB, MB, MiB..." msgstr "" + +#, fuzzy +msgid "Would you like to use unified kernel images?" +msgstr "您想在 zram 上使用交換分割區(swap)嗎?" + +msgid "Unified kernel images" +msgstr "" + +msgid "Waiting for time sync (timedatectl show) to complete." +msgstr "" + +msgid "Time syncronization not completing, while you wait - check the docs for workarounds: https://archinstall.readthedocs.io/" +msgstr "" + +msgid "Skipping waiting for automatic time sync (this can cause issues if time is out of sync during installation)" +msgstr "" + +msgid "Waiting for Arch Linux keyring sync (archlinux-keyring-wkd-sync) to complete." +msgstr "" -- cgit v1.2.3-54-g00ecf From 084cffc36350bd308a997efd8aa8a5cf08ff71c5 Mon Sep 17 00:00:00 2001 From: Alexmelman88 <99257010+Alexmelman88@users.noreply.github.com> Date: Thu, 23 Nov 2023 19:25:34 +0300 Subject: Update Russian translation (#2254) --- archinstall/locales/ru/LC_MESSAGES/base.mo | Bin 52869 -> 54291 bytes archinstall/locales/ru/LC_MESSAGES/base.po | 15 +++++++-------- 2 files changed, 7 insertions(+), 8 deletions(-) (limited to 'archinstall/locales') diff --git a/archinstall/locales/ru/LC_MESSAGES/base.mo b/archinstall/locales/ru/LC_MESSAGES/base.mo index 908eba6c..e1d9df35 100644 Binary files a/archinstall/locales/ru/LC_MESSAGES/base.mo and b/archinstall/locales/ru/LC_MESSAGES/base.mo differ diff --git a/archinstall/locales/ru/LC_MESSAGES/base.po b/archinstall/locales/ru/LC_MESSAGES/base.po index b8485c6d..f30681ed 100644 --- a/archinstall/locales/ru/LC_MESSAGES/base.po +++ b/archinstall/locales/ru/LC_MESSAGES/base.po @@ -10,7 +10,7 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<12 || n%100>14) ? 1 : 2);\n" -"X-Generator: Poedit 3.3.2\n" +"X-Generator: Poedit 3.4.1\n" msgid "[!] A log file has been created here: {} {}" msgstr "[!] Здесь был создан файл журнала: {} {}" @@ -1209,21 +1209,20 @@ msgstr "" msgid "All entered values can be suffixed with a unit: %, B, KB, KiB, MB, MiB..." msgstr "Все вводимые значения могут иметь суффикс с единицей измерения: %, Б, Кб, КиБ, Мб, МиБ..." -#, fuzzy msgid "Would you like to use unified kernel images?" -msgstr "Вы хотите использовать подкачку на zram?" +msgstr "Хотите ли Вы использовать унифицированные образы ядра?" msgid "Unified kernel images" -msgstr "" +msgstr "Унифицированные образы ядра" msgid "Waiting for time sync (timedatectl show) to complete." -msgstr "" +msgstr "Ожидание завершения синхронизации времени (timedatectl show)." msgid "Time syncronization not completing, while you wait - check the docs for workarounds: https://archinstall.readthedocs.io/" -msgstr "" +msgstr "Синхронизация времени не завершена, пока вы ждете - проверьте документацию на предмет обходных путей: https://archinstall.readthedocs.io/" msgid "Skipping waiting for automatic time sync (this can cause issues if time is out of sync during installation)" -msgstr "" +msgstr "Пропуск ожидания автоматической синхронизации времени (это может привести к проблемам, если время не синхронизируется во время установки)" msgid "Waiting for Arch Linux keyring sync (archlinux-keyring-wkd-sync) to complete." -msgstr "" +msgstr "Ожидание завершения синхронизации связки ключей Arch Linux (archlinux-keyring-wkd-sync)." -- cgit v1.2.3-54-g00ecf From 4aa8b9fc5b946ca26140b013c305857c5917f378 Mon Sep 17 00:00:00 2001 From: utuhiro78 <34818411+utuhiro78@users.noreply.github.com> Date: Mon, 27 Nov 2023 21:44:10 +0900 Subject: Add Japanese translation (#2265) * Add Japanese translation * Update Japanese translation * Update Japanese translation * Update Japanese translation * Update Japanese translation * Update Japanese translation * Update Japanese translation * Update Japanese translation --- archinstall/locales/ja/LC_MESSAGES/base.mo | Bin 0 -> 33360 bytes archinstall/locales/ja/LC_MESSAGES/base.po | 1194 ++++++++++++++++++++++++++++ 2 files changed, 1194 insertions(+) create mode 100644 archinstall/locales/ja/LC_MESSAGES/base.mo create mode 100644 archinstall/locales/ja/LC_MESSAGES/base.po (limited to 'archinstall/locales') diff --git a/archinstall/locales/ja/LC_MESSAGES/base.mo b/archinstall/locales/ja/LC_MESSAGES/base.mo new file mode 100644 index 00000000..df90952d Binary files /dev/null and b/archinstall/locales/ja/LC_MESSAGES/base.mo differ diff --git a/archinstall/locales/ja/LC_MESSAGES/base.po b/archinstall/locales/ja/LC_MESSAGES/base.po new file mode 100644 index 00000000..f47aa74a --- /dev/null +++ b/archinstall/locales/ja/LC_MESSAGES/base.po @@ -0,0 +1,1194 @@ +msgid "" +msgstr "" +"Project-Id-Version: \n" +"POT-Creation-Date: \n" +"PO-Revision-Date: \n" +"Last-Translator: UTUMI Hirosi \n" +"Language-Team: \n" +"Language: ja\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Generator: Poedit 3.4.1\n" + +msgid "[!] A log file has been created here: {} {}" +msgstr "[!] ここにログファイルが作成されました: {} {}" + +msgid " Please submit this issue (and file) to https://github.com/archlinux/archinstall/issues" +msgstr "" + +msgid "Do you really want to abort?" +msgstr "本当に中止しますか?" + +msgid "And one more time for verification: " +msgstr "確認のためにもう1度: " + +msgid "Would you like to use swap on zram?" +msgstr "zram でスワップを使用しますか?" + +msgid "Desired hostname for the installation: " +msgstr "インストール時のホスト名: " + +msgid "Username for required superuser with sudo privileges: " +msgstr "" + +msgid "Any additional users to install (leave blank for no users): " +msgstr "インストールする追加のユーザー(ユーザーがない場合は無記入): " + +msgid "Should this user be a superuser (sudoer)?" +msgstr "" + +msgid "Select a timezone" +msgstr "タイムゾーンを選択" + +msgid "Would you like to use GRUB as a bootloader instead of systemd-boot?" +msgstr "systemd-boot の代わりに GRUB をブートローダーとして使用しますか?" + +msgid "Choose a bootloader" +msgstr "ブートローダーを選択" + +msgid "Choose an audio server" +msgstr "オーディオサーバーを選択" + +msgid "Only packages such as base, base-devel, linux, linux-firmware, efibootmgr and optional profile packages are installed." +msgstr "base、base-devel、linux、linux-firmware、efibootmgr などのパッケージとオプションのプロファイルパッケージのみがインストールされます。" + +msgid "If you desire a web browser, such as firefox or chromium, you may specify it in the following prompt." +msgstr "firefox や chromium などのウェブブラウザーをインストールする場合は、次のプロンプトで指定できます。" + +msgid "Write additional packages to install (space separated, leave blank to skip): " +msgstr "追加でインストールするパッケージを書く(スペースで区切る。無記入でスキップ): " + +msgid "Copy ISO network configuration to installation" +msgstr "ISO ネットワーク設定をインストール環境にコピー" + +msgid "Use NetworkManager (necessary for configuring internet graphically in GNOME and KDE)" +msgstr "NetworkManager を使用(GNOME と KDE でインターネットをグラフィカルに設定するのに必要)" + +msgid "Select one network interface to configure" +msgstr "設定するネットワークインターフェイスを 1 つ選択" + +msgid "Select which mode to configure for \"{}\" or skip to use default mode \"{}\"" +msgstr "" + +msgid "Enter the IP and subnet for {} (example: 192.168.0.5/24): " +msgstr "" + +msgid "Enter your gateway (router) IP address or leave blank for none: " +msgstr "" + +msgid "Enter your DNS servers (space separated, blank for none): " +msgstr "" + +msgid "Select which filesystem your main partition should use" +msgstr "メインパーティションで使用するファイルシステムを選択" + +msgid "Current partition layout" +msgstr "現在のパーティションレイアウト" + +msgid "" +"Select what to do with\n" +"{}" +msgstr "" + +msgid "Enter a desired filesystem type for the partition" +msgstr "パーティションのファイルシステムを入力" + +msgid "Enter the start location (in parted units: s, GB, %, etc. ; default: {}): " +msgstr "" + +msgid "Enter the end location (in parted units: s, GB, %, etc. ; ex: {}): " +msgstr "" + +msgid "{} contains queued partitions, this will remove those, are you sure?" +msgstr "" + +msgid "" +"{}\n" +"\n" +"Select by index which partitions to delete" +msgstr "" + +msgid "" +"{}\n" +"\n" +"Select by index which partition to mount where" +msgstr "" + +msgid " * Partition mount-points are relative to inside the installation, the boot would be /boot as an example." +msgstr "* パーティションのマウントポイントはインストールにおける相対的なものであり、例として boot は /boot になります。" + +msgid "Select where to mount partition (leave blank to remove mountpoint): " +msgstr "パーティションをマウントする場所を選択(無記入でマウントポイントを削除): " + +msgid "" +"{}\n" +"\n" +"Select which partition to mask for formatting" +msgstr "" + +msgid "" +"{}\n" +"\n" +"Select which partition to mark as encrypted" +msgstr "" + +msgid "" +"{}\n" +"\n" +"Select which partition to mark as bootable" +msgstr "" + +msgid "" +"{}\n" +"\n" +"Select which partition to set a filesystem on" +msgstr "" + +msgid "Enter a desired filesystem type for the partition: " +msgstr "パーティションのファイルシステムを入力: " + +msgid "Archinstall language" +msgstr "Archinstall の言語" + +msgid "Wipe all selected drives and use a best-effort default partition layout" +msgstr "選択したすべてのドライブを消去し、ベストエフォートのデフォルトパーティションレイアウトを使用する" + +msgid "Select what to do with each individual drive (followed by partition usage)" +msgstr "" + +msgid "Select what you wish to do with the selected block devices" +msgstr "" + +msgid "This is a list of pre-programmed profiles, they might make it easier to install things like desktop environments" +msgstr "これは事前にプログラムされたプロファイルのリストです。デスクトップ環境などのインストールが簡単になる可能性があります" + +msgid "Select keyboard layout" +msgstr "キーボードレイアウトを選択" + +msgid "Select one of the regions to download packages from" +msgstr "パッケージをダウンロードする地域を 1 つ選択" + +msgid "Select one or more hard drives to use and configure" +msgstr "使用・設定する 1 つ以上のハードドライブを選択" + +msgid "For the best compatibility with your AMD hardware, you may want to use either the all open-source or AMD / ATI options." +msgstr "AMD ハードウェアとの互換性を最大限に高めるには、すべてのオープンソースまたは AMD/ATI オプションのいずれかを使用することをお勧めします。" + +msgid "For the best compatibility with your Intel hardware, you may want to use either the all open-source or Intel options.\n" +msgstr "Intel ハードウェアとの互換性を最大限に高めるには、すべてのオープンソースまたは Intel オプションのいずれかを使用することをお勧めします。\n" + +msgid "For the best compatibility with your Nvidia hardware, you may want to use the Nvidia proprietary driver.\n" +msgstr "Nvidia ハードウェアとの互換性を最大限に高めるには、Nvidia 独自のドライバーを使用することをお勧めします。\n" + +msgid "" +"\n" +"\n" +"Select a graphics driver or leave blank to install all open-source drivers" +msgstr "" +"\n" +"\n" +"グラフィックドライバーを選択するか、無記入ですべてのオープンソースドライバーをインストール" + +msgid "All open-source (default)" +msgstr "すべてのオープンソース(デフォルト)" + +msgid "Choose which kernels to use or leave blank for default \"{}\"" +msgstr "使用するカーネルを選択。無記入でデフォルトの \"{}\"" + +msgid "Choose which locale language to use" +msgstr "使用するロケール言語を選択" + +msgid "Choose which locale encoding to use" +msgstr "使用するロケール エンコーディングを選択" + +msgid "Select one of the values shown below: " +msgstr "以下の値のいずれかを選択: " + +msgid "Select one or more of the options below: " +msgstr "以下のオプションを 1 つ以上選択: " + +msgid "Adding partition...." +msgstr "パーティションを追加...." + +msgid "You need to enter a valid fs-type in order to continue. See `man parted` for valid fs-type's." +msgstr "続行するには、有効な fs-type を入力する必要があります。有効な fs-type については、 `man parted` を参照してください。" + +msgid "Error: Listing profiles on URL \"{}\" resulted in:" +msgstr "" + +msgid "Error: Could not decode \"{}\" result as JSON:" +msgstr "" + +msgid "Keyboard layout" +msgstr "キーボードレイアウト" + +msgid "Mirror region" +msgstr "ミラーの地域" + +msgid "Locale language" +msgstr "ロケール言語" + +msgid "Locale encoding" +msgstr "ロケールエンコーディング" + +msgid "Drive(s)" +msgstr "ドライブ" + +msgid "Disk layout" +msgstr "ディスクレイアウト" + +msgid "Encryption password" +msgstr "暗号化パスワード" + +msgid "Swap" +msgstr "スワップ" + +msgid "Bootloader" +msgstr "ブートローダー" + +msgid "Root password" +msgstr "root パスワード" + +msgid "Superuser account" +msgstr "スーパーユーザーアカウント" + +msgid "User account" +msgstr "ユーザーアカウント" + +msgid "Profile" +msgstr "プロファイル" + +msgid "Audio" +msgstr "オーディオ" + +msgid "Kernels" +msgstr "カーネル" + +msgid "Additional packages" +msgstr "追加パッケージ" + +msgid "Network configuration" +msgstr "ネットワーク設定" + +msgid "Automatic time sync (NTP)" +msgstr "時刻の自動同期(NTP)" + +msgid "Install ({} config(s) missing)" +msgstr "インストール({} 個の設定がありません)" + +msgid "" +"You decided to skip harddrive selection\n" +"and will use whatever drive-setup is mounted at {} (experimental)\n" +"WARNING: Archinstall won't check the suitability of this setup\n" +"Do you wish to continue?" +msgstr "" +"ハードドライブの選択をスキップし、\n" +"{} にマウントしているドライブのセットアップを使用します(実験的)\n" +"警告: Archinstall はこのセットアップの適合性をチェックしません\n" +"続行しますか?" + +msgid "Re-using partition instance: {}" +msgstr "" + +msgid "Create a new partition" +msgstr "新しいパーティションを作成" + +msgid "Delete a partition" +msgstr "パーティションを削除" + +msgid "Clear/Delete all partitions" +msgstr "すべてのパーティションをクリア/削除" + +msgid "Assign mount-point for a partition" +msgstr "パーティションにマウントポイントを割り当てる" + +msgid "Mark/Unmark a partition to be formatted (wipes data)" +msgstr "フォーマットするパーティションをマーク/マーク解除(データを消去)" + +msgid "Mark/Unmark a partition as encrypted" +msgstr "" + +msgid "Mark/Unmark a partition as bootable (automatic for /boot)" +msgstr "パーティションをブータブルとしてマーク/マーク解除(/boot の場合は自動)" + +msgid "Set desired filesystem for a partition" +msgstr "" + +msgid "Abort" +msgstr "中止" + +msgid "Hostname" +msgstr "ホスト名" + +msgid "Not configured, unavailable unless setup manually" +msgstr "未設定。手動で設定しない限り使用できません" + +msgid "Timezone" +msgstr "タイムゾーン" + +msgid "Set/Modify the below options" +msgstr "以下のオプションを設定/変更" + +msgid "Install" +msgstr "インストール" + +msgid "" +"Use ESC to skip\n" +"\n" +msgstr "" +"Esc でスキップ\n" +"\n" + +msgid "Suggest partition layout" +msgstr "パーティションレイアウトを提案" + +msgid "Enter a password: " +msgstr "パスワードを入力: " + +msgid "Enter a encryption password for {}" +msgstr "{} の暗号化パスワードを入力" + +msgid "Enter disk encryption password (leave blank for no encryption): " +msgstr "ディスクの暗号化パスワードを入力(暗号化しない場合は無記入): " + +msgid "Create a required super-user with sudo privileges: " +msgstr "" + +msgid "Enter root password (leave blank to disable root): " +msgstr "root パスワードを入力(root を無効にする場合は無記入): " + +msgid "Password for user \"{}\": " +msgstr "ユーザー \"{}\" のパスワード: " + +msgid "Verifying that additional packages exist (this might take a few seconds)" +msgstr "追加のパッケージが存在することを確認(これには数秒かかる場合があります)" + +msgid "Would you like to use automatic time synchronization (NTP) with the default time servers?\n" +msgstr "デフォルトのタイムサーバーで時刻の自動同期(NTP)を使用しますか?\n" + +msgid "" +"Hardware time and other post-configuration steps might be required in order for NTP to work.\n" +"For more information, please check the Arch wiki" +msgstr "" + +msgid "Enter a username to create an additional user (leave blank to skip): " +msgstr "ユーザー名を入力して追加ユーザーを作成(無記入でスキップ): " + +msgid "Use ESC to skip\n" +msgstr "Esc でスキップ\n" + +msgid "" +"\n" +" Choose an object from the list, and select one of the available actions for it to execute" +msgstr "" +"\n" +"リストからオブジェクトを選択し、そのオブジェクトで実行できるアクションの 1 つを選択" + +msgid "Cancel" +msgstr "キャンセル" + +msgid "Confirm and exit" +msgstr "確認して終了" + +msgid "Add" +msgstr "追加" + +msgid "Copy" +msgstr "コピー" + +msgid "Edit" +msgstr "編集" + +msgid "Delete" +msgstr "削除" + +msgid "Select an action for '{}'" +msgstr "'{}' へのアクションを選択" + +msgid "Copy to new key:" +msgstr "" + +msgid "Unknown nic type: {}. Possible values are {}" +msgstr "" + +msgid "" +"\n" +"This is your chosen configuration:" +msgstr "" +"\n" +"これが選択した設定です:" + +msgid "Pacman is already running, waiting maximum 10 minutes for it to terminate." +msgstr "Pacman はすでに実行されており、終了するまで最大 10 分間待機します。" + +msgid "Pre-existing pacman lock never exited. Please clean up any existing pacman sessions before using archinstall." +msgstr "" + +msgid "Choose which optional additional repositories to enable" +msgstr "オプションで有効にする追加リポジトリを選択" + +msgid "Add a user" +msgstr "ユーザーを追加" + +msgid "Change password" +msgstr "パスワードを変更" + +msgid "Promote/Demote user" +msgstr "ユーザーを昇格/降格" + +msgid "Delete User" +msgstr "ユーザーを削除" + +msgid "" +"\n" +"Define a new user\n" +msgstr "" +"\n" +"新しいユーザーを定義\n" + +msgid "User Name : " +msgstr "ユーザー名: " + +msgid "Should {} be a superuser (sudoer)?" +msgstr "" + +msgid "Define users with sudo privilege: " +msgstr "" + +msgid "No network configuration" +msgstr "ネットワーク設定なし" + +msgid "Set desired subvolumes on a btrfs partition" +msgstr "" + +msgid "" +"{}\n" +"\n" +"Select which partition to set subvolumes on" +msgstr "" +"{}\n" +"\n" +"サブボリュームを設定するパーティションを選択" + +msgid "Manage btrfs subvolumes for current partition" +msgstr "現在のパーティションの Btrfs サブボリュームを管理" + +msgid "No configuration" +msgstr "設定なし" + +msgid "Save user configuration" +msgstr "ユーザー設定を保存" + +msgid "Save user credentials" +msgstr "ユーザーの認証情報を保存" + +msgid "Save disk layout" +msgstr "ディスクレイアウトを保存" + +msgid "Save all" +msgstr "すべて保存" + +msgid "Choose which configuration to save" +msgstr "保存する設定を選択" + +msgid "Enter a directory for the configuration(s) to be saved: " +msgstr "設定を保存するディレクトリを入力: " + +msgid "Not a valid directory: {}" +msgstr "有効なディレクトリではありません: {}" + +msgid "The password you are using seems to be weak," +msgstr "使用しているパスワードは弱いようです、" + +msgid "are you sure you want to use it?" +msgstr "本当に使用してもよろしいですか?" + +msgid "Optional repositories" +msgstr "オプションのリポジトリ" + +msgid "Save configuration" +msgstr "設定を保存" + +msgid "Missing configurations:\n" +msgstr "設定が存在しません:\n" + +msgid "Either root-password or at least 1 superuser must be specified" +msgstr "root-パスワードか1人以上のスーパーユーザーを指定してください" + +msgid "Manage superuser accounts: " +msgstr "スーパーユーザーアカウントを管理: " + +msgid "Manage ordinary user accounts: " +msgstr "一般ユーザーのアカウントを管理: " + +msgid " Subvolume :{:16}" +msgstr " サブボリューム :{:16}" + +msgid " mounted at {:16}" +msgstr "" + +msgid " with option {}" +msgstr "" + +msgid "" +"\n" +" Fill the desired values for a new subvolume \n" +msgstr "" + +msgid "Subvolume name " +msgstr "サブボリューム名 " + +msgid "Subvolume mountpoint" +msgstr "サブボリュームのマウントポイント" + +msgid "Subvolume options" +msgstr "" + +msgid "Save" +msgstr "保存" + +msgid "Subvolume name :" +msgstr "サブボリューム名:" + +msgid "Select a mount point :" +msgstr "マウント ポイントを選択:" + +msgid "Select the desired subvolume options " +msgstr "サブボリュームのオプションを選択" + +msgid "Define users with sudo privilege, by username: " +msgstr "" + +msgid "[!] A log file has been created here: {}" +msgstr "[!] ここにログファイルが作成されました: {}" + +msgid "Would you like to use BTRFS subvolumes with a default structure?" +msgstr "デフォルトの設定で Btrfs サブボリュームを使用しますか?" + +msgid "Would you like to use BTRFS compression?" +msgstr "Btrfs の圧縮を使用しますか?" + +msgid "Would you like to create a separate partition for /home?" +msgstr "/home 用に別のパーティションを作成しますか?" + +msgid "The selected drives do not have the minimum capacity required for an automatic suggestion\n" +msgstr "選択したドライブには、自動提案に必要な最小容量がありません\n" + +msgid "Minimum capacity for /home partition: {}GB\n" +msgstr "/home パーティションの最小容量: {}GB\n" + +msgid "Minimum capacity for Arch Linux partition: {}GB" +msgstr "Arch Linux パーティションの最小容量: {}GB" + +msgid "Continue" +msgstr "続行" + +msgid "yes" +msgstr "はい" + +msgid "no" +msgstr "いいえ" + +msgid "set: {}" +msgstr "セット: {}" + +msgid "Manual configuration setting must be a list" +msgstr "手動設定はリストである必要があります" + +msgid "No iface specified for manual configuration" +msgstr "手動設定に iface が指定されていません" + +msgid "Manual nic configuration with no auto DHCP requires an IP address" +msgstr "" + +msgid "Add interface" +msgstr "インターフェイスを追加" + +msgid "Edit interface" +msgstr "インターフェイスを編集" + +msgid "Delete interface" +msgstr "インターフェイスを削除" + +msgid "Select interface to add" +msgstr "追加するインターフェースを選択" + +msgid "Manual configuration" +msgstr "手動設定" + +msgid "Mark/Unmark a partition as compressed (btrfs only)" +msgstr "パーティションを圧縮するものとしてマーク/マーク解除(Btrfs のみ)" + +msgid "The password you are using seems to be weak, are you sure you want to use it?" +msgstr "使用しているパスワードは弱いようですが、本当に使用してもよろしいですか?" + +msgid "Provides a selection of desktop environments and tiling window managers, e.g. gnome, kde, sway" +msgstr "デスクトップ環境とタイルウィンドウマネージャーの選択を提供します。e.g. gnome, kde, sway" + +msgid "Select your desired desktop environment" +msgstr "デスクトップ環境を選択" + +msgid "A very basic installation that allows you to customize Arch Linux as you see fit." +msgstr "Arch Linux を必要に応じてカスタマイズできる非常に基本的なインストールです。" + +msgid "Provides a selection of various server packages to install and enable, e.g. httpd, nginx, mariadb" +msgstr "さまざまなサーバー パッケージの選択肢を提供します。e.g. httpd, nginx, mariadb" + +msgid "Choose which servers to install, if none then a minimal installation will be done" +msgstr "" + +msgid "Installs a minimal system as well as xorg and graphics drivers." +msgstr "最小限のシステムと xorg およびグラフィックドライバーをインストール。" + +msgid "Press Enter to continue." +msgstr "Enter キーで続行します。" + +msgid "Would you like to chroot into the newly created installation and perform post-installation configuration?" +msgstr "新しく作成したインストールに chroot して、インストール後の設定を実行しますか?" + +msgid "Are you sure you want to reset this setting?" +msgstr "この設定をリセットしてもよろしいですか?" + +msgid "Select one or more hard drives to use and configure\n" +msgstr "使用・設定する 1 つ以上のハードドライブを選択\n" + +msgid "Any modifications to the existing setting will reset the disk layout!" +msgstr "既存の設定を変更すると、ディスクレイアウトがリセットされます!" + +msgid "If you reset the harddrive selection this will also reset the current disk layout. Are you sure?" +msgstr "ハードドライブの選択をリセットすると、現在のディスクレイアウトもリセットされます。よろしいですか?" + +msgid "Save and exit" +msgstr "保存して終了" + +msgid "" +"{}\n" +"contains queued partitions, this will remove those, are you sure?" +msgstr "" +"{}\n" +"キューに入れられたパーティションが含まれています。削除しますがよろしいですか?" + +msgid "No audio server" +msgstr "オーディオサーバーなし" + +msgid "(default)" +msgstr "(デフォルト)" + +msgid "Use ESC to skip" +msgstr "Esc でスキップ" + +msgid "" +"Use CTRL+C to reset current selection\n" +"\n" +msgstr "" +"Ctrl+C で現在の選択をリセット\n" +"\n" + +msgid "Copy to: " +msgstr "コピー先: " + +msgid "Edit: " +msgstr "編集: " + +msgid "Key: " +msgstr "キー: " + +msgid "Edit {}: " +msgstr "編集 {}: " + +msgid "Add: " +msgstr "追加: " + +msgid "Value: " +msgstr "値: " + +msgid "You can skip selecting a drive and partitioning and use whatever drive-setup is mounted at /mnt (experimental)" +msgstr "ドライブの選択とパーティショニングをスキップして、/mnt にマウントしているドライブのセットアップを使用できます(実験的)" + +msgid "Select one of the disks or skip and use /mnt as default" +msgstr "いずれかのディスクを選択するか、スキップして /mnt をデフォルトとして使用" + +msgid "Select which partitions to mark for formatting:" +msgstr "フォーマット対象としてマークするパーティションを選択:" + +msgid "Use HSM to unlock encrypted drive" +msgstr "HSM を使用して暗号化されたドライブのロックを解除" + +msgid "Device" +msgstr "デバイス" + +msgid "Size" +msgstr "サイズ" + +msgid "Free space" +msgstr "空き容量" + +msgid "Bus-type" +msgstr "Bus タイプ" + +msgid "Either root-password or at least 1 user with sudo privileges must be specified" +msgstr "root-パスワードか、1人以上の sudo 権限を持つユーザーを指定する必要があります" + +msgid "Enter username (leave blank to skip): " +msgstr "ユーザー名を入力(無記入でスキップ): " + +msgid "The username you entered is invalid. Try again" +msgstr "入力したユーザー名は無効です。もう1度やり直してください" + +msgid "Should \"{}\" be a superuser (sudo)?" +msgstr "\"{}\" はスーパーユーザー(sudo)になりますか?" + +msgid "Select which partitions to encrypt" +msgstr "暗号化するパーティションを選択" + +msgid "very weak" +msgstr "非常に弱い" + +msgid "weak" +msgstr "弱い" + +msgid "moderate" +msgstr "中程度" + +msgid "strong" +msgstr "強い" + +msgid "Add subvolume" +msgstr "サブボリュームを追加" + +msgid "Edit subvolume" +msgstr "サブボリュームを編集" + +msgid "Delete subvolume" +msgstr "サブボリュームを削除" + +msgid "Configured {} interfaces" +msgstr "設定した {} インターフェース" + +msgid "This option enables the number of parallel downloads that can occur during installation" +msgstr "このオプションは、インストール中に実行できる並列ダウンロードの数を有効にします" + +msgid "" +"Enter the number of parallel downloads to be enabled.\n" +" (Enter a value between 1 to {})\n" +"Note:" +msgstr "" +"有効にする並列ダウンロードの数を入力してください。\n" +" (1 から {} の値を入力)\n" +"注意:" + +msgid " - Maximum value : {} ( Allows {} parallel downloads, allows {} downloads at a time )" +msgstr "" + +msgid " - Minimum value : 1 ( Allows 1 parallel download, allows 2 downloads at a time )" +msgstr "" + +msgid " - Disable/Default : 0 ( Disables parallel downloading, allows only 1 download at a time )" +msgstr "" + +#, python-brace-format +msgid "Invalid input! Try again with a valid input [1 to {max_downloads}, or 0 to disable]" +msgstr "" + +msgid "Parallel Downloads" +msgstr "並行ダウンロード" + +msgid "ESC to skip" +msgstr "Esc でスキップ" + +msgid "CTRL+C to reset" +msgstr "Ctrl+C でリセット" + +msgid "TAB to select" +msgstr "Tab で選択" + +msgid "[Default value: 0] > " +msgstr "[デフォルト値: 0] > " + +msgid "To be able to use this translation, please install a font manually that supports the language." +msgstr "" + +msgid "The font should be stored as {}" +msgstr "" + +msgid "Archinstall requires root privileges to run. See --help for more." +msgstr "Archinstall を実行するには root 権限が必要です。詳細については --help を参照してください。" + +msgid "Select an execution mode" +msgstr "" + +msgid "Unable to fetch profile from specified url: {}" +msgstr "" + +msgid "Profiles must have unique name, but profile definitions with duplicate name found: {}" +msgstr "プロファイルには一意の名前が必要ですが、重複した名前のプロファイル定義が見つかりました: {}" + +msgid "Select one or more devices to use and configure" +msgstr "使用・設定する 1 つ以上のデバイスを選択" + +msgid "If you reset the device selection this will also reset the current disk layout. Are you sure?" +msgstr "デバイスの選択をリセットすると、現在のディスクレイアウトもリセットされます。よろしいですか?" + +msgid "Existing Partitions" +msgstr "既存のパーティション" + +msgid "Select a partitioning option" +msgstr "パーティションの分割オプションを選択" + +msgid "Enter the root directory of the mounted devices: " +msgstr "マウントされたデバイスのルートディレクトリを入力: " + +msgid "Minimum capacity for /home partition: {}GiB\n" +msgstr "/home パーティションの最小容量: {}GiB\n" + +msgid "Minimum capacity for Arch Linux partition: {}GiB" +msgstr "Arch Linux パーティションの最小容量: {}GiB" + +msgid "This is a list of pre-programmed profiles_bck, they might make it easier to install things like desktop environments" +msgstr "これは事前にプログラムされたプロファイルのリストです。デスクトップ環境などのインストールが簡単になる可能性があります" + +msgid "Current profile selection" +msgstr "現在のプロファイルの選択" + +msgid "Remove all newly added partitions" +msgstr "新しく追加されたパーティションをすべて削除" + +msgid "Assign mountpoint" +msgstr "マウントポイントを割り当てる" + +msgid "Mark/Unmark to be formatted (wipes data)" +msgstr "フォーマットするものとしてマーク/マーク解除(データを消去)" + +msgid "Mark/Unmark as bootable" +msgstr "ブータブルとしてマーク/マーク解除" + +msgid "Change filesystem" +msgstr "ファイルシステムを変更" + +msgid "Mark/Unmark as compressed" +msgstr "圧縮するものとしてマーク/マーク解除" + +msgid "Set subvolumes" +msgstr "サブボリュームを設定" + +msgid "Delete partition" +msgstr "パーティションを削除" + +msgid "Partition" +msgstr "パーティション" + +msgid "This partition is currently encrypted, to format it a filesystem has to be specified" +msgstr "" + +msgid "Partition mount-points are relative to inside the installation, the boot would be /boot as an example." +msgstr "パーティションのマウントポイントはインストールにおける相対的なもので、例として boot は /boot になります。" + +msgid "If mountpoint /boot is set, then the partition will also be marked as bootable." +msgstr "マウントポイントに /boot が設定された場合、パーティションはブータブルとしてマークされます。" + +msgid "Mountpoint: " +msgstr "マウントポイント: " + +msgid "Current free sectors on device {}:" +msgstr "デバイス {} の現在の空きセクター:" + +msgid "Total sectors: {}" +msgstr "総セクター数: {}" + +msgid "Enter the start sector (default: {}): " +msgstr "" + +msgid "Enter the end sector of the partition (percentage or block number, default: {}): " +msgstr "" + +msgid "This will remove all newly added partitions, continue?" +msgstr "これは新しく追加されたパーティションをすべて削除します。続けますか?" + +msgid "Partition management: {}" +msgstr "パーティションを管理: {}" + +msgid "Total length: {}" +msgstr "全体のサイズ: {}" + +msgid "Encryption type" +msgstr "暗号化のタイプ" + +msgid "Partitions" +msgstr "パーティション" + +msgid "No HSM devices available" +msgstr "利用可能な HSM デバイスがありません" + +msgid "Partitions to be encrypted" +msgstr "暗号化するパーティション" + +msgid "Select disk encryption option" +msgstr "ディスクの暗号化オプションを選択" + +msgid "Select a FIDO2 device to use for HSM" +msgstr "HSM に使用する FIDO2 デバイスを選択" + +msgid "Use a best-effort default partition layout" +msgstr "ベストエフォートのデフォルトパーティションレイアウトを使用" + +msgid "Manual Partitioning" +msgstr "手動パーティショニング" + +msgid "Pre-mounted configuration" +msgstr "事前にマウントされた設定" + +msgid "Unknown" +msgstr "不明" + +msgid "Partition encryption" +msgstr "パーティションの暗号化" + +msgid " ! Formatting {} in " +msgstr " ! {} のフォーマットまで " + +msgid " Back" +msgstr " 戻る" + +msgid "Disk encryption" +msgstr "ディスクの暗号化" + +msgid "Configuration" +msgstr "設定" + +msgid "Password" +msgstr "パスワード" + +msgid "All settings will be reset, are you sure?" +msgstr "すべての設定がリセットされます。よろしいですか?" + +msgid "Back" +msgstr "戻る" + +msgid "Please chose which greeter to install for the chosen profiles: {}" +msgstr "選択したプロファイルにインストールするグリーターを選択: {}" + +msgid "Environment type: {}" +msgstr "環境のタイプ: {}" + +msgid "The proprietary Nvidia driver is not supported by Sway. It is likely that you will run into issues, are you okay with that?" +msgstr "プロプライエタリの Nvidia ドライバーは Sway ではサポートされていません。問題が発生する可能性がありますが、よろしいですか?" + +msgid "Installed packages" +msgstr "インストールするパッケージ" + +msgid "Add profile" +msgstr "プロファイルを追加" + +msgid "Edit profile" +msgstr "プロファイルを編集" + +msgid "Delete profile" +msgstr "プロファイルを削除" + +msgid "Profile name: " +msgstr "プロファイル名: " + +msgid "The profile name you entered is already in use. Try again" +msgstr "入力したプロファイル名はすでに使用されています。もう1度やり直してください" + +msgid "Packages to be install with this profile (space separated, leave blank to skip): " +msgstr "このプロファイルでインストールするパッケージ(スペースで区切る。無記入でスキップ): " + +msgid "Services to be enabled with this profile (space separated, leave blank to skip): " +msgstr "このプロファイルで有効にするサービス(スペースで区切る。未記入でスキップ): " + +msgid "Should this profile be enabled for installation?" +msgstr "このプロファイルのインストールを有効にしますか?" + +msgid "Create your own" +msgstr "" + +msgid "" +"\n" +"Select a graphics driver or leave blank to install all open-source drivers" +msgstr "" +"\n" +"グラフィックドライバーを選択。無記入ですべてのオープンソースドライバーをインストール" + +msgid "Sway needs access to your seat (collection of hardware devices i.e. keyboard, mouse, etc)" +msgstr "Sway はシート(キーボード、マウスなどハードウェアデバイスの集合)にアクセスする必要があります" + +msgid "" +"\n" +"\n" +"Choose an option to give Sway access to your hardware" +msgstr "" + +msgid "Graphics driver" +msgstr "グラフィックドライバー" + +msgid "Greeter" +msgstr "グリーター" + +msgid "Please chose which greeter to install" +msgstr "インストールするグリーターを選択" + +msgid "This is a list of pre-programmed default_profiles" +msgstr "これは、事前にプログラムされた default_profile のリストです" + +msgid "Disk configuration" +msgstr "ディスクの設定" + +msgid "Profiles" +msgstr "プロファイル" + +msgid "Finding possible directories to save configuration files ..." +msgstr "設定ファイルを保存できるディレクトリを検索しています..." + +msgid "Select directory (or directories) for saving configuration files" +msgstr "" + +msgid "Add a custom mirror" +msgstr "カスタムミラーを追加" + +msgid "Change custom mirror" +msgstr "カスタムミラーを変更" + +msgid "Delete custom mirror" +msgstr "カスタムミラーを削除" + +msgid "Enter name (leave blank to skip): " +msgstr "名前を入力(無記入でスキップ): " + +msgid "Enter url (leave blank to skip): " +msgstr "URL を入力(未記入でスキップ): " + +msgid "Select signature check option" +msgstr "" + +msgid "Select signature option" +msgstr "" + +msgid "Custom mirrors" +msgstr "カスタムミラー" + +msgid "Defined" +msgstr "定義済み" + +msgid "Save user configuration (including disk layout)" +msgstr "ユーザー設定を保存(ディスクレイアウトを含む)" + +msgid "" +"Enter a directory for the configuration(s) to be saved (tab completion enabled)\n" +"Save directory: " +msgstr "" +"設定を保存するディレクトリを入力(Tab で補完可能)\n" +"保存ディレクトリ: " + +msgid "" +"Do you want to save {} configuration file(s) in the following location?\n" +"\n" +"{}" +msgstr "" +"{} 設定ファイルを次の場所に保存しますか?\n" +"\n" +"{}" + +msgid "Saving {} configuration files to {}" +msgstr "{} 設定ファイルを {} に保存" + +msgid "Mirrors" +msgstr "ミラー" + +msgid "Mirror regions" +msgstr "ミラーの地域" + +msgid " - Maximum value : {} ( Allows {} parallel downloads, allows {max_downloads+1} downloads at a time )" +msgstr "" + +msgid "Invalid input! Try again with a valid input [1 to {}, or 0 to disable]" +msgstr "" + +msgid "Locales" +msgstr "ロケール" + +msgid "Use NetworkManager (necessary to configure internet graphically in GNOME and KDE)" +msgstr "NetworkManager を使用(GNOME と KDE でインターネットをグラフィカルに設定するのに必要)" + +msgid "Total: {} / {}" +msgstr "全体: {} / {}" + +msgid "All entered values can be suffixed with a unit: B, KB, KiB, MB, MiB..." +msgstr "入力したすべての値に、B、KB、KiB、MB、MiB などの単位を付けることができます。" + +msgid "If no unit is provided, the value is interpreted as sectors" +msgstr "単位が指定されていない場合、値はセクターとして解釈されます" + +msgid "Enter start (default: sector {}): " +msgstr "開始値を入力(デフォルト: セクター {}): " + +msgid "Enter end (default: {}): " +msgstr "終了値を入力(デフォルト: {}): " + +msgid "Unable to determine fido2 devices. Is libfido2 installed?" +msgstr "fido2 デバイスを特定できません。lifido2 はインストールされていますか?" + +msgid "Path" +msgstr "パス" + +msgid "Manufacturer" +msgstr "メーカー" + +msgid "Product" +msgstr "製品" + +#, python-brace-format +msgid "Invalid configuration: {error}" +msgstr "無効な設定: {error}" + +msgid "Type" +msgstr "タイプ" + +msgid "This option enables the number of parallel downloads that can occur during package downloads" +msgstr "" + +msgid "" +"Enter the number of parallel downloads to be enabled.\n" +"\n" +"Note:\n" +msgstr "" + +msgid " - Maximum recommended value : {} ( Allows {} parallel downloads at a time )" +msgstr "" + +msgid " - Disable/Default : 0 ( Disables parallel downloading, allows only 1 download at a time )\n" +msgstr "" + +msgid "Invalid input! Try again with a valid input [or 0 to disable]" +msgstr "" + +msgid "Hyprland needs access to your seat (collection of hardware devices i.e. keyboard, mouse, etc)" +msgstr "" + +msgid "" +"\n" +"\n" +"Choose an option to give Hyprland access to your hardware" +msgstr "" + +msgid "All entered values can be suffixed with a unit: %, B, KB, KiB, MB, MiB..." +msgstr "入力したすべての値に、%、B、KB、KiB、MB、MiB などの単位を付けることができます。" + +msgid "Would you like to use unified kernel images?" +msgstr "Unified カーネルイメージを使用しますか?" + +msgid "Unified kernel images" +msgstr "Unified カーネルイメージ" + +msgid "Waiting for time sync (timedatectl show) to complete." +msgstr "時刻の同期(timedatectl show)が完了するのを待機しています。" + +msgid "Time syncronization not completing, while you wait - check the docs for workarounds: https://archinstall.readthedocs.io/" +msgstr "" + +msgid "Skipping waiting for automatic time sync (this can cause issues if time is out of sync during installation)" +msgstr "" + +msgid "Waiting for Arch Linux keyring sync (archlinux-keyring-wkd-sync) to complete." +msgstr "" -- cgit v1.2.3-54-g00ecf From 749efaca303f70f167a4eeeba870d465fba604bc Mon Sep 17 00:00:00 2001 From: Wellinton Kricowski Date: Mon, 27 Nov 2023 09:44:50 -0300 Subject: Update pt-BR translation (#2267) --- archinstall/locales/pt_BR/LC_MESSAGES/base.po | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'archinstall/locales') diff --git a/archinstall/locales/pt_BR/LC_MESSAGES/base.po b/archinstall/locales/pt_BR/LC_MESSAGES/base.po index dacd491a..969c910a 100644 --- a/archinstall/locales/pt_BR/LC_MESSAGES/base.po +++ b/archinstall/locales/pt_BR/LC_MESSAGES/base.po @@ -1170,7 +1170,7 @@ msgid "Enter end (default: {}): " msgstr "Digite o setor de início (padrão: {}): " msgid "Unable to determine fido2 devices. Is libfido2 installed?" -msgstr "" +msgstr "Incapaz de determinar dispositivos FIDO2. O libfido2 está instalado?" msgid "Path" msgstr "Caminho" @@ -1233,22 +1233,22 @@ msgstr "Todos os valores inseridos podem ser seguidos por uma unidade: B, KB, Ki #, fuzzy msgid "Would you like to use unified kernel images?" -msgstr "Deseja usar swap em zram?" +msgstr "Deseja usar imagens de kernel unificados?" msgid "Unified kernel images" -msgstr "" +msgstr "Imagens de kernel unificados" msgid "Waiting for time sync (timedatectl show) to complete." -msgstr "" +msgstr "Aguardando a sincronização do fuso horário (timedatectl show) ser concluida." msgid "Time syncronization not completing, while you wait - check the docs for workarounds: https://archinstall.readthedocs.io/" -msgstr "" +msgstr "Sincronização de fuso horário não concluída, enquanto você espera - confira a documentação para soluções alternativas: https://archinstall.readthedocs.io/" msgid "Skipping waiting for automatic time sync (this can cause issues if time is out of sync during installation)" -msgstr "" +msgstr "Pulando a espera pela sincronização automática de fuso horário (isso pode causar problemas se o fuso horário estiver desincronizado durante a instalação)" msgid "Waiting for Arch Linux keyring sync (archlinux-keyring-wkd-sync) to complete." -msgstr "" +msgstr "Aguardando a sincronização do Arch Linux Keyring (archlinux-keyring-wkd-sync) ser concluída." #~ msgid "When picking a directory to save configuration files to, by default we will ignore the following folders: " #~ msgstr "Ao selecionar um diretório para salvar arquivos de configuração, por padrão nós ignoramos as seguintes pastas: " -- cgit v1.2.3-54-g00ecf From e76ca0ad9479029324be366d9f67c336321418d7 Mon Sep 17 00:00:00 2001 From: Hugo Carvalho Date: Mon, 27 Nov 2023 15:46:46 +0000 Subject: Update Portuguese (pt) translation (#2270) --- archinstall/locales/pt/LC_MESSAGES/base.mo | Bin 39351 -> 41058 bytes archinstall/locales/pt/LC_MESSAGES/base.po | 26 +++++++++++--------------- 2 files changed, 11 insertions(+), 15 deletions(-) (limited to 'archinstall/locales') diff --git a/archinstall/locales/pt/LC_MESSAGES/base.mo b/archinstall/locales/pt/LC_MESSAGES/base.mo index 4de0b4b3..aea7fe45 100644 Binary files a/archinstall/locales/pt/LC_MESSAGES/base.mo and b/archinstall/locales/pt/LC_MESSAGES/base.mo differ diff --git a/archinstall/locales/pt/LC_MESSAGES/base.po b/archinstall/locales/pt/LC_MESSAGES/base.po index f57aff8e..826d9c4c 100644 --- a/archinstall/locales/pt/LC_MESSAGES/base.po +++ b/archinstall/locales/pt/LC_MESSAGES/base.po @@ -13,7 +13,7 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -"X-Generator: Poedit 3.3.2\n" +"X-Generator: Poedit 3.4.1\n" msgid "[!] A log file has been created here: {} {}" msgstr "[!] Foi criado um ficheiro de registo aqui: {} {}" @@ -1175,7 +1175,7 @@ msgid "Invalid configuration: {error}" msgstr "Configuração inválida: {error}" msgid "Type" -msgstr "" +msgstr "Tipo" msgid "This option enables the number of parallel downloads that can occur during package downloads" msgstr "Esta opção ativa o número de transferências paralelas que podem ocorrer durante as transferências de pacotes" @@ -1198,11 +1198,9 @@ msgstr " - Desativar/Predefinido : 0 ( Desativa as transferências paralelas, pe msgid "Invalid input! Try again with a valid input [or 0 to disable]" msgstr "Entrada inválida! Tente novamente com uma entrada válida [ou 0 para desativar]" -#, fuzzy msgid "Hyprland needs access to your seat (collection of hardware devices i.e. keyboard, mouse, etc)" -msgstr "O Sway precisa de acesso ao seu \"seat\" (conjunto de dispositivos de hardware, como o teclado, o rato, etc)" +msgstr "O Hyprland precisa de acesso ao seu \"seat\" (conjunto de dispositivos de hardware, como o teclado, o rato, etc)" -#, fuzzy msgid "" "\n" "\n" @@ -1210,30 +1208,28 @@ msgid "" msgstr "" "\n" "\n" -"Selecionar uma opção para permitir o acesso do Sway ao seu hardware" +"Selecionar uma opção para permitir o acesso do Hyprland ao seu hardware" -#, fuzzy msgid "All entered values can be suffixed with a unit: %, B, KB, KiB, MB, MiB..." -msgstr "Todos os valores inseridos podem ser sufixados com uma unidade: B, KB, KiB, MB, MiB..." +msgstr "Todos os valores inseridos podem ser sufixados com uma unidade: %, B, KB, KiB, MB, MiB..." -#, fuzzy msgid "Would you like to use unified kernel images?" -msgstr "Gostaria de usar a swap em zram?" +msgstr "Gostaria de usar imagens de kernel unificados?" msgid "Unified kernel images" -msgstr "" +msgstr "Imagens de kernel unificados" msgid "Waiting for time sync (timedatectl show) to complete." -msgstr "" +msgstr "À espera que a sincronização da hora (timedatectl show) seja concluída." msgid "Time syncronization not completing, while you wait - check the docs for workarounds: https://archinstall.readthedocs.io/" -msgstr "" +msgstr "A sincronização da hora não está a ser concluída, enquanto espera - consulte a documentação para obter soluções alternativas: https://archinstall.readthedocs.io/" msgid "Skipping waiting for automatic time sync (this can cause issues if time is out of sync during installation)" -msgstr "" +msgstr "Ignorar a espera pela sincronização automática da hora (isto pode causar problemas se a hora estiver dessincronizada durante a instalação)" msgid "Waiting for Arch Linux keyring sync (archlinux-keyring-wkd-sync) to complete." -msgstr "" +msgstr "A aguardar que a sincronização do chaveiro do Arch Linux (archlinux-keyring-wkd-sync) seja concluída." #~ msgid "Add :" #~ msgstr "Adicionar :" -- cgit v1.2.3-54-g00ecf From 8637cd06e771ab9751cd0ec58d24b5e9edf056a8 Mon Sep 17 00:00:00 2001 From: "K.B.Dharun Krishna" Date: Tue, 28 Nov 2023 14:43:39 +0530 Subject: po: update Tamil translation (#2271) --- archinstall/locales/ta/LC_MESSAGES/base.po | 23 +++++++++++------------ 1 file changed, 11 insertions(+), 12 deletions(-) (limited to 'archinstall/locales') diff --git a/archinstall/locales/ta/LC_MESSAGES/base.po b/archinstall/locales/ta/LC_MESSAGES/base.po index 53c08c9c..abc1131a 100644 --- a/archinstall/locales/ta/LC_MESSAGES/base.po +++ b/archinstall/locales/ta/LC_MESSAGES/base.po @@ -9,7 +9,7 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Generator: Poedit 3.3.2\n" +"X-Generator: Poedit 3.4.1\n" msgid "[!] A log file has been created here: {} {}" msgstr "[!] ஒரு பதிவு கோப்பு இங்கே உருவாக்கப்பட்டது: {} {}" @@ -72,7 +72,7 @@ msgid "Select which mode to configure for \"{}\" or skip to use default mode \"{ msgstr "எந்த பயன்முறையை \"{}\" உள்ளமைக்க வேண்டும் என்பதைத் தேர்ந்தெடுக்கவும் அல்லது இயல்புநிலை பயன்முறை \"{}\" ஐப் பயன்படுத்த தவிர்க்கவும்" msgid "Enter the IP and subnet for {} (example: 192.168.0.5/24): " -msgstr "உள்ளிடுங்கள் IP மற்றும் சப்நெட்டை {}(எடுத்துக்காட்டு: 192.168.0.5/24): " +msgstr "உள்ளிடுங்கள் IP மற்றும் சப்நெட்டை {} (எடுத்துக்காட்டு: 192.168.0.5/24): " msgid "Enter your gateway (router) IP address or leave blank for none: " msgstr "உங்கள் நுழைவாயில் (திசைவி) IP முகவரியை உள்ளிடவும் அல்லது எதற்கும் காலியாக விடவும்: " @@ -367,7 +367,7 @@ msgid "Enter a password: " msgstr "கடவுச்சொல்லை உள்ளிடவும்: " msgid "Enter a encryption password for {}" -msgstr "{}க்கான என்க்ரிப்ஷன் கடவுச்சொல்லை உள்ளிடவும்" +msgstr "{} க்கான என்க்ரிப்ஷன் கடவுச்சொல்லை உள்ளிடவும்" msgid "Enter disk encryption password (leave blank for no encryption): " msgstr "வட்டு குறியாக்க கடவுச்சொல்லை உள்ளிடவும் (குறியாக்கம் இல்லாமல் இருப்பதற்கு காலியாக விடவும்): " @@ -426,7 +426,7 @@ msgid "Delete" msgstr "அழி" msgid "Select an action for '{}'" -msgstr "'{}'க்கான செயலைத் தேர்ந்தெடுக்கவும்" +msgstr "'{}' க்கான செயலைத் தேர்ந்தெடுக்கவும்" msgid "Copy to new key:" msgstr "புதிய விசைக்கு நகலெடு:" @@ -869,7 +869,7 @@ msgstr "" "\n" msgid "Minimum capacity for Arch Linux partition: {}GiB" -msgstr "ஆர்ச் லினக்ஸ் பகிர்வுக்கான குறைந்தபட்ச கொள்ளளவு: {}ஜிபி" +msgstr "ஆர்ச் லினக்ஸ் பகிர்வுக்கான குறைந்தபட்ச கொள்ளளவு: {}GiB" msgid "This is a list of pre-programmed profiles_bck, they might make it easier to install things like desktop environments" msgstr "இது முன்-திட்டமிடப்பட்ட profiles_bck இன் பட்டியல், அவை டெஸ்க்டாப் சூழல்கள் போன்றவற்றை நிறுவுவதை எளிதாக்கலாம்" @@ -1210,21 +1210,20 @@ msgstr "" msgid "All entered values can be suffixed with a unit: %, B, KB, KiB, MB, MiB..." msgstr "உள்ளிடப்பட்ட அனைத்து மதிப்புகளையும் ஒரு அலகுடன் பின்னொட்டு இடலாம்: %, B, KB, KiB, MB, MiB..." -#, fuzzy msgid "Would you like to use unified kernel images?" -msgstr "நீங்கள் zram இல் swap ஐப் பயன்படுத்த விரும்புகிறீர்களா?" +msgstr "ஒருங்கிணைந்த கர்னல் படங்களைப் பயன்படுத்த விரும்புகிறீர்களா?" msgid "Unified kernel images" -msgstr "" +msgstr "ஒருங்கிணைந்த கர்னல் படங்கள்" msgid "Waiting for time sync (timedatectl show) to complete." -msgstr "" +msgstr "நேர ஒத்திசைவு (timedatectl show) முடிவடைவதற்காகக் காத்திருக்கிறது." msgid "Time syncronization not completing, while you wait - check the docs for workarounds: https://archinstall.readthedocs.io/" -msgstr "" +msgstr "நேர ஒத்திசைவு முடிவடையவில்லை, நீங்கள் காத்திருக்கும் போது - தீர்வுக்கான ஆவணங்களைச் சரிபார்க்கவும்: https://archinstall.readthedocs.io/" msgid "Skipping waiting for automatic time sync (this can cause issues if time is out of sync during installation)" -msgstr "" +msgstr "தானியங்கி நேர ஒத்திசைவுக்காக காத்திருப்பதைத் தவிர்த்தல் (நிறுவலின் போது நேரம் ஒத்திசைக்கப்படாவிட்டால் இது சிக்கல்களை ஏற்படுத்தும்)" msgid "Waiting for Arch Linux keyring sync (archlinux-keyring-wkd-sync) to complete." -msgstr "" +msgstr "ஆர்ச் லினக்ஸ் கீரிங் ஒத்திசைவு (archlinux-keyring-wkd-sync) முடிவடைவதற்குக் காத்திருக்கிறது." -- cgit v1.2.3-54-g00ecf From c13d5fae05c85a03f479c1fcdbbcd49b5ffd3b34 Mon Sep 17 00:00:00 2001 From: Anton Hvornum Date: Tue, 28 Nov 2023 17:02:54 +0100 Subject: Preparing release: v2.7.1 (#2272) --- archinstall/__init__.py | 2 +- archinstall/locales/ja/LC_MESSAGES/base.mo | Bin 33360 -> 33330 bytes archinstall/locales/ja/LC_MESSAGES/base.po | 3 ++- archinstall/locales/pt_BR/LC_MESSAGES/base.mo | Bin 36743 -> 37913 bytes archinstall/locales/ta/LC_MESSAGES/base.mo | Bin 70504 -> 72332 bytes 5 files changed, 3 insertions(+), 2 deletions(-) (limited to 'archinstall/locales') diff --git a/archinstall/__init__.py b/archinstall/__init__.py index 2514bf2e..59b8e6b2 100644 --- a/archinstall/__init__.py +++ b/archinstall/__init__.py @@ -42,7 +42,7 @@ if TYPE_CHECKING: _: Any -__version__ = "2.7.0" +__version__ = "2.7.1" storage['__version__'] = __version__ # add the custom _ as a builtin, it can now be used anywhere in the diff --git a/archinstall/locales/ja/LC_MESSAGES/base.mo b/archinstall/locales/ja/LC_MESSAGES/base.mo index df90952d..116178b4 100644 Binary files a/archinstall/locales/ja/LC_MESSAGES/base.mo and b/archinstall/locales/ja/LC_MESSAGES/base.mo differ diff --git a/archinstall/locales/ja/LC_MESSAGES/base.po b/archinstall/locales/ja/LC_MESSAGES/base.po index f47aa74a..2d867ae1 100644 --- a/archinstall/locales/ja/LC_MESSAGES/base.po +++ b/archinstall/locales/ja/LC_MESSAGES/base.po @@ -947,7 +947,8 @@ msgstr "パーティションの暗号化" msgid " ! Formatting {} in " msgstr " ! {} のフォーマットまで " -msgid " Back" +#, fuzzy +msgid "← Back" msgstr " 戻る" msgid "Disk encryption" diff --git a/archinstall/locales/pt_BR/LC_MESSAGES/base.mo b/archinstall/locales/pt_BR/LC_MESSAGES/base.mo index cc52b2d6..a21b4f4f 100644 Binary files a/archinstall/locales/pt_BR/LC_MESSAGES/base.mo and b/archinstall/locales/pt_BR/LC_MESSAGES/base.mo differ diff --git a/archinstall/locales/ta/LC_MESSAGES/base.mo b/archinstall/locales/ta/LC_MESSAGES/base.mo index 677b72c9..7ec2ae84 100644 Binary files a/archinstall/locales/ta/LC_MESSAGES/base.mo and b/archinstall/locales/ta/LC_MESSAGES/base.mo differ -- cgit v1.2.3-54-g00ecf From 7b0d092d6ee1f8991c7c216b3d9a182f6fdde855 Mon Sep 17 00:00:00 2001 From: Florijan Demidov <104692346+FlorijanDem@users.noreply.github.com> Date: Fri, 1 Dec 2023 17:17:14 +0200 Subject: Add Lithuanian translation (#2274) * Add Lithuanian translation * Update languages.json --- archinstall/locales/languages.json | 2 +- archinstall/locales/lt/LC_MESSAGES/base.mo | Bin 0 -> 5443 bytes archinstall/locales/lt/LC_MESSAGES/base.po | 1164 ++++++++++++++++++++++++++++ 3 files changed, 1165 insertions(+), 1 deletion(-) create mode 100644 archinstall/locales/lt/LC_MESSAGES/base.mo create mode 100644 archinstall/locales/lt/LC_MESSAGES/base.po (limited to 'archinstall/locales') diff --git a/archinstall/locales/languages.json b/archinstall/locales/languages.json index 0fb05d5e..915a6c5e 100644 --- a/archinstall/locales/languages.json +++ b/archinstall/locales/languages.json @@ -94,7 +94,7 @@ {"abbr": "lv", "lang": "Latvian"}, {"abbr": "li", "lang": "Limburgan"}, {"abbr": "ln", "lang": "Lingala"}, - {"abbr": "lt", "lang": "Lithuanian"}, + {"abbr": "lt", "lang": "Lithuanian", "translated_lang": "Lietuvių"}, {"abbr": "lb", "lang": "Luxembourgish"}, {"abbr": "lu", "lang": "Luba-Katanga"}, {"abbr": "lg", "lang": "Ganda"}, diff --git a/archinstall/locales/lt/LC_MESSAGES/base.mo b/archinstall/locales/lt/LC_MESSAGES/base.mo new file mode 100644 index 00000000..d365d1a8 Binary files /dev/null and b/archinstall/locales/lt/LC_MESSAGES/base.mo differ diff --git a/archinstall/locales/lt/LC_MESSAGES/base.po b/archinstall/locales/lt/LC_MESSAGES/base.po new file mode 100644 index 00000000..4c013596 --- /dev/null +++ b/archinstall/locales/lt/LC_MESSAGES/base.po @@ -0,0 +1,1164 @@ +msgid "" +msgstr "" +"Project-Id-Version: \n" +"POT-Creation-Date: \n" +"PO-Revision-Date: \n" +"Last-Translator: Florijan Demidov https://github.com/FlorijanDem \n" +"Language-Team: \n" +"Language: lt\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Generator: Poedit 3.3\n" + +msgid "[!] A log file has been created here: {} {}" +msgstr "[!] Žurnalo failas įrašytas čia: {} {}" + +msgid " Please submit this issue (and file) to https://github.com/archlinux/archinstall/issues" +msgstr " Prašome pateiktį šitą problemą (ir failą) https://github.com/archlinux/archinstall/issues" + +msgid "Do you really want to abort?" +msgstr "Ar jus noritė nutraukti?" + +msgid "And one more time for verification: " +msgstr "" + +msgid "Would you like to use swap on zram?" +msgstr "" + +msgid "Desired hostname for the installation: " +msgstr "" + +msgid "Username for required superuser with sudo privileges: " +msgstr "" + +msgid "Any additional users to install (leave blank for no users): " +msgstr "" + +msgid "Should this user be a superuser (sudoer)?" +msgstr "Ar noritė padarity šitą vartotoją supervartotoju (sudoer)" + +msgid "Select a timezone" +msgstr "Išrinkite laiko zona" + +msgid "Would you like to use GRUB as a bootloader instead of systemd-boot?" +msgstr "Ar jus norėtum naudoti GRUB paleidyklė, o nė systemd-boot?" + +msgid "Choose a bootloader" +msgstr "Išrinkite paleidyklė" + +msgid "Choose an audio server" +msgstr "Išrinkite garso serverį" + +msgid "Only packages such as base, base-devel, linux, linux-firmware, efibootmgr and optional profile packages are installed." +msgstr "Tiktai paketai tokie kaip: base, base-devel, linux, linux-firmware, efibootmgr ir neprivalomi paketai bus įdegtį." + +msgid "If you desire a web browser, such as firefox or chromium, you may specify it in the following prompt." +msgstr "" + +msgid "Write additional packages to install (space separated, leave blank to skip): " +msgstr "" + +msgid "Copy ISO network configuration to installation" +msgstr "" + +msgid "Use NetworkManager (necessary for configuring internet graphically in GNOME and KDE)" +msgstr "" + +msgid "Select one network interface to configure" +msgstr "" + +msgid "Select which mode to configure for \"{}\" or skip to use default mode \"{}\"" +msgstr "" + +msgid "Enter the IP and subnet for {} (example: 192.168.0.5/24): " +msgstr "" + +msgid "Enter your gateway (router) IP address or leave blank for none: " +msgstr "" + +msgid "Enter your DNS servers (space separated, blank for none): " +msgstr "" + +msgid "Select which filesystem your main partition should use" +msgstr "" + +msgid "Current partition layout" +msgstr "" + +msgid "" +"Select what to do with\n" +"{}" +msgstr "" + +msgid "Enter a desired filesystem type for the partition" +msgstr "" + +msgid "Enter the start location (in parted units: s, GB, %, etc. ; default: {}): " +msgstr "" + +msgid "Enter the end location (in parted units: s, GB, %, etc. ; ex: {}): " +msgstr "" + +msgid "{} contains queued partitions, this will remove those, are you sure?" +msgstr "" + +msgid "" +"{}\n" +"\n" +"Select by index which partitions to delete" +msgstr "" + +msgid "" +"{}\n" +"\n" +"Select by index which partition to mount where" +msgstr "" + +msgid " * Partition mount-points are relative to inside the installation, the boot would be /boot as an example." +msgstr "" + +msgid "Select where to mount partition (leave blank to remove mountpoint): " +msgstr "" + +msgid "" +"{}\n" +"\n" +"Select which partition to mask for formatting" +msgstr "" + +msgid "" +"{}\n" +"\n" +"Select which partition to mark as encrypted" +msgstr "" + +msgid "" +"{}\n" +"\n" +"Select which partition to mark as bootable" +msgstr "" + +msgid "" +"{}\n" +"\n" +"Select which partition to set a filesystem on" +msgstr "" + +msgid "Enter a desired filesystem type for the partition: " +msgstr "" + +msgid "Archinstall language" +msgstr "Archinstall liežuvis" + +msgid "Wipe all selected drives and use a best-effort default partition layout" +msgstr "" + +msgid "Select what to do with each individual drive (followed by partition usage)" +msgstr "" + +msgid "Select what you wish to do with the selected block devices" +msgstr "" + +msgid "This is a list of pre-programmed profiles, they might make it easier to install things like desktop environments" +msgstr "" + +msgid "Select keyboard layout" +msgstr "Išrinkite klaviatūros išdėstyma" + +msgid "Select one of the regions to download packages from" +msgstr "" + +msgid "Select one or more hard drives to use and configure" +msgstr "" + +msgid "For the best compatibility with your AMD hardware, you may want to use either the all open-source or AMD / ATI options." +msgstr "" + +msgid "For the best compatibility with your Intel hardware, you may want to use either the all open-source or Intel options.\n" +msgstr "" + +msgid "For the best compatibility with your Nvidia hardware, you may want to use the Nvidia proprietary driver.\n" +msgstr "" + +msgid "" +"\n" +"\n" +"Select a graphics driver or leave blank to install all open-source drivers" +msgstr "" + +msgid "All open-source (default)" +msgstr "" + +msgid "Choose which kernels to use or leave blank for default \"{}\"" +msgstr "" + +msgid "Choose which locale language to use" +msgstr "" + +msgid "Choose which locale encoding to use" +msgstr "" + +msgid "Select one of the values shown below: " +msgstr "" + +msgid "Select one or more of the options below: " +msgstr "" + +msgid "Adding partition...." +msgstr "" + +msgid "You need to enter a valid fs-type in order to continue. See `man parted` for valid fs-type's." +msgstr "" + +msgid "Error: Listing profiles on URL \"{}\" resulted in:" +msgstr "" + +msgid "Error: Could not decode \"{}\" result as JSON:" +msgstr "" + +msgid "Keyboard layout" +msgstr "" + +msgid "Mirror region" +msgstr "" + +msgid "Locale language" +msgstr "Lokalės liežuvis" + +msgid "Locale encoding" +msgstr "Lokalės koduotė" + +msgid "Drive(s)" +msgstr "" + +msgid "Disk layout" +msgstr "" + +msgid "Encryption password" +msgstr "" + +msgid "Swap" +msgstr "" + +msgid "Bootloader" +msgstr "Paleidyklė" + +msgid "Root password" +msgstr "Root Slaptažodis" + +msgid "Superuser account" +msgstr "Supervartotojo paskirą" + +msgid "User account" +msgstr "Vartotojo paskirą" + +msgid "Profile" +msgstr "Profilis" + +msgid "Audio" +msgstr "Garsas" + +msgid "Kernels" +msgstr "Branduoliai" + +msgid "Additional packages" +msgstr "" + +msgid "Network configuration" +msgstr "Tinklo konfigūraciją" + +msgid "Automatic time sync (NTP)" +msgstr "Automatinė laiko sinchonizaciją" + +msgid "Install ({} config(s) missing)" +msgstr "Įdiegti ({} config(s) missing)" + +msgid "" +"You decided to skip harddrive selection\n" +"and will use whatever drive-setup is mounted at {} (experimental)\n" +"WARNING: Archinstall won't check the suitability of this setup\n" +"Do you wish to continue?" +msgstr "" + +msgid "Re-using partition instance: {}" +msgstr "" + +msgid "Create a new partition" +msgstr "Padariti naują skaidinį" + +msgid "Delete a partition" +msgstr "Šalinti skaidinį" + +msgid "Clear/Delete all partitions" +msgstr "Ištrinti/Šalinti visus skaidinius" + +msgid "Assign mount-point for a partition" +msgstr "" + +msgid "Mark/Unmark a partition to be formatted (wipes data)" +msgstr "" + +msgid "Mark/Unmark a partition as encrypted" +msgstr "" + +msgid "Mark/Unmark a partition as bootable (automatic for /boot)" +msgstr "" + +msgid "Set desired filesystem for a partition" +msgstr "" + +msgid "Abort" +msgstr "Nutraukti" + +msgid "Hostname" +msgstr "Pagrindinio kompiuterio vardas" + +msgid "Not configured, unavailable unless setup manually" +msgstr "" + +msgid "Timezone" +msgstr "Laiko zona" + +msgid "Set/Modify the below options" +msgstr "" + +msgid "Install" +msgstr "Įdiegti" + +msgid "" +"Use ESC to skip\n" +"\n" +msgstr "" +"Naudokit ESC tam, kad praleistį" +"\n" + +msgid "Suggest partition layout" +msgstr "" + +msgid "Enter a password: " +msgstr "Iveskite slaptažodžį" + +msgid "Enter a encryption password for {}" +msgstr "" + +msgid "Enter disk encryption password (leave blank for no encryption): " +msgstr "" + +msgid "Create a required super-user with sudo privileges: " +msgstr "" + +msgid "Enter root password (leave blank to disable root): " +msgstr "" + +msgid "Password for user \"{}\": " +msgstr "Slaptažodis vartotojo \"{}\": " + +msgid "Verifying that additional packages exist (this might take a few seconds)" +msgstr "" + +msgid "Would you like to use automatic time synchronization (NTP) with the default time servers?\n" +msgstr "" + +msgid "" +"Hardware time and other post-configuration steps might be required in order for NTP to work.\n" +"For more information, please check the Arch wiki" +msgstr "" + +msgid "Enter a username to create an additional user (leave blank to skip): " +msgstr "" + +msgid "Use ESC to skip\n" +msgstr "Naudokit ESC tam, kad praleistį\n" + +msgid "" +"\n" +" Choose an object from the list, and select one of the available actions for it to execute" +msgstr "" + +msgid "Cancel" +msgstr "" + +msgid "Confirm and exit" +msgstr "" + +msgid "Add" +msgstr "Pridėti" + +msgid "Copy" +msgstr "Kopijuoti" + +msgid "Edit" +msgstr "Redaguoti" + +msgid "Delete" +msgstr "Pašalinti" + +msgid "Select an action for '{}'" +msgstr "" + +msgid "Copy to new key:" +msgstr "" + +msgid "Unknown nic type: {}. Possible values are {}" +msgstr "" + +msgid "" +"\n" +"This is your chosen configuration:" +msgstr "" + +msgid "Pacman is already running, waiting maximum 10 minutes for it to terminate." +msgstr "" + +msgid "Pre-existing pacman lock never exited. Please clean up any existing pacman sessions before using archinstall." +msgstr "" + +msgid "Choose which optional additional repositories to enable" +msgstr "" + +msgid "Add a user" +msgstr "Pridėti vartotoją" + +msgid "Change password" +msgstr "Pakeisti slaptažodžį" + +msgid "Promote/Demote user" +msgstr "" + +msgid "Delete User" +msgstr "Pašalinti vartotoją" + +msgid "" +"\n" +"Define a new user\n" +msgstr "" + +msgid "User Name : " +msgstr "Vartotojo vardas :" + +msgid "Should {} be a superuser (sudoer)?" +msgstr "" + +msgid "Define users with sudo privilege: " +msgstr "" + +msgid "No network configuration" +msgstr "" + +msgid "Set desired subvolumes on a btrfs partition" +msgstr "" + +msgid "" +"{}\n" +"\n" +"Select which partition to set subvolumes on" +msgstr "" + +msgid "Manage btrfs subvolumes for current partition" +msgstr "" + +msgid "No configuration" +msgstr "Nėra konfigūracijos" + +msgid "Save user configuration" +msgstr "Išsaugoti vartotojo konfigūraciją" + +msgid "Save user credentials" +msgstr "" + +msgid "Save disk layout" +msgstr "" + +msgid "Save all" +msgstr "Išsaugoti viską" + +msgid "Choose which configuration to save" +msgstr "" + +msgid "Enter a directory for the configuration(s) to be saved: " +msgstr "" + +msgid "Not a valid directory: {}" +msgstr "" + +msgid "The password you are using seems to be weak," +msgstr "" + +msgid "are you sure you want to use it?" +msgstr "" + +msgid "Optional repositories" +msgstr "" + +msgid "Save configuration" +msgstr "Išsaugoti konfigūraciją" + +msgid "Missing configurations:\n" +msgstr "" + +msgid "Either root-password or at least 1 superuser must be specified" +msgstr "" + +msgid "Manage superuser accounts: " +msgstr "" + +msgid "Manage ordinary user accounts: " +msgstr "" + +msgid " Subvolume :{:16}" +msgstr "" + +msgid " mounted at {:16}" +msgstr "" + +msgid " with option {}" +msgstr "" + +msgid "" +"\n" +" Fill the desired values for a new subvolume \n" +msgstr "" + +msgid "Subvolume name " +msgstr "" + +msgid "Subvolume mountpoint" +msgstr "" + +msgid "Subvolume options" +msgstr "" + +msgid "Save" +msgstr "Išsaugoti" + +msgid "Subvolume name :" +msgstr "" + +msgid "Select a mount point :" +msgstr "" + +msgid "Select the desired subvolume options " +msgstr "" + +msgid "Define users with sudo privilege, by username: " +msgstr "" + +msgid "[!] A log file has been created here: {}" +msgstr "" + +msgid "Would you like to use BTRFS subvolumes with a default structure?" +msgstr "" + +msgid "Would you like to use BTRFS compression?" +msgstr "" + +msgid "Would you like to create a separate partition for /home?" +msgstr "" + +msgid "The selected drives do not have the minimum capacity required for an automatic suggestion\n" +msgstr "" + +msgid "Minimum capacity for /home partition: {}GB\n" +msgstr "" + +msgid "Minimum capacity for Arch Linux partition: {}GB" +msgstr "" + +msgid "Continue" +msgstr "Tęsti" + +msgid "yes" +msgstr "taip" + +msgid "no" +msgstr "nė" + +msgid "set: {}" +msgstr "" + +msgid "Manual configuration setting must be a list" +msgstr "" + +msgid "No iface specified for manual configuration" +msgstr "" + +msgid "Manual nic configuration with no auto DHCP requires an IP address" +msgstr "" + +msgid "Add interface" +msgstr "" + +msgid "Edit interface" +msgstr "" + +msgid "Delete interface" +msgstr "" + +msgid "Select interface to add" +msgstr "" + +msgid "Manual configuration" +msgstr "" + +msgid "Mark/Unmark a partition as compressed (btrfs only)" +msgstr "" + +msgid "The password you are using seems to be weak, are you sure you want to use it?" +msgstr "" + +msgid "Provides a selection of desktop environments and tiling window managers, e.g. gnome, kde, sway" +msgstr "" + +msgid "Select your desired desktop environment" +msgstr "" + +msgid "A very basic installation that allows you to customize Arch Linux as you see fit." +msgstr "" + +msgid "Provides a selection of various server packages to install and enable, e.g. httpd, nginx, mariadb" +msgstr "" + +msgid "Choose which servers to install, if none then a minimal installation will be done" +msgstr "" + +msgid "Installs a minimal system as well as xorg and graphics drivers." +msgstr "" + +msgid "Press Enter to continue." +msgstr "Paspauskite Enter tam, kad tęstį." + +msgid "Would you like to chroot into the newly created installation and perform post-installation configuration?" +msgstr "" + +msgid "Are you sure you want to reset this setting?" +msgstr "" + +msgid "Select one or more hard drives to use and configure\n" +msgstr "" + +msgid "Any modifications to the existing setting will reset the disk layout!" +msgstr "" + +msgid "If you reset the harddrive selection this will also reset the current disk layout. Are you sure?" +msgstr "" + +msgid "Save and exit" +msgstr "" + +msgid "" +"{}\n" +"contains queued partitions, this will remove those, are you sure?" +msgstr "" + +msgid "No audio server" +msgstr "Bė garso serverio" + +msgid "(default)" +msgstr "" + +msgid "Use ESC to skip" +msgstr "Naudokit ESC tam, kad praleistį" + +msgid "" +"Use CTRL+C to reset current selection\n" +"\n" +msgstr "" + +msgid "Copy to: " +msgstr "Kopijuoti į: " + +msgid "Edit: " +msgstr "Redaguoti: " + +msgid "Key: " +msgstr "Raktas: " + +msgid "Edit {}: " +msgstr "Redaguoti {}: " + +msgid "Add: " +msgstr "Pridėti: " + +msgid "Value: " +msgstr "Reikšmė: " + +msgid "You can skip selecting a drive and partitioning and use whatever drive-setup is mounted at /mnt (experimental)" +msgstr "" + +msgid "Select one of the disks or skip and use /mnt as default" +msgstr "" + +msgid "Select which partitions to mark for formatting:" +msgstr "" + +msgid "Use HSM to unlock encrypted drive" +msgstr "" + +msgid "Device" +msgstr "Įrenginys" + +msgid "Size" +msgstr "Didis" + +msgid "Free space" +msgstr "Laisva vietą" + +msgid "Bus-type" +msgstr "" + +msgid "Either root-password or at least 1 user with sudo privileges must be specified" +msgstr "" + +msgid "Enter username (leave blank to skip): " +msgstr "" + +msgid "The username you entered is invalid. Try again" +msgstr "" + +msgid "Should \"{}\" be a superuser (sudo)?" +msgstr "" + +msgid "Select which partitions to encrypt" +msgstr "" + +msgid "very weak" +msgstr "labai silpnas" + +msgid "weak" +msgstr "silpnas" + +msgid "moderate" +msgstr "vidutinis" + +msgid "strong" +msgstr "geras" + +msgid "Add subvolume" +msgstr "" + +msgid "Edit subvolume" +msgstr "" + +msgid "Delete subvolume" +msgstr "" + +msgid "Configured {} interfaces" +msgstr "" + +msgid "This option enables the number of parallel downloads that can occur during installation" +msgstr "" + +msgid "" +"Enter the number of parallel downloads to be enabled.\n" +" (Enter a value between 1 to {})\n" +"Note:" +msgstr "" + +msgid " - Maximum value : {} ( Allows {} parallel downloads, allows {} downloads at a time )" +msgstr "" + +msgid " - Minimum value : 1 ( Allows 1 parallel download, allows 2 downloads at a time )" +msgstr "" + +msgid " - Disable/Default : 0 ( Disables parallel downloading, allows only 1 download at a time )" +msgstr "" + +#, python-brace-format +msgid "Invalid input! Try again with a valid input [1 to {max_downloads}, or 0 to disable]" +msgstr "" + +msgid "Parallel Downloads" +msgstr "" + +msgid "ESC to skip" +msgstr "ESC tam, kad praleistį" + +msgid "CTRL+C to reset" +msgstr "" + +msgid "TAB to select" +msgstr "TAB tam, kad išrinktį" + +msgid "[Default value: 0] > " +msgstr "" + +msgid "To be able to use this translation, please install a font manually that supports the language." +msgstr "" + +msgid "The font should be stored as {}" +msgstr "" + +msgid "Archinstall requires root privileges to run. See --help for more." +msgstr "" + +msgid "Select an execution mode" +msgstr "" + +msgid "Unable to fetch profile from specified url: {}" +msgstr "" + +msgid "Profiles must have unique name, but profile definitions with duplicate name found: {}" +msgstr "" + +msgid "Select one or more devices to use and configure" +msgstr "" + +msgid "If you reset the device selection this will also reset the current disk layout. Are you sure?" +msgstr "" + +msgid "Existing Partitions" +msgstr "" + +msgid "Select a partitioning option" +msgstr "" + +msgid "Enter the root directory of the mounted devices: " +msgstr "" + +msgid "Minimum capacity for /home partition: {}GiB\n" +msgstr "" + +msgid "Minimum capacity for Arch Linux partition: {}GiB" +msgstr "" + +msgid "This is a list of pre-programmed profiles_bck, they might make it easier to install things like desktop environments" +msgstr "" + +msgid "Current profile selection" +msgstr "" + +msgid "Remove all newly added partitions" +msgstr "" + +msgid "Assign mountpoint" +msgstr "" + +msgid "Mark/Unmark to be formatted (wipes data)" +msgstr "" + +msgid "Mark/Unmark as bootable" +msgstr "" + +msgid "Change filesystem" +msgstr "" + +msgid "Mark/Unmark as compressed" +msgstr "" + +msgid "Set subvolumes" +msgstr "" + +msgid "Delete partition" +msgstr "Pašalinti skaidynį" + +msgid "Partition" +msgstr "Skaidinys" + +msgid "This partition is currently encrypted, to format it a filesystem has to be specified" +msgstr "" + +msgid "Partition mount-points are relative to inside the installation, the boot would be /boot as an example." +msgstr "" + +msgid "If mountpoint /boot is set, then the partition will also be marked as bootable." +msgstr "" + +msgid "Mountpoint: " +msgstr "" + +msgid "Current free sectors on device {}:" +msgstr "" + +msgid "Total sectors: {}" +msgstr "" + +msgid "Enter the start sector (default: {}): " +msgstr "" + +msgid "Enter the end sector of the partition (percentage or block number, default: {}): " +msgstr "" + +msgid "This will remove all newly added partitions, continue?" +msgstr "" + +msgid "Partition management: {}" +msgstr "" + +msgid "Total length: {}" +msgstr "" + +msgid "Encryption type" +msgstr "" + +msgid "Partitions" +msgstr "Skaidiniai" + +msgid "No HSM devices available" +msgstr "" + +msgid "Partitions to be encrypted" +msgstr "" + +msgid "Select disk encryption option" +msgstr "" + +msgid "Select a FIDO2 device to use for HSM" +msgstr "" + +msgid "Use a best-effort default partition layout" +msgstr "" + +msgid "Manual Partitioning" +msgstr "" + +msgid "Pre-mounted configuration" +msgstr "" + +msgid "Unknown" +msgstr "Nežinomas" + +msgid "Partition encryption" +msgstr "" + +msgid " ! Formatting {} in " +msgstr "" + +msgid "← Back" +msgstr "← Atgal" + +msgid "Disk encryption" +msgstr "" + +msgid "Configuration" +msgstr "" + +msgid "Password" +msgstr "Slaptažodis" + +msgid "All settings will be reset, are you sure?" +msgstr "" + +msgid "Back" +msgstr "Atgal" + +msgid "Please chose which greeter to install for the chosen profiles: {}" +msgstr "" + +msgid "Environment type: {}" +msgstr "" + +msgid "The proprietary Nvidia driver is not supported by Sway. It is likely that you will run into issues, are you okay with that?" +msgstr "" + +msgid "Installed packages" +msgstr "Įdiegti paketus" + +msgid "Add profile" +msgstr "Pridėti profilį" + +msgid "Edit profile" +msgstr "Redaguoti profilį" + +msgid "Delete profile" +msgstr "Pašalinti profilį" + +msgid "Profile name: " +msgstr "Profilio vardas: " + +msgid "The profile name you entered is already in use. Try again" +msgstr "" + +msgid "Packages to be install with this profile (space separated, leave blank to skip): " +msgstr "" + +msgid "Services to be enabled with this profile (space separated, leave blank to skip): " +msgstr "" + +msgid "Should this profile be enabled for installation?" +msgstr "" + +msgid "Create your own" +msgstr "" + +msgid "" +"\n" +"Select a graphics driver or leave blank to install all open-source drivers" +msgstr "" + +msgid "Sway needs access to your seat (collection of hardware devices i.e. keyboard, mouse, etc)" +msgstr "" + +msgid "" +"\n" +"\n" +"Choose an option to give Sway access to your hardware" +msgstr "" + +msgid "Graphics driver" +msgstr "Vaizdo plokštės draiveris" + +msgid "Greeter" +msgstr "" + +msgid "Please chose which greeter to install" +msgstr "" + +msgid "This is a list of pre-programmed default_profiles" +msgstr "" + +msgid "Disk configuration" +msgstr "Disko konfigūraciją" + +msgid "Profiles" +msgstr "" + +msgid "Finding possible directories to save configuration files ..." +msgstr "" + +msgid "Select directory (or directories) for saving configuration files" +msgstr "" + +msgid "Add a custom mirror" +msgstr "Pridėti savo 'custom mirror'" + +msgid "Change custom mirror" +msgstr "" + +msgid "Delete custom mirror" +msgstr "" + +msgid "Enter name (leave blank to skip): " +msgstr "" + +msgid "Enter url (leave blank to skip): " +msgstr "" + +msgid "Select signature check option" +msgstr "" + +msgid "Select signature option" +msgstr "" + +msgid "Custom mirrors" +msgstr "" + +msgid "Defined" +msgstr "" + +msgid "Save user configuration (including disk layout)" +msgstr "" + +msgid "" +"Enter a directory for the configuration(s) to be saved (tab completion enabled)\n" +"Save directory: " +msgstr "" + +msgid "" +"Do you want to save {} configuration file(s) in the following location?\n" +"\n" +"{}" +msgstr "" + +msgid "Saving {} configuration files to {}" +msgstr "" + +msgid "Mirrors" +msgstr "" + +msgid "Mirror regions" +msgstr "" + +msgid " - Maximum value : {} ( Allows {} parallel downloads, allows {max_downloads+1} downloads at a time )" +msgstr "" + +msgid "Invalid input! Try again with a valid input [1 to {}, or 0 to disable]" +msgstr "" + +msgid "Locales" +msgstr "Lokalės" + +msgid "Use NetworkManager (necessary to configure internet graphically in GNOME and KDE)" +msgstr "" + +msgid "Total: {} / {}" +msgstr "Iš viso: {} / {}" + +msgid "All entered values can be suffixed with a unit: B, KB, KiB, MB, MiB..." +msgstr "" + +msgid "If no unit is provided, the value is interpreted as sectors" +msgstr "" + +msgid "Enter start (default: sector {}): " +msgstr "" + +msgid "Enter end (default: {}): " +msgstr "" + +msgid "Unable to determine fido2 devices. Is libfido2 installed?" +msgstr "" + +msgid "Path" +msgstr "" + +msgid "Manufacturer" +msgstr "" + +msgid "Product" +msgstr "" + +#, python-brace-format +msgid "Invalid configuration: {error}" +msgstr "" + +msgid "Type" +msgstr "" + +msgid "This option enables the number of parallel downloads that can occur during package downloads" +msgstr "" + +msgid "" +"Enter the number of parallel downloads to be enabled.\n" +"\n" +"Note:\n" +msgstr "" + +msgid " - Maximum recommended value : {} ( Allows {} parallel downloads at a time )" +msgstr "" + +msgid " - Disable/Default : 0 ( Disables parallel downloading, allows only 1 download at a time )\n" +msgstr "" + +msgid "Invalid input! Try again with a valid input [or 0 to disable]" +msgstr "" + +msgid "Hyprland needs access to your seat (collection of hardware devices i.e. keyboard, mouse, etc)" +msgstr "" + +msgid "" +"\n" +"\n" +"Choose an option to give Hyprland access to your hardware" +msgstr "" + +msgid "All entered values can be suffixed with a unit: %, B, KB, KiB, MB, MiB..." +msgstr "" + +msgid "Would you like to use unified kernel images?" +msgstr "" + +msgid "Unified kernel images" +msgstr "" + +msgid "Waiting for time sync (timedatectl show) to complete." +msgstr "" + +msgid "Time syncronization not completing, while you wait - check the docs for workarounds: https://archinstall.readthedocs.io/" +msgstr "" + +msgid "Skipping waiting for automatic time sync (this can cause issues if time is out of sync during installation)" +msgstr "" + +msgid "Waiting for Arch Linux keyring sync (archlinux-keyring-wkd-sync) to complete." +msgstr "" -- cgit v1.2.3-54-g00ecf From f107104103b74ac065a56bd94a0878f0d263e177 Mon Sep 17 00:00:00 2001 From: Alessio Cuccovillo Date: Fri, 1 Dec 2023 16:17:38 +0100 Subject: UPD it/LC_MESSAGES/base.mo (#2276) UPD it/LC_MESSAGES/base.po --- archinstall/locales/it/LC_MESSAGES/base.mo | Bin 26544 -> 40442 bytes archinstall/locales/it/LC_MESSAGES/base.po | 324 ++++++++++++----------------- 2 files changed, 137 insertions(+), 187 deletions(-) (limited to 'archinstall/locales') diff --git a/archinstall/locales/it/LC_MESSAGES/base.mo b/archinstall/locales/it/LC_MESSAGES/base.mo index ccf23c39..23e7562e 100644 Binary files a/archinstall/locales/it/LC_MESSAGES/base.mo and b/archinstall/locales/it/LC_MESSAGES/base.mo differ diff --git a/archinstall/locales/it/LC_MESSAGES/base.po b/archinstall/locales/it/LC_MESSAGES/base.po index e677168f..374b450b 100644 --- a/archinstall/locales/it/LC_MESSAGES/base.po +++ b/archinstall/locales/it/LC_MESSAGES/base.po @@ -3,13 +3,13 @@ msgstr "" "Project-Id-Version: \n" "POT-Creation-Date: \n" "PO-Revision-Date: \n" -"Last-Translator: Giovanni Donisi \n" +"Last-Translator: Alessio Cuccovillo \n" "Language-Team: \n" "Language: it\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Generator: Poedit 3.1.1\n" +"X-Generator: Poedit 3.4.1\n" msgid "[!] A log file has been created here: {} {}" msgstr "[!] Un file di log è stato creato qui: {} {}" @@ -51,7 +51,7 @@ msgid "Choose an audio server" msgstr "Scegli un server audio" msgid "Only packages such as base, base-devel, linux, linux-firmware, efibootmgr and optional profile packages are installed." -msgstr "Solo pacchetti come base, base-devel, linux, linux-firmware, efibootmgr e pacchetti di profilo opzionali vengono installati." +msgstr "Vengono installati solo pacchetti come base, base-devel, linux, linux-firmware, efibootmgr e pacchetti di profilo opzionali." msgid "If you desire a web browser, such as firefox or chromium, you may specify it in the following prompt." msgstr "Se desideri un browser web, come firefox o chromium, puoi specificarlo nel seguente prompt." @@ -97,10 +97,10 @@ msgid "Enter a desired filesystem type for the partition" msgstr "Immettere un tipo di filesystem desiderato per la partizione" msgid "Enter the start location (in parted units: s, GB, %, etc. ; default: {}): " -msgstr "" +msgstr "Inserisci la posizione iniziale (in unità separate: s, GB, %, ecc.; impostazione predefinita: {}):" msgid "Enter the end location (in parted units: s, GB, %, etc. ; ex: {}): " -msgstr "" +msgstr "Inserisci la posizione finale (in unità separate: s, GB, %, ecc.; es: {}):" msgid "{} contains queued partitions, this will remove those, are you sure?" msgstr "{} contiene partizioni in coda, questo le rimuoverà, sei sicuro?" @@ -121,10 +121,10 @@ msgid "" msgstr "" "{}\n" "\n" -"Seleziona per indice quale partizione montare da dove" +"Seleziona per indice dove montare quale partizione" msgid " * Partition mount-points are relative to inside the installation, the boot would be /boot as an example." -msgstr " * I punti di montaggio della partizione sono relativi all'interno dell'installazione, l'avvio sarebbe per esempio /boot." +msgstr " * I punti di montaggio della partizione sono relativi all'interno dell'installazione, per esempio l'avvio sarebbe /boot." msgid "Select where to mount partition (leave blank to remove mountpoint): " msgstr "Seleziona dove montare la partizione (lascia vuoto per rimuovere il punto di montaggio): " @@ -181,7 +181,7 @@ msgid "Select what you wish to do with the selected block devices" msgstr "Seleziona cosa desideri fare con i dispositivi a blocchi selezionati" msgid "This is a list of pre-programmed profiles, they might make it easier to install things like desktop environments" -msgstr "Questo è un elenco di profili preprogrammati, che potrebbero semplificare l'installazione di elementi come gli ambienti desktop" +msgstr "Questo è un elenco di profili pre-programmati, che potrebbero semplificare l'installazione di elementi come gli ambienti desktop" msgid "Select keyboard layout" msgstr "Seleziona il layout della tastiera" @@ -382,7 +382,7 @@ msgid "Password for user \"{}\": " msgstr "Password per l'utente \"{}\": " msgid "Verifying that additional packages exist (this might take a few seconds)" -msgstr "Verificando l'esistenza dei pacchetti aggiuntivi (potrebbe richiedere alcuni secondi)" +msgstr "Verifico l'esistenza dei pacchetti aggiuntivi (potrebbe richiedere alcuni secondi)" msgid "Would you like to use automatic time synchronization (NTP) with the default time servers?\n" msgstr "Si desidera utilizzare la sincronizzazione automatica dell'ora (NTP) con i server orari predefiniti?\n" @@ -445,7 +445,7 @@ msgid "Pacman is already running, waiting maximum 10 minutes for it to terminate msgstr "Pacman è già in esecuzione, in attesa di un massimo di 10 minuti per la sua terminazione." msgid "Pre-existing pacman lock never exited. Please clean up any existing pacman sessions before using archinstall." -msgstr "Il lock di pacman preesistente non è mai terminato. Please clean up any existing pacman sessions before using archinstall." +msgstr "Il lock di pacman preesistente non è mai terminato. Rimuovi ogni sessione pacman esistente prima di usare archinstall." msgid "Choose which optional additional repositories to enable" msgstr "Scegli quali repository aggiuntivi facoltativi abilitare" @@ -573,10 +573,10 @@ msgid "Save" msgstr "Salva" msgid "Subvolume name :" -msgstr "Nome del sottovolume :" +msgstr "Nome del sottovolume:" msgid "Select a mount point :" -msgstr "Seleziona un punto di montaggio :" +msgstr "Seleziona un punto di montaggio:" msgid "Select the desired subvolume options " msgstr "Selezionare le opzioni del sottovolume desiderate " @@ -669,7 +669,7 @@ msgid "Press Enter to continue." msgstr "Premi Invio per continuare." msgid "Would you like to chroot into the newly created installation and perform post-installation configuration?" -msgstr "Vuoi eseguire il chroot nell'installazione appena creata ed fare la configurazione post-installazione?" +msgstr "Vuoi eseguire il chroot nell'installazione appena creata e fare la configurazione post-installazione?" msgid "Are you sure you want to reset this setting?" msgstr "Sei sicuro di voler ripristinare questa impostazione?" @@ -811,9 +811,9 @@ msgstr " - Valore minimo : 1 ( Consente 1 download parallelo, consente 2 downl msgid " - Disable/Default : 0 ( Disables parallel downloading, allows only 1 download at a time )" msgstr " - Disabilita/Predefinito : 0 ( Disabilita il download parallelo, consente solo 1 download alla volta )" -#, fuzzy, python-brace-format +#, python-brace-format msgid "Invalid input! Try again with a valid input [1 to {max_downloads}, or 0 to disable]" -msgstr "Input non valido! Riprova con un input valido [da 1 a {}, o 0 per disabilitare]." +msgstr "Input non valido! Riprova con un input valido [da 1 a {max_downloads}, o 0 per disabilitare]." msgid "Parallel Downloads" msgstr "Download paralleli" @@ -837,441 +837,391 @@ msgid "The font should be stored as {}" msgstr "Il carattere dovrebbe essere memorizzato come {}" msgid "Archinstall requires root privileges to run. See --help for more." -msgstr "" +msgstr "Archinstall richiede i privilegi di root per essere eseguito. Vedi —help per ulteriori informazioni." -#, fuzzy msgid "Select an execution mode" -msgstr "Seleziona un'azione per '{}'" +msgstr "Seleziona una modalità d’esecuzione" msgid "Unable to fetch profile from specified url: {}" -msgstr "" +msgstr "Impossibile recuperare il profilo dall’URL specificato: {}" msgid "Profiles must have unique name, but profile definitions with duplicate name found: {}" -msgstr "" +msgstr "I profili devono avere un nome univoco, ma sono state trovate definizioni di profilo con nome duplicato: {}" -#, fuzzy msgid "Select one or more devices to use and configure" -msgstr "Selezionare uno o più dischi rigidi da utilizzare e configurare" +msgstr "Selezionare uno o più dispositivi da utilizzare e configurare" -#, fuzzy msgid "If you reset the device selection this will also reset the current disk layout. Are you sure?" msgstr "Se si ripristina la selezione del disco rigido, verrà ripristinato anche il layout del disco corrente. Sei sicuro?" -#, fuzzy msgid "Existing Partitions" -msgstr "Aggiungendo la partizione...." +msgstr "Partizioni esistenti" -#, fuzzy msgid "Select a partitioning option" -msgstr "Elimina una partizione" +msgstr "Selezione opzione di partizionamento" -#, fuzzy msgid "Enter the root directory of the mounted devices: " -msgstr "Immettere una directory per le configurazioni da salvare: " +msgstr "Inserire la directory principale del dispositivo montato: " -#, fuzzy msgid "Minimum capacity for /home partition: {}GiB\n" -msgstr "Capacità minima per la partizione /home: {}GB\n" +msgstr "Capacità minima per la partizione /home: {}GiB\n" -#, fuzzy msgid "Minimum capacity for Arch Linux partition: {}GiB" -msgstr "Capacità minima per la partizione Arch Linux: {}GB" +msgstr "Capacità minima per la partizione Arch Linux: {}GiB" -#, fuzzy msgid "This is a list of pre-programmed profiles_bck, they might make it easier to install things like desktop environments" msgstr "Questo è un elenco di profili preprogrammati, che potrebbero semplificare l'installazione di elementi come gli ambienti desktop" -#, fuzzy msgid "Current profile selection" -msgstr "Layout della partizione corrente" +msgstr "Selezione profilo corrente" -#, fuzzy msgid "Remove all newly added partitions" -msgstr "Crea una nuova partizione" +msgstr "Elimina tutte le partizioni appena aggiunte" -#, fuzzy msgid "Assign mountpoint" -msgstr "Assegna punto di montaggio per una partizione" +msgstr "Assegna punto di montaggio" -#, fuzzy msgid "Mark/Unmark to be formatted (wipes data)" -msgstr "Seleziona/Deseleziona una partizione da formattare (cancella i dati)" +msgstr "Seleziona/Deseleziona come da formattare (cancella i dati)" msgid "Mark/Unmark as bootable" -msgstr "" +msgstr "Contrassegna/Deseleziona come avviabile" msgid "Change filesystem" -msgstr "" +msgstr "Cambia filesystem" -#, fuzzy msgid "Mark/Unmark as compressed" -msgstr "Seleziona/Deseleziona una partizione come compressa (solo btrfs)" +msgstr "Seleziona/Deseleziona come compressa" -#, fuzzy msgid "Set subvolumes" -msgstr "Elimina sottovolume" +msgstr "Imposta sottovolumi" -#, fuzzy msgid "Delete partition" -msgstr "Elimina una partizione" +msgstr "Elimina partizione" msgid "Partition" -msgstr "" +msgstr "Partizione" msgid "This partition is currently encrypted, to format it a filesystem has to be specified" -msgstr "" +msgstr "Questa partizione è attualmente crittografata, per formattarla è necessario specificare un filesystem" -#, fuzzy msgid "Partition mount-points are relative to inside the installation, the boot would be /boot as an example." -msgstr " * I punti di montaggio della partizione sono relativi all'interno dell'installazione, l'avvio sarebbe per esempio /boot." +msgstr "I punti di montaggio della partizione sono relativi all'interno dell'installazione, l'avvio sarebbe per esempio /boot." msgid "If mountpoint /boot is set, then the partition will also be marked as bootable." -msgstr "" +msgstr "Se è impostato mountpoint /boot, anche la partizione sarà contrassegnata come avviabile." msgid "Mountpoint: " -msgstr "" +msgstr "Punto di montaggio: " msgid "Current free sectors on device {}:" -msgstr "" +msgstr "Settori attualmente liberi sul dispositivo {}:" -#, fuzzy msgid "Total sectors: {}" -msgstr "Directory non valida: {}" +msgstr "Settori totali: {}" -#, fuzzy msgid "Enter the start sector (default: {}): " -msgstr "Inserisci il settore iniziale (percentuale o numero di blocco, predefinito: {}): " +msgstr "Inserisci il settore iniziale (predefinito: {}): " -#, fuzzy msgid "Enter the end sector of the partition (percentage or block number, default: {}): " -msgstr "Inserisci il settore finale (percentuale o numero di blocco, predefinito: {}): " +msgstr "Inserisci il settore finale della partizione (percentuale o numero di blocco, predefinito: {}): " msgid "This will remove all newly added partitions, continue?" -msgstr "" +msgstr "Questo rimuoverà tutte le partizioni appena aggiunte, continuare?" msgid "Partition management: {}" -msgstr "" +msgstr "Gestione partizione: {}" msgid "Total length: {}" -msgstr "" +msgstr "Lunghezza totale: {}" -#, fuzzy msgid "Encryption type" -msgstr "Password di crittografia" +msgstr "Tipo di crittografia" msgid "Partitions" -msgstr "" +msgstr "Partizioni" msgid "No HSM devices available" -msgstr "" +msgstr "Nessun dispositivo HSM disponibile" -#, fuzzy msgid "Partitions to be encrypted" -msgstr "Seleziona le partizioni da crittografare" +msgstr "Partizioni da crittografare" msgid "Select disk encryption option" -msgstr "" +msgstr "Selezione opzione per crittografia disco" msgid "Select a FIDO2 device to use for HSM" -msgstr "" +msgstr "Seleziona un dispositivo FIDO2 da utilizzare per HSM" -#, fuzzy msgid "Use a best-effort default partition layout" -msgstr "Cancella tutte le unità selezionate e utilizza un layout di partizione predefinito ottimale" +msgstr "Utilizzare un layout di partizione predefinito ottimale" -#, fuzzy msgid "Manual Partitioning" -msgstr "Configurazione manuale" +msgstr "Partizionamento manuale" -#, fuzzy msgid "Pre-mounted configuration" -msgstr "Nessuna configurazione" +msgstr "Configurazione pre caricata" msgid "Unknown" -msgstr "" +msgstr "Sconosciuto" msgid "Partition encryption" -msgstr "" +msgstr "Crittografia partizione" msgid " ! Formatting {} in " -msgstr "" +msgstr " ! Formattazione {} in " msgid "← Back" -msgstr "" +msgstr "← Indietro" msgid "Disk encryption" -msgstr "" +msgstr "Crittografia disco" -#, fuzzy msgid "Configuration" -msgstr "Nessuna configurazione" +msgstr "Configurazione" -#, fuzzy msgid "Password" -msgstr "Password di root" +msgstr "Password" -#, fuzzy msgid "All settings will be reset, are you sure?" -msgstr "{} contiene partizioni in coda, questo le rimuoverà, sei sicuro?" +msgstr "Tutte le impostazioni verranno resettate, sei sicuro?" msgid "Back" -msgstr "" +msgstr "Indietro" msgid "Please chose which greeter to install for the chosen profiles: {}" -msgstr "" +msgstr "Scegli quale messaggio di benvenuto installare per i profili scelti: {}" msgid "Environment type: {}" -msgstr "" +msgstr "Tipo di ambiente: {}" msgid "The proprietary Nvidia driver is not supported by Sway. It is likely that you will run into issues, are you okay with that?" -msgstr "" +msgstr "Il driver proprietario Nvidia non è supportato da Sway. È probabile che incontrerai dei problemi, ti va bene?" -#, fuzzy msgid "Installed packages" -msgstr "Pacchetti aggiuntivi" +msgstr "Pacchetti installati" -#, fuzzy msgid "Add profile" -msgstr "Profilo" +msgstr "Aggiungi profilo" -#, fuzzy msgid "Edit profile" -msgstr "Profilo" +msgstr "Modifica profilo" -#, fuzzy msgid "Delete profile" -msgstr "Elimina interfaccia" +msgstr "Elimina profilo" -#, fuzzy msgid "Profile name: " -msgstr "Profilo" +msgstr "Profilo: " -#, fuzzy msgid "The profile name you entered is already in use. Try again" -msgstr "Il nome utente inserito non è valido. Riprova" +msgstr "Il nome utente inserito non è già in uso. Riprova" -#, fuzzy msgid "Packages to be install with this profile (space separated, leave blank to skip): " -msgstr "Scrivi pacchetti aggiuntivi da installare (separati da spazi, lascia vuoto per saltare): " +msgstr "Pacchetti da installare con questo profilo (separati da spazi, lascia vuoto per saltare): " -#, fuzzy msgid "Services to be enabled with this profile (space separated, leave blank to skip): " -msgstr "Scrivi pacchetti aggiuntivi da installare (separati da spazi, lascia vuoto per saltare): " +msgstr "Servizi da abilitare con questo profilo (separati da spazi, lascia vuoto per saltare): " msgid "Should this profile be enabled for installation?" -msgstr "" +msgstr "Questo profilo dovrebbe essere abilitato per l’installazione?" msgid "Create your own" -msgstr "" +msgstr "Crea il tuo" -#, fuzzy msgid "" "\n" "Select a graphics driver or leave blank to install all open-source drivers" msgstr "" "\n" -"\n" "Seleziona un driver grafico o lascia vuoto per installare tutti i driver open source" msgid "Sway needs access to your seat (collection of hardware devices i.e. keyboard, mouse, etc)" -msgstr "" +msgstr "Sway ha bisogno dell’accesso al tuo posto (insieme di dispositivi hardware, ad esempio tastiera, mouse, ecc.)" msgid "" "\n" "\n" "Choose an option to give Sway access to your hardware" msgstr "" +"\n" +"\n" +"Scegli un’opzione per concedere a Sway l’accesso al tuo hardware" msgid "Graphics driver" -msgstr "" +msgstr "Driver grafici" msgid "Greeter" -msgstr "" +msgstr "Programma di benvenuto" msgid "Please chose which greeter to install" -msgstr "" +msgstr "Scegli quale programma di benvenuto installare" msgid "This is a list of pre-programmed default_profiles" -msgstr "" +msgstr "Questo è un elenco di default_profiles preprogrammati" -#, fuzzy msgid "Disk configuration" -msgstr "Nessuna configurazione" +msgstr "Configurazione disco" -#, fuzzy msgid "Profiles" -msgstr "Profilo" +msgstr "Profili" msgid "Finding possible directories to save configuration files ..." -msgstr "" +msgstr "Ricerca di possibili directory in cui salvare i file di configurazione …" -#, fuzzy msgid "Select directory (or directories) for saving configuration files" -msgstr "Selezionare uno o più dischi rigidi da utilizzare e configurare" +msgstr "Selezionare uno o più directory per salvare i file di configurazione" -#, fuzzy msgid "Add a custom mirror" -msgstr "Aggiungi un utente" +msgstr "Aggiungi un mirror personalizzato" msgid "Change custom mirror" -msgstr "" +msgstr "Cambia mirror personalizzato" msgid "Delete custom mirror" -msgstr "" +msgstr "Elimina mirror personalizzato" -#, fuzzy msgid "Enter name (leave blank to skip): " -msgstr "Inserisci il nome utente (lascia vuoto per saltare): " +msgstr "Inserisci il nome (lascia vuoto per saltare): " -#, fuzzy msgid "Enter url (leave blank to skip): " -msgstr "Inserisci il nome utente (lascia vuoto per saltare): " +msgstr "Inserisci url (lascia vuoto per saltare): " -#, fuzzy msgid "Select signature check option" -msgstr "Seleziona l'interfaccia da aggiungere" +msgstr "Seleziona opzione di controllo della firma" -#, fuzzy msgid "Select signature option" -msgstr "Seleziona l'interfaccia da aggiungere" +msgstr "Seleziona opzioni di firma" msgid "Custom mirrors" -msgstr "" +msgstr "Mirror personalizzati" msgid "Defined" -msgstr "" +msgstr "Definito" -#, fuzzy msgid "Save user configuration (including disk layout)" -msgstr "Salva configurazione utente" +msgstr "Salva configurazione utente (incluso layout del disco)" -#, fuzzy msgid "" "Enter a directory for the configuration(s) to be saved (tab completion enabled)\n" "Save directory: " -msgstr "Immettere una directory per le configurazioni da salvare: " +msgstr "" +"Immettere una directory per le configurazioni da salvare: (completamento col tasto tab abilitato)\n" +"Directory di salvataggio: " msgid "" "Do you want to save {} configuration file(s) in the following location?\n" "\n" "{}" msgstr "" +"Vuoi salvare {} file di configurazione al seguente percorso?\n" +"\n" +"{}" -#, fuzzy msgid "Saving {} configuration files to {}" -msgstr "Salva configurazione" +msgstr "Salva file di configurazione {} in {}" -#, fuzzy msgid "Mirrors" -msgstr "Regione dei mirror" +msgstr "Mirrors" -#, fuzzy msgid "Mirror regions" msgstr "Regione dei mirror" -#, fuzzy msgid " - Maximum value : {} ( Allows {} parallel downloads, allows {max_downloads+1} downloads at a time )" -msgstr " - Valore massimo : {} ( Consente {} download parallelo, consente {} download alla volta )" +msgstr " - Valore massimo : {} ( Consente {} download paralleli, consente {max_downloads+1} downloads alla vola )" msgid "Invalid input! Try again with a valid input [1 to {}, or 0 to disable]" msgstr "Input non valido! Riprova con un input valido [da 1 a {}, o 0 per disabilitare]." msgid "Locales" -msgstr "" +msgstr "Località" -#, fuzzy msgid "Use NetworkManager (necessary to configure internet graphically in GNOME and KDE)" msgstr "Usa NetworkManager (necessario per configurare graficamente Internet in GNOME e KDE)" msgid "Total: {} / {}" -msgstr "" +msgstr "Totale: {} / {}" msgid "All entered values can be suffixed with a unit: B, KB, KiB, MB, MiB..." -msgstr "" +msgstr "Tutti i valori immessi possono avere come suffisso un’unità: %, B, KB, KiB, MB, MiB…" msgid "If no unit is provided, the value is interpreted as sectors" -msgstr "" +msgstr "Se non viene fornita alcuna unità, il valore viene interpretato come settori" -#, fuzzy msgid "Enter start (default: sector {}): " -msgstr "Inserisci il settore iniziale (percentuale o numero di blocco, predefinito: {}): " +msgstr "Inserire inizio (predefinito: {}): " -#, fuzzy msgid "Enter end (default: {}): " -msgstr "Inserisci il settore iniziale (percentuale o numero di blocco, predefinito: {}): " +msgstr "Inserire fine (predefinito: {}): " msgid "Unable to determine fido2 devices. Is libfido2 installed?" -msgstr "" +msgstr "Impossibile determinare i dispositivi fido2. libfido2 è installato?" msgid "Path" -msgstr "" +msgstr "Percorso" msgid "Manufacturer" -msgstr "" +msgstr "Costruttore" msgid "Product" -msgstr "" +msgstr "Prodotto" -#, fuzzy, python-brace-format +#, python-brace-format msgid "Invalid configuration: {error}" -msgstr "Configurazione manuale" +msgstr "Configurazione non valida: {error}" msgid "Type" -msgstr "" +msgstr "Tipo" -#, fuzzy msgid "This option enables the number of parallel downloads that can occur during package downloads" msgstr "Questa opzione consente di impostare il numero di download paralleli che possono avvenire durante l'installazione" -#, fuzzy msgid "" "Enter the number of parallel downloads to be enabled.\n" "\n" "Note:\n" msgstr "" "Inserisci il numero di download paralleli da abilitare.\n" -" (Inserisci un valore compreso tra 1 e {})\n" -"Nota:" +"\n" +"Nota:\n" -#, fuzzy msgid " - Maximum recommended value : {} ( Allows {} parallel downloads at a time )" -msgstr " - Valore massimo : {} ( Consente {} download parallelo, consente {} download alla volta )" +msgstr " - Valore massimo raccomandato : {} ( Consente {} download paralleli)" -#, fuzzy msgid " - Disable/Default : 0 ( Disables parallel downloading, allows only 1 download at a time )\n" -msgstr " - Disabilita/Predefinito : 0 ( Disabilita il download parallelo, consente solo 1 download alla volta )" +msgstr " - Disabilita/Predefinito : 0 ( Disabilita il download parallelo, consente solo 1 download alla volta )\n" -#, fuzzy msgid "Invalid input! Try again with a valid input [or 0 to disable]" -msgstr "Input non valido! Riprova con un input valido [da 1 a {}, o 0 per disabilitare]." +msgstr "Input non valido! Riprova con un input valido [0 per disabilitare]." msgid "Hyprland needs access to your seat (collection of hardware devices i.e. keyboard, mouse, etc)" -msgstr "" +msgstr "Hyprland ha bisogno dell’accesso al tuo posto (insieme di dispositivi hardware, ad esempio tastiera, mouse, ecc.)" msgid "" "\n" "\n" "Choose an option to give Hyprland access to your hardware" msgstr "" +"\n" +"\n" +"Scegliere u’opzione per dare accesso al tuo hardware a Hyprland" msgid "All entered values can be suffixed with a unit: %, B, KB, KiB, MB, MiB..." -msgstr "" +msgstr "Tutti i valori immessi possono avere come suffisso un’unità: %, B, KB, KiB, MB, MiB…" -#, fuzzy msgid "Would you like to use unified kernel images?" -msgstr "Ti piacerebbe usare swap su zram?" +msgstr "Vorresti usare swap su zram?" msgid "Unified kernel images" -msgstr "" +msgstr "Immagini kernel unificate" msgid "Waiting for time sync (timedatectl show) to complete." -msgstr "" +msgstr "In attesa del completamento della sincronizzazione dell’orario (timedatectl show)" msgid "Time syncronization not completing, while you wait - check the docs for workarounds: https://archinstall.readthedocs.io/" -msgstr "" +msgstr "La sincronizzazione dell’orario non si sta completando, mentre aspetti leggi la documentazione alla ricerca di una soluzione: https://archinstall.readthedocs.io/" msgid "Skipping waiting for automatic time sync (this can cause issues if time is out of sync during installation)" -msgstr "" +msgstr "Salto l’attesa della sincronizzazione automatica dell’ora (potrebbe causare problemi se l’orario non è sincronizzato durante l’installazione)" msgid "Waiting for Arch Linux keyring sync (archlinux-keyring-wkd-sync) to complete." -msgstr "" +msgstr "In attesa che la sincronizzazione del portachiavi di Arch Linux (archlinux-keyring-wkd-sync) sia completa." -- cgit v1.2.3-54-g00ecf From d02b0d23595fee793f4dbc54f925d7091e127b9d Mon Sep 17 00:00:00 2001 From: Christos Longros <98426896+chrislongros@users.noreply.github.com> Date: Thu, 7 Mar 2024 12:54:22 +0100 Subject: Update greek base.po, add translations, fix typos (#2284) * Update greek base.po, add translations, fix typos --- archinstall/locales/el/LC_MESSAGES/base.po | 124 ++++++++++++++--------------- 1 file changed, 62 insertions(+), 62 deletions(-) (limited to 'archinstall/locales') diff --git a/archinstall/locales/el/LC_MESSAGES/base.po b/archinstall/locales/el/LC_MESSAGES/base.po index 29df909a..31b1c661 100644 --- a/archinstall/locales/el/LC_MESSAGES/base.po +++ b/archinstall/locales/el/LC_MESSAGES/base.po @@ -75,10 +75,10 @@ msgid "Enter the IP and subnet for {} (example: 192.168.0.5/24): " msgstr "Εισάγετε την IP και το υποδίκτυο για το {} (παράδειγμα: 192.168.0.5/24): " msgid "Enter your gateway (router) IP address or leave blank for none: " -msgstr "Εισάγετε τη διεύθυνση IP του router σας ή αφήστε άδειο για καμία διεύθυνση: " +msgstr "Εισάγετε τη διεύθυνση IP του router σας ή αφήστε κενό για καμία διεύθυνση: " msgid "Enter your DNS servers (space separated, blank for none): " -msgstr "Εισάγετε τους διακομιστές DNS σας (χωρισμένοι με κενό, αφήστε άδειο για κανέναν διακομιστή): " +msgstr "Εισάγετε τους διακομιστές DNS σας (χωρισμένοι με κενό, αφήστε κενό για κανέναν διακομιστή): " msgid "Select which filesystem your main partition should use" msgstr "Επιλέξτε ποιο σύστημα αρχείων θέλετε να χρησιμοποιεί η κύρια διαμέριση" @@ -127,7 +127,7 @@ msgid " * Partition mount-points are relative to inside the installation, the bo msgstr " * Τα σημεία mount της διαμέρισης είναι σχετικά ως προς το εσωτερικό της εγκατάστασης, για παράδειγμα το boot θα ήταν /boot." msgid "Select where to mount partition (leave blank to remove mountpoint): " -msgstr "Επιλέξτε που να γίνει mount η διαμέρισιη (αφήστε άδειο για να διαγραφεί το σημείο mount): " +msgstr "Επιλέξτε που να γίνει mount η διαμέρισιη (αφήστε κενό για να διαγραφεί το σημείο mount): " msgid "" "{}\n" @@ -193,10 +193,10 @@ msgid "Select one or more hard drives to use and configure" msgstr "Επιλέξτε έναν ή περισσότερους σκληρούς δίσκους προς χρήση και διαμόρφωση" msgid "For the best compatibility with your AMD hardware, you may want to use either the all open-source or AMD / ATI options." -msgstr "Για την καλύτερη συμβατότητα με το AMD υλισμικό σας, ίσως θέλετε να χρησιμοποιήσετε είτε την \"όλα ανοιχτής πηγής\", είτε την AMD / ATI επιλογή." +msgstr "Για την καλύτερη συμβατότητα με το AMD υλισμικό σας, ίσως θέλετε να χρησιμοποιήσετε είτε την \"όλα ανοιχτού κώδικα\", είτε την AMD / ATI επιλογή." msgid "For the best compatibility with your Intel hardware, you may want to use either the all open-source or Intel options.\n" -msgstr "Για την καλύτερη συμβατότητα με το Intel υλισμικό σας, ίσως θέλετε να χρησιμοποιήσετε είτε την \"όλα ανοιχτής πηγής\", είτε την Intel επιλογή.\n" +msgstr "Για την καλύτερη συμβατότητα με το Intel υλισμικό σας, ίσως θέλετε να χρησιμοποιήσετε είτε την \"όλα ανοιχτού κώδικα\", είτε την Intel επιλογή.\n" msgid "For the best compatibility with your Nvidia hardware, you may want to use the Nvidia proprietary driver.\n" msgstr "Για την καλύτερη συμβατότητα με το Nvidia υλισμικό σας, ίσως θέλετε να χρησιμοποιήσετε τον ιδιόκτητο οδηγό της Nvidia.\n" @@ -208,13 +208,13 @@ msgid "" msgstr "" "\n" "\n" -"Επιλέξτε έναν οδηγώ γραφικών ή αφήστε άδειο για να εγκατασταθούν όλοι οι οδηγοί ανοιχτής πηγής" +"Επιλέξτε έναν οδηγό γραφικών ή αφήστε κενό για να εγκατασταθούν όλοι οι οδηγοί ανοιχτού κώδικα" msgid "All open-source (default)" -msgstr "Όλα ανοιχτής πηγής (προκαθορισμένο)" +msgstr "Όλα ανοιχτού κώδικα (προκαθορισμένο)" msgid "Choose which kernels to use or leave blank for default \"{}\"" -msgstr "Επιλέξτε ποια kernels να χρησιμοποιηθούν ή αφήστε άδειο για το προκαθορισμένο \"{}\"" +msgstr "Επιλέξτε ποιοι kernels να χρησιμοποιηθούν ή αφήστε κενό για το προκαθορισμένο \"{}\"" msgid "Choose which locale language to use" msgstr "Επιλέξτε ποια τοπική γλώσσα να χρησιμοποιηθεί" @@ -370,13 +370,13 @@ msgid "Enter a encryption password for {}" msgstr "Εισάγετε έναν κωδικό κρυπτογράφησης για {}" msgid "Enter disk encryption password (leave blank for no encryption): " -msgstr "Εισάγετε κωδικό κρυπτογράφησης δίσκου (αφήστε άδειο για καμία κρυπτογράφηση): " +msgstr "Εισάγετε κωδικό κρυπτογράφησης δίσκου (αφήστε κενό για καμία κρυπτογράφηση): " msgid "Create a required super-user with sudo privileges: " msgstr "Δημιουργήστε έναν απαιτούμενο υπερχρήστη με δικαιώματα sudo: " msgid "Enter root password (leave blank to disable root): " -msgstr "Εισάγετε τον κωδικό root (αφήστε άδειο για να απενεργοποιηθεί το root): " +msgstr "Εισάγετε τον κωδικό root (αφήστε κενό για να απενεργοποιηθεί το root): " msgid "Password for user \"{}\": " msgstr "Κωδικός για τον χρήστη \"{}\": " @@ -395,7 +395,7 @@ msgstr "" "Για περισσότερες πληροφορίες, παρακαλώ ελέγξτε το Arch wiki" msgid "Enter a username to create an additional user (leave blank to skip): " -msgstr "Εισάγετε ένα όνομα χρήστη για να δημιουργήσετε έναν ακόμα χρήστη (αφήστε άδειο για παράλειψη): " +msgstr "Εισάγετε ένα όνομα χρήστη για να δημιουργήσετε έναν ακόμα χρήστη (αφήστε κενό για παράλειψη): " msgid "Use ESC to skip\n" msgstr "Χρησιμοποιήστε ESC για παράλειψη\n" @@ -813,7 +813,7 @@ msgstr " - Απενεργοποίηση/Προκαθορισμένο : 0 ( Απ #, fuzzy, python-brace-format msgid "Invalid input! Try again with a valid input [1 to {max_downloads}, or 0 to disable]" -msgstr "Μη έγκυρη είσοδος! Προσπαθήστε ξανά με μία έγκυρη είσοδο [1 μέχρι {}, ή 0 για απενεργοποίηση]" +msgstr "Μη έγκυρη είσοδος! Προσπαθήστε ξανά με μία έγκυρη είσοδο [1 μέχρι {max_downloads}, ή 0 για απενεργοποίηση]" msgid "Parallel Downloads" msgstr "Παράλληλες Λήψεις" @@ -823,32 +823,32 @@ msgid "ESC to skip" msgstr "Χρησιμοποιήστε ESC για παράλειψη" msgid "CTRL+C to reset" -msgstr "" +msgstr "CTRL+C για επαναφορά" msgid "TAB to select" -msgstr "" +msgstr "TAB για επιλογή" msgid "[Default value: 0] > " -msgstr "" +msgstr "[Προεπιλεγμένη τιμή: 0] > " msgid "To be able to use this translation, please install a font manually that supports the language." -msgstr "" +msgstr "Για να μπορείτε να χρησιμοποιήσετε αυτή την μετάφραση, παρακαλώ εγκαταστήστε χειροκίνητα την γραμματοσειρά που υποστηρίζει την γλώσσα." msgid "The font should be stored as {}" -msgstr "" +msgstr "Η γραμματοσειρά θα πρέπει να αποθηκευτεί ως {}" msgid "Archinstall requires root privileges to run. See --help for more." -msgstr "" +msgstr "Το Archinstall απαιτεί δικαιώματα υπερχρήστη για να εκτελεστεί. Δείτε --help for more." #, fuzzy msgid "Select an execution mode" msgstr "Επιλέξτε μία ενέργεια για '{}'" msgid "Unable to fetch profile from specified url: {}" -msgstr "" +msgstr "Αδύνατη η λήψη προφίλ από το συγκεκριμένο url: {}" msgid "Profiles must have unique name, but profile definitions with duplicate name found: {}" -msgstr "" +msgstr "Τα προφίλ πρέπει να έχουν μοναδικό όνομα, αλλά βρέθηκαν ορισμοί προφίλ με διπλό όνομα: {}" #, fuzzy msgid "Select one or more devices to use and configure" @@ -888,7 +888,7 @@ msgstr "Τρέχουσα διάταξη διαμέρισης" #, fuzzy msgid "Remove all newly added partitions" -msgstr "Δημιουργία καινούργιας διαμέρισης" +msgstr "Αφαίρεση όλων των νέων διαμερίσεων" #, fuzzy msgid "Assign mountpoint" @@ -899,10 +899,10 @@ msgid "Mark/Unmark to be formatted (wipes data)" msgstr "Σημείωση/Ξεμαρκάρισμα διαμέρισης προς μορφοποίηση (διαγράφει τα δεδομένα)" msgid "Mark/Unmark as bootable" -msgstr "" +msgstr "Σημείωση/Ξεμαρκάρισμα ως bootable" msgid "Change filesystem" -msgstr "" +msgstr "Αλλαγή συστήματος αρχείων" #, fuzzy msgid "Mark/Unmark as compressed" @@ -910,17 +910,17 @@ msgstr "Σημείωση/Ξεμαρκάρισμα μίας διαμέρισως #, fuzzy msgid "Set subvolumes" -msgstr "Διαγραφή υποόγκου" +msgstr "Ορισμός υποόγκων" #, fuzzy msgid "Delete partition" msgstr "Διαγραφή διαμέρισης" msgid "Partition" -msgstr "" +msgstr "Διαμέριση" msgid "This partition is currently encrypted, to format it a filesystem has to be specified" -msgstr "" +msgstr "Αυτή η διαμέριση είναι κρυπτογραφημένη, για μορφοποίηση πρέπει να οριστεί ένα σύστημα αρχείων" #, fuzzy msgid "Partition mount-points are relative to inside the installation, the boot would be /boot as an example." @@ -937,7 +937,7 @@ msgstr "" #, fuzzy msgid "Total sectors: {}" -msgstr "Μη έγκυρος φάκελος: {}" +msgstr "Σύνολο sectors: {}" #, fuzzy msgid "Enter the start sector (default: {}): " @@ -948,10 +948,10 @@ msgid "Enter the end sector of the partition (percentage or block number, defaul msgstr "Εισάγετε τον end sector της διαμέρισης (ποσοστό ή αριθμό block, πχ: {}) " msgid "This will remove all newly added partitions, continue?" -msgstr "" +msgstr "Αυτή η ενέργεια θα αφαιρέσει τις νέες διαμερίσεις, συνέχεια;" msgid "Partition management: {}" -msgstr "" +msgstr "Διαχείριση διαμέρισης" msgid "Total length: {}" msgstr "" @@ -961,17 +961,17 @@ msgid "Encryption type" msgstr "Κωδικός κρυπτογράφησης" msgid "Partitions" -msgstr "" +msgstr "Διαμερίσεις" msgid "No HSM devices available" -msgstr "" +msgstr "Καμία διαθέσιμη συσκευή HSM" #, fuzzy msgid "Partitions to be encrypted" msgstr "Επιλέξτε ποιες διαμερίσεις να κρυπτογραφηθούν." msgid "Select disk encryption option" -msgstr "" +msgstr "Επιλογή κρυπτογράφησης δίσκου" msgid "Select a FIDO2 device to use for HSM" msgstr "" @@ -989,19 +989,19 @@ msgid "Pre-mounted configuration" msgstr "Καμία διαμόρφωση" msgid "Unknown" -msgstr "" +msgstr "Άγνωστο" msgid "Partition encryption" -msgstr "" +msgstr "Κρυπτογράφηση διαμέρισης" msgid " ! Formatting {} in " -msgstr "" +msgstr " ! Μορφοποίηση {} σε " msgid "← Back" -msgstr "" +msgstr "← Πίσω" msgid "Disk encryption" -msgstr "" +msgstr "Κρυπτογράφηση δίσκου" #, fuzzy msgid "Configuration" @@ -1016,7 +1016,7 @@ msgid "All settings will be reset, are you sure?" msgstr "{} περιέχει διαμερίσεις στην ουρά, αυτό θα τις διαγράψει, είστε σίγουρη/ος;" msgid "Back" -msgstr "" +msgstr "Πίσω" msgid "Please chose which greeter to install for the chosen profiles: {}" msgstr "" @@ -1029,23 +1029,23 @@ msgstr "" #, fuzzy msgid "Installed packages" -msgstr "Περαιτέρω πακέτα" +msgstr "Εγκατεστημένα πακέτα" #, fuzzy msgid "Add profile" -msgstr "Προφίλ" +msgstr "Προσθήκη προφίλ" #, fuzzy msgid "Edit profile" -msgstr "Προφίλ" +msgstr "Επεξεργασία προφίλ" #, fuzzy msgid "Delete profile" -msgstr "Διαγραφή διεπαφής" +msgstr "Διαγραφή προφίλ" #, fuzzy msgid "Profile name: " -msgstr "Προφίλ" +msgstr "Όνομα προφίλ: " #, fuzzy msgid "The profile name you entered is already in use. Try again" @@ -1053,17 +1053,17 @@ msgstr "Το όνομα χρήστη που εισάγατε δεν είναι #, fuzzy msgid "Packages to be install with this profile (space separated, leave blank to skip): " -msgstr "Γράψτε περαιτέρω πακέτα προς εγκατάσταση (χωρισμένα με κενό, αφήστε άδειο για να παραληφθεί): " +msgstr "Γράψτε περαιτέρω πακέτα προς εγκατάσταση (χωρισμένα με κενό, αφήστε κενό για να παραληφθεί): " #, fuzzy msgid "Services to be enabled with this profile (space separated, leave blank to skip): " -msgstr "Γράψτε περαιτέρω πακέτα προς εγκατάσταση (χωρισμένα με κενό, αφήστε άδειο για να παραληφθεί): " +msgstr "Γράψτε περαιτέρω πακέτα προς εγκατάσταση (χωρισμένα με κενό, αφήστε κενό για να παραληφθεί): " msgid "Should this profile be enabled for installation?" -msgstr "" +msgstr "Ενεργοποίηση του προφίλ για εγκατάσταση;" msgid "Create your own" -msgstr "" +msgstr "Δημιουργήστε δικό σας" #, fuzzy msgid "" @@ -1072,7 +1072,7 @@ msgid "" msgstr "" "\n" "\n" -"Επιλέξτε έναν οδηγώ γραφικών ή αφήστε άδειο για να εγκατασταθούν όλοι οι οδηγοί ανοιχτής πηγής" +"Επιλέξτε έναν οδηγό γραφικών ή αφήστε κενό για να εγκατασταθούν όλοι οι οδηγοί ανοιχτού κώδικα" msgid "Sway needs access to your seat (collection of hardware devices i.e. keyboard, mouse, etc)" msgstr "" @@ -1084,7 +1084,7 @@ msgid "" msgstr "" msgid "Graphics driver" -msgstr "" +msgstr "Οδηγός γραφικών" msgid "Greeter" msgstr "" @@ -1112,13 +1112,13 @@ msgstr "Επιλέξτε έναν ή περισσότερους σκληρούς #, fuzzy msgid "Add a custom mirror" -msgstr "Προσθήκη χρήστη" +msgstr "Προσθήκη custom mirror" msgid "Change custom mirror" -msgstr "" +msgstr "Αλλαγή custom mirror" msgid "Delete custom mirror" -msgstr "" +msgstr "Διαγραφή custom mirror" #, fuzzy msgid "Enter name (leave blank to skip): " @@ -1185,13 +1185,13 @@ msgid "Use NetworkManager (necessary to configure internet graphically in GNOME msgstr "Χρήση NetworkManager (απαραίτητος για τη διαμόρφωση του δικτύου γραφικά σε GNOME και KDE)" msgid "Total: {} / {}" -msgstr "" +msgstr "Σύνολο: {} / {}" msgid "All entered values can be suffixed with a unit: B, KB, KiB, MB, MiB..." msgstr "" msgid "If no unit is provided, the value is interpreted as sectors" -msgstr "" +msgstr "Αν δεν έχει δωθεί μονάδα, η τιμή ερμηνεύεται ως sectors" #, fuzzy msgid "Enter start (default: sector {}): " @@ -1205,20 +1205,20 @@ msgid "Unable to determine fido2 devices. Is libfido2 installed?" msgstr "" msgid "Path" -msgstr "" +msgstr "Μονοπάτι" msgid "Manufacturer" -msgstr "" +msgstr "Κατασκευαστής" msgid "Product" -msgstr "" +msgstr "Προϊόν" #, fuzzy, python-brace-format msgid "Invalid configuration: {error}" msgstr "Χειροκίνητη διαμόρφωση" msgid "Type" -msgstr "" +msgstr "Τύπος" #, fuzzy msgid "This option enables the number of parallel downloads that can occur during package downloads" @@ -1253,7 +1253,7 @@ msgid "" "\n" "\n" "Choose an option to give Hyprland access to your hardware" -msgstr "" +msgstr "Διαλέξτε μία επιλογή για να δώσετε πρόσβαση του Hyprland στο υλισμικό σας" msgid "All entered values can be suffixed with a unit: %, B, KB, KiB, MB, MiB..." msgstr "" @@ -1266,13 +1266,13 @@ msgid "Unified kernel images" msgstr "" msgid "Waiting for time sync (timedatectl show) to complete." -msgstr "" +msgstr "Περιμένοντας να ολοκληρωθεί ο συγχρονισμός του χρόνου (timedatectl show)" msgid "Time syncronization not completing, while you wait - check the docs for workarounds: https://archinstall.readthedocs.io/" -msgstr "" +msgstr "Ο συγχρονισμός χρόνου δεν ολοκληρώνεται, όσο περιμένετε - ελέγξτε την τεκμηρίωση για λύσεις: https://archinstall.readthedocs.io/" msgid "Skipping waiting for automatic time sync (this can cause issues if time is out of sync during installation)" -msgstr "" +msgstr "Παραλείποντας την αναμονή για αυτόματο συγχρονισμό χρόνου (μπορεί να προκαλέσει προβλήματα αν ο χρόνος δεν είναι συγχρονισμένος κατά την εγκατάσταση)" msgid "Waiting for Arch Linux keyring sync (archlinux-keyring-wkd-sync) to complete." msgstr "" -- cgit v1.2.3-54-g00ecf From 2cd0d3fdad2ac783090ca8cb9fb8f7b4c3a28167 Mon Sep 17 00:00:00 2001 From: Rafael Fontenelle Date: Thu, 7 Mar 2024 08:55:19 -0300 Subject: Update Brazilian Portuguese translation (#2287) --- archinstall/locales/pt_BR/LC_MESSAGES/base.po | 65 +++++++++++---------------- 1 file changed, 25 insertions(+), 40 deletions(-) (limited to 'archinstall/locales') diff --git a/archinstall/locales/pt_BR/LC_MESSAGES/base.po b/archinstall/locales/pt_BR/LC_MESSAGES/base.po index 969c910a..57d6f242 100644 --- a/archinstall/locales/pt_BR/LC_MESSAGES/base.po +++ b/archinstall/locales/pt_BR/LC_MESSAGES/base.po @@ -3,18 +3,21 @@ # Rafael Fontenelle # Jefferson Michael # Diogo Silva +# Mário Victor Ribeiro Silva +# Rafael Fontenelle , 2023. msgid "" msgstr "" -"Project-Id-Version: \n" +"Project-Id-Version: archinstall\n" "POT-Creation-Date: \n" -"PO-Revision-Date: \n" -"Last-Translator: Mário Victor Ribeiro Silva \n" +"PO-Revision-Date: 2023-12-05 13:30-0300\n" +"Last-Translator: Rafael Fontenelle \n" "Language-Team: \n" "Language: pt_BR\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Generator: Poedit 3.3.2\n" +"X-Generator: Gtranslator 45.2\n" +"Plural-Forms: nplurals=2; plural=(n > 1)\n" msgid "[!] A log file has been created here: {} {}" msgstr "[!] Um arquivo de log foi criado aqui: {} {}" @@ -856,9 +859,8 @@ msgstr "Os perfis devem ter nomes únicos, mas foram encontradas definições de msgid "Select one or more devices to use and configure" msgstr "Selecione um ou mais dispositivos para usar e configurar" -#, fuzzy msgid "If you reset the device selection this will also reset the current disk layout. Are you sure?" -msgstr "Se você redefinir a seleção de unidades isso também redefinirá o layout da unidade atual. Tem certeza?" +msgstr "Se você redefinir a seleção de dispositivo isso também redefinirá o layout do dispositivo atual. Tem certeza?" msgid "Existing Partitions" msgstr "Partições existentes" @@ -887,9 +889,8 @@ msgstr "Remova todas as partições recém-adicionadas" msgid "Assign mountpoint" msgstr "Atribuir um ponto de montagem" -#, fuzzy msgid "Mark/Unmark to be formatted (wipes data)" -msgstr "Marcar/Desmarcar uma partição para ser formatada (apaga os dados)" +msgstr "Marcar/Desmarcar para ser formatada (apaga os dados)" msgid "Mark/Unmark as bootable" msgstr "Marcar/desmarcar como inicializável" @@ -897,9 +898,8 @@ msgstr "Marcar/desmarcar como inicializável" msgid "Change filesystem" msgstr "Mudar arquivo do sistema" -#, fuzzy msgid "Mark/Unmark as compressed" -msgstr "Marcar/desmarcar a partição como comprimida (apenas btrfs)" +msgstr "Marcar/desmarcar como comprimida (apenas btrfs)" msgid "Set subvolumes" msgstr "Definir subvolumes" @@ -961,9 +961,8 @@ msgstr "Selecione a opção de encriptação de disco" msgid "Select a FIDO2 device to use for HSM" msgstr "Selecione um dispositivo FIDO2 para usar como HSM" -#, fuzzy msgid "Use a best-effort default partition layout" -msgstr "Apagar todos os discos selecionados e usar um esquema de partições padrão de melhor desempenho" +msgstr "Usar um esquema de partições padrão de melhor desempenho" msgid "Manual Partitioning" msgstr "Particionamento manual" @@ -1060,9 +1059,8 @@ msgstr "" msgid "Graphics driver" msgstr "Driver gráfico" -#, fuzzy msgid "Greeter" -msgstr "Recepcionista" +msgstr "Greeter" msgid "Please chose which greeter to install" msgstr "Por favor, escolha qual greeter instalar" @@ -1097,11 +1095,9 @@ msgstr "Digite o nome (deixe em branco para pular): " msgid "Enter url (leave blank to skip): " msgstr "Digite a url (deixe em branco para pular): " -#, fuzzy msgid "Select signature check option" msgstr "Selecione uma opção de verificação de assinatura" -#, fuzzy msgid "Select signature option" msgstr "Selecione uma opção de assinatura" @@ -1151,9 +1147,8 @@ msgstr "Localidades" msgid "Use NetworkManager (necessary to configure internet graphically in GNOME and KDE)" msgstr "Usar NetworkManager (necessário para configurar internet graficamente no GNOME e KDE)" -#, fuzzy msgid "Total: {} / {}" -msgstr "Tamanho total: {}" +msgstr "Total: {} / {}" msgid "All entered values can be suffixed with a unit: B, KB, KiB, MB, MiB..." msgstr "Todos os valores inseridos podem ser seguidos por uma unidade: B, KB, KiB, MB, MiB..." @@ -1161,13 +1156,11 @@ msgstr "Todos os valores inseridos podem ser seguidos por uma unidade: B, KB, Ki msgid "If no unit is provided, the value is interpreted as sectors" msgstr "Se nenhuma unidade for fornecida, o valor será interpretado como setores" -#, fuzzy msgid "Enter start (default: sector {}): " -msgstr "Digite o setor de início (padrão: {}): " +msgstr "Digite o início (padrão: setor {}): " -#, fuzzy msgid "Enter end (default: {}): " -msgstr "Digite o setor de início (padrão: {}): " +msgstr "Digite fim (padrão: {}): " msgid "Unable to determine fido2 devices. Is libfido2 installed?" msgstr "Incapaz de determinar dispositivos FIDO2. O libfido2 está instalado?" @@ -1181,44 +1174,37 @@ msgstr "Fabricante" msgid "Product" msgstr "Produto" -#, fuzzy, python-brace-format +#, python-brace-format msgid "Invalid configuration: {error}" -msgstr "Configuração manual" +msgstr "Configuração inválida: {error}" msgid "Type" msgstr "Tipo" -#, fuzzy msgid "This option enables the number of parallel downloads that can occur during package downloads" -msgstr "Esta opção habilita o número de downloads paralelos que podem ocorrer durante a instalação" +msgstr "Esta opção habilita o número de downloads paralelos que podem ocorrer durante os downloads de pacotes" -#, fuzzy msgid "" "Enter the number of parallel downloads to be enabled.\n" "\n" "Note:\n" msgstr "" "Insira o número de downloads paralelos para serem habilitados.\n" -" (Insira um valor entre 1 e {})\n" -"Observação:" +"\n" +"Observação:\n" -#, fuzzy msgid " - Maximum recommended value : {} ( Allows {} parallel downloads at a time )" -msgstr " - Valor máximo : {} ( Permite {} downloads paralelos, permite {} downloads por vez )" +msgstr " - Valor máximo recomendado : {} ( Permite {} downloads paralelos por vez )" -#, fuzzy msgid " - Disable/Default : 0 ( Disables parallel downloading, allows only 1 download at a time )\n" -msgstr " - Desativar/Padrão : 0 ( Desativa os downloads paralelos, permite apenas 1 download por vez )" +msgstr " - Desativar/Padrão : 0 ( Desativa os downloads paralelos, permite apenas 1 download por vez )\n" -#, fuzzy msgid "Invalid input! Try again with a valid input [or 0 to disable]" -msgstr "Entrada inválida! Tente novamente com uma entrada válida [1 para {}, ou 0 para desativar]" +msgstr "Entrada inválida! Tente novamente com uma entrada válida [ou 0 para desativar]" -#, fuzzy msgid "Hyprland needs access to your seat (collection of hardware devices i.e. keyboard, mouse, etc)" -msgstr "O Sway precisa de acesso ao seu seat (conjunto de dispositivos de hardware, como teclado, mouse, etc)" +msgstr "O Hyprland precisa de acesso ao seu seat (conjunto de dispositivos de hardware, como teclado, mouse, etc)" -#, fuzzy msgid "" "\n" "\n" @@ -1226,12 +1212,11 @@ msgid "" msgstr "" "\n" "\n" -"Selecione uma opção para permitir o acesso do Sway ao seu hardware" +"Selecione uma opção para permitir o acesso do Hyprland ao seu hardware" msgid "All entered values can be suffixed with a unit: %, B, KB, KiB, MB, MiB..." msgstr "Todos os valores inseridos podem ser seguidos por uma unidade: B, KB, KiB, MB, MiB..." -#, fuzzy msgid "Would you like to use unified kernel images?" msgstr "Deseja usar imagens de kernel unificados?" -- cgit v1.2.3-54-g00ecf From 6c2a0d9b97c07ebd57c0841386f71b82d2c7b63a Mon Sep 17 00:00:00 2001 From: Wise Date: Thu, 7 Mar 2024 12:56:10 +0100 Subject: Update translation of tr (#2299) --- archinstall/locales/tr/LC_MESSAGES/base.mo | Bin 40360 -> 41786 bytes archinstall/locales/tr/LC_MESSAGES/base.po | 28 +++++++++++++--------------- 2 files changed, 13 insertions(+), 15 deletions(-) (limited to 'archinstall/locales') diff --git a/archinstall/locales/tr/LC_MESSAGES/base.mo b/archinstall/locales/tr/LC_MESSAGES/base.mo index a39d5ffb..fab22b9e 100644 Binary files a/archinstall/locales/tr/LC_MESSAGES/base.mo and b/archinstall/locales/tr/LC_MESSAGES/base.mo differ diff --git a/archinstall/locales/tr/LC_MESSAGES/base.po b/archinstall/locales/tr/LC_MESSAGES/base.po index 62157bec..ee6b4c3d 100644 --- a/archinstall/locales/tr/LC_MESSAGES/base.po +++ b/archinstall/locales/tr/LC_MESSAGES/base.po @@ -2,15 +2,15 @@ msgid "" msgstr "" "Project-Id-Version: \n" "POT-Creation-Date: 21.05.2022\n" -"PO-Revision-Date: 2023-09-26 23:01+0200\n" -"Last-Translator: Hasan Oruc \n" -"Language-Team: \n" +"PO-Revision-Date: 2023-12-10 20:32+0100\n" +"Last-Translator: Abdullah Koyuncu @wiseweb-works \n" +"Language-Team: wiseweb-works, AlperShal, tugsatenes, eren-ince, Schwarzeisc00l, Oruch379\n" "Language: tr\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -"X-Generator: Poedit 3.3.2\n" +"X-Generator: Poedit 3.4.1\n" msgid "[!] A log file has been created here: {} {}" msgstr "[!] Burada bir günlük dosyası oluşturuldu: {} {}" @@ -91,8 +91,8 @@ msgid "" "Select what to do with\n" "{}" msgstr "" -"İle ne yapılması gerektiğini seçin\n" -"{}" +"{}\n" +"ile ne yapılması gerektiğini seçin" msgid "Enter a desired filesystem type for the partition" msgstr "Disk bölümü için arzu edilen bir dosya systemi tipi girin" @@ -1209,25 +1209,23 @@ msgstr "" "\n" "Hyprland’e donanımınıza erişim izni vermek için bir seçenek belirleyin" -#, fuzzy msgid "All entered values can be suffixed with a unit: %, B, KB, KiB, MB, MiB..." -msgstr "Girilen tüm değerlerin sonuna bir birim eklenebilir: B, KB, KiB, MB, MiB…" +msgstr "Girilen tüm değerlerin sonuna bir birim eklenebilir: %, B, KB, KiB, MB, MiB…" -#, fuzzy msgid "Would you like to use unified kernel images?" -msgstr "\"Swap\"i (takas) zram üzerinde kullanmak ister misiniz?" +msgstr "Birleştirilmiş çekirdek görüntülerini (Unified kernel) kullanmak ister misiniz?" msgid "Unified kernel images" -msgstr "" +msgstr "Birleşik çekirdek görüntüleri (Unified kernels)" msgid "Waiting for time sync (timedatectl show) to complete." -msgstr "" +msgstr "Zaman senkronizasyonunun (timedatectl show) tamamlanması bekleniyor." msgid "Time syncronization not completing, while you wait - check the docs for workarounds: https://archinstall.readthedocs.io/" -msgstr "" +msgstr "Siz beklerken zaman senkronizasyonu tamamlanmıyor - geçici çözümler için dokümanları kontrol edin: https://archinstall.readthedocs.io/" msgid "Skipping waiting for automatic time sync (this can cause issues if time is out of sync during installation)" -msgstr "" +msgstr "Otomatik zaman senkronizasyonunu beklemenin atlanması (kurulum sırasında zamanın senkronize olmaması durumunda bu durum sorunlara neden olabilir)" msgid "Waiting for Arch Linux keyring sync (archlinux-keyring-wkd-sync) to complete." -msgstr "" +msgstr "Arch Linux anahtarlık senkronizasyonunun (archlinux-keyring-wkd-sync) tamamlanması bekleniyor." -- cgit v1.2.3-54-g00ecf From 1387652b7bcac0fb6d12c2f0bd9c8747d1198449 Mon Sep 17 00:00:00 2001 From: Dominik Stasiak <135519635+dominikstas@users.noreply.github.com> Date: Thu, 7 Mar 2024 12:56:30 +0100 Subject: Update Polish translation (#2311) --- archinstall/locales/pl/LC_MESSAGES/base.mo | Bin 27783 -> 33089 bytes archinstall/locales/pl/LC_MESSAGES/base.po | 105 ++++++++++++++++------------- 2 files changed, 58 insertions(+), 47 deletions(-) (limited to 'archinstall/locales') diff --git a/archinstall/locales/pl/LC_MESSAGES/base.mo b/archinstall/locales/pl/LC_MESSAGES/base.mo index 137b7c06..6044a910 100644 Binary files a/archinstall/locales/pl/LC_MESSAGES/base.mo and b/archinstall/locales/pl/LC_MESSAGES/base.mo differ diff --git a/archinstall/locales/pl/LC_MESSAGES/base.po b/archinstall/locales/pl/LC_MESSAGES/base.po index 988bf86d..d04ed6d5 100644 --- a/archinstall/locales/pl/LC_MESSAGES/base.po +++ b/archinstall/locales/pl/LC_MESSAGES/base.po @@ -97,10 +97,10 @@ msgid "Enter a desired filesystem type for the partition" msgstr "Wprowadź żądany typ systemu plików dla partycji" msgid "Enter the start location (in parted units: s, GB, %, etc. ; default: {}): " -msgstr "Wybierz lokację startową (w jednostkach parted: s, GB, %, itd. ; domyślna: {}" +msgstr "Wybierz lokację startową (w jednostkach parted: s, GB, %, itd. ; domyślna: {})" msgid "Enter the end location (in parted units: s, GB, %, etc. ; ex: {}): " -msgstr "Wybierz lokację końcową (w jednostkach parted: s, GB, %, itd. ; przykład: {}" +msgstr "Wybierz lokację końcową (w jednostkach parted: s, GB, %, itd. ; przykład: {})" msgid "{} contains queued partitions, this will remove those, are you sure?" msgstr "{} zawiera partycje oczekujące w kolejce, to spowoduje ich usunięcie. Czy na pewno chcesz to zrobić?" @@ -199,7 +199,7 @@ msgid "For the best compatibility with your Intel hardware, you may want to use msgstr "Aby uzyskać najlepszą kompatybilność ze sprzętem Intel, warto skorzystać z opcji całkowicie open-source lub Intel.\n" msgid "For the best compatibility with your Nvidia hardware, you may want to use the Nvidia proprietary driver.\n" -msgstr "Aby uzyskać najlepszą kompatybilność ze sprzętem firmy Nvidia, warto skorzystać z własnościowego sterownika firmy Nvidia.\n" +msgstr "Aby uzyskać najlepszą kompatybilność ze sprzętem firmy Nvidia, warto skorzystać z zastrzeżonego sterownika firmy Nvidia.\n" msgid "" "\n" @@ -773,7 +773,7 @@ msgid "moderate" msgstr "umiarkowane" msgid "strong" -msgstr "mocne" +msgstr "silne" msgid "Add subvolume" msgstr "Dodaj subwolumin" @@ -836,17 +836,17 @@ msgid "The font should be stored as {}" msgstr "Czcionka powinna być przechowana jako {}" msgid "Archinstall requires root privileges to run. See --help for more." -msgstr "" +msgstr "Archinstall wymaga uprawnień administratora do uruchomienia. Wpisz --help, aby uzyskać więcej informacji." #, fuzzy msgid "Select an execution mode" msgstr "Wybierz akcję dla '{}'" msgid "Unable to fetch profile from specified url: {}" -msgstr "" +msgstr "Nie można pobrać profilu z podanego url: {}" msgid "Profiles must have unique name, but profile definitions with duplicate name found: {}" -msgstr "" +msgstr "Profile muszą mieć unikalne nazwy, znaleziono profil o tej nazwie: {}" #, fuzzy msgid "Select one or more devices to use and configure" @@ -897,10 +897,10 @@ msgid "Mark/Unmark to be formatted (wipes data)" msgstr "Zaznacz/odznacz partycję, która ma zostać sformatowana (wymazuje dane)" msgid "Mark/Unmark as bootable" -msgstr "" +msgstr "Zaznacz/Odznacz jako bootowalne" msgid "Change filesystem" -msgstr "" +msgstr "Zmień system plików" #, fuzzy msgid "Mark/Unmark as compressed" @@ -915,23 +915,23 @@ msgid "Delete partition" msgstr "Usuń partycję" msgid "Partition" -msgstr "" +msgstr "Partycja" msgid "This partition is currently encrypted, to format it a filesystem has to be specified" -msgstr "" +msgstr "Wybrana partycja jest zaszyfrowana. Żeby ją sformatować, wybierz system plików." #, fuzzy msgid "Partition mount-points are relative to inside the installation, the boot would be /boot as an example." msgstr " * Punkty montowania partycji są względne w stosunku do wnętrza instalacji, np. partycja startowa to /boot." msgid "If mountpoint /boot is set, then the partition will also be marked as bootable." -msgstr "" +msgstr "Jeżeli punkt montowania /boot jest wybrany, ta partycja będzie także zaznaczona jako bootowalna" msgid "Mountpoint: " -msgstr "" +msgstr "Punkt montowania: " msgid "Current free sectors on device {}:" -msgstr "" +msgstr "Aktualnie wolne sektory urządzenia {}:" #, fuzzy msgid "Total sectors: {}" @@ -946,13 +946,13 @@ msgid "Enter the end sector of the partition (percentage or block number, defaul msgstr "Wprowadź sektor końcowy (procent lub numer bloku, domyślnie: {}): " msgid "This will remove all newly added partitions, continue?" -msgstr "" +msgstr "To usunie wszystkie nowo dodane partycje, kontynuować?" msgid "Partition management: {}" -msgstr "" +msgstr "Zarządzanie partycją: {}" msgid "Total length: {}" -msgstr "" +msgstr "Całkowita długość: {}" #, fuzzy msgid "Encryption type" @@ -986,13 +986,13 @@ msgid "Pre-mounted configuration" msgstr "Brak konfiguracji" msgid "Unknown" -msgstr "" +msgstr "Nieznane" msgid "Partition encryption" msgstr "Szyfrowanie partycji" msgid " ! Formatting {} in " -msgstr "" +msgstr " ! Formatowanie {} za " msgid "← Back" msgstr "← Wstecz" @@ -1016,13 +1016,13 @@ msgid "Back" msgstr "← Wstecz" msgid "Please chose which greeter to install for the chosen profiles: {}" -msgstr "" +msgstr "Wybierz który greeter zainstalować dla wybranych profili: {}" msgid "Environment type: {}" -msgstr "" +msgstr "Rodzaj środowiska: {}" msgid "The proprietary Nvidia driver is not supported by Sway. It is likely that you will run into issues, are you okay with that?" -msgstr "" +msgstr "Zastrzeżony sterownik Nvidia nie jest wspierany przez Sway. Mogą wystąpić problemy, czy chcesz kontynuować?" #, fuzzy msgid "Installed packages" @@ -1057,10 +1057,10 @@ msgid "Services to be enabled with this profile (space separated, leave blank to msgstr "Wpisz dodatkowe pakiety do zainstalowania (oddzielone spacjami, pozostaw puste aby pominąć): " msgid "Should this profile be enabled for installation?" -msgstr "" +msgstr "Czy ten profil ma być włączony podczas instalacji?" msgid "Create your own" -msgstr "" +msgstr "Utwórz własny" #, fuzzy msgid "" @@ -1072,25 +1072,28 @@ msgstr "" "Wybierz sterownik graficzny lub pozostaw puste pole, aby zainstalować wszystkie sterowniki typu open source" msgid "Sway needs access to your seat (collection of hardware devices i.e. keyboard, mouse, etc)" -msgstr "" +msgstr "Sway potrzebuje dostępu do twojego stanowia (sprzętu, np. klawiatury, myszki)" msgid "" "\n" "\n" "Choose an option to give Sway access to your hardware" msgstr "" +"\n" +"\n" +"Wybierz by nadać Sway dostęp do twojego sprzętu" msgid "Graphics driver" -msgstr "" +msgstr "Sterownik graficzny" msgid "Greeter" -msgstr "" +msgstr "Greeter" msgid "Please chose which greeter to install" -msgstr "" +msgstr "Wybierz który greeter zainstalować" msgid "This is a list of pre-programmed default_profiles" -msgstr "" +msgstr "To jest lista przygotowanych podstawowych profili (default_profiles)" #, fuzzy msgid "Disk configuration" @@ -1111,10 +1114,10 @@ msgid "Add a custom mirror" msgstr "Dodaj użytkownika" msgid "Change custom mirror" -msgstr "" +msgstr "Ustaw własny mirror" msgid "Delete custom mirror" -msgstr "" +msgstr "Usuń własny mirror" #, fuzzy msgid "Enter name (leave blank to skip): " @@ -1133,10 +1136,10 @@ msgid "Select signature option" msgstr "Wybierz układ dysku" msgid "Custom mirrors" -msgstr "" +msgstr "Własny mirror" msgid "Defined" -msgstr "" +msgstr "Wybrane" #, fuzzy msgid "Save user configuration (including disk layout)" @@ -1153,6 +1156,9 @@ msgid "" "\n" "{}" msgstr "" +"Czy chcesz zapisać plik(i) konfiguracji {} w podanej lokalizacji?\n" +"\n" +"{}" msgid "Saving {} configuration files to {}" msgstr "Zapisywanie {} plików konfiguracyjnych do {}" @@ -1181,13 +1187,13 @@ msgid "Use NetworkManager (necessary to configure internet graphically in GNOME msgstr "Użyj programu NetworkManager (niezbędne do graficznej konfiguracji Internetu w środowiskach GNOME i KDE)" msgid "Total: {} / {}" -msgstr "" +msgstr "Łącznie: {} / {}" msgid "All entered values can be suffixed with a unit: B, KB, KiB, MB, MiB..." -msgstr "" +msgstr "Do wszystkich wybranych wartości musi być podana jednostka: B, KB, KiB, MB, MiB..." msgid "If no unit is provided, the value is interpreted as sectors" -msgstr "" +msgstr "Jeżeli jednostka nie zostanie poddana, wartość zostanie zinterpretowana jako sektor" #, fuzzy msgid "Enter start (default: sector {}): " @@ -1198,10 +1204,10 @@ msgid "Enter end (default: {}): " msgstr "Wprowadź sektor początkowy (procent lub numer bloku, domyślnie: {}): " msgid "Unable to determine fido2 devices. Is libfido2 installed?" -msgstr "" +msgstr "Nie można określić urządzeń fido2. Czy zainstalowano libfido2?" msgid "Path" -msgstr "" +msgstr "Ścieżka" msgid "Manufacturer" msgstr "" @@ -1214,7 +1220,7 @@ msgid "Invalid configuration: {error}" msgstr "Ręczna konfiguracja" msgid "Type" -msgstr "" +msgstr "Rodzaj" #, fuzzy msgid "This option enables the number of parallel downloads that can occur during package downloads" @@ -1243,35 +1249,40 @@ msgid "Invalid input! Try again with a valid input [or 0 to disable]" msgstr "Nieprawidłowa wartość! Spróbuj wprowadzić wartość od 1 do {}, lub 0 aby wyłączyć." msgid "Hyprland needs access to your seat (collection of hardware devices i.e. keyboard, mouse, etc)" -msgstr "" +msgstr "Hyprland potrzebuje dostępu do twojego stanowia (sprzętu, np. klawiatury, myszki)" + msgid "" "\n" "\n" "Choose an option to give Hyprland access to your hardware" msgstr "" +"\n" +"\n" +"Wybierz opcje, żeby dać Hyprland dostęp do twojego urządzenia" msgid "All entered values can be suffixed with a unit: %, B, KB, KiB, MB, MiB..." -msgstr "" +msgstr "Do wszystkich wybranych wartości może być podana jednostka: % B, KB, KiB, MB, MiB..." + #, fuzzy msgid "Would you like to use unified kernel images?" -msgstr "Czy chcesz używać swap w zramie?" +msgstr "Czy chcesz użyć zjednoczonych obrazów jądra? (unified kernel images)" msgid "Unified kernel images" -msgstr "" +msgstr "zjednoczone obrazy jądra (unified kernel images)" msgid "Waiting for time sync (timedatectl show) to complete." -msgstr "" +msgstr "Oczekiwanie na synchronizację czasu (timedatectl show)." msgid "Time syncronization not completing, while you wait - check the docs for workarounds: https://archinstall.readthedocs.io/" -msgstr "" +msgstr "Synchronizacja czasu w toku. Oczekując - sprawdź dokumentacje: https://archinstall.readthedocs.io/" msgid "Skipping waiting for automatic time sync (this can cause issues if time is out of sync during installation)" -msgstr "" +msgstr "Pomiń Oczekiwanie na automatyczną synchronizację czasu (może spowodować problemy podczas instalacji)" msgid "Waiting for Arch Linux keyring sync (archlinux-keyring-wkd-sync) to complete." -msgstr "" +msgstr "Oczekiwanie na synchronizację Arch Linux keyring (archlinux-keyring-wkd-sync)." #~ msgid "When picking a directory to save configuration files to, by default we will ignore the following folders: " #~ msgstr "Podczas wybierania katalogu do zapisywania plików konfiguracyjnych, domyślnie ignorowane są następujące foldery: " -- cgit v1.2.3-54-g00ecf From cea1ded104b86c757047f087606bfa7f1c7f5acc Mon Sep 17 00:00:00 2001 From: summoner001 Date: Thu, 7 Mar 2024 12:56:46 +0100 Subject: Add Hungarian translation files (#2313) The hungarian translation is complete and ready to use --- archinstall/locales/hu/LC_MESSAGES/hu.mo | Bin 0 -> 43524 bytes archinstall/locales/hu/LC_MESSAGES/hu.po | 1509 ++++++++++++++++++++++++++++++ 2 files changed, 1509 insertions(+) create mode 100644 archinstall/locales/hu/LC_MESSAGES/hu.mo create mode 100644 archinstall/locales/hu/LC_MESSAGES/hu.po (limited to 'archinstall/locales') diff --git a/archinstall/locales/hu/LC_MESSAGES/hu.mo b/archinstall/locales/hu/LC_MESSAGES/hu.mo new file mode 100644 index 00000000..48571803 Binary files /dev/null and b/archinstall/locales/hu/LC_MESSAGES/hu.mo differ diff --git a/archinstall/locales/hu/LC_MESSAGES/hu.po b/archinstall/locales/hu/LC_MESSAGES/hu.po new file mode 100644 index 00000000..e2e86e1c --- /dev/null +++ b/archinstall/locales/hu/LC_MESSAGES/hu.po @@ -0,0 +1,1509 @@ +msgid "" +msgstr "" +"Project-Id-Version: \n" +"POT-Creation-Date: \n" +"PO-Revision-Date: \n" +"Last-Translator: summoner \n" +"Language-Team: \n" +"Language: hu\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Generator: Poedit 3.4.1\n" + +msgid "[!] A log file has been created here: {} {}" +msgstr "[!] A naplófájl itt jött létre: {} {}" + +msgid "" +" Please submit this issue (and file) to https://github.com/archlinux/" +"archinstall/issues" +msgstr "" +" Kérjük, jelentsd ezt a problémát (a naplófájllal együtt) a https://" +"github.com/archlinux/archinstall/issues oldalon" + +msgid "Do you really want to abort?" +msgstr "Tényleg megszakítod?" + +msgid "And one more time for verification: " +msgstr "És még egyszer az ellenőrzéshez: " + +msgid "Would you like to use swap on zram?" +msgstr "Biztosan cserehelyet akarsz használni a zram-on?" + +msgid "Desired hostname for the installation: " +msgstr "A számítógép neve a telepítéshez: " + +msgid "Username for required superuser with sudo privileges: " +msgstr "" +"A rendszergazda felhasználó neve a számítógép használatához szükséges sudo " +"jogosultságokkal: " + +msgid "Any additional users to install (leave blank for no users): " +msgstr "" +"További hozzáadandó felhasználók (ha nem akarsz több felhasználót hozzáadni, " +"akkor hagyd üresen): " + +msgid "Should this user be a superuser (sudoer)?" +msgstr "Ennek a felhasználónak rendszergazdának (sudoer-nek) kell lennie?" + +msgid "Select a timezone" +msgstr "Időzóna kiválasztása" + +msgid "Would you like to use GRUB as a bootloader instead of systemd-boot?" +msgstr "" +"Szeretnéd használni a GRUB-ot rendszerbetöltőként a systemd-boot helyett?" + +msgid "Choose a bootloader" +msgstr "Válassz ki egy rendszerbetöltőt" + +msgid "Choose an audio server" +msgstr "Válassz ki egy hangkiszolgálót" + +msgid "" +"Only packages such as base, base-devel, linux, linux-firmware, efibootmgr " +"and optional profile packages are installed." +msgstr "" +"Csak az olyan csomagok mint a base, base-devel, linux, linux-firmware, " +"efibootmgr és az opcionális profilcsomagok kerülnek telepítésre." + +msgid "" +"If you desire a web browser, such as firefox or chromium, you may specify it " +"in the following prompt." +msgstr "" +"Ha olyan böngészőre vágysz, mint például a Firefox, vagy a Chromium, akkor " +"azt a következő prompt-ban adhatod meg." + +msgid "" +"Write additional packages to install (space separated, leave blank to skip): " +msgstr "" +"Írj be további telepítendő csomag neveket (szóközzel elválasztva, ha ki " +"akarod hagyni ezt lépést, akkor üresen hagyhatod): " + +msgid "Copy ISO network configuration to installation" +msgstr "Másold be az ISO hálózati konfigurációt a telepítéshez" + +msgid "" +"Use NetworkManager (necessary for configuring internet graphically in GNOME " +"and KDE)" +msgstr "" +"A NetworkManager használata (szükséges az internet grafikus konfigurálásához " +"GNOME-ban és KDE-ben)" + +msgid "Select one network interface to configure" +msgstr "Válassz ki egy hálózati interfészt a konfiguráláshoz" + +msgid "" +"Select which mode to configure for \"{}\" or skip to use default mode \"{}\"" +msgstr "" +"Válaszd ki, hogy melyik módot szeretnéd beállítani a(z) \"{}\" számára, vagy " +"hagyd ki ezt a lépést az alapértelmezett \"{}\" mód használatához" + +msgid "Enter the IP and subnet for {} (example: 192.168.0.5/24): " +msgstr "Add meg a(z) {} IP-címedet és alhálózatát (például: 192.168.0.5/24): " + +msgid "Enter your gateway (router) IP address or leave blank for none: " +msgstr "" +"Add meg az átjáród (router) IP-címét, vagy hagyd üresen, ha nincs ilyen: " + +msgid "Enter your DNS servers (space separated, blank for none): " +msgstr "" +"Add meg DNS-kiszolgálóidat (szóközzel elválasztva, vagy hagyd üresen, ha " +"nincsenek ilyenek): " + +msgid "Select which filesystem your main partition should use" +msgstr "Válaszd ki, hogy a fő partíció milyen fájlrendszert használjon" + +msgid "Current partition layout" +msgstr "A partíció jelenlegi elrendezése" + +msgid "" +"Select what to do with\n" +"{}" +msgstr "" +"Válaszd ki, hogy mi legyen a teendő a következővel\n" +"{}" + +msgid "Enter a desired filesystem type for the partition" +msgstr "Add meg a partíció kívánt fájlrendszer típusát" + +msgid "" +"Enter the start location (in parted units: s, GB, %, etc. ; default: {}): " +msgstr "" +"Add meg a kiindulási helyet (felosztott egységekben: s, GB, % stb. ; " +"alapértelmezett: {}): " + +msgid "Enter the end location (in parted units: s, GB, %, etc. ; ex: {}): " +msgstr "" +"Add meg a befejezési helyet (felosztott egységekben: s, GB, % stb. ; pl.: " +"{}): " + +msgid "{} contains queued partitions, this will remove those, are you sure?" +msgstr "" +"A(z) {} sorban álló partíciókat tartalmaz, ez eltávolítja azokat, biztos " +"vagy benne?" + +msgid "" +"{}\n" +"\n" +"Select by index which partitions to delete" +msgstr "" +"{}\n" +"\n" +"Index alapján válaszd ki a törölni kívánt partíciókat" + +msgid "" +"{}\n" +"\n" +"Select by index which partition to mount where" +msgstr "" +"{}\n" +"\n" +"Index alapján válaszd ki, hogy melyik partíciót hová szeretnéd csatolni" + +msgid "" +" * Partition mount-points are relative to inside the installation, the boot " +"would be /boot as an example." +msgstr "" +" * A partíció csatolási pontjai a telepítésen belülre vonatkoznak, a boot " +"pédául /boot lesz." + +msgid "Select where to mount partition (leave blank to remove mountpoint): " +msgstr "" +"Válaszd ki, hogy hová szeretnéd csatolni a partíciót (hagyd üresen a " +"csatolási pont eltávolításához): " + +msgid "" +"{}\n" +"\n" +"Select which partition to mask for formatting" +msgstr "" +"{}\n" +"\n" +"Válaszd ki, hogy melyik partíciót szeretnéd formázásra megjelölni" + +msgid "" +"{}\n" +"\n" +"Select which partition to mark as encrypted" +msgstr "" +"{}\n" +"\n" +"Válaszd ki, hogy melyik partíciót szeretnéd titkosítottként megjelölni" + +msgid "" +"{}\n" +"\n" +"Select which partition to mark as bootable" +msgstr "" +"{}\n" +"\n" +"Válaszd ki, hogy melyik partíciót szeretnéd rendszerbetöltőként megjelölni" + +msgid "" +"{}\n" +"\n" +"Select which partition to set a filesystem on" +msgstr "" +"{}\n" +"\n" +"Válaszd ki, hogy melyik partícióra kívánod a fájlrendszert beállítani" + +msgid "Enter a desired filesystem type for the partition: " +msgstr "Add meg a kívánt fájlrendszer típusát a partíciónak: " + +msgid "Archinstall language" +msgstr "Az Archtelepítő nyelve" + +msgid "Wipe all selected drives and use a best-effort default partition layout" +msgstr "" +"Törölje az összes kiválasztott meghajtót, és használja a lehető legjobb " +"beállítást lehetővé tévő alapértelmezett partíció-elrendezést" + +msgid "" +"Select what to do with each individual drive (followed by partition usage)" +msgstr "" +"Válaszd ki, hogy mit tegyen az egyes meghajtókkal (ezt a partícióhasználat " +"követi)" + +msgid "Select what you wish to do with the selected block devices" +msgstr "Válaszd ki, hogy mit szeretnél tenni a kiválasztott blokk-eszközökkel" + +msgid "" +"This is a list of pre-programmed profiles, they might make it easier to " +"install things like desktop environments" +msgstr "" +"Ez az előre programozott profilok listája, amelyek megkönnyíthetik az olyan " +"dolgok telepítését, mint például az asztali környezetek" + +msgid "Select keyboard layout" +msgstr "Válaszd ki a billentyűzetkiosztást" + +msgid "Select one of the regions to download packages from" +msgstr "Válassz ki egy régiót a csomagok letöltéséhez" + +msgid "Select one or more hard drives to use and configure" +msgstr "" +"Válassz ki egy, vagy több meghajtót a használathoz és a konfiguráláshoz" + +msgid "" +"For the best compatibility with your AMD hardware, you may want to use " +"either the all open-source or AMD / ATI options." +msgstr "" +"Az AMD hardverrel való legjobb kompatibilitás érdekében érdemes lehet az " +"összes nyílt forráskódú, vagy az AMD / ATI opciót használni." + +msgid "" +"For the best compatibility with your Intel hardware, you may want to use " +"either the all open-source or Intel options.\n" +msgstr "" +"Az Intel hardverrel való legjobb kompatibilitás érdekében érdemes lehet az " +"összes nyílt forráskódú, vagy Intel opciót használni.\n" + +msgid "" +"For the best compatibility with your Nvidia hardware, you may want to use " +"the Nvidia proprietary driver.\n" +msgstr "" +"Az Nvidia hardverrel való legjobb kompatibilitás érdekében érdemes lehet az " +"Nvidia saját fejlesztésű illesztőprogramját használni.\n" + +msgid "" +"\n" +"\n" +"Select a graphics driver or leave blank to install all open-source drivers" +msgstr "" +"\n" +"\n" +"Válassz ki egy grafikus illesztőprogramot, vagy hagyd üresen az összes nyílt " +"forráskódú illesztőprogram telepítéséhez" + +msgid "All open-source (default)" +msgstr "Minden nyílt forráskódú (alapértelmezett)" + +msgid "Choose which kernels to use or leave blank for default \"{}\"" +msgstr "" +"Válaszd ki a használni kívánt kerneleket, vagy hagyd üresen az " +"alapértelmezetthez \"{}\"" + +msgid "Choose which locale language to use" +msgstr "Válaszd ki a használni kívánt területi nyelvet" + +msgid "Choose which locale encoding to use" +msgstr "Válaszd ki a használni kívánt nyelvi kódolást" + +msgid "Select one of the values shown below: " +msgstr "Válaszd ki az alábbi értékek egyikét: " + +msgid "Select one or more of the options below: " +msgstr "Válassz ki egyet, vagy többet az alábbi lehetőségek közül: " + +msgid "Adding partition...." +msgstr "Partíció hozzáadása...." + +msgid "" +"You need to enter a valid fs-type in order to continue. See `man parted` for " +"valid fs-type's." +msgstr "" +"A folytatáshoz meg kell adnod egy érvényes fs-típust. Az érvényes fs-" +"típusokat lásd a `man parted` részben." + +msgid "Error: Listing profiles on URL \"{}\" resulted in:" +msgstr "" +"Hiba: A(z) \"{}\" URL-címen lévő profilok listázása a következőket " +"eredményezte:" + +msgid "Error: Could not decode \"{}\" result as JSON:" +msgstr "Hiba: Nem sikerült dekódolni a(z) \"{}\" eredményt JSON-ként:" + +msgid "Keyboard layout" +msgstr "Billentyűzetkiosztás" + +msgid "Mirror region" +msgstr "Tükör régió" + +msgid "Locale language" +msgstr "Helyi nyelv" + +msgid "Locale encoding" +msgstr "Helyi kódolás" + +msgid "Drive(s)" +msgstr "Meghajtó(k)" + +msgid "Disk layout" +msgstr "Lemez elrendezése" + +msgid "Encryption password" +msgstr "Titkosítási jelszó" + +msgid "Swap" +msgstr "Cserehely" + +msgid "Bootloader" +msgstr "Rendszerbetöltő" + +msgid "Root password" +msgstr "Root jelszó" + +msgid "Superuser account" +msgstr "Rendszergazda fiók" + +msgid "User account" +msgstr "Felhasználói fiók" + +msgid "Profile" +msgstr "Profil" + +msgid "Audio" +msgstr "Hang" + +msgid "Kernels" +msgstr "Kernelek" + +msgid "Additional packages" +msgstr "További csomagok" + +msgid "Network configuration" +msgstr "Hálózati konfiguráció" + +msgid "Automatic time sync (NTP)" +msgstr "Automatikus időszinkronizálás (NTP)" + +msgid "Install ({} config(s) missing)" +msgstr "Telepítés ({} konfiguráció hiányzik)" + +msgid "" +"You decided to skip harddrive selection\n" +"and will use whatever drive-setup is mounted at {} (experimental)\n" +"WARNING: Archinstall won't check the suitability of this setup\n" +"Do you wish to continue?" +msgstr "" +"Úgy döntöttél, hogy kihagyod a merevlemez kiválasztását\n" +"és azt a meghajtóbeállítást fogod használni, amely a(z) {} helyen van " +"csatolva (kísérleti)\n" +"FIGYELMEZTETÉS: Az Archtelepítő nem ellenőrzi ennek a beállításnak a " +"megfelelőségét\n" +"Biztosan folytatni akarod?" + +msgid "Re-using partition instance: {}" +msgstr "Partíciópéldány ismételt felhasználása: {}" + +msgid "Create a new partition" +msgstr "Új partíció létrehozása" + +msgid "Delete a partition" +msgstr "Partíció törlése" + +msgid "Clear/Delete all partitions" +msgstr "Minden partíció tisztítása/törlése" + +msgid "Assign mount-point for a partition" +msgstr "Csatolási pont hozzárendelése egy partícióhoz" + +msgid "Mark/Unmark a partition to be formatted (wipes data)" +msgstr "" +"Egy partíció megjelölése/megjelölés-visszavonása formázandóként (adatok " +"törlése)" + +msgid "Mark/Unmark a partition as encrypted" +msgstr "Egy partíció megjelölése/megjelölés-visszavonása titkosítottként" + +msgid "Mark/Unmark a partition as bootable (automatic for /boot)" +msgstr "" +"Egy partíció megjelölése/megjelölés-visszavonása mint rendszerindító " +"(automatikus a /boot esetében)" + +msgid "Set desired filesystem for a partition" +msgstr "Állítsd be a kívánt fájlrendszer típusát a partíciónak" + +msgid "Abort" +msgstr "Megszakítás" + +msgid "Hostname" +msgstr "A számítógép neve" + +msgid "Not configured, unavailable unless setup manually" +msgstr "Nincs konfigurálva, nem érhető el, kivéve, ha manuálisan állítod be" + +msgid "Timezone" +msgstr "Időzóna" + +msgid "Set/Modify the below options" +msgstr "Az alábbi opciók beállítása/módosítása" + +msgid "Install" +msgstr "Telepítés" + +msgid "" +"Use ESC to skip\n" +"\n" +msgstr "" +"Használd az ESC gombot a kihagyáshoz\n" +"\n" + +msgid "Suggest partition layout" +msgstr "Partíció elrendezési javaslat" + +msgid "Enter a password: " +msgstr "Adj meg egy jelszót: " + +msgid "Enter a encryption password for {}" +msgstr "Adj meg egy titkosítási jelszót a {}" + +msgid "Enter disk encryption password (leave blank for no encryption): " +msgstr "" +"Adj meg egy jelszót a lemez titkosításához (ha üresen hagyod nem lesz " +"titkosítva): " + +msgid "Create a required super-user with sudo privileges: " +msgstr "Hozz létre egy szükséges rendszergazdát sudo jogosultságokkal: " + +msgid "Enter root password (leave blank to disable root): " +msgstr "Adj meg egy root jelszót (a root letiltásához hagyd üresen): " + +msgid "Password for user \"{}\": " +msgstr "\"{}\" felhasználó jelszava: " + +msgid "" +"Verifying that additional packages exist (this might take a few seconds)" +msgstr "" +"További csomagok létezésének ellenőrzése (ez eltarthat néhány másodpercig)" + +msgid "" +"Would you like to use automatic time synchronization (NTP) with the default " +"time servers?\n" +msgstr "" +"Szeretnéd használni az automatikus időszinkronizálást (NTP) az " +"alapértelmezett időszerverekkel?\n" + +msgid "" +"Hardware time and other post-configuration steps might be required in order " +"for NTP to work.\n" +"For more information, please check the Arch wiki" +msgstr "" +"Az NTP működéséhez szükség lehet a hardveridőre és egyéb utólagos " +"konfigurációs lépésekre.\n" +"További információkért kérjük, nézd meg az Arch wiki-t" + +msgid "Enter a username to create an additional user (leave blank to skip): " +msgstr "" +"Adj meg egy felhasználónevet egy további felhasználó létrehozásához (üresen " +"hagyva ez a lépés kihagyható): " + +msgid "Use ESC to skip\n" +msgstr "" +"Használd az ESC gombot a kihagyáshoz\n" +"\n" + +msgid "" +"\n" +" Choose an object from the list, and select one of the available actions for " +"it to execute" +msgstr "" +"\n" +"Válassz ki egy objektumot a listából, és válassz egyet a végrehajtandó " +"műveletek közül" + +msgid "Cancel" +msgstr "Mégse" + +msgid "Confirm and exit" +msgstr "Megerősítés és kilépés" + +msgid "Add" +msgstr "Hozzáadás" + +msgid "Copy" +msgstr "Másolás" + +msgid "Edit" +msgstr "Szerkesztés" + +msgid "Delete" +msgstr "Törlés" + +msgid "Select an action for '{}'" +msgstr "Válassz egy műveletet a következőhöz: '{}'" + +msgid "Copy to new key:" +msgstr "Másolás új kulcsba:" + +msgid "Unknown nic type: {}. Possible values are {}" +msgstr "Ismeretlen nic típus: {}. Lehetséges értékek: {}" + +msgid "" +"\n" +"This is your chosen configuration:" +msgstr "" +"\n" +"Ez az általad választott konfiguráció:" + +msgid "" +"Pacman is already running, waiting maximum 10 minutes for it to terminate." +msgstr "A Pacman már fut, várj maximum 10 percet a megszakításával." + +msgid "" +"Pre-existing pacman lock never exited. Please clean up any existing pacman " +"sessions before using archinstall." +msgstr "" +"A már meglévő pacman zár soha nem lép ki. Az Archtelepítő használata előtt " +"tisztítsd meg a meglévő pacman munkameneteket." + +msgid "Choose which optional additional repositories to enable" +msgstr "" +"Válaszd ki, hogy mely további opcionális tárolókat kívánod engedélyezni" + +msgid "Add a user" +msgstr "Felhasználó hozzáadása" + +msgid "Change password" +msgstr "Jelszó megváltoztatása" + +msgid "Promote/Demote user" +msgstr "Felhasználó előléptetése/lefokozása" + +msgid "Delete User" +msgstr "Felhasználó Törlése" + +msgid "" +"\n" +"Define a new user\n" +msgstr "" +"\n" +"Új felhasználó definiálása\n" + +msgid "User Name : " +msgstr "Felhasználónév : " + +msgid "Should {} be a superuser (sudoer)?" +msgstr "{} rendszergazda (sudoer) legyen?" + +msgid "Define users with sudo privilege: " +msgstr "A sudo jogosultsággal rendelkező felhasználók meghatározása: " + +msgid "No network configuration" +msgstr "Nincs hálózati konfiguráció" + +msgid "Set desired subvolumes on a btrfs partition" +msgstr "Állítsd be a kívánt alköteteket egy BTRFS partíción" + +msgid "" +"{}\n" +"\n" +"Select which partition to set subvolumes on" +msgstr "" +"{}\n" +"\n" +"Válaszd ki, hogy melyik partícióra kívánod beállítani az alköteteket" + +msgid "Manage btrfs subvolumes for current partition" +msgstr "Az aktuális partíció BTRFS alköteteinek kezelése" + +msgid "No configuration" +msgstr "Nincs konfiguráció" + +msgid "Save user configuration" +msgstr "Felhasználói konfiguráció mentése" + +msgid "Save user credentials" +msgstr "Felhasználói hitelesítő adatok mentése" + +msgid "Save disk layout" +msgstr "Lemez elrendezésének mentése" + +msgid "Save all" +msgstr "Összes mentése" + +msgid "Choose which configuration to save" +msgstr "Válaszd ki a menteni kívánt konfigurációt" + +msgid "Enter a directory for the configuration(s) to be saved: " +msgstr "Adj meg egy könyvtárat a menteni kívánt konfiguráció(k) számára: " + +msgid "Not a valid directory: {}" +msgstr "Érvénytelen könyvtár: {}" + +msgid "The password you are using seems to be weak," +msgstr "Úgy tűnik, hogy az általad használt jelszó gyenge," + +msgid "are you sure you want to use it?" +msgstr "biztos, hogy használni akarod?" + +msgid "Optional repositories" +msgstr "Opcionális tárolók" + +msgid "Save configuration" +msgstr "Konfiguráció mentése" + +msgid "Missing configurations:\n" +msgstr "Hiányzó konfigurációk:\n" + +msgid "Either root-password or at least 1 superuser must be specified" +msgstr "Meg kell adni egy root-jelszót vagy legalább 1 rendszergazdát" + +msgid "Manage superuser accounts: " +msgstr "Rendszergazdai fiókok kezelése: " + +msgid "Manage ordinary user accounts: " +msgstr "Normál felhasználói fiókok kezelése: " + +msgid " Subvolume :{:16}" +msgstr " Alkötet :{:16}" + +msgid " mounted at {:16}" +msgstr " csatolva ehhez {:16}" + +msgid " with option {}" +msgstr " {} opcióval" + +msgid "" +"\n" +" Fill the desired values for a new subvolume \n" +msgstr "" +"\n" +"Töltsd ki a kívánt értékeket egy új alkötethez \n" + +msgid "Subvolume name " +msgstr "Alkötet neve " + +msgid "Subvolume mountpoint" +msgstr "Alkötet csatolási pontja" + +msgid "Subvolume options" +msgstr "Alkötet beállítások" + +msgid "Save" +msgstr "Mentés" + +msgid "Subvolume name :" +msgstr "Alkötet neve :" + +msgid "Select a mount point :" +msgstr "Válassz ki egy csatolási pontot :" + +msgid "Select the desired subvolume options " +msgstr "Válaszd ki a kívánt alkötet beállításokat " + +msgid "Define users with sudo privilege, by username: " +msgstr "" +"Sudo jogosultsággal rendelkező felhasználók meghatározása felhasználónév " +"alapján: " + +msgid "[!] A log file has been created here: {}" +msgstr "[!] A naplófájl itt jött létre: {}" + +msgid "Would you like to use BTRFS subvolumes with a default structure?" +msgstr "Szeretnél BTRFS alköteteket alapértelmezett struktúrával használni?" + +msgid "Would you like to use BTRFS compression?" +msgstr "Szeretnél BTRFS tömörítést használni?" + +msgid "Would you like to create a separate partition for /home?" +msgstr "Szeretnél egy külön partíciót létrehozni a /home számára?" + +msgid "" +"The selected drives do not have the minimum capacity required for an " +"automatic suggestion\n" +msgstr "" +"A kiválasztott meghajtók nem rendelkeznek az automatikus javaslathoz " +"szükséges minimális kapacitással.\n" + +msgid "Minimum capacity for /home partition: {}GB\n" +msgstr "A /home partíció minimális kapacitása: {}GB\n" + +msgid "Minimum capacity for Arch Linux partition: {}GB" +msgstr "Az Arch Linux partíció minimális kapacitása: {}GB" + +msgid "Continue" +msgstr "Folytatás" + +msgid "yes" +msgstr "igen" + +msgid "no" +msgstr "nem" + +msgid "set: {}" +msgstr "beállít: {}" + +msgid "Manual configuration setting must be a list" +msgstr "A kézi konfigurációs beállításnak egy listának kell lennie" + +msgid "No iface specified for manual configuration" +msgstr "Nincs megadva iface a kézi konfigurációhoz" + +msgid "Manual nic configuration with no auto DHCP requires an IP address" +msgstr "A kézi nic konfiguráció automatikus DHCP nélkül egy IP-címet igényel" + +msgid "Add interface" +msgstr "Interfész hozzáadása" + +msgid "Edit interface" +msgstr "Interfész szerkesztése" + +msgid "Delete interface" +msgstr "Interfész törlése" + +msgid "Select interface to add" +msgstr "Válaszd ki a hozzáadandó interfészt" + +msgid "Manual configuration" +msgstr "Kézi konfiguráció" + +msgid "Mark/Unmark a partition as compressed (btrfs only)" +msgstr "" +"A partíció tömörítettként való megjelölése/megjelölés-visszavonása (csak " +"btrfs)" + +msgid "" +"The password you are using seems to be weak, are you sure you want to use it?" +msgstr "" +"Úgy tűnik, hogy az általad használt jelszó gyenge. Biztos, hogy használni " +"akarod?" + +msgid "" +"Provides a selection of desktop environments and tiling window managers, e." +"g. gnome, kde, sway" +msgstr "" +"Asztali környezetek és ablakkezelők széles választékát kínálja, pl. gnome, " +"kde, sway" + +msgid "Select your desired desktop environment" +msgstr "Válaszd ki a kívánt asztali környezetet" + +msgid "" +"A very basic installation that allows you to customize Arch Linux as you see " +"fit." +msgstr "" +"Egy nagyon alapszintű telepítés, amely lehetővé teszi, hogy az Arch Linuxot " +"saját belátásod szerint testre szabd." + +msgid "" +"Provides a selection of various server packages to install and enable, e.g. " +"httpd, nginx, mariadb" +msgstr "" +"Különböző szervercsomagok széles választékát kínálja a telepítéshez és az " +"engedélyezéshez, pl. httpd, nginx, mariadb" + +msgid "" +"Choose which servers to install, if none then a minimal installation will be " +"done" +msgstr "" +"Válaszd ki, hogy mely szervereket kívánod telepíteni, ha egyiket sem, akkor " +"minimális telepítés történik" + +msgid "Installs a minimal system as well as xorg and graphics drivers." +msgstr "" +"Telepít egy minimális rendszert, valamint a xorg és a grafikus " +"illesztőprogramokat." + +msgid "Press Enter to continue." +msgstr "A folytatáshoz nyomd meg az Entert." + +msgid "" +"Would you like to chroot into the newly created installation and perform " +"post-installation configuration?" +msgstr "" +"Szeretnél chroot-olni az újonnan létrehozott telepítésbe, és elvégezni a " +"telepítés utáni konfigurációt?" + +msgid "Are you sure you want to reset this setting?" +msgstr "" +"Biztos, hogy vissza akarod állítani ezt a beállítást az alaphelyzetébe?" + +msgid "Select one or more hard drives to use and configure\n" +msgstr "" +"Válassz ki egy, vagy több meghajtót a használathoz és konfiguráláshoz.\n" + +msgid "Any modifications to the existing setting will reset the disk layout!" +msgstr "" +"A meglévő beállítások bármilyen módosítása visszaállítja a lemez " +"elrendezését az alaphelyzetbe!" + +msgid "" +"If you reset the harddrive selection this will also reset the current disk " +"layout. Are you sure?" +msgstr "" +"Ha alaphelyzetbe állítod a meghajtó-kiválasztást, akkor az aktuális " +"lemezelrendezést is visszaállítja. Biztos vagy benne?" + +msgid "Save and exit" +msgstr "Mentés és kilépés" + +msgid "" +"{}\n" +"contains queued partitions, this will remove those, are you sure?" +msgstr "" +"{}\n" +"sorban álló partíciókat tartalmaz, ez eltávolítja azokat, biztos vagy benne?" + +msgid "No audio server" +msgstr "Nincs hang kiszolgáló" + +msgid "(default)" +msgstr "(alapértelmezett)" + +msgid "Use ESC to skip" +msgstr "Használd az ESC gombot a kihagyáshoz" + +msgid "" +"Use CTRL+C to reset current selection\n" +"\n" +msgstr "" +"Használd a CTRL+C billentyűkombinációt az aktuális kijelölés alaphelyzetbe " +"való visszaállításához\n" +"\n" + +msgid "Copy to: " +msgstr "Másolás ide: " + +msgid "Edit: " +msgstr "Szerkesztés: " + +msgid "Key: " +msgstr "Kulcs: " + +msgid "Edit {}: " +msgstr "{} szerkesztése: " + +msgid "Add: " +msgstr "Hozzáadás: " + +msgid "Value: " +msgstr "Érték: " + +msgid "" +"You can skip selecting a drive and partitioning and use whatever drive-setup " +"is mounted at /mnt (experimental)" +msgstr "" +"Kihagyhatod a meghajtó kiválasztását és a particionálást és bármilyen " +"meghajtó-beállítást használhatsz, amely az /mnt könyvtárhoz van csatolva " +"(kísérleti)" + +msgid "Select one of the disks or skip and use /mnt as default" +msgstr "" +"Válaszd ki az egyik lemezt, vagy hagyd ki ezt a lépést, és használd az /mnt-" +"t alapértelmezettként" + +msgid "Select which partitions to mark for formatting:" +msgstr "Válaszd ki, hogy mely partíciókat szeretnéd formázásra megjelölni:" + +msgid "Use HSM to unlock encrypted drive" +msgstr "HSM használata a titkosított meghajtó feloldásához" + +msgid "Device" +msgstr "Eszköz" + +msgid "Size" +msgstr "Méret" + +msgid "Free space" +msgstr "Szabad terület" + +msgid "Bus-type" +msgstr "Bus-típus" + +msgid "" +"Either root-password or at least 1 user with sudo privileges must be " +"specified" +msgstr "" +"Meg kell adni egy root jelszót, vagy legalább 1 sudo jogosultsággal " +"rendelkező felhasználót" + +msgid "Enter username (leave blank to skip): " +msgstr "Felhasználónév megadása (hagyd üresen a kihagyáshoz): " + +msgid "The username you entered is invalid. Try again" +msgstr "A megadott felhasználónév érvénytelen. Próbáld újra" + +msgid "Should \"{}\" be a superuser (sudo)?" +msgstr "\"{}\"-nak(-nek) rendszergazdának (sudoer) kell lennie?" + +msgid "Select which partitions to encrypt" +msgstr "Válaszd ki mely partíciókat szeretnéd titkosítani" + +msgid "very weak" +msgstr "nagyon gyenge" + +msgid "weak" +msgstr "gyenge" + +msgid "moderate" +msgstr "közepes" + +msgid "strong" +msgstr "erős" + +msgid "Add subvolume" +msgstr "Alkötet hozzáadása" + +msgid "Edit subvolume" +msgstr "Alkötet szerkesztése" + +msgid "Delete subvolume" +msgstr "Alkötet törlése" + +msgid "Configured {} interfaces" +msgstr "{} konfigurált interfész" + +msgid "" +"This option enables the number of parallel downloads that can occur during " +"installation" +msgstr "" +"Ez a beállítás lehetővé teszi, hogy a telepítés során hány párhuzamos " +"letöltés történhet" + +msgid "" +"Enter the number of parallel downloads to be enabled.\n" +" (Enter a value between 1 to {})\n" +"Note:" +msgstr "" +"Add meg az engedélyezni kívánt párhuzamos letöltések számát.\n" +" (Adj meg egy értéket 1 és {} között)\n" +"Megjegyzés:" + +msgid "" +" - Maximum value : {} ( Allows {} parallel downloads, allows {} downloads " +"at a time )" +msgstr "" +" - Maximális érték : {} ({} párhuzamos letöltést tesz lehetővé és " +"egyszerre {} letöltést enged meg)" + +msgid "" +" - Minimum value : 1 ( Allows 1 parallel download, allows 2 downloads at a " +"time )" +msgstr "" +" - Minimális érték : 1 (1 párhuzamos letöltést tesz lehetővé és egyszerre " +"2 letöltést enged meg)" + +msgid "" +" - Disable/Default : 0 ( Disables parallel downloading, allows only 1 " +"download at a time )" +msgstr "" +" - Letiltás/Alapértelmezett: 0 (Kikapcsolja a párhuzamos letöltést, " +"egyszerre csak 1 letöltést tesz lehetővé)" + +#, python-brace-format +msgid "" +"Invalid input! Try again with a valid input [1 to {max_downloads}, or 0 to " +"disable]" +msgstr "" +"Érvénytelen bemenet! Próbáld újra egy érvényes bemenettel [1 a(z) " +"{max_downloads} értékhez, vagy 0 a letiltáshoz]" + +msgid "Parallel Downloads" +msgstr "Párhuzamos Letöltések" + +msgid "ESC to skip" +msgstr "Használd az ESC gombot a kihagyáshoz" + +msgid "CTRL+C to reset" +msgstr "" +"Használd a CTRL+C billentyűkombinációt az alaphelyzetbe való visszaállításhoz" + +msgid "TAB to select" +msgstr "Használd a TAB gombot a kiválasztáshoz" + +msgid "[Default value: 0] > " +msgstr "[Alapértelmezett érték: 0] > " + +msgid "" +"To be able to use this translation, please install a font manually that " +"supports the language." +msgstr "" +"A fordítás használatához telepíts manuálisan egy olyan betűtípust, amelyik " +"támogatja ezt a nyelvet." + +msgid "The font should be stored as {}" +msgstr "A betűtípust úgy kell eltárolni mint {}" + +msgid "Archinstall requires root privileges to run. See --help for more." +msgstr "" +"Az Archtelepítő futtatásához root jogosultságok szükségesek. További " +"információkért lásd a --help menüpontot." + +msgid "Select an execution mode" +msgstr "Válassz ki egy végrehajtási módot" + +msgid "Unable to fetch profile from specified url: {}" +msgstr "Nem sikerült lekérni a profilt a megadott URL-cím-ről: {}" + +msgid "" +"Profiles must have unique name, but profile definitions with duplicate name " +"found: {}" +msgstr "" +"A profiloknak egyedi névvel kell rendelkezniük, de ismétlődő névvel " +"rendelkező profildefiníciók találhatóak: {}" + +msgid "Select one or more devices to use and configure" +msgstr "Válassz ki egy vagy több eszközt a használathoz és a konfiguráláshoz" + +msgid "" +"If you reset the device selection this will also reset the current disk " +"layout. Are you sure?" +msgstr "" +"Ha alaphelyzetbe állítod az eszköz-kiválasztást, akkor az aktuális " +"lemezelrendezést is visszaállítja. Biztos vagy benne?" + +msgid "Existing Partitions" +msgstr "Meglévő partíciók" + +msgid "Select a partitioning option" +msgstr "Válassz egy particionálási lehetőséget" + +msgid "Enter the root directory of the mounted devices: " +msgstr "Add meg a csatolt eszközök gyökérkönyvtárát: " + +msgid "Minimum capacity for /home partition: {}GiB\n" +msgstr "A /home partíció minimális kapacitása: {}GB\n" + +msgid "Minimum capacity for Arch Linux partition: {}GiB" +msgstr "Az Arch Linux partíció minimális kapacitása: {} GB" + +msgid "" +"This is a list of pre-programmed profiles_bck, they might make it easier to " +"install things like desktop environments" +msgstr "" +"Ez az előre programozott profiles_bck lista, ami megkönnyítheti az olyan " +"dolgok telepítését, mint például az asztali környezetekét" + +msgid "Current profile selection" +msgstr "Aktuális profil kiválasztása" + +msgid "Remove all newly added partitions" +msgstr "Az összes újonnan hozzáadott partíció eltávolítása" + +msgid "Assign mountpoint" +msgstr "Csatolási pont hozzárendelése" + +msgid "Mark/Unmark to be formatted (wipes data)" +msgstr "Megjelölés/megjelölés-visszavonása formázandóként (adatok törlése)" + +msgid "Mark/Unmark as bootable" +msgstr "Megjelölés/megjelölés-visszavonása mint rendszerindító" + +msgid "Change filesystem" +msgstr "Fájlrendszer módosítása" + +msgid "Mark/Unmark as compressed" +msgstr "Megjelölés/megjelölés-visszavonása mint tömörített" + +msgid "Set subvolumes" +msgstr "Alkötetek beállítása" + +msgid "Delete partition" +msgstr "Partíció törlése" + +msgid "Partition" +msgstr "Partíció" + +msgid "" +"This partition is currently encrypted, to format it a filesystem has to be " +"specified" +msgstr "" +"Ez a partíció jelenleg titkosított, a formázásához meg kell adni egy " +"fájlrendszert" + +msgid "" +"Partition mount-points are relative to inside the installation, the boot " +"would be /boot as an example." +msgstr "" +"A partíció csatolási pontok a telepítésen belülre vonatkoznak, a boot " +"pédául /boot lesz." + +msgid "" +"If mountpoint /boot is set, then the partition will also be marked as " +"bootable." +msgstr "" +"Ha a /boot csatolási pont be van állítva, akkor a partíció is " +"rendszerbetöltőnek lesz jelölve." + +msgid "Mountpoint: " +msgstr "Csatolási pont: " + +msgid "Current free sectors on device {}:" +msgstr "Jelenlegi szabad szektorok a(z) {} eszközön:" + +msgid "Total sectors: {}" +msgstr "Összes szektor: {}" + +msgid "Enter the start sector (default: {}): " +msgstr "Add meg a kezdőszektort (alapértelmezett: {}): " + +msgid "" +"Enter the end sector of the partition (percentage or block number, default: " +"{}): " +msgstr "" +"Add meg a partíció végszektorát (százalékban, vagy blokkszámban, " +"alapértelmezett: {}): " + +msgid "This will remove all newly added partitions, continue?" +msgstr "Ezzel eltávolítod az összes újonnan hozzáadott partíciót, folytatod?" + +msgid "Partition management: {}" +msgstr "Partíciókezelés: {}" + +msgid "Total length: {}" +msgstr "Teljes hossz: {}" + +msgid "Encryption type" +msgstr "Titkosítás típusa" + +msgid "Partitions" +msgstr "Partíciók" + +msgid "No HSM devices available" +msgstr "Nem állnak rendelkezésre HSM-eszközök" + +msgid "Partitions to be encrypted" +msgstr "Titkosítandó partíciók" + +msgid "Select disk encryption option" +msgstr "Válassz ki egy lemeztitkosítási lehetőséget" + +msgid "Select a FIDO2 device to use for HSM" +msgstr "Válaszd ki a HSM-hez használni kívánt FIDO2-eszközt" + +msgid "Use a best-effort default partition layout" +msgstr "" +"A lehető legjobb beállítást lehetővé tévő alapértelmezett partíció-" +"elrendezés használata" + +msgid "Manual Partitioning" +msgstr "Kézi Partícionálás" + +msgid "Pre-mounted configuration" +msgstr "Előcsatolt konfiguráció" + +msgid "Unknown" +msgstr "Ismeretlen" + +msgid "Partition encryption" +msgstr "Partíció titkosítás" + +msgid " ! Formatting {} in " +msgstr " ! Formázás {} ebben " + +msgid "← Back" +msgstr "← Vissza" + +msgid "Disk encryption" +msgstr "Lemez titkosítás" + +msgid "Configuration" +msgstr "Konfiguráció" + +msgid "Password" +msgstr "Jelszó" + +msgid "All settings will be reset, are you sure?" +msgstr "" +"Minden beállítás visszaállításra kerül alaphelyzetre, biztos vagy benne?" + +msgid "Back" +msgstr "Vissza" + +msgid "Please chose which greeter to install for the chosen profiles: {}" +msgstr "" +"Kérlek, válaszd ki, hogy melyik bejelentkezési segédet szeretnéd telepíteni " +"a kiválasztott profilokhoz: {}" + +msgid "Environment type: {}" +msgstr "Környezet típusa: {}" + +msgid "" +"The proprietary Nvidia driver is not supported by Sway. It is likely that " +"you will run into issues, are you okay with that?" +msgstr "" +"Az Sway nem támogatja az Nvidia saját fejlesztésű illesztőprogramját. " +"Valószínű, hogy problémákba fog ütközni, rendben van ez számodra?" + +msgid "Installed packages" +msgstr "Telepített csomagok" + +msgid "Add profile" +msgstr "Profil hozzáadása" + +msgid "Edit profile" +msgstr "Profil szerkesztése" + +msgid "Delete profile" +msgstr "Profil törlése" + +msgid "Profile name: " +msgstr "Profil neve: " + +msgid "The profile name you entered is already in use. Try again" +msgstr "A megadott profilnév már használatban van. Próbáld újra" + +msgid "" +"Packages to be install with this profile (space separated, leave blank to " +"skip): " +msgstr "" +"A profilhoz telepítendő csomagok (szóközzel elválasztva, vagy hagyd üresen a " +"kihagyáshoz): " + +msgid "" +"Services to be enabled with this profile (space separated, leave blank to " +"skip): " +msgstr "" +"A profillal engedélyezendő szolgáltatások (szóközzel elválasztva, vagy hagyd " +"üresen a kihagyáshoz): " + +msgid "Should this profile be enabled for installation?" +msgstr "Engedélyezed ezt a profilt a telepítéshez?" + +msgid "Create your own" +msgstr "Hozd létre a sajátod" + +msgid "" +"\n" +"Select a graphics driver or leave blank to install all open-source drivers" +msgstr "" +"\n" +"Válassz ki egy grafikus illesztőprogramot, vagy hagyd üresen az összes nyílt " +"forráskódú illesztőprogram telepítéséhez" + +msgid "" +"Sway needs access to your seat (collection of hardware devices i.e. " +"keyboard, mouse, etc)" +msgstr "" +"Az Sway-nek hozzáférésre van szüksége (olyan hardvereszközök gyűjteményéhez " +"mint például a billentyűzet, az egér, stb.)" + +msgid "" +"\n" +"\n" +"Choose an option to give Sway access to your hardware" +msgstr "" +"\n" +"\n" +"Válassz egy opciót, hogy engedélyezd, hogy az Sway hozzáférhessen a " +"hardverekhez" + +msgid "Graphics driver" +msgstr "Grafikus illesztőprogram" + +msgid "Greeter" +msgstr "Bejelentkezési segéd" + +msgid "Please chose which greeter to install" +msgstr "" +"Kérlek, válaszd ki, hogy melyik bejelentkezési segédet szeretnéd telepíteni" + +msgid "This is a list of pre-programmed default_profiles" +msgstr "Ez az előre programozott default_profiles listája" + +msgid "Disk configuration" +msgstr "Lemez konfiguráció" + +msgid "Profiles" +msgstr "Profilok" + +msgid "Finding possible directories to save configuration files ..." +msgstr "Lehetséges könyvtárak keresése a konfigurációs fájlok mentéséhez..." + +msgid "Select directory (or directories) for saving configuration files" +msgstr "" +"Válassza ki a könyvtárat (vagy könyvtárakat) a konfigurációs fájlok " +"mentéséhez" + +msgid "Add a custom mirror" +msgstr "Egyéni tükör hozzáadása" + +msgid "Change custom mirror" +msgstr "Egyéni tükör megváltoztatása" + +msgid "Delete custom mirror" +msgstr "Egyéni tükör törlése" + +msgid "Enter name (leave blank to skip): " +msgstr "Adj meg egy nevet (vagy hagyd üresen a kihagyáshoz): " + +msgid "Enter url (leave blank to skip): " +msgstr "Adj megy egy URL-címet (vagy hagyd üresen a kihagyáshoz): " + +msgid "Select signature check option" +msgstr "Válassz egy aláírás-ellenőrzési lehetőséget" + +msgid "Select signature option" +msgstr "Válassz egy aláírás beállítást" + +msgid "Custom mirrors" +msgstr "Egyedi tükrök" + +msgid "Defined" +msgstr "Meghatározott" + +msgid "Save user configuration (including disk layout)" +msgstr "Felhasználói konfiguráció mentése (beleértve a lemezelrendezést is)" + +msgid "" +"Enter a directory for the configuration(s) to be saved (tab completion " +"enabled)\n" +"Save directory: " +msgstr "" +"Adj meg egy könyvtárat a menteni kívánt konfiguráció(k) számára (a lap " +"kitöltés engedélyezve)\n" +"Mentési könyvtár: " + +msgid "" +"Do you want to save {} configuration file(s) in the following location?\n" +"\n" +"{}" +msgstr "" +"Szeretnéd elmenteni a(z) {} konfigurációs fájlt a következő helyre?\n" +"\n" +"{}" + +msgid "Saving {} configuration files to {}" +msgstr "{} konfigurációs fájl(ok) mentése ide: {}" + +msgid "Mirrors" +msgstr "Tükrök" + +msgid "Mirror regions" +msgstr "Tükör régiók" + +msgid "" +" - Maximum value : {} ( Allows {} parallel downloads, allows " +"{max_downloads+1} downloads at a time )" +msgstr "" +" - Maximális érték : {} ( {} párhuzamos letöltést tesz lehetővé és " +"egyszerre {max_downloads+1} letöltést enged meg )" + +msgid "Invalid input! Try again with a valid input [1 to {}, or 0 to disable]" +msgstr "" +"Érvénytelen bemenet! Próbáld újra egy érvényes bemenettel [1 a(z) {} " +"értékhez, vagy 0-t a letiltáshoz]" + +msgid "Locales" +msgstr "Nyelvi beállítások" + +msgid "" +"Use NetworkManager (necessary to configure internet graphically in GNOME and " +"KDE)" +msgstr "" +"A NetworkManager használata (szükséges az internet grafikus konfigurálásához " +"GNOME-ban és KDE-ben)" + +msgid "Total: {} / {}" +msgstr "Összes: {} / {}" + +msgid "All entered values can be suffixed with a unit: B, KB, KiB, MB, MiB..." +msgstr "" +"Minden beírt értéket mértékegységekkel kell ellátni: B, KB, KiB, MB, MiB..." + +msgid "If no unit is provided, the value is interpreted as sectors" +msgstr "" +"Ha nincs mértékegység megadva, akkor az értéket szektorokként értelmezi" + +msgid "Enter start (default: sector {}): " +msgstr "Kezdőpont megadása (alapértelmezett: szektor{}): " + +msgid "Enter end (default: {}): " +msgstr "Végpont megadása (alapértelmezett: {}): " + +msgid "Unable to determine fido2 devices. Is libfido2 installed?" +msgstr "" +"Nem sikerült meghatározni a fido2 eszközöket. Telepítve van a libfido2?" + +msgid "Path" +msgstr "Elérési útvonal" + +msgid "Manufacturer" +msgstr "Gyártó" + +msgid "Product" +msgstr "Termék" + +#, python-brace-format +msgid "Invalid configuration: {error}" +msgstr "Érvénytelen konfiguráció: {error}" + +msgid "Type" +msgstr "Típus" + +msgid "" +"This option enables the number of parallel downloads that can occur during " +"package downloads" +msgstr "" +"Ez a beállítás lehetővé teszi, hogy a csomagletöltések során hány párhuzamos " +"letöltés történhet" + +msgid "" +"Enter the number of parallel downloads to be enabled.\n" +"\n" +"Note:\n" +msgstr "" +"Add meg az engedélyezni kívánt párhuzamos letöltések számát.\n" +"\n" +"Megjegyzés:\n" + +msgid "" +" - Maximum recommended value : {} ( Allows {} parallel downloads at a time )" +msgstr "" +" - Maximális ajánlott érték : {} ( Egyszerre {} párhuzamos letöltést tesz " +"lehetővé )" + +msgid "" +" - Disable/Default : 0 ( Disables parallel downloading, allows only 1 " +"download at a time )\n" +msgstr "" +" - Letiltás/Alapértelmezett: 0 (Kikapcsolja a párhuzamos letöltést, " +"egyszerre csak 1 letöltést tesz lehetővé)\n" + +msgid "Invalid input! Try again with a valid input [or 0 to disable]" +msgstr "" +"Érvénytelen bemenet! Próbáld újra egy érvényes bemenettel [vagy 0-t a " +"letiltáshoz]" + +msgid "" +"Hyprland needs access to your seat (collection of hardware devices i.e. " +"keyboard, mouse, etc)" +msgstr "" +"A Hyprland-nek hozzáférésre van szüksége (olyan hardvereszközök " +"gyűjteményéhez mint például a billentyűzet, az egér, stb.)" + +msgid "" +"\n" +"\n" +"Choose an option to give Hyprland access to your hardware" +msgstr "" +"\n" +"\n" +"Válassz egy opciót, hogy engedélyezd, hogy a Hyprland hozzáférhessen a " +"hardverekhez" + +msgid "" +"All entered values can be suffixed with a unit: %, B, KB, KiB, MB, MiB..." +msgstr "" +"Minden beírt értéket mértékegységgel kell ellátni: %, B, KB, KiB, MB, MiB..." + +msgid "Would you like to use unified kernel images?" +msgstr "Szeretnél egységesített kernelképeket (UKI-t) használni?" + +msgid "Unified kernel images" +msgstr "Egységesített kernelképek (UKI-k)" + +msgid "Waiting for time sync (timedatectl show) to complete." +msgstr "Várakozás az időszinkronizálás (timedatectl show) befejezésére." + +msgid "" +"Time syncronization not completing, while you wait - check the docs for " +"workarounds: https://archinstall.readthedocs.io/" +msgstr "" +"Az időszinkronizálás nem fejeződik be, amíg várakozol - nézd meg a " +"dokumentációban a megoldásokat: https://archinstall.readthedocs.io/" + +msgid "" +"Skipping waiting for automatic time sync (this can cause issues if time is " +"out of sync during installation)" +msgstr "" +"Az automatikus időszinkronizálásra való várakozás kihagyása (ez problémákat " +"okozhat, ha az idő nincs szinkronban a telepítés során)" + +msgid "" +"Waiting for Arch Linux keyring sync (archlinux-keyring-wkd-sync) to complete." +msgstr "" +"Várakozás az Arch Linux kulcstartó szinkronizálásának (archlinux-keyring-wkd-" +"sync) befejezésére." -- cgit v1.2.3-54-g00ecf From fbc005d2f1fce70e99958c99a45456b632c9b5ac Mon Sep 17 00:00:00 2001 From: Yaron Shahrabani Date: Thu, 7 Mar 2024 13:58:19 +0200 Subject: Added Hebrew translation. (#2348) * Added Hebrew translation. * Updated README with simpler instructions * cd instruction restored Restored the required instruction. --------- Co-authored-by: Yaron Shahrabani --- README.md | 3 +- archinstall/locales/he/LC_MESSAGES/base.mo | Bin 0 -> 44907 bytes archinstall/locales/he/LC_MESSAGES/base.po | 1235 ++++++++++++++++++++++++++++ 3 files changed, 1236 insertions(+), 2 deletions(-) create mode 100644 archinstall/locales/he/LC_MESSAGES/base.mo create mode 100644 archinstall/locales/he/LC_MESSAGES/base.po (limited to 'archinstall/locales') diff --git a/README.md b/README.md index 6d6a26f8..188b2db8 100644 --- a/README.md +++ b/README.md @@ -28,8 +28,7 @@ Assuming you are on an Arch Linux live-ISO or installed via `pip`: ## Running the [guided](https://github.com/archlinux/archinstall/blob/master/archinstall/scripts/guided.py) installer using `git` # cd archinstall-git - # cp archinstall/scripts/guided.py - # python guided.py + # python -m archinstall #### Advanced Some additional options that are not needed by most users are hidden behind the `--advanced` flag. diff --git a/archinstall/locales/he/LC_MESSAGES/base.mo b/archinstall/locales/he/LC_MESSAGES/base.mo new file mode 100644 index 00000000..5b554862 Binary files /dev/null and b/archinstall/locales/he/LC_MESSAGES/base.mo differ diff --git a/archinstall/locales/he/LC_MESSAGES/base.po b/archinstall/locales/he/LC_MESSAGES/base.po new file mode 100644 index 00000000..be116703 --- /dev/null +++ b/archinstall/locales/he/LC_MESSAGES/base.po @@ -0,0 +1,1235 @@ +msgid "" +msgstr "" +"Project-Id-Version: \n" +"POT-Creation-Date: \n" +"PO-Revision-Date: \n" +"Last-Translator: Yaron Shahrabani \n" +"Language-Team: \n" +"Language: he\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Generator: Poedit 3.4.2\n" + +msgid "[!] A log file has been created here: {} {}" +msgstr "[!] כאן נוצר קובץ היומן: {} {}" + +msgid " Please submit this issue (and file) to https://github.com/archlinux/archinstall/issues" +msgstr " נא להגיש דיווח על הבעיה הזאת (ואת הקובץ) דרך https://github.com/archlinux/archinstall/issues" + +msgid "Do you really want to abort?" +msgstr "לבטל את התהליך?" + +msgid "And one more time for verification: " +msgstr "ופעם נוספת לאימות: " + +msgid "Would you like to use swap on zram?" +msgstr "להשתמש בשטח החלפה ב־zram?" + +msgid "Desired hostname for the installation: " +msgstr "שם מארח רצוי להתקנה: " + +msgid "Username for required superuser with sudo privileges: " +msgstr "שם למשתמש העל הנחוץ עם הרשאות על: " + +msgid "Any additional users to install (leave blank for no users): " +msgstr "משתמשים נוספים להתקנה (ריק משמעו אין עוד משתמשים): " + +msgid "Should this user be a superuser (sudoer)?" +msgstr "זה אמור להיות משתמש על (sudoer)?" + +msgid "Select a timezone" +msgstr "בחירת אזור זמן" + +msgid "Would you like to use GRUB as a bootloader instead of systemd-boot?" +msgstr "להשתמש ב־GRUB כמנהל טעינה על פני systemd-boot?" + +msgid "Choose a bootloader" +msgstr "נא לבחור מנהל טעינה" + +msgid "Choose an audio server" +msgstr "נא לבחור שרת שמע" + +msgid "Only packages such as base, base-devel, linux, linux-firmware, efibootmgr and optional profile packages are installed." +msgstr "רק חבילות כגוןbase,‏ base-devel,‏ linux,‏ linux-firmware,‏ efibootmgr וחבילות פרופיל כרשות מותקנות." + +msgid "If you desire a web browser, such as firefox or chromium, you may specify it in the following prompt." +msgstr "כדי שיותקן דפדפן כגון firefox או chromium אפשר לציין זאת בבקשה הבאה." + +msgid "Write additional packages to install (space separated, leave blank to skip): " +msgstr "נא לכתוב חבילות נוספות להתקנה (להפריד ברווחים, להשאיר ריק כדי לדלג): " + +msgid "Copy ISO network configuration to installation" +msgstr "העתקת הגדרות הרשת מה־ISO להתקנה" + +msgid "Use NetworkManager (necessary for configuring internet graphically in GNOME and KDE)" +msgstr "להשתמש ב־NetworkManager (חיוני להגדרת האינטרנט עם כלים חזותיים ב־GNOME וב־KDE)" + +msgid "Select one network interface to configure" +msgstr "נא לבחור מנשק רשת להגדרה" + +msgid "Select which mode to configure for \"{}\" or skip to use default mode \"{}\"" +msgstr "נא לבחור איזה מצב להגדרה עבור „{}“ או לדלג כדי להשתמש במצב ברירת המחדל „{}“" + +msgid "Enter the IP and subnet for {} (example: 192.168.0.5/24): " +msgstr "נא למלא IP ורשת־משנה (סאבנט) עבור {} (למשל: 192.168.0.5/24): " + +msgid "Enter your gateway (router) IP address or leave blank for none: " +msgstr "נא למלא את כתובת ה־IP של שער הגישה (ראוטר) או להשאיר ריק כדי לא להגדיר: " + +msgid "Enter your DNS servers (space separated, blank for none): " +msgstr "נא למלא את שרתי ה־DNS שלך (להפריד ברווחים, להשאיר ריק אם אין): " + +msgid "Select which filesystem your main partition should use" +msgstr "נא לבחור באיזו מערכת קבצים צריכה להשתמש המחיצה הראשית שלך" + +msgid "Current partition layout" +msgstr "פריסת מחיצות נוכחית" + +msgid "" +"Select what to do with\n" +"{}" +msgstr "" +"נא לבחור מה לעשות עם‬\n" +"‫{}" + +msgid "Enter a desired filesystem type for the partition" +msgstr "נא לציין את סוג מערכת הקבצים הרצויה במחיצה" + +msgid "Enter the start location (in parted units: s, GB, %, etc. ; default: {}): " +msgstr "נא למלא את מיקום ההתחלה (ביחידות של parted‏: s,‏ GB, %, וכו׳ ; ברירת מחדל: {}): " + +msgid "Enter the end location (in parted units: s, GB, %, etc. ; ex: {}): " +msgstr "נא למלא את מיקום הסוף (ביחידות של parted‏: s,‏ GB, %, וכו׳ ; למשל: {}): " + +msgid "{} contains queued partitions, this will remove those, are you sure?" +msgstr "{} מכיל מחיצות ממתינות, פעולה זו תסיר אותן, להמשיך?" + +msgid "" +"{}\n" +"\n" +"Select by index which partitions to delete" +msgstr "" +"{}‬\n" +"\n" +"‫בחירה לפי מפתח אילו מחיצות למחוק" + +msgid "" +"{}\n" +"\n" +"Select by index which partition to mount where" +msgstr "" +"{}‬\n" +"\n" +"‫בחירה לפי מפתח אילו מחיצות לעגן ואיפה" + +msgid " * Partition mount-points are relative to inside the installation, the boot would be /boot as an example." +msgstr " * נקודות העגינה של המחיצה הן יחסיות למערכת ההתקנה, מחיצת הטעינה למשל תהיה ‎/boot." + +msgid "Select where to mount partition (leave blank to remove mountpoint): " +msgstr "נא לבחור להיכן לעגן את המחיצה (להשאיר ריק כדי להסיר את נקודת העגינה): " + +msgid "" +"{}\n" +"\n" +"Select which partition to mask for formatting" +msgstr "" +"‫{}‬‬\n" +"\n" +"‫נא לבחור איזו מחיצה לסמן לפרמוט" + +msgid "" +"{}\n" +"\n" +"Select which partition to mark as encrypted" +msgstr "" +"‫{}‬‬‬\n" +"\n" +"‫‫נא לבחור איזו מחיצה לסמן להצפנה" + +msgid "" +"{}\n" +"\n" +"Select which partition to mark as bootable" +msgstr "" +"‫{}‬‬‬\n" +"\n" +"‫נא לבחור איזו מחיצה לסמן כזמינה לטעינה" + +msgid "" +"{}\n" +"\n" +"Select which partition to set a filesystem on" +msgstr "" +"‫{}‬\n" +"\n" +"‫נא לבחור על איזו מחיצה להגדיר מערכת קבצים" + +msgid "Enter a desired filesystem type for the partition: " +msgstr "נא לציין סוג מערכת קבצים רצויה למחיצה: " + +msgid "Archinstall language" +msgstr "השפה של Archinstall" + +msgid "Wipe all selected drives and use a best-effort default partition layout" +msgstr "למחוק את כל הכוננים הנבחרים ולהשתמש בפריסת מחיצות כברירת מחדל על בסיס מאמץ מיטבי" + +msgid "Select what to do with each individual drive (followed by partition usage)" +msgstr "לבחור מה לעשות עם כל כונן בנפרד (עם אופן השימוש במחיצה בסוף)" + +msgid "Select what you wish to do with the selected block devices" +msgstr "נא לבחור מה לעשות עם התקני הבלוק הנבחרים" + +msgid "This is a list of pre-programmed profiles, they might make it easier to install things like desktop environments" +msgstr "זאת רשימה של פרופילים שנכתבו מראש, הם עשויים להקל על התקנת דברים כמו סביבות שולחן עבודה" + +msgid "Select keyboard layout" +msgstr "נא לבחור פריסת מקלדת" + +msgid "Select one of the regions to download packages from" +msgstr "נא לבחור את אחר מהאזורים להוריד ממנו חבילות" + +msgid "Select one or more hard drives to use and configure" +msgstr "נא לבחור כונן קשיח אחד או יותר לשימוש והגדרה" + +msgid "For the best compatibility with your AMD hardware, you may want to use either the all open-source or AMD / ATI options." +msgstr "לתאימות המיטבית עם חומרת ה־AMD שלך, כדאי להשתמש או באפשרות של קוד פתוח לחלוטין או ב־AMD / ATI." + +msgid "For the best compatibility with your Intel hardware, you may want to use either the all open-source or Intel options.\n" +msgstr "לתאימות המיטבית עם חומרת האינטל שלך, כדאי להשתמש או באפשרות של קוד פתוח לחלוטין או באינטל.‬\n" + +msgid "For the best compatibility with your Nvidia hardware, you may want to use the Nvidia proprietary driver.\n" +msgstr "לתאימות המיטבית עם חומרת ה־Nvidia שלך, כדאי להשתמש במנהל ההתקן הקנייני של Nvidia.‬\n" + +msgid "" +"\n" +"\n" +"Select a graphics driver or leave blank to install all open-source drivers" +msgstr "" +"\n" +"‫‬‬\n" +"‫‫נא לבחור מנהל התקן גרפי או להשאיר ריק כדי להתקין מנהלי התקנים בקוד פתוח לגמרי" + +msgid "All open-source (default)" +msgstr "הכול בקוד פתוח (ברירת מחדל)" + +msgid "Choose which kernels to use or leave blank for default \"{}\"" +msgstr "נא לבחור אילו ליבות להשתמש או להשאיר ריק לברירת המחדל „{}”" + +msgid "Choose which locale language to use" +msgstr "נא לבחור באיזו שפה של הגדרה אזורית להשתמש" + +msgid "Choose which locale encoding to use" +msgstr "נא לבחור איזה קידוד של הגדרה אזורית להשתמש" + +msgid "Select one of the values shown below: " +msgstr "נא לבחור את אחד מהערכים שמופיע להלן: " + +msgid "Select one or more of the options below: " +msgstr "יש לבחור באפשרות אחת או יותר מאלו שלהלן: " + +msgid "Adding partition...." +msgstr "נוספת מחיצה…" + +msgid "You need to enter a valid fs-type in order to continue. See `man parted` for valid fs-type's." +msgstr "יש למלא סוג מערכת קבצים תקפה כדי להמשיך. ניתן לעיין ב־`man parted` לקבלת רשימת סוגי מערכת הקבצים התקפות." + +msgid "Error: Listing profiles on URL \"{}\" resulted in:" +msgstr "שגיאה: הצגת הפרופילים בכתובת „{}“ הניבה:" + +msgid "Error: Could not decode \"{}\" result as JSON:" +msgstr "לא ניתן לפענח את התוצאה „{}“ כ־JSON:" + +msgid "Keyboard layout" +msgstr "פריסת מקלדת" + +msgid "Mirror region" +msgstr "אזור אתר מראה" + +msgid "Locale language" +msgstr "שפת ההגדרה האזורית" + +msgid "Locale encoding" +msgstr "קידוד ההגדרה האזורית" + +msgid "Drive(s)" +msgstr "כוננים" + +msgid "Disk layout" +msgstr "פריסת כוננים" + +msgid "Encryption password" +msgstr "סיסמת הצפנה" + +msgid "Swap" +msgstr "שטח החלפה" + +msgid "Bootloader" +msgstr "מנהל טעינה" + +msgid "Root password" +msgstr "סיסמת root (משתמש עליון)" + +msgid "Superuser account" +msgstr "חשבון משתמש־על" + +msgid "User account" +msgstr "חשבון משתמש" + +msgid "Profile" +msgstr "פרופיל" + +msgid "Audio" +msgstr "שמע" + +msgid "Kernels" +msgstr "ליבות" + +msgid "Additional packages" +msgstr "חבילות נוספות" + +msgid "Network configuration" +msgstr "הגדרות רשת" + +msgid "Automatic time sync (NTP)" +msgstr "סנכרון זמן אוטומטי (NTP)" + +msgid "Install ({} config(s) missing)" +msgstr "התקנה ({} הגדרות חסרות)" + +msgid "" +"You decided to skip harddrive selection\n" +"and will use whatever drive-setup is mounted at {} (experimental)\n" +"WARNING: Archinstall won't check the suitability of this setup\n" +"Do you wish to continue?" +msgstr "" +"החלטת לוותר על בחירת כוננים קשיחים\n" +"‬\n" +"‫ולהשתמש בתצורת הכוננים שמעוגנת על {} כמו שהיא (ניסיוני)\n" +"‬\n" +"‫אזהרה: Archinstall won't check the suitability of this setup\n" +"‬\n" +"‏‫Do you wish to continue?" + +msgid "Re-using partition instance: {}" +msgstr "שימוש מחדש בעותק של מחיצה: {}" + +msgid "Create a new partition" +msgstr "יצירת מחיצה חדשה" + +msgid "Delete a partition" +msgstr "מחיקת מחיצה" + +msgid "Clear/Delete all partitions" +msgstr "פינוי/מחיקה של כל המחיצות" + +msgid "Assign mount-point for a partition" +msgstr "הקצאת נקודת עגינה למחיצה" + +msgid "Mark/Unmark a partition to be formatted (wipes data)" +msgstr "סימון/ביטול סימון מחיצה לפרמוט (מחיקה מוחלטת של הנתונים)" + +msgid "Mark/Unmark a partition as encrypted" +msgstr "סימון/ביטול סימון מחיצה כמוצפנת" + +msgid "Mark/Unmark a partition as bootable (automatic for /boot)" +msgstr "סימון/ביטול סימון מחיצה כרשאית טעינה (אוטומטית ל־‎/boot)" + +msgid "Set desired filesystem for a partition" +msgstr "נא להגדיר מערכת קבצים רצויה למחיצה" + +msgid "Abort" +msgstr "ביטול" + +msgid "Hostname" +msgstr "שם מארח" + +msgid "Not configured, unavailable unless setup manually" +msgstr "לא מוגדר, לא זמין למעט במקרה של התקנה ידנית" + +msgid "Timezone" +msgstr "אזור זמן" + +msgid "Set/Modify the below options" +msgstr "הגדרת/שינוי האפשרויות הבאות" + +msgid "Install" +msgstr "התקנה" + +msgid "" +"Use ESC to skip\n" +"\n" +msgstr "" +"להשתמש ב־ESC כדי לצאת‬\n" +"\n" + +msgid "Suggest partition layout" +msgstr "הצעת פריסת מחיצות" + +msgid "Enter a password: " +msgstr "נא למלא סיסמה: " + +msgid "Enter a encryption password for {}" +msgstr "נא למלא סיסמת הצפנה עבור {}" + +msgid "Enter disk encryption password (leave blank for no encryption): " +msgstr "נא למלא סיסמה להצפנת הכונן (להשאיר ריק כדי לא להגדיר הצפנה): " + +msgid "Create a required super-user with sudo privileges: " +msgstr "יצירת משתמש על נחוץ עם הרשאות sudo: " + +msgid "Enter root password (leave blank to disable root): " +msgstr "נא למלא סיסמה למשתמש העליון (יש להשאיר ריק כדי להשבית את root): " + +msgid "Password for user \"{}\": " +msgstr "סיסמה למשתמש „{}“: " + +msgid "Verifying that additional packages exist (this might take a few seconds)" +msgstr "מתבצע וידוא שחבילות נוספות קיימות (יכול לקחת כמה שניות)" + +msgid "Would you like to use automatic time synchronization (NTP) with the default time servers?\n" +msgstr "להשתמש בסנכרון שעון אוטומטי (NTP) מול שרתי התזמון כברירת מחדל?‬\n" + +msgid "" +"Hardware time and other post-configuration steps might be required in order for NTP to work.\n" +"For more information, please check the Arch wiki" +msgstr "" +"שעון חומרה וצעדים נוספים לאחר ההתקנה כנראה יהיו נחוצים כדי שה־NTP יעבוד.‬\n" +"‫למידע נוסף, נא לפנות לוויקי של Arch" + +msgid "Enter a username to create an additional user (leave blank to skip): " +msgstr "נא למלא שם משתמש כדי ליצור משתמש נוסף (ריק כדי לדלג): " + +msgid "Use ESC to skip\n" +msgstr "יש להשתמש ב־ESC כדי לדלג‬\n" + +msgid "" +"\n" +" Choose an object from the list, and select one of the available actions for it to execute" +msgstr "" +"\n" +"‫נא לבחור עצם מהרשימה ולבחור באחת מהאפשרויות הזמינות עבורו כדי להפעיל אותו" + +msgid "Cancel" +msgstr "הסגה" + +msgid "Confirm and exit" +msgstr "אישור ויציאה" + +msgid "Add" +msgstr "הוספה" + +msgid "Copy" +msgstr "העתקה" + +msgid "Edit" +msgstr "עריכה" + +msgid "Delete" +msgstr "מחיקה" + +msgid "Select an action for '{}'" +msgstr "נא לבחור פעולה עבור ‚{}’" + +msgid "Copy to new key:" +msgstr "העתקה למפתח חדש:" + +msgid "Unknown nic type: {}. Possible values are {}" +msgstr "סוג מתאם תקשורת לא ידוע: {}. הערכים האפשריים הם {}" + +msgid "" +"\n" +"This is your chosen configuration:" +msgstr "" +"\n" +"‫זאת ההגדרה שבחרת:" + +msgid "Pacman is already running, waiting maximum 10 minutes for it to terminate." +msgstr "‫Pacman כבר פועל, נמתין למשך 10 דקות לכל היותר עד לסיומו." + +msgid "Pre-existing pacman lock never exited. Please clean up any existing pacman sessions before using archinstall." +msgstr "נעילת ה־pacman הקודמת מעולם לא נסגרה. נא לנקות הפעלות קיימות של pacman בטרם הפעלת archinstall." + +msgid "Choose which optional additional repositories to enable" +msgstr "נא לבחור אילו מאגרים נוספים להפעיל כרשות" + +msgid "Add a user" +msgstr "הוספת משתמש" + +msgid "Change password" +msgstr "החלפת סיסמה" + +msgid "Promote/Demote user" +msgstr "קידום/הסגת משתמש" + +msgid "Delete User" +msgstr "מחיקת משתמש" + +msgid "" +"\n" +"Define a new user\n" +msgstr "" +"\n" +"‫הגדרת משתמש חדש‬\n" + +msgid "User Name : " +msgstr "שם משתמש : " + +msgid "Should {} be a superuser (sudoer)?" +msgstr "האם {} אמור לקבל הרשאות על (sudoer)?" + +msgid "Define users with sudo privilege: " +msgstr "הגדרת משתמשים עם הרשאת sudo: " + +msgid "No network configuration" +msgstr "אין הגדרות רשת" + +msgid "Set desired subvolumes on a btrfs partition" +msgstr "הגדרת תת־כרכים רצויים במחיצת BTRFS" + +msgid "" +"{}\n" +"\n" +"Select which partition to set subvolumes on" +msgstr "" +"{}‬\n" +"\n" +"‫נא לבחור תחת איזו מחיצה להגדיר תת־כרכים" + +msgid "Manage btrfs subvolumes for current partition" +msgstr "ניהול תת־כרכי BTRFS למחיצה הנוכחית" + +msgid "No configuration" +msgstr "אין הגדרה" + +msgid "Save user configuration" +msgstr "שמירת הגדרת משתמש" + +msgid "Save user credentials" +msgstr "שמירת פרטי משתמש" + +msgid "Save disk layout" +msgstr "שמירת פריסת כונן" + +msgid "Save all" +msgstr "לשמור הכול" + +msgid "Choose which configuration to save" +msgstr "נא לבחור אילו הגדרות לשמור" + +msgid "Enter a directory for the configuration(s) to be saved: " +msgstr "נא למלא את התיקייה להגדרות לשמירה: " + +msgid "Not a valid directory: {}" +msgstr "אינה תיקייה תקפה: {}" + +msgid "The password you are using seems to be weak," +msgstr "הסיסמה שבחרת נראית חלשה," + +msgid "are you sure you want to use it?" +msgstr "בכל זאת להשתמש בה?" + +msgid "Optional repositories" +msgstr "מאגרי רשות" + +msgid "Save configuration" +msgstr "שמירת הגדרה" + +msgid "Missing configurations:\n" +msgstr "" +"הגדרות חסרות:\n" +"‬\n" + +msgid "Either root-password or at least 1 superuser must be specified" +msgstr "יש לציין או סיסמה למשתמש העליון (root) או לפחות משתמש אחד עם הרשאות על (sudo)" + +msgid "Manage superuser accounts: " +msgstr "ניהול משתמשים עם הרשאות על: " + +msgid "Manage ordinary user accounts: " +msgstr "ניהול חשבונות משתמשים רגילים: " + +msgid " Subvolume :{:16}" +msgstr " תת־כרך :{:16}" + +msgid " mounted at {:16}" +msgstr " מעוגן תחת {:16}" + +msgid " with option {}" +msgstr " עם האפשרות {}" + +msgid "" +"\n" +" Fill the desired values for a new subvolume \n" +msgstr "" +"\n" +"‫‫‫‫ נא למלא את הערכים הרצויים לתת־כרך חדש ‬\n" + +msgid "Subvolume name " +msgstr "שם תת־כרך " + +msgid "Subvolume mountpoint" +msgstr "נק׳ עיגון תת־כרך" + +msgid "Subvolume options" +msgstr "אפשרויות תת־כרך" + +msgid "Save" +msgstr "שמירה" + +msgid "Subvolume name :" +msgstr "שם תת־כרך :" + +msgid "Select a mount point :" +msgstr "נא לבחור נק׳ עגינה :" + +msgid "Select the desired subvolume options " +msgstr "נא לבחור את אפשרויות התת־כרך הרצויות " + +msgid "Define users with sudo privilege, by username: " +msgstr "הגדרת משתמשים עם הרשאת על (sudo), לפי שם משתמש: " + +msgid "[!] A log file has been created here: {}" +msgstr "[!] כאן נוצר קובץ יומן: {}" + +msgid "Would you like to use BTRFS subvolumes with a default structure?" +msgstr "להשתמש בתת־כרכים של BTRFS במבנה ברירת המחדל?" + +msgid "Would you like to use BTRFS compression?" +msgstr "להשתמש בדחיסה של BTRFS?" + +msgid "Would you like to create a separate partition for /home?" +msgstr "ליצור מחיצה נפרדת ל־‎/home?" + +msgid "The selected drives do not have the minimum capacity required for an automatic suggestion\n" +msgstr "לכוננים הנבחרים אין את הקיבולת המזערית הנחוצה להצעות אוטומטיות\n" + +msgid "Minimum capacity for /home partition: {}GB\n" +msgstr "הקיבולת המזערית למחיצת ‎/home:‏ {}ג״ב\n" + +msgid "Minimum capacity for Arch Linux partition: {}GB" +msgstr "הקיבולת המזערית למחיצת ‎/home:‏ {}ג״ב" + +msgid "Continue" +msgstr "המשך" + +msgid "yes" +msgstr "כן" + +msgid "no" +msgstr "לא" + +msgid "set: {}" +msgstr "הוגדר: {}" + +msgid "Manual configuration setting must be a list" +msgstr "רשומת ההגדרה הידנית חייבת להיות רשימה" + +msgid "No iface specified for manual configuration" +msgstr "לא צוין iface להגדרה ידנית" + +msgid "Manual nic configuration with no auto DHCP requires an IP address" +msgstr "הגדרת מתאם תקשורת ללא DHCP אוטומטי דורש כתובת IP" + +msgid "Add interface" +msgstr "הוספת מנשק" + +msgid "Edit interface" +msgstr "עריכת מנשק" + +msgid "Delete interface" +msgstr "מחיקת מנשק" + +msgid "Select interface to add" +msgstr "נא לבחור מנשק להוספה" + +msgid "Manual configuration" +msgstr "הגדרה ידנית" + +msgid "Mark/Unmark a partition as compressed (btrfs only)" +msgstr "סימון/ביטול סימון מחיצה כדחוסה (btrfs בלבד)" + +msgid "The password you are using seems to be weak, are you sure you want to use it?" +msgstr "נראה שהסיסמה שבחרת חלשה, בכל זאת להשתמש בה?" + +msgid "Provides a selection of desktop environments and tiling window managers, e.g. gnome, kde, sway" +msgstr "מספק מבחר סביבות שולחן עבודה ומנהלי ריצוף חלונות, למשל: gnome,‏ kde,‏ sway" + +msgid "Select your desired desktop environment" +msgstr "נא לבחור את סביבת שולחן העבודה הרצויה לך" + +msgid "A very basic installation that allows you to customize Arch Linux as you see fit." +msgstr "התקנה בסיסית מאוד שמאפשרת לך להתאים את Arch Linux בדיוק לדרך שנוחה לך." + +msgid "Provides a selection of various server packages to install and enable, e.g. httpd, nginx, mariadb" +msgstr "מספק מבחר חבילות שרת להתקנה ולהפעלה, למשל: httpd,‏ nginx,‏ mariadb" + +msgid "Choose which servers to install, if none then a minimal installation will be done" +msgstr "נא לבחור אילו שרתים להתקין, אם אין אז תבוצע התקנה מזערית" + +msgid "Installs a minimal system as well as xorg and graphics drivers." +msgstr "מתקין מערכת מזערית בנוסף ל־xorg ולמנהלי התקנים גרפיים." + +msgid "Press Enter to continue." +msgstr "נא ללחוץ על Enter כדי להמשיך." + +msgid "Would you like to chroot into the newly created installation and perform post-installation configuration?" +msgstr "האם להיכנס להתקנה החדשה שיצרת עם chroot (העמסת סביבה) לביצוע הגדרות שלאחר התקנה?" + +msgid "Are you sure you want to reset this setting?" +msgstr "לאפס את ההגדרה הזאת?" + +msgid "Select one or more hard drives to use and configure\n" +msgstr "נא לבחור כונן אחד או או יותר לשימוש ולהגדרה‬\n" + +msgid "Any modifications to the existing setting will reset the disk layout!" +msgstr "כל שינוי שהוא להגדרה הקיימת יאפס את פריסת הכוננים!" + +msgid "If you reset the harddrive selection this will also reset the current disk layout. Are you sure?" +msgstr "איפוס בחירת הכוננים יאפס גם את פריסת הכוננים הנוכחית. להמשיך?" + +msgid "Save and exit" +msgstr "לשמור ולצאת" + +msgid "" +"{}\n" +"contains queued partitions, this will remove those, are you sure?" +msgstr "" +"‫{}‬\n" +"‫‬‫מכיל מחיצות שממתינות בתור, הפעולה הזאת תסיר אותן, להמשיך?" + +msgid "No audio server" +msgstr "אין שרת שמע" + +msgid "(default)" +msgstr "(ברירת מחדל)" + +msgid "Use ESC to skip" +msgstr "יש להשתמש ב־ESC כדי לדלג" + +msgid "" +"Use CTRL+C to reset current selection\n" +"\n" +msgstr "" +"יש להשתמש ב־CTRL+C כדי לאפס את הבחירה הנוכחית\n" +"‬\n" +"‏‫\n" +"‬\n" + +msgid "Copy to: " +msgstr "העתקה אל: " + +msgid "Edit: " +msgstr "עריכה: " + +msgid "Key: " +msgstr "מפתח: " + +msgid "Edit {}: " +msgstr "עריכת {}: " + +msgid "Add: " +msgstr "הוספה: " + +msgid "Value: " +msgstr "ערך: " + +msgid "You can skip selecting a drive and partitioning and use whatever drive-setup is mounted at /mnt (experimental)" +msgstr "אפשר לדלג על בחירת כונן וחלוקה למחיצות ולהשתמש בתצורת הכוננים שמעוגנת תחת ‎/mnt כפי שהיא (ניסיוני)" + +msgid "Select one of the disks or skip and use /mnt as default" +msgstr "נא לבחור אחד מהכוננים או לדלג ולהשתמש ב־‎/mnt כברירת מחדל" + +msgid "Select which partitions to mark for formatting:" +msgstr "נא לבחור אילו מחיצות לסמן לפרמוט:" + +msgid "Use HSM to unlock encrypted drive" +msgstr "להשתמש ב־HSM לשחרור כונן מוצפן" + +msgid "Device" +msgstr "התקן" + +msgid "Size" +msgstr "גודל" + +msgid "Free space" +msgstr "מקום פנוי" + +msgid "Bus-type" +msgstr "סוג אפיק" + +msgid "Either root-password or at least 1 user with sudo privileges must be specified" +msgstr "יש לציין או סיסמה למשתמש העליון (root) או לפחות משתמש אחד עם הרשאות על (sudo)" + +msgid "Enter username (leave blank to skip): " +msgstr "נא למלא שם משתמש (להשאיר ריק כדי לדלג): " + +msgid "The username you entered is invalid. Try again" +msgstr "שם המשתמש שמילאת שגוי. נא לנסות שוב" + +msgid "Should \"{}\" be a superuser (sudo)?" +msgstr "האם ל־„{}“ אמורות להיות הרשאות על (sudo)?" + +msgid "Select which partitions to encrypt" +msgstr "נא לבחור איזו מחיצה להצפין" + +msgid "very weak" +msgstr "חלשה מאוד" + +msgid "weak" +msgstr "חלשה" + +msgid "moderate" +msgstr "מתונה" + +msgid "strong" +msgstr "חזקה" + +msgid "Add subvolume" +msgstr "הוספת תת־כרך" + +msgid "Edit subvolume" +msgstr "עריכת תת־כרך" + +msgid "Delete subvolume" +msgstr "מחיקת תת־כרך" + +msgid "Configured {} interfaces" +msgstr "הוגדרו {} מנשקים" + +msgid "This option enables the number of parallel downloads that can occur during installation" +msgstr "האפשרות הזאת מאפשרת מספר הורדות במקביל שיכולות להתרחש במהלך התקנה" + +msgid "" +"Enter the number of parallel downloads to be enabled.\n" +" (Enter a value between 1 to {})\n" +"Note:" +msgstr "" +"נא למלא את מספר ההורדות המקביליות שתהיינה פעילות.‬\n" +"‫ (אמור להיות ערך בין 1 ל־{})‬\n" +"‫הערה:" + +msgid " - Maximum value : {} ( Allows {} parallel downloads, allows {} downloads at a time )" +msgstr " - ערך מרבי : {} ( מאפשר {} הורדות במקביל, מאפשר {} הורדות בבת אחת )" + +msgid " - Minimum value : 1 ( Allows 1 parallel download, allows 2 downloads at a time )" +msgstr " - ערך מזערי : 1 ( מאפשר כל הורדות במקביל, מאפשר שתי הורדות בו־זמנית )" + +msgid " - Disable/Default : 0 ( Disables parallel downloading, allows only 1 download at a time )" +msgstr " - השבתה/ברירת מחדל : 0 ( השבתת הורדה במקביל, מאפשר הורדה אחת בבת אחת )" + +#, python-brace-format +msgid "Invalid input! Try again with a valid input [1 to {max_downloads}, or 0 to disable]" +msgstr "קלט שגוי! נא לנסות שוב עם קלט תקין [1 עד {max_downloads}, או 0 להשבתה]" + +msgid "Parallel Downloads" +msgstr "הורדות במקביל" + +msgid "ESC to skip" +msgstr "‫ESC לדילוג" + +msgid "CTRL+C to reset" +msgstr "CTRL+C לאיפוס" + +msgid "TAB to select" +msgstr "TAB לבחירה" + +msgid "[Default value: 0] > " +msgstr "[ערך ברירת מחדל: 0] > " + +msgid "To be able to use this translation, please install a font manually that supports the language." +msgstr "כדי להשתמש בתרגום הזה, נא להתקין את הגופן שתומך בשפה הזאת ידנית." + +msgid "The font should be stored as {}" +msgstr "יש לאחסן את הגופן בתור {}" + +msgid "Archinstall requires root privileges to run. See --help for more." +msgstr "‫Archinstall דורש הרשאות עליונות (root) כדי לעלות. ‎--help לקבלת מידע נוסף." + +msgid "Select an execution mode" +msgstr "נא לבחור מצב הפעלה" + +msgid "Unable to fetch profile from specified url: {}" +msgstr "לא ניתן למשוך את הפרופיל מהכתובת שצוינה: {}" + +msgid "Profiles must have unique name, but profile definitions with duplicate name found: {}" +msgstr "השמות של הפרופילים חייבים להיות יחודיים, אך נמצאו הגדרות פרופילים עם שמות כפולים: {}" + +msgid "Select one or more devices to use and configure" +msgstr "נא לבחור התקן או יותר לשימוש ולהגדרה" + +msgid "If you reset the device selection this will also reset the current disk layout. Are you sure?" +msgstr "איפוס בחירת ההתקנים יאפס גם את פריסת הכוננים הנוכחית. להמשיך?" + +msgid "Existing Partitions" +msgstr "מחיצות קיימות" + +msgid "Select a partitioning option" +msgstr "נא לבחור אפשרויות מחיצות" + +msgid "Enter the root directory of the mounted devices: " +msgstr "נא למלא את תיקיית השורש של ההתקנים המעוגנים: " + +msgid "Minimum capacity for /home partition: {}GiB\n" +msgstr "קיבולת מזערית למחיצת ‎/home: {} ג״ב\n" + +msgid "Minimum capacity for Arch Linux partition: {}GiB" +msgstr "קיבולת מזערית למחיצת Arch Linux: {} ג״ב" + +msgid "This is a list of pre-programmed profiles_bck, they might make it easier to install things like desktop environments" +msgstr "זאת רשימה של פרופילי גיבוי שנכתבו מראש, הם עשויים להקל על התקנת דברים כמו סביבות שולחן עבודה" + +msgid "Current profile selection" +msgstr "בחירת הפרופיל הנוכחי" + +msgid "Remove all newly added partitions" +msgstr "הסרת כל המחיצות החדשות שנוספו" + +msgid "Assign mountpoint" +msgstr "הקצאת נקודת עגינה" + +msgid "Mark/Unmark to be formatted (wipes data)" +msgstr "סימון/ביטול סימן לפרמוט (מוחה את הנתונים)" + +msgid "Mark/Unmark as bootable" +msgstr "סימון/ביטול סימון כזמין לטעינה" + +msgid "Change filesystem" +msgstr "החלפת מערכת קבצים" + +msgid "Mark/Unmark as compressed" +msgstr "סימון/ביטול סימון כמכווץ" + +msgid "Set subvolumes" +msgstr "הגדרת תת־כרכים" + +msgid "Delete partition" +msgstr "מחיקת מחיצה" + +msgid "Partition" +msgstr "מחיצה" + +msgid "This partition is currently encrypted, to format it a filesystem has to be specified" +msgstr "המחיצה הזאת מוצפנת כרגע, כדי לפרמט אותה צריך להגדיר מערכת קבצים" + +msgid "Partition mount-points are relative to inside the installation, the boot would be /boot as an example." +msgstr "נקודות העגינה של המחיצה הן יחסיות למערכת ההתקנה, מחיצת הטעינה למשל תהיה ‎/boot." + +msgid "If mountpoint /boot is set, then the partition will also be marked as bootable." +msgstr "אם מוגדרת נקודת עגינה על ‎/boot, אז המחיצה תסומן כזמינה לטעינה." + +msgid "Mountpoint: " +msgstr "נקודת עגינה: " + +msgid "Current free sectors on device {}:" +msgstr "כמות המקטעים (סקטורים) הפנויים כרגע בכונן {}:" + +msgid "Total sectors: {}" +msgstr "סך כל המקטעים (סקטורים): {}" + +msgid "Enter the start sector (default: {}): " +msgstr "נא למלא את מקטע (סקטור) ההתחלה (ברירת מחדל: {}): " + +msgid "Enter the end sector of the partition (percentage or block number, default: {}): " +msgstr "נא למלא את מקטע (סקטור) הסוף של המחיצה (אחוז או מספר בלוק, ברירת מחדל: {}): " + +msgid "This will remove all newly added partitions, continue?" +msgstr "הפעולה הזאת תסיר את המחיצות שנוספו, להמשיך?" + +msgid "Partition management: {}" +msgstr "ניהול מחיצות: {}" + +msgid "Total length: {}" +msgstr "אורך כולל: {}" + +msgid "Encryption type" +msgstr "סוג הצפנה" + +msgid "Partitions" +msgstr "מחיצות" + +msgid "No HSM devices available" +msgstr "אין התקני HSM זמינים" + +msgid "Partitions to be encrypted" +msgstr "מחיצות להצפנה" + +msgid "Select disk encryption option" +msgstr "נא לבחור אפשרויות להצפנת כונן" + +msgid "Select a FIDO2 device to use for HSM" +msgstr "נא לבחור את התקן ה־FIDO2 לשימוש עבור HSM" + +msgid "Use a best-effort default partition layout" +msgstr "להשתמש בפריסת מחיצות כברירת מחדל על בסיס מאמץ מיטבי" + +msgid "Manual Partitioning" +msgstr "חלוקה ידנית למחיצות" + +msgid "Pre-mounted configuration" +msgstr "הגדרות לעיגון שבוצע" + +msgid "Unknown" +msgstr "לא ידוע" + +msgid "Partition encryption" +msgstr "הצפנת מחיצה" + +msgid " ! Formatting {} in " +msgstr " ! {} מפורמט תחת " + +msgid "← Back" +msgstr "→ חזרה" + +msgid "Disk encryption" +msgstr "הצפנת כונן" + +msgid "Configuration" +msgstr "הגדרות" + +msgid "Password" +msgstr "סיסמה" + +msgid "All settings will be reset, are you sure?" +msgstr "כל ההגדרות תאופסנה, להמשיך?" + +msgid "Back" +msgstr "חזרה" + +msgid "Please chose which greeter to install for the chosen profiles: {}" +msgstr "נא לבחור את מערכת קבלת הפנים לפרופילים הנבחרים: {}" + +msgid "Environment type: {}" +msgstr "סוג סביבה: {}" + +msgid "The proprietary Nvidia driver is not supported by Sway. It is likely that you will run into issues, are you okay with that?" +msgstr "ב־Sway אין תמיכה במנהל ההתקן של Nvidia. כנראה שזה יוביל לבעיות, זה בסדר מבחינתך?" + +msgid "Installed packages" +msgstr "חבילות מותקנות" + +msgid "Add profile" +msgstr "הוספת פרופיל" + +msgid "Edit profile" +msgstr "עריכת פרופיל" + +msgid "Delete profile" +msgstr "מחיקת פרופיל" + +msgid "Profile name: " +msgstr "שם הפרופיל: " + +msgid "The profile name you entered is already in use. Try again" +msgstr "שם הפרופיל שמילאת כבר קיים. נא לנסות שוב" + +msgid "Packages to be install with this profile (space separated, leave blank to skip): " +msgstr "חבילות להתקנה עם הפרופיל הזה (להפריד ברווחים, ריק יוביל לדילוג על השלב הזה): " + +msgid "Services to be enabled with this profile (space separated, leave blank to skip): " +msgstr "שירותים להפעלה עם הפרופיל הזה (להפריד ברווחים, ריק יוביל לדילוג על השלב הזה): " + +msgid "Should this profile be enabled for installation?" +msgstr "להפעיל את הפרופיל הזה להתקנה?" + +msgid "Create your own" +msgstr "יצירת אחד משלך" + +msgid "" +"\n" +"Select a graphics driver or leave blank to install all open-source drivers" +msgstr "" +"\n" +"‫נא לבחור מנהל התקן גרפי או להשאיר ריק כדי להתקין את מנהל ההתקן שכולו בקוד פתוח" + +msgid "Sway needs access to your seat (collection of hardware devices i.e. keyboard, mouse, etc)" +msgstr "‫Sway צריך גישה למושב (אוסף של התקני חומרה כמו למשל מקלדת, עכבר וכו׳) שלך" + +msgid "" +"\n" +"\n" +"Choose an option to give Sway access to your hardware" +msgstr "" +"\n" +"\n" +"‫נא לבחור אפשרות לתת ל־Sway גישה לחומרה שלך" + +msgid "Graphics driver" +msgstr "מנהלי התקני גרפיים" + +msgid "Greeter" +msgstr "מערכת קבלת פנים" + +msgid "Please chose which greeter to install" +msgstr "נא לבחור איזו מערכת קבלת פנים להתקין" + +msgid "This is a list of pre-programmed default_profiles" +msgstr "זאת רשימה של פרופילים ברירת מחדל שנכתבו מראש" + +msgid "Disk configuration" +msgstr "הגדרת כונן" + +msgid "Profiles" +msgstr "פרופילים" + +msgid "Finding possible directories to save configuration files ..." +msgstr "מתבצע חיפוש אחר תיקיות אפשריות לשמירת קובצי ההגדרות…" + +msgid "Select directory (or directories) for saving configuration files" +msgstr "נא לבחור תיקייה (או תיקיות) לשמירת קובצי ההגדרות" + +msgid "Add a custom mirror" +msgstr "הוספת אתר מראה משלך" + +msgid "Change custom mirror" +msgstr "החלפת אתר מראה משלך" + +msgid "Delete custom mirror" +msgstr "מחיקת אתר מראה משלך" + +msgid "Enter name (leave blank to skip): " +msgstr "נא למלא שם (ריק לדילוג): " + +msgid "Enter url (leave blank to skip): " +msgstr "נא למלא כתובת (ריק לדילוג): " + +msgid "Select signature check option" +msgstr "בחירת אפשרות בדיקת חתימות" + +msgid "Select signature option" +msgstr "בחירת אפשרות חתימות" + +msgid "Custom mirrors" +msgstr "אתרי מראה משלך" + +msgid "Defined" +msgstr "מוגדר" + +msgid "Save user configuration (including disk layout)" +msgstr "שמירת הגדרות משתמש (כולל פריסת כוננים)" + +msgid "" +"Enter a directory for the configuration(s) to be saved (tab completion enabled)\n" +"Save directory: " +msgstr "" +"נא למלא תיקייה לשמירת ההגדרות (אפשר להשלים עם tab)\n" +"‬\n" +"‫תיקיית השמירה: " + +msgid "" +"Do you want to save {} configuration file(s) in the following location?\n" +"\n" +"{}" +msgstr "" +"לשמור את {} קובצי ההגדרות בתיקייה הבאה?‬\n" +"\n" +"‫{}" + +msgid "Saving {} configuration files to {}" +msgstr "קובצי ההגדרות {} נשמרים אל {}" + +msgid "Mirrors" +msgstr "אתרי מראה" + +msgid "Mirror regions" +msgstr "אזורי אתרי מראה" + +msgid " - Maximum value : {} ( Allows {} parallel downloads, allows {max_downloads+1} downloads at a time )" +msgstr " - ערך מרבי : {} ( מאפשר {} הורדות במקביל, מאפשר {max_downloads+1} הורדות במקביל )" + +msgid "Invalid input! Try again with a valid input [1 to {}, or 0 to disable]" +msgstr "קלט שגוי! נא לנסות שוב עם קלט תקין [1 עד {}, או 0 להשבתה]" + +msgid "Locales" +msgstr "הגדרות אזוריות" + +msgid "Use NetworkManager (necessary to configure internet graphically in GNOME and KDE)" +msgstr "להשתמש ב־NetworkManager (נחוץ להגדרת האינטרנט באופן גרפי ב־GNOME וב־KDE)" + +msgid "Total: {} / {}" +msgstr "סך הכול: {} / {}" + +msgid "All entered values can be suffixed with a unit: B, KB, KiB, MB, MiB..." +msgstr "אפשר להוסיף יחידה לכל ערך שהוא שהזנת: %, B,‏ KB,‏ KiB,‏ MB,‏ MiB…" + +msgid "If no unit is provided, the value is interpreted as sectors" +msgstr "אם לא צוין ערך, הערך יפורש בתוך סקטורים (מגזרים)" + +msgid "Enter start (default: sector {}): " +msgstr "נא למלא התחלה (ברירת מחדל: סקטור {}): " + +msgid "Enter end (default: {}): " +msgstr "נא למלא סוף (ברירת מחדל: {}): " + +msgid "Unable to determine fido2 devices. Is libfido2 installed?" +msgstr "לא ניתן למצוא התקני fido2.‏ libfido2 מותקן?" + +msgid "Path" +msgstr "נתיב" + +msgid "Manufacturer" +msgstr "יצרן" + +msgid "Product" +msgstr "מוצר" + +#, python-brace-format +msgid "Invalid configuration: {error}" +msgstr "הגדרה שגויה: {error}" + +msgid "Type" +msgstr "סוג" + +msgid "This option enables the number of parallel downloads that can occur during package downloads" +msgstr "אפשרות זו מאפשרת כמה הורדות במקביל לטובת הורדות של חבילות" + +msgid "" +"Enter the number of parallel downloads to be enabled.\n" +"\n" +"Note:\n" +msgstr "" +"נא למלא את מספר ההורדות המקביליות להפעלה.‬\n" +"\n" +"‫הערה:‬\n" + +msgid " - Maximum recommended value : {} ( Allows {} parallel downloads at a time )" +msgstr " - הערך המרבי המומלץ: {} ( מאפשר {} הורדות במקביל בכל עת )" + +msgid " - Disable/Default : 0 ( Disables parallel downloading, allows only 1 download at a time )\n" +msgstr " - השבתה/ברירת מחדל : 0 ( משבית הורדות מקביליות, מאפשר רק הורדה אחת כל פעם )‬\n" + +msgid "Invalid input! Try again with a valid input [or 0 to disable]" +msgstr "קלט שגוי! נא לנסות שוב עם קלט תקין [או 0 להשבתה]" + +msgid "Hyprland needs access to your seat (collection of hardware devices i.e. keyboard, mouse, etc)" +msgstr "‫Hyprland צריך גישה למושב שלך (seat - אוסף של התקני חומרה, כלומר מקלדת, עכבר וכו׳)" + +msgid "" +"\n" +"\n" +"Choose an option to give Hyprland access to your hardware" +msgstr "" +"\n" +"\n" +"‫נא לבחור אפשרות כדי לתת ל־Hyprland גישה לחומרה שלך" + +msgid "All entered values can be suffixed with a unit: %, B, KB, KiB, MB, MiB..." +msgstr "אפשר להוסיף יחידה לכל ערך שהוא: %, B,‏ KB,‏ KiB,‏ MB,‏ MiB…" + +msgid "Would you like to use unified kernel images?" +msgstr "להשתמש בדמויות ליבה אחודות (UKI)?" + +msgid "Unified kernel images" +msgstr "דמויות ליבה אחודות" + +msgid "Waiting for time sync (timedatectl show) to complete." +msgstr "בהמתנה להשלמת סנכרון השעון (timedatectl show)." + +msgid "Time syncronization not completing, while you wait - check the docs for workarounds: https://archinstall.readthedocs.io/" +msgstr "סנכרון זמן לא מסתיים, בזמן ההמתנה - כדאי לחפש צורות לעקוף את זה במסמכים: https://archinstall.readthedocs.io/‎" + +msgid "Skipping waiting for automatic time sync (this can cause issues if time is out of sync during installation)" +msgstr "לדלג על המתנה לסנכרון השעון אוטומטית (יכול לגרום לבעיות אם השעה לא מסונכרנת במהלך ההתקנה)" + +msgid "Waiting for Arch Linux keyring sync (archlinux-keyring-wkd-sync) to complete." +msgstr "בהמתנה לסיום סנכרון מחזיק מפתחות של Arch Linux‏ (archlinux-keyring-wkd-sync)." -- cgit v1.2.3-54-g00ecf From e58892faec43216c79d8f0d1601b81adf7bca8a2 Mon Sep 17 00:00:00 2001 From: Ansh Goel <117522662+ATamblingPoder@users.noreply.github.com> Date: Thu, 7 Mar 2024 17:28:34 +0530 Subject: po: Update Hindi translation (#2357) * Added first Hindi language support * po: Update Hindi translation --- archinstall/locales/hi/LC_MESSAGES/base.mo | Bin 978 -> 2098 bytes archinstall/locales/hi/LC_MESSAGES/base.po | 16 ++++++++-------- 2 files changed, 8 insertions(+), 8 deletions(-) (limited to 'archinstall/locales') diff --git a/archinstall/locales/hi/LC_MESSAGES/base.mo b/archinstall/locales/hi/LC_MESSAGES/base.mo index 6be9c982..65ce321c 100644 Binary files a/archinstall/locales/hi/LC_MESSAGES/base.mo and b/archinstall/locales/hi/LC_MESSAGES/base.mo differ diff --git a/archinstall/locales/hi/LC_MESSAGES/base.po b/archinstall/locales/hi/LC_MESSAGES/base.po index 114b7062..a8b508b5 100644 --- a/archinstall/locales/hi/LC_MESSAGES/base.po +++ b/archinstall/locales/hi/LC_MESSAGES/base.po @@ -9,7 +9,7 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Generator: Poedit 3.0.1\n" +"X-Generator: Poedit 3.2.2\n" msgid "[!] A log file has been created here: {} {}" msgstr "" @@ -24,10 +24,10 @@ msgid "And one more time for verification: " msgstr "सत्यापन के लिए एक बार और: " msgid "Would you like to use swap on zram?" -msgstr "" +msgstr "क्या आप swap के लिए zram इस्तेमाल करना चाहेंगे?" msgid "Desired hostname for the installation: " -msgstr "" +msgstr "इच्छित होस्ट का नाम (hostname) इंस्टालेशन के लिए: " msgid "Username for required superuser with sudo privileges: " msgstr "" @@ -36,19 +36,19 @@ msgid "Any additional users to install (leave blank for no users): " msgstr "" msgid "Should this user be a superuser (sudoer)?" -msgstr "" +msgstr "क्या यह user एक superuser होना चाहिए (sudoer)?" msgid "Select a timezone" msgstr "एक समयक्षेत्र चुनें" msgid "Would you like to use GRUB as a bootloader instead of systemd-boot?" -msgstr "" +msgstr "क्या आप systemd-boot की जगह GRUB इस्तेमाल करना चाहेंगे bootloader ke liye?" msgid "Choose a bootloader" -msgstr "" +msgstr "एक bootloader चुनें" msgid "Choose an audio server" -msgstr "" +msgstr "एक audio server चुनें" msgid "Only packages such as base, base-devel, linux, linux-firmware, efibootmgr and optional profile packages are installed." msgstr "" @@ -57,7 +57,7 @@ msgid "If you desire a web browser, such as firefox or chromium, you may specify msgstr "" msgid "Write additional packages to install (space separated, leave blank to skip): " -msgstr "" +msgstr "अन्य packages का नाम लिखें (स्पेस छोड़कर, अन्यथा खाली छोड़ें): " msgid "Copy ISO network configuration to installation" msgstr "" -- cgit v1.2.3-54-g00ecf From e1a50210b1fee89eb17ee57094a7da662f78e0b9 Mon Sep 17 00:00:00 2001 From: walken <61562049+walken11@users.noreply.github.com> Date: Thu, 7 Mar 2024 12:58:48 +0100 Subject: Czech localization update (#2366) --- archinstall/locales/cs/LC_MESSAGES/base.mo | Bin 39221 -> 40248 bytes archinstall/locales/cs/LC_MESSAGES/base.po | 19 +++++++++---------- 2 files changed, 9 insertions(+), 10 deletions(-) (limited to 'archinstall/locales') diff --git a/archinstall/locales/cs/LC_MESSAGES/base.mo b/archinstall/locales/cs/LC_MESSAGES/base.mo index a4af899a..310e04f1 100644 Binary files a/archinstall/locales/cs/LC_MESSAGES/base.mo and b/archinstall/locales/cs/LC_MESSAGES/base.mo differ diff --git a/archinstall/locales/cs/LC_MESSAGES/base.po b/archinstall/locales/cs/LC_MESSAGES/base.po index ebb81601..934db187 100644 --- a/archinstall/locales/cs/LC_MESSAGES/base.po +++ b/archinstall/locales/cs/LC_MESSAGES/base.po @@ -9,7 +9,7 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Generator: Poedit 3.3.2\n" +"X-Generator: Poedit 3.4.2\n" msgid "[!] A log file has been created here: {} {}" msgstr "[!] Soubor protokolu byl vytvořen zde: {} {}" @@ -895,13 +895,13 @@ msgid "Partition" msgstr "Diskový oddíl" msgid "This partition is currently encrypted, to format it a filesystem has to be specified" -msgstr "Tento oddíl je zašifrovaný, k naformátování zadejte souborový systém." +msgstr "Tento oddíl je zašifrovaný, k naformátování zadejte souborový systém" msgid "Partition mount-points are relative to inside the installation, the boot would be /boot as an example." msgstr "Přípojné body diskových oddílů jsou relativní uvnitř instalace, například spouštěcí bod by byl /boot." msgid "If mountpoint /boot is set, then the partition will also be marked as bootable." -msgstr "Pokud je nastaven přípojný bod /boot, oddíl je zároveň označený jako zaváděcí" +msgstr "Pokud je nastaven přípojný bod /boot, oddíl je zároveň označený jako zaváděcí." msgid "Mountpoint: " msgstr "Přípojný bod: " @@ -1200,21 +1200,20 @@ msgstr "" msgid "All entered values can be suffixed with a unit: %, B, KB, KiB, MB, MiB..." msgstr "Všechny zadané hodnoty mohou byt doplněny jednotkou: %, B, KB, KiB, MB, MiB..." -#, fuzzy msgid "Would you like to use unified kernel images?" -msgstr "Přejete si použít swap na zram?" +msgstr "Přejete si použít Unified Kernel Images?" msgid "Unified kernel images" -msgstr "" +msgstr "Unified Kernel Images" msgid "Waiting for time sync (timedatectl show) to complete." -msgstr "" +msgstr "Čekám na dokončení synchronizace času (timedatectl show)." msgid "Time syncronization not completing, while you wait - check the docs for workarounds: https://archinstall.readthedocs.io/" -msgstr "" +msgstr "Synchronizace času není dokončena, mezitím se můžete podívat na možnosti řešení: https://archinstall.readthedocs.io/" msgid "Skipping waiting for automatic time sync (this can cause issues if time is out of sync during installation)" -msgstr "" +msgstr "Přeskakuji čekání na automatickou synchronizaci času (nesynchronizovaný čas může způsobit problémy během instalace)" msgid "Waiting for Arch Linux keyring sync (archlinux-keyring-wkd-sync) to complete." -msgstr "" +msgstr "Čekám na dokončení synchronizace Arch Linux keyring (archlinux-keyring-wkd-sync)." -- cgit v1.2.3-54-g00ecf From 169068d755e0b23c20470b65bcb1ffa30133dba8 Mon Sep 17 00:00:00 2001 From: utuhiro78 <34818411+utuhiro78@users.noreply.github.com> Date: Thu, 7 Mar 2024 21:16:47 +0900 Subject: Update Japanese translation (#2291) --- archinstall/locales/ja/LC_MESSAGES/base.mo | Bin 33330 -> 40413 bytes archinstall/locales/ja/LC_MESSAGES/base.po | 107 ++++++++++++++++++----------- 2 files changed, 67 insertions(+), 40 deletions(-) (limited to 'archinstall/locales') diff --git a/archinstall/locales/ja/LC_MESSAGES/base.mo b/archinstall/locales/ja/LC_MESSAGES/base.mo index 116178b4..d4d8c060 100644 Binary files a/archinstall/locales/ja/LC_MESSAGES/base.mo and b/archinstall/locales/ja/LC_MESSAGES/base.mo differ diff --git a/archinstall/locales/ja/LC_MESSAGES/base.po b/archinstall/locales/ja/LC_MESSAGES/base.po index 2d867ae1..4139c1cb 100644 --- a/archinstall/locales/ja/LC_MESSAGES/base.po +++ b/archinstall/locales/ja/LC_MESSAGES/base.po @@ -15,7 +15,7 @@ msgid "[!] A log file has been created here: {} {}" msgstr "[!] ここにログファイルが作成されました: {} {}" msgid " Please submit this issue (and file) to https://github.com/archlinux/archinstall/issues" -msgstr "" +msgstr " この問題(およびファイル)を https://github.com/archlinux/archinstall/issues に送信してください" msgid "Do you really want to abort?" msgstr "本当に中止しますか?" @@ -30,13 +30,13 @@ msgid "Desired hostname for the installation: " msgstr "インストール時のホスト名: " msgid "Username for required superuser with sudo privileges: " -msgstr "" +msgstr "sudo 権限を持つスーパーユーザーのユーザー名: " msgid "Any additional users to install (leave blank for no users): " msgstr "インストールする追加のユーザー(ユーザーがない場合は無記入): " msgid "Should this user be a superuser (sudoer)?" -msgstr "" +msgstr "このユーザーはスーパーユーザーに昇格しますか(sudoer)?" msgid "Select a timezone" msgstr "タイムゾーンを選択" @@ -69,7 +69,7 @@ msgid "Select one network interface to configure" msgstr "設定するネットワークインターフェイスを 1 つ選択" msgid "Select which mode to configure for \"{}\" or skip to use default mode \"{}\"" -msgstr "" +msgstr "どのモードを \"{}\" に設定するかを選択。スキップでデフォルトモード \"{}\" を使用" msgid "Enter the IP and subnet for {} (example: 192.168.0.5/24): " msgstr "" @@ -108,12 +108,18 @@ msgid "" "\n" "Select by index which partitions to delete" msgstr "" +"{}\n" +"\n" +"削除するパーティションをインデックスで選択" msgid "" "{}\n" "\n" "Select by index which partition to mount where" msgstr "" +"{}\n" +"\n" +"どのパーティションをどこにマウントするかをインデックスで選択" msgid " * Partition mount-points are relative to inside the installation, the boot would be /boot as an example." msgstr "* パーティションのマウントポイントはインストールにおける相対的なものであり、例として boot は /boot になります。" @@ -126,24 +132,36 @@ msgid "" "\n" "Select which partition to mask for formatting" msgstr "" +"{}\n" +"\n" +"フォーマット対象としてマークするパーティションを選択" msgid "" "{}\n" "\n" "Select which partition to mark as encrypted" msgstr "" +"{}\n" +"\n" +"暗号化対象としてマークするパーティションを選択" msgid "" "{}\n" "\n" "Select which partition to mark as bootable" msgstr "" +"{}\n" +"\n" +"ブータブルとしてマークするパーティションを選択" msgid "" "{}\n" "\n" "Select which partition to set a filesystem on" msgstr "" +"{}\n" +"\n" +"ファイルシステムを設定するパーティションを選択" msgid "Enter a desired filesystem type for the partition: " msgstr "パーティションのファイルシステムを入力: " @@ -155,10 +173,10 @@ msgid "Wipe all selected drives and use a best-effort default partition layout" msgstr "選択したすべてのドライブを消去し、ベストエフォートのデフォルトパーティションレイアウトを使用する" msgid "Select what to do with each individual drive (followed by partition usage)" -msgstr "" +msgstr "個々のドライブをどうするかを選択(次にパーティションの使用方法が続く)" msgid "Select what you wish to do with the selected block devices" -msgstr "" +msgstr "選択したブロックデバイスで何をするかを選択" msgid "This is a list of pre-programmed profiles, they might make it easier to install things like desktop environments" msgstr "これは事前にプログラムされたプロファイルのリストです。デスクトップ環境などのインストールが簡単になる可能性があります" @@ -215,7 +233,7 @@ msgid "You need to enter a valid fs-type in order to continue. See `man parted` msgstr "続行するには、有効な fs-type を入力する必要があります。有効な fs-type については、 `man parted` を参照してください。" msgid "Error: Listing profiles on URL \"{}\" resulted in:" -msgstr "" +msgstr "エラー: URL \"{}\" のプロファイルをリストすると、次の結果が発生:" msgid "Error: Could not decode \"{}\" result as JSON:" msgstr "" @@ -304,16 +322,16 @@ msgid "Assign mount-point for a partition" msgstr "パーティションにマウントポイントを割り当てる" msgid "Mark/Unmark a partition to be formatted (wipes data)" -msgstr "フォーマットするパーティションをマーク/マーク解除(データを消去)" +msgstr "フォーマットするパーティションとしてマーク/マーク解除(データを消去)" msgid "Mark/Unmark a partition as encrypted" msgstr "" msgid "Mark/Unmark a partition as bootable (automatic for /boot)" -msgstr "パーティションをブータブルとしてマーク/マーク解除(/boot の場合は自動)" +msgstr "ブータブルなパーティションとしてマーク/マーク解除(/boot の場合は自動)" msgid "Set desired filesystem for a partition" -msgstr "" +msgstr "パーティションのファイルシステムを設定" msgid "Abort" msgstr "中止" @@ -353,7 +371,7 @@ msgid "Enter disk encryption password (leave blank for no encryption): " msgstr "ディスクの暗号化パスワードを入力(暗号化しない場合は無記入): " msgid "Create a required super-user with sudo privileges: " -msgstr "" +msgstr "sudo 権限を持つスーパーユーザーを作成: " msgid "Enter root password (leave blank to disable root): " msgstr "root パスワードを入力(root を無効にする場合は無記入): " @@ -371,6 +389,8 @@ msgid "" "Hardware time and other post-configuration steps might be required in order for NTP to work.\n" "For more information, please check the Arch wiki" msgstr "" +"NTP が機能するには、ハードウェアクロックおよびその他の設定後のステップが必要になる場合があります。\n" +"詳細については Arch wiki を確認してください" msgid "Enter a username to create an additional user (leave blank to skip): " msgstr "ユーザー名を入力して追加ユーザーを作成(無記入でスキップ): " @@ -407,7 +427,7 @@ msgid "Select an action for '{}'" msgstr "'{}' へのアクションを選択" msgid "Copy to new key:" -msgstr "" +msgstr "新しいキーにコピー:" msgid "Unknown nic type: {}. Possible values are {}" msgstr "" @@ -451,10 +471,10 @@ msgid "User Name : " msgstr "ユーザー名: " msgid "Should {} be a superuser (sudoer)?" -msgstr "" +msgstr "{} はスーパーユーザーに昇格しますか(sudoer)?" msgid "Define users with sudo privilege: " -msgstr "" +msgstr "sudo 権限を持つユーザーを定義: " msgid "No network configuration" msgstr "ネットワーク設定なし" @@ -535,6 +555,8 @@ msgid "" "\n" " Fill the desired values for a new subvolume \n" msgstr "" +"\n" +" 新しいサブボリュームに必要な値を入力 \n" msgid "Subvolume name " msgstr "サブボリューム名 " @@ -558,7 +580,7 @@ msgid "Select the desired subvolume options " msgstr "サブボリュームのオプションを選択" msgid "Define users with sudo privilege, by username: " -msgstr "" +msgstr "sudo 権限を持つユーザーを、ユーザー名で定義: " msgid "[!] A log file has been created here: {}" msgstr "[!] ここにログファイルが作成されました: {}" @@ -618,7 +640,7 @@ msgid "Manual configuration" msgstr "手動設定" msgid "Mark/Unmark a partition as compressed (btrfs only)" -msgstr "パーティションを圧縮するものとしてマーク/マーク解除(Btrfs のみ)" +msgstr "圧縮するパーティションとしてマーク/マーク解除(Btrfs のみ)" msgid "The password you are using seems to be weak, are you sure you want to use it?" msgstr "使用しているパスワードは弱いようですが、本当に使用してもよろしいですか?" @@ -636,7 +658,7 @@ msgid "Provides a selection of various server packages to install and enable, e. msgstr "さまざまなサーバー パッケージの選択肢を提供します。e.g. httpd, nginx, mariadb" msgid "Choose which servers to install, if none then a minimal installation will be done" -msgstr "" +msgstr "インストールするサーバーを選択。存在しない場合は最小限のインストールが実行されます" msgid "Installs a minimal system as well as xorg and graphics drivers." msgstr "最小限のシステムと xorg およびグラフィックドライバーをインストール。" @@ -710,7 +732,7 @@ msgid "Select one of the disks or skip and use /mnt as default" msgstr "いずれかのディスクを選択するか、スキップして /mnt をデフォルトとして使用" msgid "Select which partitions to mark for formatting:" -msgstr "フォーマット対象としてマークするパーティションを選択:" +msgstr "フォーマットするパーティションを選択:" msgid "Use HSM to unlock encrypted drive" msgstr "HSM を使用して暗号化されたドライブのロックを解除" @@ -737,7 +759,7 @@ msgid "The username you entered is invalid. Try again" msgstr "入力したユーザー名は無効です。もう1度やり直してください" msgid "Should \"{}\" be a superuser (sudo)?" -msgstr "\"{}\" はスーパーユーザー(sudo)になりますか?" +msgstr "\"{}\" はスーパーユーザーに昇格しますか(sudo)?" msgid "Select which partitions to encrypt" msgstr "暗号化するパーティションを選択" @@ -807,19 +829,19 @@ msgid "[Default value: 0] > " msgstr "[デフォルト値: 0] > " msgid "To be able to use this translation, please install a font manually that supports the language." -msgstr "" +msgstr "この翻訳を使用できるようにするには、その言語をサポートするフォントを手動でインストールしてください。" msgid "The font should be stored as {}" -msgstr "" +msgstr "フォントは {} として保存する必要があります" msgid "Archinstall requires root privileges to run. See --help for more." msgstr "Archinstall を実行するには root 権限が必要です。詳細については --help を参照してください。" msgid "Select an execution mode" -msgstr "" +msgstr "実行モードを選択" msgid "Unable to fetch profile from specified url: {}" -msgstr "" +msgstr "指定された URL からプロファイルを取得できません: {}" msgid "Profiles must have unique name, but profile definitions with duplicate name found: {}" msgstr "プロファイルには一意の名前が必要ですが、重複した名前のプロファイル定義が見つかりました: {}" @@ -858,7 +880,7 @@ msgid "Assign mountpoint" msgstr "マウントポイントを割り当てる" msgid "Mark/Unmark to be formatted (wipes data)" -msgstr "フォーマットするものとしてマーク/マーク解除(データを消去)" +msgstr "フォーマット対象としてマーク/マーク解除(データを消去)" msgid "Mark/Unmark as bootable" msgstr "ブータブルとしてマーク/マーク解除" @@ -867,7 +889,7 @@ msgid "Change filesystem" msgstr "ファイルシステムを変更" msgid "Mark/Unmark as compressed" -msgstr "圧縮するものとしてマーク/マーク解除" +msgstr "圧縮対象としてマーク/マーク解除" msgid "Set subvolumes" msgstr "サブボリュームを設定" @@ -879,7 +901,7 @@ msgid "Partition" msgstr "パーティション" msgid "This partition is currently encrypted, to format it a filesystem has to be specified" -msgstr "" +msgstr "このパーティションは現在暗号化されています。フォーマットするにはファイルシステムを指定してください" msgid "Partition mount-points are relative to inside the installation, the boot would be /boot as an example." msgstr "パーティションのマウントポイントはインストールにおける相対的なもので、例として boot は /boot になります。" @@ -897,10 +919,10 @@ msgid "Total sectors: {}" msgstr "総セクター数: {}" msgid "Enter the start sector (default: {}): " -msgstr "" +msgstr "開始セクターを入力(デフォルト: {}): " msgid "Enter the end sector of the partition (percentage or block number, default: {}): " -msgstr "" +msgstr "パーティションの終了セクターを入力(パーセンテージかブロック番号。デフォルト: {}): " msgid "This will remove all newly added partitions, continue?" msgstr "これは新しく追加されたパーティションをすべて削除します。続けますか?" @@ -947,9 +969,8 @@ msgstr "パーティションの暗号化" msgid " ! Formatting {} in " msgstr " ! {} のフォーマットまで " -#, fuzzy msgid "← Back" -msgstr " 戻る" +msgstr "← 戻る" msgid "Disk encryption" msgstr "ディスクの暗号化" @@ -1020,6 +1041,9 @@ msgid "" "\n" "Choose an option to give Sway access to your hardware" msgstr "" +"\n" +"\n" +"Sway にハードウェアへのアクセスを許可するオプションを選択" msgid "Graphics driver" msgstr "グラフィックドライバー" @@ -1043,7 +1067,7 @@ msgid "Finding possible directories to save configuration files ..." msgstr "設定ファイルを保存できるディレクトリを検索しています..." msgid "Select directory (or directories) for saving configuration files" -msgstr "" +msgstr "設定ファイルを保存するディレクトリを選択" msgid "Add a custom mirror" msgstr "カスタムミラーを追加" @@ -1061,10 +1085,10 @@ msgid "Enter url (leave blank to skip): " msgstr "URL を入力(未記入でスキップ): " msgid "Select signature check option" -msgstr "" +msgstr "署名チェックのオプションを選択" msgid "Select signature option" -msgstr "" +msgstr "署名オプションを選択" msgid "Custom mirrors" msgstr "カスタムミラー" @@ -1101,10 +1125,10 @@ msgid "Mirror regions" msgstr "ミラーの地域" msgid " - Maximum value : {} ( Allows {} parallel downloads, allows {max_downloads+1} downloads at a time )" -msgstr "" +msgstr " - 最大値 : {}({} 個の並列ダウンロードを許可し、1度に {max_downloads+1} 個のダウンロードを許可する)" msgid "Invalid input! Try again with a valid input [1 to {}, or 0 to disable]" -msgstr "" +msgstr "無効な入力です!有効な入力でやり直してください [1 から {}、または 0 で無効]" msgid "Locales" msgstr "ロケール" @@ -1162,16 +1186,19 @@ msgid " - Disable/Default : 0 ( Disables parallel downloading, allows only 1 dow msgstr "" msgid "Invalid input! Try again with a valid input [or 0 to disable]" -msgstr "" +msgstr "無効な入力です!有効な入力でやり直してください(無効にする場合は 0)" msgid "Hyprland needs access to your seat (collection of hardware devices i.e. keyboard, mouse, etc)" -msgstr "" +msgstr "Hyprland はあなたのシート(キーボード、マウスなどのハードウェアデバイスの集合)にアクセスする必要があります" msgid "" "\n" "\n" "Choose an option to give Hyprland access to your hardware" msgstr "" +"\n" +"\n" +"Hyprland にハードウェアへのアクセスを許可するオプションを選択" msgid "All entered values can be suffixed with a unit: %, B, KB, KiB, MB, MiB..." msgstr "入力したすべての値に、%、B、KB、KiB、MB、MiB などの単位を付けることができます。" @@ -1186,10 +1213,10 @@ msgid "Waiting for time sync (timedatectl show) to complete." msgstr "時刻の同期(timedatectl show)が完了するのを待機しています。" msgid "Time syncronization not completing, while you wait - check the docs for workarounds: https://archinstall.readthedocs.io/" -msgstr "" +msgstr "待機中に時刻同期が完了しません - 回避策についてはドキュメントを確認してください: https://archinstall.readthedocs.io/" msgid "Skipping waiting for automatic time sync (this can cause issues if time is out of sync during installation)" -msgstr "" +msgstr "自動での時刻同期の待機をスキップします(インストール中に時刻が同期していない場合は、問題が発生する可能性があります)" msgid "Waiting for Arch Linux keyring sync (archlinux-keyring-wkd-sync) to complete." -msgstr "" +msgstr "Arch Linux キーリングの同期(archlinux-keyring-wkd-sync)が完了するのを待っています。" -- cgit v1.2.3-54-g00ecf From 98f24317280c76b70177bfe4bbd50d87406f2b3e Mon Sep 17 00:00:00 2001 From: Chaman Vétéran Date: Thu, 7 Mar 2024 13:17:03 +0100 Subject: fixed mistake in fr locale (#2295) Co-authored-by: Chaman-veteran --- archinstall/locales/fr/LC_MESSAGES/base.mo | Bin 41259 -> 41263 bytes archinstall/locales/fr/LC_MESSAGES/base.po | 4 ++-- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'archinstall/locales') diff --git a/archinstall/locales/fr/LC_MESSAGES/base.mo b/archinstall/locales/fr/LC_MESSAGES/base.mo index 8782cf37..31cf8ba1 100644 Binary files a/archinstall/locales/fr/LC_MESSAGES/base.mo and b/archinstall/locales/fr/LC_MESSAGES/base.mo differ diff --git a/archinstall/locales/fr/LC_MESSAGES/base.po b/archinstall/locales/fr/LC_MESSAGES/base.po index c521e61c..5609555c 100644 --- a/archinstall/locales/fr/LC_MESSAGES/base.po +++ b/archinstall/locales/fr/LC_MESSAGES/base.po @@ -903,7 +903,7 @@ msgid "Partition" msgstr "Partition" msgid "This partition is currently encrypted, to format it a filesystem has to be specified" -msgstr "Cette partition est actuellement cryptée, pour la formater, un système de fichiers doit être spécifié" +msgstr "Cette partition est actuellement chiffrée, pour la formater, un système de fichiers doit être spécifié" msgid "Partition mount-points are relative to inside the installation, the boot would be /boot as an example." msgstr "Les points de montage de partition sont relatifs à l'intérieur de l'installation, le démarrage serait /boot par exemple." @@ -975,7 +975,7 @@ msgid "← Back" msgstr "← Retour" msgid "Disk encryption" -msgstr "Cryptage du disque" +msgstr "Chiffrement du disque" msgid "Configuration" msgstr "Configuration" -- cgit v1.2.3-54-g00ecf From c3c175047e7feebddba6a68834aa33f6cdecb3c9 Mon Sep 17 00:00:00 2001 From: Franco Castillo Date: Thu, 7 Mar 2024 19:46:16 -0300 Subject: Update base.pot and Spanish translation (#2389) Signed-off-by: Franco Castillo --- archinstall/locales/base.pot | 8 + archinstall/locales/es/LC_MESSAGES/base.mo | Bin 30843 -> 40515 bytes archinstall/locales/es/LC_MESSAGES/base.po | 336 ++++++++++++----------------- 3 files changed, 149 insertions(+), 195 deletions(-) (limited to 'archinstall/locales') diff --git a/archinstall/locales/base.pot b/archinstall/locales/base.pot index cd2e059b..a15d57dc 100644 --- a/archinstall/locales/base.pot +++ b/archinstall/locales/base.pot @@ -1256,3 +1256,11 @@ msgstr "" msgid "" "Waiting for Arch Linux keyring sync (archlinux-keyring-wkd-sync) to complete." msgstr "" + +msgid "Selected profiles: " +msgstr "" + +msgid "" +"Time synchronization not completing, while you wait - check the docs for " +"workarounds: https://archinstall.readthedocs.io/" +msgstr "" diff --git a/archinstall/locales/es/LC_MESSAGES/base.mo b/archinstall/locales/es/LC_MESSAGES/base.mo index 3bd2f6b5..93287c51 100644 Binary files a/archinstall/locales/es/LC_MESSAGES/base.mo and b/archinstall/locales/es/LC_MESSAGES/base.mo differ diff --git a/archinstall/locales/es/LC_MESSAGES/base.po b/archinstall/locales/es/LC_MESSAGES/base.po index 5165bb54..a7146a73 100644 --- a/archinstall/locales/es/LC_MESSAGES/base.po +++ b/archinstall/locales/es/LC_MESSAGES/base.po @@ -9,7 +9,7 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Generator: Poedit 3.0.1\n" +"X-Generator: Poedit 3.4.2\n" msgid "[!] A log file has been created here: {} {}" msgstr "[!] Se ha creado un archivo de registro aquí: {} {}" @@ -39,7 +39,7 @@ msgid "Should this user be a superuser (sudoer)?" msgstr "Debería este usuario ser un superusuario (sudoer)?" msgid "Select a timezone" -msgstr "Zona horaria" +msgstr "Seleccione una zona horaria" msgid "Would you like to use GRUB as a bootloader instead of systemd-boot?" msgstr "Te gustaría usar GRUB como gestor de arranque en lugar de systemd-boot?" @@ -54,7 +54,7 @@ msgid "Only packages such as base, base-devel, linux, linux-firmware, efibootmgr msgstr "Solo paquetes como base, base-devel, linux, linux-firmware, efibootmgr y paquetes opcionales de perfil se instalan." msgid "If you desire a web browser, such as firefox or chromium, you may specify it in the following prompt." -msgstr "Si desea un navegador web, como firefox o chromium, puede especificarlo en el siguiente diálogo." +msgstr "Si desea un navegador web, como firefox o chromium, puede especificarlo en el siguiente mensaje." msgid "Write additional packages to install (space separated, leave blank to skip): " msgstr "Escriba paquetes adicionales para instalar (separados por espacios, deja en blanco para omitir): " @@ -69,7 +69,7 @@ msgid "Select one network interface to configure" msgstr "Seleccione una interfaz de red para configurar" msgid "Select which mode to configure for \"{}\" or skip to use default mode \"{}\"" -msgstr "Seleccione qué modo configurar para \"{}\" o salte para usar el modo predeterminado \"{}\"" +msgstr "Seleccione qué modo configurar para \"{}\" u omita para usar el modo predeterminado \"{}\"" msgid "Enter the IP and subnet for {} (example: 192.168.0.5/24): " msgstr "Escriba la IP y subred para {} (ejemplo: 192.168.0.5/24): " @@ -97,10 +97,10 @@ msgid "Enter a desired filesystem type for the partition" msgstr "Ingrese un tipo de sistema de archivos deseado para la partición" msgid "Enter the start location (in parted units: s, GB, %, etc. ; default: {}): " -msgstr "Seleccione la ubicación de inicio (en unidades parted: s, GB, %, etc. ; predeterminado: {}):" +msgstr "Ingrese la ubicación de inicio (en unidades divididas: s, GB, %, etc. ; predeterminado: {}): " msgid "Enter the end location (in parted units: s, GB, %, etc. ; ex: {}): " -msgstr "Seleccione la ubicación de fin (en unidades parted: s, GB, %, etc. ; ej.: {}):" +msgstr "Ingrese la ubicación final (en unidades divididas: s, GB, %, etc. ; ej.: {}): " msgid "{} contains queued partitions, this will remove those, are you sure?" msgstr "{} contiene particiones en cola, esto eliminará esas particiones, ¿estás seguro?" @@ -124,10 +124,10 @@ msgstr "" "Seleccione por índice la ubicación de la partición a montar" msgid " * Partition mount-points are relative to inside the installation, the boot would be /boot as an example." -msgstr " * Los puntos de montaje de partición son relativos a la instalación, el arranque sería /boot como ejemplo." +msgstr " * Los puntos de montaje de la partición son relativos al interior de la instalación, el arranque sería /boot como ejemplo." msgid "Select where to mount partition (leave blank to remove mountpoint): " -msgstr "Seleccione dónde montar la partición (déjelo en blanco para eliminar el punto de montaje): " +msgstr "Seleccione dónde montar la partición (deje en blanco para eliminar el punto de montaje): " msgid "" "{}\n" @@ -181,7 +181,7 @@ msgid "Select what you wish to do with the selected block devices" msgstr "Seleccione lo que desea hacer con los dispositivos de bloque seleccionados" msgid "This is a list of pre-programmed profiles, they might make it easier to install things like desktop environments" -msgstr "Esta es una lista de perfiles pre-programados, pueden facilitar la instalación de aplicaciones como entornos de escritorio" +msgstr "Esta es una lista de perfiles preprogramados que podrían facilitar la instalación de cosas como entornos de escritorio" msgid "Select keyboard layout" msgstr "Seleccione la distribución del teclado" @@ -193,7 +193,7 @@ msgid "Select one or more hard drives to use and configure" msgstr "Seleccione uno o más discos duros para usar y configurar" msgid "For the best compatibility with your AMD hardware, you may want to use either the all open-source or AMD / ATI options." -msgstr "Para obtener la mejor compatibilidad con su hardware AMD, es posible que desee utilizar las opciones de código abierto o AMD/ATI." +msgstr "Para obtener la mejor compatibilidad con su hardware AMD, es posible que desee utilizar las opciones de código abierto o AMD / ATI." msgid "For the best compatibility with your Intel hardware, you may want to use either the all open-source or Intel options.\n" msgstr "Para obtener la mejor compatibilidad con su hardware Intel, es posible que desee utilizar las opciones de código abierto o de Intel.\n" @@ -330,7 +330,7 @@ msgid "Mark/Unmark a partition as encrypted" msgstr "Marcar/Desmarcar una partición como encriptada" msgid "Mark/Unmark a partition as bootable (automatic for /boot)" -msgstr "Marcar/Desmarcar una partición como bootable (automática para /boot)" +msgstr "Marcar/Desmarcar una partición como arrancable (automática para /boot)" msgid "Set desired filesystem for a partition" msgstr "Establecer el sistema de archivos deseado para una partición" @@ -364,19 +364,19 @@ msgid "Suggest partition layout" msgstr "Sugerir el diseño de partición" msgid "Enter a password: " -msgstr "Introduzca una contraseña: " +msgstr "Ingrese una contraseña: " msgid "Enter a encryption password for {}" msgstr "Introduzca una contraseña de cifrado para {}" msgid "Enter disk encryption password (leave blank for no encryption): " -msgstr "Introduzca la contraseña de cifrado de disco (dejar en blanco para no cifrar): " +msgstr "Ingrese la contraseña de cifrado de disco (deje en blanco para no cifrar): " msgid "Create a required super-user with sudo privileges: " msgstr "Crear un super-usuario requerido con privilegios sudo: " msgid "Enter root password (leave blank to disable root): " -msgstr "Introduzca la contraseña de root (dejar en blanco para desactivar root): " +msgstr "Ingrese la contraseña de root (deje en blanco para deshabilitar root): " msgid "Password for user \"{}\": " msgstr "Contraseña para el usuario “{}”: " @@ -390,20 +390,22 @@ msgstr "Te gustaría utilizar la sincronización automática de hora (NTP) con l msgid "" "Hardware time and other post-configuration steps might be required in order for NTP to work.\n" "For more information, please check the Arch wiki" -msgstr "La hora del hardware y otros pasos post-configuración pueden ser necesarios para que NTP funcione. Para más información, por favor, consulte la wiki de Arch" +msgstr "" +"La hora del hardware y otros pasos post-configuración pueden ser necesarios para que NTP funcione. \n" +"Para más información, por favor, consulte la wiki de Arch" msgid "Enter a username to create an additional user (leave blank to skip): " -msgstr "Introduzca un nombre de usuario para crear un usuario adicional (dejar en blanco para saltar): " +msgstr "Introduzca un nombre de usuario para crear un usuario adicional (deje en blanco para saltar): " msgid "Use ESC to skip\n" -msgstr "Use ESC para saltar\n" +msgstr "Use ESC para omitir\n" msgid "" "\n" " Choose an object from the list, and select one of the available actions for it to execute" msgstr "" "\n" -"Elija un objeto de la lista y seleccione una de las acciones disponibles para que se ejecute" +"Elija un objeto de la lista y seleccione una de las acciones disponibles para ejecutar" msgid "Cancel" msgstr "Cancelar" @@ -443,7 +445,7 @@ msgid "Pacman is already running, waiting maximum 10 minutes for it to terminate msgstr "Pacman ya se está ejecutando, esperando un máximo de 10 minutos para que finalice." msgid "Pre-existing pacman lock never exited. Please clean up any existing pacman sessions before using archinstall." -msgstr "El bloqueo de pacman preexistente nunca salió. Limpie cualquier sesión de pacman existente antes de usar archinstall." +msgstr "El bloqueo de Pacman preexistente nunca se cerró. Limpie cualquier sesión de Pacman existente antes de usar archinstall." msgid "Choose which optional additional repositories to enable" msgstr "Elija qué repositorios adicionales opcionales habilitar" @@ -513,7 +515,7 @@ msgid "Choose which configuration to save" msgstr "Elija qué configuración guardar" msgid "Enter a directory for the configuration(s) to be saved: " -msgstr "Introduzca un directorio para guardar la(s) configuración(es): " +msgstr "Ingrese un directorio para guardar la(s) configuración(es): " msgid "Not a valid directory: {}" msgstr "No es un directorio válido: {}" @@ -525,7 +527,7 @@ msgid "are you sure you want to use it?" msgstr "¿Estás seguro de que quieres usarlo?" msgid "Optional repositories" -msgstr "Repositorios adicionales" +msgstr "Repositorios opcionales" msgid "Save configuration" msgstr "Guardar configuración" @@ -534,7 +536,7 @@ msgid "Missing configurations:\n" msgstr "Configuraciones que faltan:\n" msgid "Either root-password or at least 1 superuser must be specified" -msgstr "Se debe especificar una contraseña raíz o al menos 1 superusuario" +msgstr "Se debe especificar una contraseña de root o al menos 1 superusuario" msgid "Manage superuser accounts: " msgstr "Administrar cuentas de superusuario: " @@ -556,7 +558,7 @@ msgid "" " Fill the desired values for a new subvolume \n" msgstr "" "\n" -"Rellene los valores deseados para un nuevo subvolumen\n" +"Complete los valores deseados para un nuevo subvolumen\n" msgid "Subvolume name " msgstr "Nombre del subvolumen " @@ -616,7 +618,7 @@ msgid "set: {}" msgstr "establecer: {}" msgid "Manual configuration setting must be a list" -msgstr "El ajuste de configuración manual debe ser una lista" +msgstr "La configuración manual debe ser una lista." msgid "No iface specified for manual configuration" msgstr "No se especificó iface para la configuración manual" @@ -657,7 +659,6 @@ msgstr "Una instalación muy básica que te permite personalizar Arch Linux como msgid "Provides a selection of various server packages to install and enable, e.g. httpd, nginx, mariadb" msgstr "Proporciona una selección de varios paquetes de servidor para instalar y habilitar, p.e. httpd, nginx, mariadb" -#, fuzzy msgid "Choose which servers to install, if none then a minimal installation will be done" msgstr "Elija qué servidores instalar, si no hay ninguno, se realizará una instalación mínima" @@ -668,7 +669,7 @@ msgid "Press Enter to continue." msgstr "Presione Entrar para continuar." msgid "Would you like to chroot into the newly created installation and perform post-installation configuration?" -msgstr "¿Le gustaría hacer chroot en la instalación recién creada y realizar la configuración posterior a la instalación?" +msgstr "¿Le gustaría acceder a la instalación recién creada y realizar la configuración posterior a la instalación?" msgid "Are you sure you want to reset this setting?" msgstr "¿Está seguro de que desea restablecer esta configuración?" @@ -699,7 +700,7 @@ msgid "(default)" msgstr "(predeterminado)" msgid "Use ESC to skip" -msgstr "Use ESC para saltar" +msgstr "Use ESC para omitir" msgid "" "Use CTRL+C to reset current selection\n" @@ -736,7 +737,7 @@ msgid "Select which partitions to mark for formatting:" msgstr "Seleccione qué particiones marcar para formatear:" msgid "Use HSM to unlock encrypted drive" -msgstr "Utilice HSM para desbloquear la unidad cifrada" +msgstr "Usar HSM para desbloquear la unidad cifrada" msgid "Device" msgstr "Dispositivo" @@ -766,30 +767,28 @@ msgid "Select which partitions to encrypt" msgstr "Seleccione qué particiones cifrar" msgid "very weak" -msgstr "Muy débil" +msgstr "muy débil" msgid "weak" -msgstr "Débil" +msgstr "débil" msgid "moderate" -msgstr "Moderado" +msgstr "moderado" msgid "strong" -msgstr "Fuerte" +msgstr "fuerte" -#, fuzzy msgid "Add subvolume" -msgstr " Subvolumen :{:16}" +msgstr "Agregar subvolumen" msgid "Edit subvolume" msgstr "Editar subvolumen" -#, fuzzy msgid "Delete subvolume" -msgstr "Eliminar usuario" +msgstr "Eliminar subvolumen" msgid "Configured {} interfaces" -msgstr "" +msgstr "{} interfaces configuradas" msgid "This option enables the number of parallel downloads that can occur during installation" msgstr "Esta opción habilita la cantidad de descargas paralelas que pueden ocurrir durante la instalación" @@ -799,7 +798,7 @@ msgid "" " (Enter a value between 1 to {})\n" "Note:" msgstr "" -"Introduzca el número de descargas paralelas que se habilitarán.\n" +"Ingrese el número de descargas paralelas que se habilitarán.\n" " (Ingrese un valor entre 1 y {})\n" "Nota:" @@ -814,14 +813,13 @@ msgstr " - Deshabilitar/Predeterminado : 0 ( Deshabilita la descarga paralela, p #, python-brace-format msgid "Invalid input! Try again with a valid input [1 to {max_downloads}, or 0 to disable]" -msgstr "¡Entrada no válida! Inténtelo de nuevo con un valor válido [1 a {max_downloads}, o 0 para deshabilitar]" +msgstr "¡Entrada no válida! Intente nuevamente con una entrada válida [1 a {max_downloads}, o 0 para deshabilitar]" msgid "Parallel Downloads" msgstr "Descargas paralelas" -#, fuzzy msgid "ESC to skip" -msgstr "Use ESC para saltar" +msgstr "ESC para omitir" msgid "CTRL+C to reset" msgstr "CTRL+C para restablecer" @@ -841,81 +839,66 @@ msgstr "La fuente debe almacenarse como {}" msgid "Archinstall requires root privileges to run. See --help for more." msgstr "Archinstall requiere privilegios de root para ejecutarse. Consulte --help para más información." -#, fuzzy msgid "Select an execution mode" -msgstr "Seleccione una acción para '{}'" +msgstr "Seleccione un modo de ejecución" msgid "Unable to fetch profile from specified url: {}" -msgstr "" +msgstr "No se puede recuperar el perfil de la URL especificada: {}" msgid "Profiles must have unique name, but profile definitions with duplicate name found: {}" msgstr "Los perfiles deben tener un nombre único, pero se encontraron definiciones de perfil con nombre duplicado: {}" -#, fuzzy msgid "Select one or more devices to use and configure" -msgstr "Seleccione uno o más discos duros para usar y configurar" +msgstr "Seleccione uno o más dispositivos para usar y configurar" -#, fuzzy msgid "If you reset the device selection this will also reset the current disk layout. Are you sure?" -msgstr "Si restablece la selección del disco duro, esto también restablecerá el diseño actual del disco. ¿Está seguro?" +msgstr "Si restablece la selección del dispositivo, esto también restablecerá el diseño actual del disco. ¿Está seguro?" -#, fuzzy msgid "Existing Partitions" -msgstr "Añadiendo partición..." +msgstr "Particiones existentes" -#, fuzzy msgid "Select a partitioning option" -msgstr "Eliminar una partición" +msgstr "Seleccione una opción de partición" -#, fuzzy msgid "Enter the root directory of the mounted devices: " -msgstr "Introduzca un directorio para guardar la(s) configuración(es): " +msgstr "Ingrese el directorio raíz de los dispositivos montados: " -#, fuzzy msgid "Minimum capacity for /home partition: {}GiB\n" -msgstr "Capacidad mínima para la partición /home: {}GB\n" +msgstr "Capacidad mínima para la partición /home: {}GiB\n" -#, fuzzy msgid "Minimum capacity for Arch Linux partition: {}GiB" -msgstr "Capacidad mínima para la partición Arch Linux: {}GB" +msgstr "Capacidad mínima para la partición Arch Linux: {}GiB" #, fuzzy msgid "This is a list of pre-programmed profiles_bck, they might make it easier to install things like desktop environments" -msgstr "Esta es una lista de perfiles pre-programados, pueden facilitar la instalación de aplicaciones como entornos de escritorio" +msgstr "Esta es una lista de profiles_bck preprogramados que podrían facilitar la instalación de cosas como entornos de escritorio" -#, fuzzy msgid "Current profile selection" -msgstr "Distribución actual de las particiones" +msgstr "Selección de perfil actual" -#, fuzzy msgid "Remove all newly added partitions" -msgstr "Crear una nueva partición" +msgstr "Eliminar todas las particiones recién agregadas" -#, fuzzy msgid "Assign mountpoint" -msgstr "Asignar punto de montaje para una partición" +msgstr "Asignar punto de montaje" -#, fuzzy msgid "Mark/Unmark to be formatted (wipes data)" -msgstr "Marcar/Desmarcar una partición para ser formateada (borra los datos)" +msgstr "Marcar/Desmarcar para formatear (borra datos)" msgid "Mark/Unmark as bootable" -msgstr "Marcar/Desmarcar como bootable" +msgstr "Marcar/Desmarcar como arrancable" msgid "Change filesystem" msgstr "Cambiar el sistema de archivos" -#, fuzzy msgid "Mark/Unmark as compressed" -msgstr "Marcar/Desmarcar una partición como comprimida (solo btrfs)" +msgstr "Marcar/Desmarcar como comprimido" -#, fuzzy msgid "Set subvolumes" -msgstr "Eliminar usuario" +msgstr "Establecer subvolúmenes" -#, fuzzy msgid "Delete partition" -msgstr "Eliminar una partición" +msgstr "Eliminar partición" msgid "Partition" msgstr "Partición" @@ -923,12 +906,11 @@ msgstr "Partición" msgid "This partition is currently encrypted, to format it a filesystem has to be specified" msgstr "Esta partición está actualmente cifrada, para formatearla se debe especificar un sistema de archivos" -#, fuzzy msgid "Partition mount-points are relative to inside the installation, the boot would be /boot as an example." -msgstr " * Los puntos de montaje de partición son relativos a la instalación, el arranque sería /boot como ejemplo." +msgstr "Los puntos de montaje de la partición son relativos al interior de la instalación; el arranque sería /boot como ejemplo." msgid "If mountpoint /boot is set, then the partition will also be marked as bootable." -msgstr "Si se establece el punto de montaje /boot, la partición también se marcará como bootable." +msgstr "Si se establece el punto de montaje /boot, la partición también se marcará como arrancable." msgid "Mountpoint: " msgstr "Punto de montaje: " @@ -936,30 +918,26 @@ msgstr "Punto de montaje: " msgid "Current free sectors on device {}:" msgstr "Sectores libres actuales en el dispositivo {}:" -#, fuzzy msgid "Total sectors: {}" -msgstr "No es un directorio válido: {}" +msgstr "Sectores totales: {}" -#, fuzzy msgid "Enter the start sector (default: {}): " -msgstr "Introduzca el sector de inicio (porcentaje o número de bloque, predeterminado: {}): " +msgstr "Introduzca el sector de inicio (predeterminado: {}): " -#, fuzzy msgid "Enter the end sector of the partition (percentage or block number, default: {}): " -msgstr "Ingrese el sector final de la partición (porcentaje o número de bloque, ej: {}): " +msgstr "Ingrese el sector final de la partición (porcentaje o número de bloque, predeterminado: {}): " msgid "This will remove all newly added partitions, continue?" msgstr "Esto eliminará todas las particiones recientemente agregadas, ¿continuar?" msgid "Partition management: {}" -msgstr "" +msgstr "Gestión de particiones: {}" msgid "Total length: {}" -msgstr "" +msgstr "Largo total: {}" -#, fuzzy msgid "Encryption type" -msgstr "Contraseña de cifrado" +msgstr "Tipo de cifrado" msgid "Partitions" msgstr "Particiones" @@ -967,28 +945,23 @@ msgstr "Particiones" msgid "No HSM devices available" msgstr "No hay dispositivos HSM disponibles" -#, fuzzy msgid "Partitions to be encrypted" -msgstr "Seleccione qué particiones cifrar" +msgstr "Particiones a cifrar" -#, fuzzy msgid "Select disk encryption option" -msgstr "Seleccione el diseño del disco" +msgstr "Seleccione la opción de cifrado de disco" msgid "Select a FIDO2 device to use for HSM" -msgstr "" +msgstr "Seleccione un dispositivo FIDO2 para usar con HSM" -#, fuzzy msgid "Use a best-effort default partition layout" -msgstr "Borrar todas las unidades seleccionadas y use un diseño de partición predeterminado de mejor esfuerzo" +msgstr "Utlizar un diseño de partición predeterminado de mejor esfuerzo" -#, fuzzy msgid "Manual Partitioning" -msgstr "Configuración manual" +msgstr "Partición manual" -#, fuzzy msgid "Pre-mounted configuration" -msgstr "Sin configuración" +msgstr "Configuración premontada" msgid "Unknown" msgstr "Desconocido" @@ -1005,75 +978,62 @@ msgstr "← Regresar" msgid "Disk encryption" msgstr "Cifrado de disco" -#, fuzzy msgid "Configuration" -msgstr "Sin configuración" +msgstr "Configuration" -#, fuzzy msgid "Password" -msgstr "Contraseña de root" +msgstr "Contraseña" -#, fuzzy msgid "All settings will be reset, are you sure?" -msgstr "{} contiene particiones en cola, esto eliminará esas particiones, ¿estás seguro?" +msgstr "Todos los ajustes se restablecerán, ¿estás seguro?" msgid "Back" msgstr "Regresar" msgid "Please chose which greeter to install for the chosen profiles: {}" -msgstr "Por favor, elija qué greeter instalar para los perfiles elegidos: {}" +msgstr "Por favor, elija qué saludador instalar para los perfiles elegidos: {}" msgid "Environment type: {}" -msgstr "" +msgstr "Tipo de entorno: {}" msgid "The proprietary Nvidia driver is not supported by Sway. It is likely that you will run into issues, are you okay with that?" msgstr "El controlador propietario de Nvidia no es compatible con Sway. Es probable que encuentre problemas, ¿Desear continuar?" -#, fuzzy msgid "Installed packages" -msgstr "Paquetes adicionales" +msgstr "Paquetes instalados" -#, fuzzy msgid "Add profile" -msgstr "Perfil" +msgstr "Agregar perfil" -#, fuzzy msgid "Edit profile" -msgstr "Perfil" +msgstr "Editar perfil" -#, fuzzy msgid "Delete profile" -msgstr "Eliminar intefaz" +msgstr "Eliminar perfil" -#, fuzzy msgid "Profile name: " -msgstr "Perfil" +msgstr "Nombre de perfil: " -#, fuzzy msgid "The profile name you entered is already in use. Try again" -msgstr "El nombre de usuario que ingresó no es válido. Intente nuevamente" +msgstr "El nombre de perfil que ingresó ya está en uso. Intente nuevamente" -#, fuzzy msgid "Packages to be install with this profile (space separated, leave blank to skip): " -msgstr "Escriba paquetes adicionales para instalar (separados por espacios, deja en blanco para omitir): " +msgstr "Paquetes que se instalarán con este perfil (separados por espacios, déjelo en blanco para omitir): " -#, fuzzy msgid "Services to be enabled with this profile (space separated, leave blank to skip): " -msgstr "Escriba paquetes adicionales para instalar (separados por espacios, deja en blanco para omitir): " +msgstr "Servicios que se habilitarán con este perfil (separados por espacios, deje en blanco para omitir): " msgid "Should this profile be enabled for installation?" -msgstr "" +msgstr "¿Debería habilitarse este perfil para la instalación?" msgid "Create your own" -msgstr "" +msgstr "Crea tu propio" -#, fuzzy msgid "" "\n" "Select a graphics driver or leave blank to install all open-source drivers" msgstr "" "\n" -"\n" "Seleccione un controlador de gráficos o déjelo en blanco para instalar todos los controladores de código abierto" msgid "Sway needs access to your seat (collection of hardware devices i.e. keyboard, mouse, etc)" @@ -1092,70 +1052,63 @@ msgid "Graphics driver" msgstr "Controlador de gráficos" msgid "Greeter" -msgstr "" +msgstr "Saludador" msgid "Please chose which greeter to install" -msgstr "Por favor, elija qué greeter instalar" +msgstr "Por favor, elija qué saludador instalar" +#, fuzzy msgid "This is a list of pre-programmed default_profiles" -msgstr "" +msgstr "Esta es una lista de default_profiles preprogramados" -#, fuzzy msgid "Disk configuration" -msgstr "Sin configuración" +msgstr "Configuración del disco" -#, fuzzy msgid "Profiles" -msgstr "Perfil" +msgstr "Perfiles" msgid "Finding possible directories to save configuration files ..." -msgstr "Buscando posibles directorios para guardar los archivos de configuración ..." +msgstr "Encontrar posibles directorios para guardar archivos de configuración..." -#, fuzzy msgid "Select directory (or directories) for saving configuration files" -msgstr "Seleccione uno o más discos duros para usar y configurar" +msgstr "Seleccione el directorio (o directorios) para guardar los archivos de configuración" -#, fuzzy msgid "Add a custom mirror" -msgstr "Añadir un usuario" +msgstr "Agregar un espejo personalizado" msgid "Change custom mirror" -msgstr "Modificar servidor de réplica personalizado" +msgstr "Cambiar espejo personalizado" msgid "Delete custom mirror" -msgstr "Eliminar servidor de réplica personalizado" +msgstr "Eliminar espejo personalizado" -#, fuzzy msgid "Enter name (leave blank to skip): " -msgstr "Ingrese el nombre de usuario (déjelo en blanco para omitir): " +msgstr "Ingrese el nombre (deje en blanco para omitir): " -#, fuzzy msgid "Enter url (leave blank to skip): " -msgstr "Ingrese el nombre de usuario (déjelo en blanco para omitir): " +msgstr "Ingrese la URL (deje en blanco para omitir): " -#, fuzzy msgid "Select signature check option" -msgstr "Seleccione el diseño del disco" +msgstr "Seleccione la opción de verificación de firma" -#, fuzzy msgid "Select signature option" -msgstr "Seleccione el diseño del disco" +msgstr "Seleccione la opción de firma" msgid "Custom mirrors" -msgstr "Servidores de réplica personalizados" +msgstr "Espejos personalizados" msgid "Defined" -msgstr "" +msgstr "Definido" -#, fuzzy msgid "Save user configuration (including disk layout)" -msgstr "Guardar configuración de usuario" +msgstr "Guardar la configuración del usuario (incluido el diseño del disco)" -#, fuzzy msgid "" "Enter a directory for the configuration(s) to be saved (tab completion enabled)\n" "Save directory: " -msgstr "Introduzca un directorio para guardar la(s) configuración(es): " +msgstr "" +"Ingrese un directorio para guardar las configuraciones (completar con tabulación habilitado)\n" +"Guardar directorio: " msgid "" "Do you want to save {} configuration file(s) in the following location?\n" @@ -1166,33 +1119,30 @@ msgstr "" "\n" "{}" -#, fuzzy msgid "Saving {} configuration files to {}" -msgstr "Guardar configuración" +msgstr "Guardar {} archivos de configuración en {}" -#, fuzzy msgid "Mirrors" -msgstr "Región del servidor" +msgstr "Espejos" #, fuzzy msgid "Mirror regions" -msgstr "Región del servidor" +msgstr "Regiones espejo" msgid " - Maximum value : {} ( Allows {} parallel downloads, allows {max_downloads+1} downloads at a time )" msgstr " - Valor máximo : {} ( Habilita {} descargas paralelas, permite {max_downloads+1} descargas simultáneas )" msgid "Invalid input! Try again with a valid input [1 to {}, or 0 to disable]" -msgstr "¡Entrada no válida! Intente nuevamente con un valor válido [1 a {}, o 0 para deshabilitar]" +msgstr "¡Entrada no válida! Intente nuevamente con una entrada válida [1 a {}, o 0 para deshabilitar]" msgid "Locales" msgstr "" -#, fuzzy msgid "Use NetworkManager (necessary to configure internet graphically in GNOME and KDE)" msgstr "Usar NetworkManager (necesario para configurar internet gráficamente en GNOME y KDE)" msgid "Total: {} / {}" -msgstr "" +msgstr "Total: {} / {}" msgid "All entered values can be suffixed with a unit: B, KB, KiB, MB, MiB..." msgstr "Todos los valores ingresados pueden tener una unidad como sufijo: B, KB, KiB, MB, MiB ..." @@ -1200,19 +1150,17 @@ msgstr "Todos los valores ingresados pueden tener una unidad como sufijo: B, KB, msgid "If no unit is provided, the value is interpreted as sectors" msgstr "Si no se proporciona ninguna unidad, el valor se interpreta como sectores" -#, fuzzy msgid "Enter start (default: sector {}): " -msgstr "Introduzca el sector de inicio (porcentaje o número de bloque, predeterminado: {}): " +msgstr "Ingrese el inicio (predeterminado: sector {}): " -#, fuzzy msgid "Enter end (default: {}): " -msgstr "Introduzca el sector de inicio (porcentaje o número de bloque, predeterminado: {}): " +msgstr "Ingrese el final (predeterminado: {}): " msgid "Unable to determine fido2 devices. Is libfido2 installed?" -msgstr "" +msgstr "No se pueden determinar los dispositivos fido2. ¿Está instalado libfido2?" msgid "Path" -msgstr "" +msgstr "Ruta" msgid "Manufacturer" msgstr "Fabricante" @@ -1220,44 +1168,38 @@ msgstr "Fabricante" msgid "Product" msgstr "Producto" -#, fuzzy, python-brace-format +#, python-brace-format msgid "Invalid configuration: {error}" -msgstr "Configuración manual" +msgstr "Configuración no válida: {error}" msgid "Type" -msgstr "" +msgstr "Tipo" -#, fuzzy msgid "This option enables the number of parallel downloads that can occur during package downloads" -msgstr "Esta opción habilita la cantidad de descargas paralelas que pueden ocurrir durante la instalación" +msgstr "Esta opción habilita la cantidad de descargas paralelas que pueden ocurrir durante las descargas de paquetes" -#, fuzzy msgid "" "Enter the number of parallel downloads to be enabled.\n" "\n" "Note:\n" msgstr "" -"Introduzca el número de descargas paralelas que se habilitarán.\n" -" (Ingrese un valor entre 1 y {})\n" -"Nota:" +"Ingrese el número de descargas paralelas que se habilitarán.\n" +"\n" +"Nota:\n" -#, fuzzy msgid " - Maximum recommended value : {} ( Allows {} parallel downloads at a time )" -msgstr " - Valor máximo : {} ( Habilita {} descargas paralelas, permite {} descargas simultáneas )" +msgstr " - Valor máximo recomendado : {} ( Permite {} descargas paralelas simultáneas )" -#, fuzzy msgid " - Disable/Default : 0 ( Disables parallel downloading, allows only 1 download at a time )\n" -msgstr " - Deshabilitar/Predeterminado : 0 ( Deshabilita la descarga paralela, permite solo 1 descarga simultánea )" +msgstr " - Deshabilitar/Predeterminado : 0 ( Deshabilita la descarga paralela, permite solo 1 descarga simultánea )\n" -#, fuzzy msgid "Invalid input! Try again with a valid input [or 0 to disable]" -msgstr "¡Entrada no válida! Intente nuevamente con un valor válido [1 a {}, o 0 para deshabilitar]" +msgstr "¡Entrada no válida! Intente nuevamente con una entrada válida [o 0 para deshabilitar]" #, fuzzy msgid "Hyprland needs access to your seat (collection of hardware devices i.e. keyboard, mouse, etc)" -msgstr "Sway necesita acceso a sus dispositivos de hardware (teclado, mouse, etc.)" +msgstr "Hyprland necesita acceso a su asiento (colección de dispositivos de hardware, es decir, teclado, mouse, etc.)" -#, fuzzy msgid "" "\n" "\n" @@ -1265,30 +1207,34 @@ msgid "" msgstr "" "\n" "\n" -"Elija una opción para darle a Sway acceso a su hardware" +"Elija una opción para darle acceso a Hyprland a su hardware" -#, fuzzy msgid "All entered values can be suffixed with a unit: %, B, KB, KiB, MB, MiB..." -msgstr "Todos los valores ingresados pueden tener una unidad como sufijo: B, KB, KiB, MB, MiB ..." +msgstr "Todos los valores introducidos pueden tener como sufijo una unidad: %, B, KB, KiB, MB, MiB..." -#, fuzzy msgid "Would you like to use unified kernel images?" -msgstr "¿Te gustaría usar swap en zram?" +msgstr "¿Le gustaría utilizar imágenes del kernel unificadas?" msgid "Unified kernel images" -msgstr "" +msgstr "Imágenes del kernel unificadas" msgid "Waiting for time sync (timedatectl show) to complete." -msgstr "" +msgstr "Esperando a que se complete la sincronización de la hora (timedatectl show)." msgid "Time syncronization not completing, while you wait - check the docs for workarounds: https://archinstall.readthedocs.io/" -msgstr "" +msgstr "La sincronización de hora no se completa mientras espera - consulte los documentos para encontrar soluciones: https://archinstall.readthedocs.io/" msgid "Skipping waiting for automatic time sync (this can cause issues if time is out of sync during installation)" -msgstr "" +msgstr "Saltarse la espera de sincronización automática de la hora (esto puede causar problemas si la hora no está sincronizada durante la instalación)" msgid "Waiting for Arch Linux keyring sync (archlinux-keyring-wkd-sync) to complete." -msgstr "" +msgstr "Esperando a que se complete la sincronización del llavero de Arch Linux (archlinux-keyring-wkd-sync)." + +msgid "Selected profiles: " +msgstr "Perfiles seleccionados: " + +msgid "Time synchronization not completing, while you wait - check the docs for workarounds: https://archinstall.readthedocs.io/" +msgstr "La sincronización de hora no se completa mientras espera - consulte los documentos para encontrar soluciones: https://archinstall.readthedocs.io/" #~ msgid "Add :" #~ msgstr "Añadir :" -- cgit v1.2.3-54-g00ecf From 624d3d5bf64b05388623d817454389832d1711af Mon Sep 17 00:00:00 2001 From: codefiles <11915375+codefiles@users.noreply.github.com> Date: Sat, 9 Mar 2024 15:35:20 -0500 Subject: Rename Hungarian translation files (#2398) --- archinstall/locales/hu/LC_MESSAGES/base.mo | Bin 0 -> 43524 bytes archinstall/locales/hu/LC_MESSAGES/base.po | 1509 ++++++++++++++++++++++++++++ archinstall/locales/hu/LC_MESSAGES/hu.mo | Bin 43524 -> 0 bytes archinstall/locales/hu/LC_MESSAGES/hu.po | 1509 ---------------------------- 4 files changed, 1509 insertions(+), 1509 deletions(-) create mode 100644 archinstall/locales/hu/LC_MESSAGES/base.mo create mode 100644 archinstall/locales/hu/LC_MESSAGES/base.po delete mode 100644 archinstall/locales/hu/LC_MESSAGES/hu.mo delete mode 100644 archinstall/locales/hu/LC_MESSAGES/hu.po (limited to 'archinstall/locales') diff --git a/archinstall/locales/hu/LC_MESSAGES/base.mo b/archinstall/locales/hu/LC_MESSAGES/base.mo new file mode 100644 index 00000000..48571803 Binary files /dev/null and b/archinstall/locales/hu/LC_MESSAGES/base.mo differ diff --git a/archinstall/locales/hu/LC_MESSAGES/base.po b/archinstall/locales/hu/LC_MESSAGES/base.po new file mode 100644 index 00000000..e2e86e1c --- /dev/null +++ b/archinstall/locales/hu/LC_MESSAGES/base.po @@ -0,0 +1,1509 @@ +msgid "" +msgstr "" +"Project-Id-Version: \n" +"POT-Creation-Date: \n" +"PO-Revision-Date: \n" +"Last-Translator: summoner \n" +"Language-Team: \n" +"Language: hu\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Generator: Poedit 3.4.1\n" + +msgid "[!] A log file has been created here: {} {}" +msgstr "[!] A naplófájl itt jött létre: {} {}" + +msgid "" +" Please submit this issue (and file) to https://github.com/archlinux/" +"archinstall/issues" +msgstr "" +" Kérjük, jelentsd ezt a problémát (a naplófájllal együtt) a https://" +"github.com/archlinux/archinstall/issues oldalon" + +msgid "Do you really want to abort?" +msgstr "Tényleg megszakítod?" + +msgid "And one more time for verification: " +msgstr "És még egyszer az ellenőrzéshez: " + +msgid "Would you like to use swap on zram?" +msgstr "Biztosan cserehelyet akarsz használni a zram-on?" + +msgid "Desired hostname for the installation: " +msgstr "A számítógép neve a telepítéshez: " + +msgid "Username for required superuser with sudo privileges: " +msgstr "" +"A rendszergazda felhasználó neve a számítógép használatához szükséges sudo " +"jogosultságokkal: " + +msgid "Any additional users to install (leave blank for no users): " +msgstr "" +"További hozzáadandó felhasználók (ha nem akarsz több felhasználót hozzáadni, " +"akkor hagyd üresen): " + +msgid "Should this user be a superuser (sudoer)?" +msgstr "Ennek a felhasználónak rendszergazdának (sudoer-nek) kell lennie?" + +msgid "Select a timezone" +msgstr "Időzóna kiválasztása" + +msgid "Would you like to use GRUB as a bootloader instead of systemd-boot?" +msgstr "" +"Szeretnéd használni a GRUB-ot rendszerbetöltőként a systemd-boot helyett?" + +msgid "Choose a bootloader" +msgstr "Válassz ki egy rendszerbetöltőt" + +msgid "Choose an audio server" +msgstr "Válassz ki egy hangkiszolgálót" + +msgid "" +"Only packages such as base, base-devel, linux, linux-firmware, efibootmgr " +"and optional profile packages are installed." +msgstr "" +"Csak az olyan csomagok mint a base, base-devel, linux, linux-firmware, " +"efibootmgr és az opcionális profilcsomagok kerülnek telepítésre." + +msgid "" +"If you desire a web browser, such as firefox or chromium, you may specify it " +"in the following prompt." +msgstr "" +"Ha olyan böngészőre vágysz, mint például a Firefox, vagy a Chromium, akkor " +"azt a következő prompt-ban adhatod meg." + +msgid "" +"Write additional packages to install (space separated, leave blank to skip): " +msgstr "" +"Írj be további telepítendő csomag neveket (szóközzel elválasztva, ha ki " +"akarod hagyni ezt lépést, akkor üresen hagyhatod): " + +msgid "Copy ISO network configuration to installation" +msgstr "Másold be az ISO hálózati konfigurációt a telepítéshez" + +msgid "" +"Use NetworkManager (necessary for configuring internet graphically in GNOME " +"and KDE)" +msgstr "" +"A NetworkManager használata (szükséges az internet grafikus konfigurálásához " +"GNOME-ban és KDE-ben)" + +msgid "Select one network interface to configure" +msgstr "Válassz ki egy hálózati interfészt a konfiguráláshoz" + +msgid "" +"Select which mode to configure for \"{}\" or skip to use default mode \"{}\"" +msgstr "" +"Válaszd ki, hogy melyik módot szeretnéd beállítani a(z) \"{}\" számára, vagy " +"hagyd ki ezt a lépést az alapértelmezett \"{}\" mód használatához" + +msgid "Enter the IP and subnet for {} (example: 192.168.0.5/24): " +msgstr "Add meg a(z) {} IP-címedet és alhálózatát (például: 192.168.0.5/24): " + +msgid "Enter your gateway (router) IP address or leave blank for none: " +msgstr "" +"Add meg az átjáród (router) IP-címét, vagy hagyd üresen, ha nincs ilyen: " + +msgid "Enter your DNS servers (space separated, blank for none): " +msgstr "" +"Add meg DNS-kiszolgálóidat (szóközzel elválasztva, vagy hagyd üresen, ha " +"nincsenek ilyenek): " + +msgid "Select which filesystem your main partition should use" +msgstr "Válaszd ki, hogy a fő partíció milyen fájlrendszert használjon" + +msgid "Current partition layout" +msgstr "A partíció jelenlegi elrendezése" + +msgid "" +"Select what to do with\n" +"{}" +msgstr "" +"Válaszd ki, hogy mi legyen a teendő a következővel\n" +"{}" + +msgid "Enter a desired filesystem type for the partition" +msgstr "Add meg a partíció kívánt fájlrendszer típusát" + +msgid "" +"Enter the start location (in parted units: s, GB, %, etc. ; default: {}): " +msgstr "" +"Add meg a kiindulási helyet (felosztott egységekben: s, GB, % stb. ; " +"alapértelmezett: {}): " + +msgid "Enter the end location (in parted units: s, GB, %, etc. ; ex: {}): " +msgstr "" +"Add meg a befejezési helyet (felosztott egységekben: s, GB, % stb. ; pl.: " +"{}): " + +msgid "{} contains queued partitions, this will remove those, are you sure?" +msgstr "" +"A(z) {} sorban álló partíciókat tartalmaz, ez eltávolítja azokat, biztos " +"vagy benne?" + +msgid "" +"{}\n" +"\n" +"Select by index which partitions to delete" +msgstr "" +"{}\n" +"\n" +"Index alapján válaszd ki a törölni kívánt partíciókat" + +msgid "" +"{}\n" +"\n" +"Select by index which partition to mount where" +msgstr "" +"{}\n" +"\n" +"Index alapján válaszd ki, hogy melyik partíciót hová szeretnéd csatolni" + +msgid "" +" * Partition mount-points are relative to inside the installation, the boot " +"would be /boot as an example." +msgstr "" +" * A partíció csatolási pontjai a telepítésen belülre vonatkoznak, a boot " +"pédául /boot lesz." + +msgid "Select where to mount partition (leave blank to remove mountpoint): " +msgstr "" +"Válaszd ki, hogy hová szeretnéd csatolni a partíciót (hagyd üresen a " +"csatolási pont eltávolításához): " + +msgid "" +"{}\n" +"\n" +"Select which partition to mask for formatting" +msgstr "" +"{}\n" +"\n" +"Válaszd ki, hogy melyik partíciót szeretnéd formázásra megjelölni" + +msgid "" +"{}\n" +"\n" +"Select which partition to mark as encrypted" +msgstr "" +"{}\n" +"\n" +"Válaszd ki, hogy melyik partíciót szeretnéd titkosítottként megjelölni" + +msgid "" +"{}\n" +"\n" +"Select which partition to mark as bootable" +msgstr "" +"{}\n" +"\n" +"Válaszd ki, hogy melyik partíciót szeretnéd rendszerbetöltőként megjelölni" + +msgid "" +"{}\n" +"\n" +"Select which partition to set a filesystem on" +msgstr "" +"{}\n" +"\n" +"Válaszd ki, hogy melyik partícióra kívánod a fájlrendszert beállítani" + +msgid "Enter a desired filesystem type for the partition: " +msgstr "Add meg a kívánt fájlrendszer típusát a partíciónak: " + +msgid "Archinstall language" +msgstr "Az Archtelepítő nyelve" + +msgid "Wipe all selected drives and use a best-effort default partition layout" +msgstr "" +"Törölje az összes kiválasztott meghajtót, és használja a lehető legjobb " +"beállítást lehetővé tévő alapértelmezett partíció-elrendezést" + +msgid "" +"Select what to do with each individual drive (followed by partition usage)" +msgstr "" +"Válaszd ki, hogy mit tegyen az egyes meghajtókkal (ezt a partícióhasználat " +"követi)" + +msgid "Select what you wish to do with the selected block devices" +msgstr "Válaszd ki, hogy mit szeretnél tenni a kiválasztott blokk-eszközökkel" + +msgid "" +"This is a list of pre-programmed profiles, they might make it easier to " +"install things like desktop environments" +msgstr "" +"Ez az előre programozott profilok listája, amelyek megkönnyíthetik az olyan " +"dolgok telepítését, mint például az asztali környezetek" + +msgid "Select keyboard layout" +msgstr "Válaszd ki a billentyűzetkiosztást" + +msgid "Select one of the regions to download packages from" +msgstr "Válassz ki egy régiót a csomagok letöltéséhez" + +msgid "Select one or more hard drives to use and configure" +msgstr "" +"Válassz ki egy, vagy több meghajtót a használathoz és a konfiguráláshoz" + +msgid "" +"For the best compatibility with your AMD hardware, you may want to use " +"either the all open-source or AMD / ATI options." +msgstr "" +"Az AMD hardverrel való legjobb kompatibilitás érdekében érdemes lehet az " +"összes nyílt forráskódú, vagy az AMD / ATI opciót használni." + +msgid "" +"For the best compatibility with your Intel hardware, you may want to use " +"either the all open-source or Intel options.\n" +msgstr "" +"Az Intel hardverrel való legjobb kompatibilitás érdekében érdemes lehet az " +"összes nyílt forráskódú, vagy Intel opciót használni.\n" + +msgid "" +"For the best compatibility with your Nvidia hardware, you may want to use " +"the Nvidia proprietary driver.\n" +msgstr "" +"Az Nvidia hardverrel való legjobb kompatibilitás érdekében érdemes lehet az " +"Nvidia saját fejlesztésű illesztőprogramját használni.\n" + +msgid "" +"\n" +"\n" +"Select a graphics driver or leave blank to install all open-source drivers" +msgstr "" +"\n" +"\n" +"Válassz ki egy grafikus illesztőprogramot, vagy hagyd üresen az összes nyílt " +"forráskódú illesztőprogram telepítéséhez" + +msgid "All open-source (default)" +msgstr "Minden nyílt forráskódú (alapértelmezett)" + +msgid "Choose which kernels to use or leave blank for default \"{}\"" +msgstr "" +"Válaszd ki a használni kívánt kerneleket, vagy hagyd üresen az " +"alapértelmezetthez \"{}\"" + +msgid "Choose which locale language to use" +msgstr "Válaszd ki a használni kívánt területi nyelvet" + +msgid "Choose which locale encoding to use" +msgstr "Válaszd ki a használni kívánt nyelvi kódolást" + +msgid "Select one of the values shown below: " +msgstr "Válaszd ki az alábbi értékek egyikét: " + +msgid "Select one or more of the options below: " +msgstr "Válassz ki egyet, vagy többet az alábbi lehetőségek közül: " + +msgid "Adding partition...." +msgstr "Partíció hozzáadása...." + +msgid "" +"You need to enter a valid fs-type in order to continue. See `man parted` for " +"valid fs-type's." +msgstr "" +"A folytatáshoz meg kell adnod egy érvényes fs-típust. Az érvényes fs-" +"típusokat lásd a `man parted` részben." + +msgid "Error: Listing profiles on URL \"{}\" resulted in:" +msgstr "" +"Hiba: A(z) \"{}\" URL-címen lévő profilok listázása a következőket " +"eredményezte:" + +msgid "Error: Could not decode \"{}\" result as JSON:" +msgstr "Hiba: Nem sikerült dekódolni a(z) \"{}\" eredményt JSON-ként:" + +msgid "Keyboard layout" +msgstr "Billentyűzetkiosztás" + +msgid "Mirror region" +msgstr "Tükör régió" + +msgid "Locale language" +msgstr "Helyi nyelv" + +msgid "Locale encoding" +msgstr "Helyi kódolás" + +msgid "Drive(s)" +msgstr "Meghajtó(k)" + +msgid "Disk layout" +msgstr "Lemez elrendezése" + +msgid "Encryption password" +msgstr "Titkosítási jelszó" + +msgid "Swap" +msgstr "Cserehely" + +msgid "Bootloader" +msgstr "Rendszerbetöltő" + +msgid "Root password" +msgstr "Root jelszó" + +msgid "Superuser account" +msgstr "Rendszergazda fiók" + +msgid "User account" +msgstr "Felhasználói fiók" + +msgid "Profile" +msgstr "Profil" + +msgid "Audio" +msgstr "Hang" + +msgid "Kernels" +msgstr "Kernelek" + +msgid "Additional packages" +msgstr "További csomagok" + +msgid "Network configuration" +msgstr "Hálózati konfiguráció" + +msgid "Automatic time sync (NTP)" +msgstr "Automatikus időszinkronizálás (NTP)" + +msgid "Install ({} config(s) missing)" +msgstr "Telepítés ({} konfiguráció hiányzik)" + +msgid "" +"You decided to skip harddrive selection\n" +"and will use whatever drive-setup is mounted at {} (experimental)\n" +"WARNING: Archinstall won't check the suitability of this setup\n" +"Do you wish to continue?" +msgstr "" +"Úgy döntöttél, hogy kihagyod a merevlemez kiválasztását\n" +"és azt a meghajtóbeállítást fogod használni, amely a(z) {} helyen van " +"csatolva (kísérleti)\n" +"FIGYELMEZTETÉS: Az Archtelepítő nem ellenőrzi ennek a beállításnak a " +"megfelelőségét\n" +"Biztosan folytatni akarod?" + +msgid "Re-using partition instance: {}" +msgstr "Partíciópéldány ismételt felhasználása: {}" + +msgid "Create a new partition" +msgstr "Új partíció létrehozása" + +msgid "Delete a partition" +msgstr "Partíció törlése" + +msgid "Clear/Delete all partitions" +msgstr "Minden partíció tisztítása/törlése" + +msgid "Assign mount-point for a partition" +msgstr "Csatolási pont hozzárendelése egy partícióhoz" + +msgid "Mark/Unmark a partition to be formatted (wipes data)" +msgstr "" +"Egy partíció megjelölése/megjelölés-visszavonása formázandóként (adatok " +"törlése)" + +msgid "Mark/Unmark a partition as encrypted" +msgstr "Egy partíció megjelölése/megjelölés-visszavonása titkosítottként" + +msgid "Mark/Unmark a partition as bootable (automatic for /boot)" +msgstr "" +"Egy partíció megjelölése/megjelölés-visszavonása mint rendszerindító " +"(automatikus a /boot esetében)" + +msgid "Set desired filesystem for a partition" +msgstr "Állítsd be a kívánt fájlrendszer típusát a partíciónak" + +msgid "Abort" +msgstr "Megszakítás" + +msgid "Hostname" +msgstr "A számítógép neve" + +msgid "Not configured, unavailable unless setup manually" +msgstr "Nincs konfigurálva, nem érhető el, kivéve, ha manuálisan állítod be" + +msgid "Timezone" +msgstr "Időzóna" + +msgid "Set/Modify the below options" +msgstr "Az alábbi opciók beállítása/módosítása" + +msgid "Install" +msgstr "Telepítés" + +msgid "" +"Use ESC to skip\n" +"\n" +msgstr "" +"Használd az ESC gombot a kihagyáshoz\n" +"\n" + +msgid "Suggest partition layout" +msgstr "Partíció elrendezési javaslat" + +msgid "Enter a password: " +msgstr "Adj meg egy jelszót: " + +msgid "Enter a encryption password for {}" +msgstr "Adj meg egy titkosítási jelszót a {}" + +msgid "Enter disk encryption password (leave blank for no encryption): " +msgstr "" +"Adj meg egy jelszót a lemez titkosításához (ha üresen hagyod nem lesz " +"titkosítva): " + +msgid "Create a required super-user with sudo privileges: " +msgstr "Hozz létre egy szükséges rendszergazdát sudo jogosultságokkal: " + +msgid "Enter root password (leave blank to disable root): " +msgstr "Adj meg egy root jelszót (a root letiltásához hagyd üresen): " + +msgid "Password for user \"{}\": " +msgstr "\"{}\" felhasználó jelszava: " + +msgid "" +"Verifying that additional packages exist (this might take a few seconds)" +msgstr "" +"További csomagok létezésének ellenőrzése (ez eltarthat néhány másodpercig)" + +msgid "" +"Would you like to use automatic time synchronization (NTP) with the default " +"time servers?\n" +msgstr "" +"Szeretnéd használni az automatikus időszinkronizálást (NTP) az " +"alapértelmezett időszerverekkel?\n" + +msgid "" +"Hardware time and other post-configuration steps might be required in order " +"for NTP to work.\n" +"For more information, please check the Arch wiki" +msgstr "" +"Az NTP működéséhez szükség lehet a hardveridőre és egyéb utólagos " +"konfigurációs lépésekre.\n" +"További információkért kérjük, nézd meg az Arch wiki-t" + +msgid "Enter a username to create an additional user (leave blank to skip): " +msgstr "" +"Adj meg egy felhasználónevet egy további felhasználó létrehozásához (üresen " +"hagyva ez a lépés kihagyható): " + +msgid "Use ESC to skip\n" +msgstr "" +"Használd az ESC gombot a kihagyáshoz\n" +"\n" + +msgid "" +"\n" +" Choose an object from the list, and select one of the available actions for " +"it to execute" +msgstr "" +"\n" +"Válassz ki egy objektumot a listából, és válassz egyet a végrehajtandó " +"műveletek közül" + +msgid "Cancel" +msgstr "Mégse" + +msgid "Confirm and exit" +msgstr "Megerősítés és kilépés" + +msgid "Add" +msgstr "Hozzáadás" + +msgid "Copy" +msgstr "Másolás" + +msgid "Edit" +msgstr "Szerkesztés" + +msgid "Delete" +msgstr "Törlés" + +msgid "Select an action for '{}'" +msgstr "Válassz egy műveletet a következőhöz: '{}'" + +msgid "Copy to new key:" +msgstr "Másolás új kulcsba:" + +msgid "Unknown nic type: {}. Possible values are {}" +msgstr "Ismeretlen nic típus: {}. Lehetséges értékek: {}" + +msgid "" +"\n" +"This is your chosen configuration:" +msgstr "" +"\n" +"Ez az általad választott konfiguráció:" + +msgid "" +"Pacman is already running, waiting maximum 10 minutes for it to terminate." +msgstr "A Pacman már fut, várj maximum 10 percet a megszakításával." + +msgid "" +"Pre-existing pacman lock never exited. Please clean up any existing pacman " +"sessions before using archinstall." +msgstr "" +"A már meglévő pacman zár soha nem lép ki. Az Archtelepítő használata előtt " +"tisztítsd meg a meglévő pacman munkameneteket." + +msgid "Choose which optional additional repositories to enable" +msgstr "" +"Válaszd ki, hogy mely további opcionális tárolókat kívánod engedélyezni" + +msgid "Add a user" +msgstr "Felhasználó hozzáadása" + +msgid "Change password" +msgstr "Jelszó megváltoztatása" + +msgid "Promote/Demote user" +msgstr "Felhasználó előléptetése/lefokozása" + +msgid "Delete User" +msgstr "Felhasználó Törlése" + +msgid "" +"\n" +"Define a new user\n" +msgstr "" +"\n" +"Új felhasználó definiálása\n" + +msgid "User Name : " +msgstr "Felhasználónév : " + +msgid "Should {} be a superuser (sudoer)?" +msgstr "{} rendszergazda (sudoer) legyen?" + +msgid "Define users with sudo privilege: " +msgstr "A sudo jogosultsággal rendelkező felhasználók meghatározása: " + +msgid "No network configuration" +msgstr "Nincs hálózati konfiguráció" + +msgid "Set desired subvolumes on a btrfs partition" +msgstr "Állítsd be a kívánt alköteteket egy BTRFS partíción" + +msgid "" +"{}\n" +"\n" +"Select which partition to set subvolumes on" +msgstr "" +"{}\n" +"\n" +"Válaszd ki, hogy melyik partícióra kívánod beállítani az alköteteket" + +msgid "Manage btrfs subvolumes for current partition" +msgstr "Az aktuális partíció BTRFS alköteteinek kezelése" + +msgid "No configuration" +msgstr "Nincs konfiguráció" + +msgid "Save user configuration" +msgstr "Felhasználói konfiguráció mentése" + +msgid "Save user credentials" +msgstr "Felhasználói hitelesítő adatok mentése" + +msgid "Save disk layout" +msgstr "Lemez elrendezésének mentése" + +msgid "Save all" +msgstr "Összes mentése" + +msgid "Choose which configuration to save" +msgstr "Válaszd ki a menteni kívánt konfigurációt" + +msgid "Enter a directory for the configuration(s) to be saved: " +msgstr "Adj meg egy könyvtárat a menteni kívánt konfiguráció(k) számára: " + +msgid "Not a valid directory: {}" +msgstr "Érvénytelen könyvtár: {}" + +msgid "The password you are using seems to be weak," +msgstr "Úgy tűnik, hogy az általad használt jelszó gyenge," + +msgid "are you sure you want to use it?" +msgstr "biztos, hogy használni akarod?" + +msgid "Optional repositories" +msgstr "Opcionális tárolók" + +msgid "Save configuration" +msgstr "Konfiguráció mentése" + +msgid "Missing configurations:\n" +msgstr "Hiányzó konfigurációk:\n" + +msgid "Either root-password or at least 1 superuser must be specified" +msgstr "Meg kell adni egy root-jelszót vagy legalább 1 rendszergazdát" + +msgid "Manage superuser accounts: " +msgstr "Rendszergazdai fiókok kezelése: " + +msgid "Manage ordinary user accounts: " +msgstr "Normál felhasználói fiókok kezelése: " + +msgid " Subvolume :{:16}" +msgstr " Alkötet :{:16}" + +msgid " mounted at {:16}" +msgstr " csatolva ehhez {:16}" + +msgid " with option {}" +msgstr " {} opcióval" + +msgid "" +"\n" +" Fill the desired values for a new subvolume \n" +msgstr "" +"\n" +"Töltsd ki a kívánt értékeket egy új alkötethez \n" + +msgid "Subvolume name " +msgstr "Alkötet neve " + +msgid "Subvolume mountpoint" +msgstr "Alkötet csatolási pontja" + +msgid "Subvolume options" +msgstr "Alkötet beállítások" + +msgid "Save" +msgstr "Mentés" + +msgid "Subvolume name :" +msgstr "Alkötet neve :" + +msgid "Select a mount point :" +msgstr "Válassz ki egy csatolási pontot :" + +msgid "Select the desired subvolume options " +msgstr "Válaszd ki a kívánt alkötet beállításokat " + +msgid "Define users with sudo privilege, by username: " +msgstr "" +"Sudo jogosultsággal rendelkező felhasználók meghatározása felhasználónév " +"alapján: " + +msgid "[!] A log file has been created here: {}" +msgstr "[!] A naplófájl itt jött létre: {}" + +msgid "Would you like to use BTRFS subvolumes with a default structure?" +msgstr "Szeretnél BTRFS alköteteket alapértelmezett struktúrával használni?" + +msgid "Would you like to use BTRFS compression?" +msgstr "Szeretnél BTRFS tömörítést használni?" + +msgid "Would you like to create a separate partition for /home?" +msgstr "Szeretnél egy külön partíciót létrehozni a /home számára?" + +msgid "" +"The selected drives do not have the minimum capacity required for an " +"automatic suggestion\n" +msgstr "" +"A kiválasztott meghajtók nem rendelkeznek az automatikus javaslathoz " +"szükséges minimális kapacitással.\n" + +msgid "Minimum capacity for /home partition: {}GB\n" +msgstr "A /home partíció minimális kapacitása: {}GB\n" + +msgid "Minimum capacity for Arch Linux partition: {}GB" +msgstr "Az Arch Linux partíció minimális kapacitása: {}GB" + +msgid "Continue" +msgstr "Folytatás" + +msgid "yes" +msgstr "igen" + +msgid "no" +msgstr "nem" + +msgid "set: {}" +msgstr "beállít: {}" + +msgid "Manual configuration setting must be a list" +msgstr "A kézi konfigurációs beállításnak egy listának kell lennie" + +msgid "No iface specified for manual configuration" +msgstr "Nincs megadva iface a kézi konfigurációhoz" + +msgid "Manual nic configuration with no auto DHCP requires an IP address" +msgstr "A kézi nic konfiguráció automatikus DHCP nélkül egy IP-címet igényel" + +msgid "Add interface" +msgstr "Interfész hozzáadása" + +msgid "Edit interface" +msgstr "Interfész szerkesztése" + +msgid "Delete interface" +msgstr "Interfész törlése" + +msgid "Select interface to add" +msgstr "Válaszd ki a hozzáadandó interfészt" + +msgid "Manual configuration" +msgstr "Kézi konfiguráció" + +msgid "Mark/Unmark a partition as compressed (btrfs only)" +msgstr "" +"A partíció tömörítettként való megjelölése/megjelölés-visszavonása (csak " +"btrfs)" + +msgid "" +"The password you are using seems to be weak, are you sure you want to use it?" +msgstr "" +"Úgy tűnik, hogy az általad használt jelszó gyenge. Biztos, hogy használni " +"akarod?" + +msgid "" +"Provides a selection of desktop environments and tiling window managers, e." +"g. gnome, kde, sway" +msgstr "" +"Asztali környezetek és ablakkezelők széles választékát kínálja, pl. gnome, " +"kde, sway" + +msgid "Select your desired desktop environment" +msgstr "Válaszd ki a kívánt asztali környezetet" + +msgid "" +"A very basic installation that allows you to customize Arch Linux as you see " +"fit." +msgstr "" +"Egy nagyon alapszintű telepítés, amely lehetővé teszi, hogy az Arch Linuxot " +"saját belátásod szerint testre szabd." + +msgid "" +"Provides a selection of various server packages to install and enable, e.g. " +"httpd, nginx, mariadb" +msgstr "" +"Különböző szervercsomagok széles választékát kínálja a telepítéshez és az " +"engedélyezéshez, pl. httpd, nginx, mariadb" + +msgid "" +"Choose which servers to install, if none then a minimal installation will be " +"done" +msgstr "" +"Válaszd ki, hogy mely szervereket kívánod telepíteni, ha egyiket sem, akkor " +"minimális telepítés történik" + +msgid "Installs a minimal system as well as xorg and graphics drivers." +msgstr "" +"Telepít egy minimális rendszert, valamint a xorg és a grafikus " +"illesztőprogramokat." + +msgid "Press Enter to continue." +msgstr "A folytatáshoz nyomd meg az Entert." + +msgid "" +"Would you like to chroot into the newly created installation and perform " +"post-installation configuration?" +msgstr "" +"Szeretnél chroot-olni az újonnan létrehozott telepítésbe, és elvégezni a " +"telepítés utáni konfigurációt?" + +msgid "Are you sure you want to reset this setting?" +msgstr "" +"Biztos, hogy vissza akarod állítani ezt a beállítást az alaphelyzetébe?" + +msgid "Select one or more hard drives to use and configure\n" +msgstr "" +"Válassz ki egy, vagy több meghajtót a használathoz és konfiguráláshoz.\n" + +msgid "Any modifications to the existing setting will reset the disk layout!" +msgstr "" +"A meglévő beállítások bármilyen módosítása visszaállítja a lemez " +"elrendezését az alaphelyzetbe!" + +msgid "" +"If you reset the harddrive selection this will also reset the current disk " +"layout. Are you sure?" +msgstr "" +"Ha alaphelyzetbe állítod a meghajtó-kiválasztást, akkor az aktuális " +"lemezelrendezést is visszaállítja. Biztos vagy benne?" + +msgid "Save and exit" +msgstr "Mentés és kilépés" + +msgid "" +"{}\n" +"contains queued partitions, this will remove those, are you sure?" +msgstr "" +"{}\n" +"sorban álló partíciókat tartalmaz, ez eltávolítja azokat, biztos vagy benne?" + +msgid "No audio server" +msgstr "Nincs hang kiszolgáló" + +msgid "(default)" +msgstr "(alapértelmezett)" + +msgid "Use ESC to skip" +msgstr "Használd az ESC gombot a kihagyáshoz" + +msgid "" +"Use CTRL+C to reset current selection\n" +"\n" +msgstr "" +"Használd a CTRL+C billentyűkombinációt az aktuális kijelölés alaphelyzetbe " +"való visszaállításához\n" +"\n" + +msgid "Copy to: " +msgstr "Másolás ide: " + +msgid "Edit: " +msgstr "Szerkesztés: " + +msgid "Key: " +msgstr "Kulcs: " + +msgid "Edit {}: " +msgstr "{} szerkesztése: " + +msgid "Add: " +msgstr "Hozzáadás: " + +msgid "Value: " +msgstr "Érték: " + +msgid "" +"You can skip selecting a drive and partitioning and use whatever drive-setup " +"is mounted at /mnt (experimental)" +msgstr "" +"Kihagyhatod a meghajtó kiválasztását és a particionálást és bármilyen " +"meghajtó-beállítást használhatsz, amely az /mnt könyvtárhoz van csatolva " +"(kísérleti)" + +msgid "Select one of the disks or skip and use /mnt as default" +msgstr "" +"Válaszd ki az egyik lemezt, vagy hagyd ki ezt a lépést, és használd az /mnt-" +"t alapértelmezettként" + +msgid "Select which partitions to mark for formatting:" +msgstr "Válaszd ki, hogy mely partíciókat szeretnéd formázásra megjelölni:" + +msgid "Use HSM to unlock encrypted drive" +msgstr "HSM használata a titkosított meghajtó feloldásához" + +msgid "Device" +msgstr "Eszköz" + +msgid "Size" +msgstr "Méret" + +msgid "Free space" +msgstr "Szabad terület" + +msgid "Bus-type" +msgstr "Bus-típus" + +msgid "" +"Either root-password or at least 1 user with sudo privileges must be " +"specified" +msgstr "" +"Meg kell adni egy root jelszót, vagy legalább 1 sudo jogosultsággal " +"rendelkező felhasználót" + +msgid "Enter username (leave blank to skip): " +msgstr "Felhasználónév megadása (hagyd üresen a kihagyáshoz): " + +msgid "The username you entered is invalid. Try again" +msgstr "A megadott felhasználónév érvénytelen. Próbáld újra" + +msgid "Should \"{}\" be a superuser (sudo)?" +msgstr "\"{}\"-nak(-nek) rendszergazdának (sudoer) kell lennie?" + +msgid "Select which partitions to encrypt" +msgstr "Válaszd ki mely partíciókat szeretnéd titkosítani" + +msgid "very weak" +msgstr "nagyon gyenge" + +msgid "weak" +msgstr "gyenge" + +msgid "moderate" +msgstr "közepes" + +msgid "strong" +msgstr "erős" + +msgid "Add subvolume" +msgstr "Alkötet hozzáadása" + +msgid "Edit subvolume" +msgstr "Alkötet szerkesztése" + +msgid "Delete subvolume" +msgstr "Alkötet törlése" + +msgid "Configured {} interfaces" +msgstr "{} konfigurált interfész" + +msgid "" +"This option enables the number of parallel downloads that can occur during " +"installation" +msgstr "" +"Ez a beállítás lehetővé teszi, hogy a telepítés során hány párhuzamos " +"letöltés történhet" + +msgid "" +"Enter the number of parallel downloads to be enabled.\n" +" (Enter a value between 1 to {})\n" +"Note:" +msgstr "" +"Add meg az engedélyezni kívánt párhuzamos letöltések számát.\n" +" (Adj meg egy értéket 1 és {} között)\n" +"Megjegyzés:" + +msgid "" +" - Maximum value : {} ( Allows {} parallel downloads, allows {} downloads " +"at a time )" +msgstr "" +" - Maximális érték : {} ({} párhuzamos letöltést tesz lehetővé és " +"egyszerre {} letöltést enged meg)" + +msgid "" +" - Minimum value : 1 ( Allows 1 parallel download, allows 2 downloads at a " +"time )" +msgstr "" +" - Minimális érték : 1 (1 párhuzamos letöltést tesz lehetővé és egyszerre " +"2 letöltést enged meg)" + +msgid "" +" - Disable/Default : 0 ( Disables parallel downloading, allows only 1 " +"download at a time )" +msgstr "" +" - Letiltás/Alapértelmezett: 0 (Kikapcsolja a párhuzamos letöltést, " +"egyszerre csak 1 letöltést tesz lehetővé)" + +#, python-brace-format +msgid "" +"Invalid input! Try again with a valid input [1 to {max_downloads}, or 0 to " +"disable]" +msgstr "" +"Érvénytelen bemenet! Próbáld újra egy érvényes bemenettel [1 a(z) " +"{max_downloads} értékhez, vagy 0 a letiltáshoz]" + +msgid "Parallel Downloads" +msgstr "Párhuzamos Letöltések" + +msgid "ESC to skip" +msgstr "Használd az ESC gombot a kihagyáshoz" + +msgid "CTRL+C to reset" +msgstr "" +"Használd a CTRL+C billentyűkombinációt az alaphelyzetbe való visszaállításhoz" + +msgid "TAB to select" +msgstr "Használd a TAB gombot a kiválasztáshoz" + +msgid "[Default value: 0] > " +msgstr "[Alapértelmezett érték: 0] > " + +msgid "" +"To be able to use this translation, please install a font manually that " +"supports the language." +msgstr "" +"A fordítás használatához telepíts manuálisan egy olyan betűtípust, amelyik " +"támogatja ezt a nyelvet." + +msgid "The font should be stored as {}" +msgstr "A betűtípust úgy kell eltárolni mint {}" + +msgid "Archinstall requires root privileges to run. See --help for more." +msgstr "" +"Az Archtelepítő futtatásához root jogosultságok szükségesek. További " +"információkért lásd a --help menüpontot." + +msgid "Select an execution mode" +msgstr "Válassz ki egy végrehajtási módot" + +msgid "Unable to fetch profile from specified url: {}" +msgstr "Nem sikerült lekérni a profilt a megadott URL-cím-ről: {}" + +msgid "" +"Profiles must have unique name, but profile definitions with duplicate name " +"found: {}" +msgstr "" +"A profiloknak egyedi névvel kell rendelkezniük, de ismétlődő névvel " +"rendelkező profildefiníciók találhatóak: {}" + +msgid "Select one or more devices to use and configure" +msgstr "Válassz ki egy vagy több eszközt a használathoz és a konfiguráláshoz" + +msgid "" +"If you reset the device selection this will also reset the current disk " +"layout. Are you sure?" +msgstr "" +"Ha alaphelyzetbe állítod az eszköz-kiválasztást, akkor az aktuális " +"lemezelrendezést is visszaállítja. Biztos vagy benne?" + +msgid "Existing Partitions" +msgstr "Meglévő partíciók" + +msgid "Select a partitioning option" +msgstr "Válassz egy particionálási lehetőséget" + +msgid "Enter the root directory of the mounted devices: " +msgstr "Add meg a csatolt eszközök gyökérkönyvtárát: " + +msgid "Minimum capacity for /home partition: {}GiB\n" +msgstr "A /home partíció minimális kapacitása: {}GB\n" + +msgid "Minimum capacity for Arch Linux partition: {}GiB" +msgstr "Az Arch Linux partíció minimális kapacitása: {} GB" + +msgid "" +"This is a list of pre-programmed profiles_bck, they might make it easier to " +"install things like desktop environments" +msgstr "" +"Ez az előre programozott profiles_bck lista, ami megkönnyítheti az olyan " +"dolgok telepítését, mint például az asztali környezetekét" + +msgid "Current profile selection" +msgstr "Aktuális profil kiválasztása" + +msgid "Remove all newly added partitions" +msgstr "Az összes újonnan hozzáadott partíció eltávolítása" + +msgid "Assign mountpoint" +msgstr "Csatolási pont hozzárendelése" + +msgid "Mark/Unmark to be formatted (wipes data)" +msgstr "Megjelölés/megjelölés-visszavonása formázandóként (adatok törlése)" + +msgid "Mark/Unmark as bootable" +msgstr "Megjelölés/megjelölés-visszavonása mint rendszerindító" + +msgid "Change filesystem" +msgstr "Fájlrendszer módosítása" + +msgid "Mark/Unmark as compressed" +msgstr "Megjelölés/megjelölés-visszavonása mint tömörített" + +msgid "Set subvolumes" +msgstr "Alkötetek beállítása" + +msgid "Delete partition" +msgstr "Partíció törlése" + +msgid "Partition" +msgstr "Partíció" + +msgid "" +"This partition is currently encrypted, to format it a filesystem has to be " +"specified" +msgstr "" +"Ez a partíció jelenleg titkosított, a formázásához meg kell adni egy " +"fájlrendszert" + +msgid "" +"Partition mount-points are relative to inside the installation, the boot " +"would be /boot as an example." +msgstr "" +"A partíció csatolási pontok a telepítésen belülre vonatkoznak, a boot " +"pédául /boot lesz." + +msgid "" +"If mountpoint /boot is set, then the partition will also be marked as " +"bootable." +msgstr "" +"Ha a /boot csatolási pont be van állítva, akkor a partíció is " +"rendszerbetöltőnek lesz jelölve." + +msgid "Mountpoint: " +msgstr "Csatolási pont: " + +msgid "Current free sectors on device {}:" +msgstr "Jelenlegi szabad szektorok a(z) {} eszközön:" + +msgid "Total sectors: {}" +msgstr "Összes szektor: {}" + +msgid "Enter the start sector (default: {}): " +msgstr "Add meg a kezdőszektort (alapértelmezett: {}): " + +msgid "" +"Enter the end sector of the partition (percentage or block number, default: " +"{}): " +msgstr "" +"Add meg a partíció végszektorát (százalékban, vagy blokkszámban, " +"alapértelmezett: {}): " + +msgid "This will remove all newly added partitions, continue?" +msgstr "Ezzel eltávolítod az összes újonnan hozzáadott partíciót, folytatod?" + +msgid "Partition management: {}" +msgstr "Partíciókezelés: {}" + +msgid "Total length: {}" +msgstr "Teljes hossz: {}" + +msgid "Encryption type" +msgstr "Titkosítás típusa" + +msgid "Partitions" +msgstr "Partíciók" + +msgid "No HSM devices available" +msgstr "Nem állnak rendelkezésre HSM-eszközök" + +msgid "Partitions to be encrypted" +msgstr "Titkosítandó partíciók" + +msgid "Select disk encryption option" +msgstr "Válassz ki egy lemeztitkosítási lehetőséget" + +msgid "Select a FIDO2 device to use for HSM" +msgstr "Válaszd ki a HSM-hez használni kívánt FIDO2-eszközt" + +msgid "Use a best-effort default partition layout" +msgstr "" +"A lehető legjobb beállítást lehetővé tévő alapértelmezett partíció-" +"elrendezés használata" + +msgid "Manual Partitioning" +msgstr "Kézi Partícionálás" + +msgid "Pre-mounted configuration" +msgstr "Előcsatolt konfiguráció" + +msgid "Unknown" +msgstr "Ismeretlen" + +msgid "Partition encryption" +msgstr "Partíció titkosítás" + +msgid " ! Formatting {} in " +msgstr " ! Formázás {} ebben " + +msgid "← Back" +msgstr "← Vissza" + +msgid "Disk encryption" +msgstr "Lemez titkosítás" + +msgid "Configuration" +msgstr "Konfiguráció" + +msgid "Password" +msgstr "Jelszó" + +msgid "All settings will be reset, are you sure?" +msgstr "" +"Minden beállítás visszaállításra kerül alaphelyzetre, biztos vagy benne?" + +msgid "Back" +msgstr "Vissza" + +msgid "Please chose which greeter to install for the chosen profiles: {}" +msgstr "" +"Kérlek, válaszd ki, hogy melyik bejelentkezési segédet szeretnéd telepíteni " +"a kiválasztott profilokhoz: {}" + +msgid "Environment type: {}" +msgstr "Környezet típusa: {}" + +msgid "" +"The proprietary Nvidia driver is not supported by Sway. It is likely that " +"you will run into issues, are you okay with that?" +msgstr "" +"Az Sway nem támogatja az Nvidia saját fejlesztésű illesztőprogramját. " +"Valószínű, hogy problémákba fog ütközni, rendben van ez számodra?" + +msgid "Installed packages" +msgstr "Telepített csomagok" + +msgid "Add profile" +msgstr "Profil hozzáadása" + +msgid "Edit profile" +msgstr "Profil szerkesztése" + +msgid "Delete profile" +msgstr "Profil törlése" + +msgid "Profile name: " +msgstr "Profil neve: " + +msgid "The profile name you entered is already in use. Try again" +msgstr "A megadott profilnév már használatban van. Próbáld újra" + +msgid "" +"Packages to be install with this profile (space separated, leave blank to " +"skip): " +msgstr "" +"A profilhoz telepítendő csomagok (szóközzel elválasztva, vagy hagyd üresen a " +"kihagyáshoz): " + +msgid "" +"Services to be enabled with this profile (space separated, leave blank to " +"skip): " +msgstr "" +"A profillal engedélyezendő szolgáltatások (szóközzel elválasztva, vagy hagyd " +"üresen a kihagyáshoz): " + +msgid "Should this profile be enabled for installation?" +msgstr "Engedélyezed ezt a profilt a telepítéshez?" + +msgid "Create your own" +msgstr "Hozd létre a sajátod" + +msgid "" +"\n" +"Select a graphics driver or leave blank to install all open-source drivers" +msgstr "" +"\n" +"Válassz ki egy grafikus illesztőprogramot, vagy hagyd üresen az összes nyílt " +"forráskódú illesztőprogram telepítéséhez" + +msgid "" +"Sway needs access to your seat (collection of hardware devices i.e. " +"keyboard, mouse, etc)" +msgstr "" +"Az Sway-nek hozzáférésre van szüksége (olyan hardvereszközök gyűjteményéhez " +"mint például a billentyűzet, az egér, stb.)" + +msgid "" +"\n" +"\n" +"Choose an option to give Sway access to your hardware" +msgstr "" +"\n" +"\n" +"Válassz egy opciót, hogy engedélyezd, hogy az Sway hozzáférhessen a " +"hardverekhez" + +msgid "Graphics driver" +msgstr "Grafikus illesztőprogram" + +msgid "Greeter" +msgstr "Bejelentkezési segéd" + +msgid "Please chose which greeter to install" +msgstr "" +"Kérlek, válaszd ki, hogy melyik bejelentkezési segédet szeretnéd telepíteni" + +msgid "This is a list of pre-programmed default_profiles" +msgstr "Ez az előre programozott default_profiles listája" + +msgid "Disk configuration" +msgstr "Lemez konfiguráció" + +msgid "Profiles" +msgstr "Profilok" + +msgid "Finding possible directories to save configuration files ..." +msgstr "Lehetséges könyvtárak keresése a konfigurációs fájlok mentéséhez..." + +msgid "Select directory (or directories) for saving configuration files" +msgstr "" +"Válassza ki a könyvtárat (vagy könyvtárakat) a konfigurációs fájlok " +"mentéséhez" + +msgid "Add a custom mirror" +msgstr "Egyéni tükör hozzáadása" + +msgid "Change custom mirror" +msgstr "Egyéni tükör megváltoztatása" + +msgid "Delete custom mirror" +msgstr "Egyéni tükör törlése" + +msgid "Enter name (leave blank to skip): " +msgstr "Adj meg egy nevet (vagy hagyd üresen a kihagyáshoz): " + +msgid "Enter url (leave blank to skip): " +msgstr "Adj megy egy URL-címet (vagy hagyd üresen a kihagyáshoz): " + +msgid "Select signature check option" +msgstr "Válassz egy aláírás-ellenőrzési lehetőséget" + +msgid "Select signature option" +msgstr "Válassz egy aláírás beállítást" + +msgid "Custom mirrors" +msgstr "Egyedi tükrök" + +msgid "Defined" +msgstr "Meghatározott" + +msgid "Save user configuration (including disk layout)" +msgstr "Felhasználói konfiguráció mentése (beleértve a lemezelrendezést is)" + +msgid "" +"Enter a directory for the configuration(s) to be saved (tab completion " +"enabled)\n" +"Save directory: " +msgstr "" +"Adj meg egy könyvtárat a menteni kívánt konfiguráció(k) számára (a lap " +"kitöltés engedélyezve)\n" +"Mentési könyvtár: " + +msgid "" +"Do you want to save {} configuration file(s) in the following location?\n" +"\n" +"{}" +msgstr "" +"Szeretnéd elmenteni a(z) {} konfigurációs fájlt a következő helyre?\n" +"\n" +"{}" + +msgid "Saving {} configuration files to {}" +msgstr "{} konfigurációs fájl(ok) mentése ide: {}" + +msgid "Mirrors" +msgstr "Tükrök" + +msgid "Mirror regions" +msgstr "Tükör régiók" + +msgid "" +" - Maximum value : {} ( Allows {} parallel downloads, allows " +"{max_downloads+1} downloads at a time )" +msgstr "" +" - Maximális érték : {} ( {} párhuzamos letöltést tesz lehetővé és " +"egyszerre {max_downloads+1} letöltést enged meg )" + +msgid "Invalid input! Try again with a valid input [1 to {}, or 0 to disable]" +msgstr "" +"Érvénytelen bemenet! Próbáld újra egy érvényes bemenettel [1 a(z) {} " +"értékhez, vagy 0-t a letiltáshoz]" + +msgid "Locales" +msgstr "Nyelvi beállítások" + +msgid "" +"Use NetworkManager (necessary to configure internet graphically in GNOME and " +"KDE)" +msgstr "" +"A NetworkManager használata (szükséges az internet grafikus konfigurálásához " +"GNOME-ban és KDE-ben)" + +msgid "Total: {} / {}" +msgstr "Összes: {} / {}" + +msgid "All entered values can be suffixed with a unit: B, KB, KiB, MB, MiB..." +msgstr "" +"Minden beírt értéket mértékegységekkel kell ellátni: B, KB, KiB, MB, MiB..." + +msgid "If no unit is provided, the value is interpreted as sectors" +msgstr "" +"Ha nincs mértékegység megadva, akkor az értéket szektorokként értelmezi" + +msgid "Enter start (default: sector {}): " +msgstr "Kezdőpont megadása (alapértelmezett: szektor{}): " + +msgid "Enter end (default: {}): " +msgstr "Végpont megadása (alapértelmezett: {}): " + +msgid "Unable to determine fido2 devices. Is libfido2 installed?" +msgstr "" +"Nem sikerült meghatározni a fido2 eszközöket. Telepítve van a libfido2?" + +msgid "Path" +msgstr "Elérési útvonal" + +msgid "Manufacturer" +msgstr "Gyártó" + +msgid "Product" +msgstr "Termék" + +#, python-brace-format +msgid "Invalid configuration: {error}" +msgstr "Érvénytelen konfiguráció: {error}" + +msgid "Type" +msgstr "Típus" + +msgid "" +"This option enables the number of parallel downloads that can occur during " +"package downloads" +msgstr "" +"Ez a beállítás lehetővé teszi, hogy a csomagletöltések során hány párhuzamos " +"letöltés történhet" + +msgid "" +"Enter the number of parallel downloads to be enabled.\n" +"\n" +"Note:\n" +msgstr "" +"Add meg az engedélyezni kívánt párhuzamos letöltések számát.\n" +"\n" +"Megjegyzés:\n" + +msgid "" +" - Maximum recommended value : {} ( Allows {} parallel downloads at a time )" +msgstr "" +" - Maximális ajánlott érték : {} ( Egyszerre {} párhuzamos letöltést tesz " +"lehetővé )" + +msgid "" +" - Disable/Default : 0 ( Disables parallel downloading, allows only 1 " +"download at a time )\n" +msgstr "" +" - Letiltás/Alapértelmezett: 0 (Kikapcsolja a párhuzamos letöltést, " +"egyszerre csak 1 letöltést tesz lehetővé)\n" + +msgid "Invalid input! Try again with a valid input [or 0 to disable]" +msgstr "" +"Érvénytelen bemenet! Próbáld újra egy érvényes bemenettel [vagy 0-t a " +"letiltáshoz]" + +msgid "" +"Hyprland needs access to your seat (collection of hardware devices i.e. " +"keyboard, mouse, etc)" +msgstr "" +"A Hyprland-nek hozzáférésre van szüksége (olyan hardvereszközök " +"gyűjteményéhez mint például a billentyűzet, az egér, stb.)" + +msgid "" +"\n" +"\n" +"Choose an option to give Hyprland access to your hardware" +msgstr "" +"\n" +"\n" +"Válassz egy opciót, hogy engedélyezd, hogy a Hyprland hozzáférhessen a " +"hardverekhez" + +msgid "" +"All entered values can be suffixed with a unit: %, B, KB, KiB, MB, MiB..." +msgstr "" +"Minden beírt értéket mértékegységgel kell ellátni: %, B, KB, KiB, MB, MiB..." + +msgid "Would you like to use unified kernel images?" +msgstr "Szeretnél egységesített kernelképeket (UKI-t) használni?" + +msgid "Unified kernel images" +msgstr "Egységesített kernelképek (UKI-k)" + +msgid "Waiting for time sync (timedatectl show) to complete." +msgstr "Várakozás az időszinkronizálás (timedatectl show) befejezésére." + +msgid "" +"Time syncronization not completing, while you wait - check the docs for " +"workarounds: https://archinstall.readthedocs.io/" +msgstr "" +"Az időszinkronizálás nem fejeződik be, amíg várakozol - nézd meg a " +"dokumentációban a megoldásokat: https://archinstall.readthedocs.io/" + +msgid "" +"Skipping waiting for automatic time sync (this can cause issues if time is " +"out of sync during installation)" +msgstr "" +"Az automatikus időszinkronizálásra való várakozás kihagyása (ez problémákat " +"okozhat, ha az idő nincs szinkronban a telepítés során)" + +msgid "" +"Waiting for Arch Linux keyring sync (archlinux-keyring-wkd-sync) to complete." +msgstr "" +"Várakozás az Arch Linux kulcstartó szinkronizálásának (archlinux-keyring-wkd-" +"sync) befejezésére." diff --git a/archinstall/locales/hu/LC_MESSAGES/hu.mo b/archinstall/locales/hu/LC_MESSAGES/hu.mo deleted file mode 100644 index 48571803..00000000 Binary files a/archinstall/locales/hu/LC_MESSAGES/hu.mo and /dev/null differ diff --git a/archinstall/locales/hu/LC_MESSAGES/hu.po b/archinstall/locales/hu/LC_MESSAGES/hu.po deleted file mode 100644 index e2e86e1c..00000000 --- a/archinstall/locales/hu/LC_MESSAGES/hu.po +++ /dev/null @@ -1,1509 +0,0 @@ -msgid "" -msgstr "" -"Project-Id-Version: \n" -"POT-Creation-Date: \n" -"PO-Revision-Date: \n" -"Last-Translator: summoner \n" -"Language-Team: \n" -"Language: hu\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Generator: Poedit 3.4.1\n" - -msgid "[!] A log file has been created here: {} {}" -msgstr "[!] A naplófájl itt jött létre: {} {}" - -msgid "" -" Please submit this issue (and file) to https://github.com/archlinux/" -"archinstall/issues" -msgstr "" -" Kérjük, jelentsd ezt a problémát (a naplófájllal együtt) a https://" -"github.com/archlinux/archinstall/issues oldalon" - -msgid "Do you really want to abort?" -msgstr "Tényleg megszakítod?" - -msgid "And one more time for verification: " -msgstr "És még egyszer az ellenőrzéshez: " - -msgid "Would you like to use swap on zram?" -msgstr "Biztosan cserehelyet akarsz használni a zram-on?" - -msgid "Desired hostname for the installation: " -msgstr "A számítógép neve a telepítéshez: " - -msgid "Username for required superuser with sudo privileges: " -msgstr "" -"A rendszergazda felhasználó neve a számítógép használatához szükséges sudo " -"jogosultságokkal: " - -msgid "Any additional users to install (leave blank for no users): " -msgstr "" -"További hozzáadandó felhasználók (ha nem akarsz több felhasználót hozzáadni, " -"akkor hagyd üresen): " - -msgid "Should this user be a superuser (sudoer)?" -msgstr "Ennek a felhasználónak rendszergazdának (sudoer-nek) kell lennie?" - -msgid "Select a timezone" -msgstr "Időzóna kiválasztása" - -msgid "Would you like to use GRUB as a bootloader instead of systemd-boot?" -msgstr "" -"Szeretnéd használni a GRUB-ot rendszerbetöltőként a systemd-boot helyett?" - -msgid "Choose a bootloader" -msgstr "Válassz ki egy rendszerbetöltőt" - -msgid "Choose an audio server" -msgstr "Válassz ki egy hangkiszolgálót" - -msgid "" -"Only packages such as base, base-devel, linux, linux-firmware, efibootmgr " -"and optional profile packages are installed." -msgstr "" -"Csak az olyan csomagok mint a base, base-devel, linux, linux-firmware, " -"efibootmgr és az opcionális profilcsomagok kerülnek telepítésre." - -msgid "" -"If you desire a web browser, such as firefox or chromium, you may specify it " -"in the following prompt." -msgstr "" -"Ha olyan böngészőre vágysz, mint például a Firefox, vagy a Chromium, akkor " -"azt a következő prompt-ban adhatod meg." - -msgid "" -"Write additional packages to install (space separated, leave blank to skip): " -msgstr "" -"Írj be további telepítendő csomag neveket (szóközzel elválasztva, ha ki " -"akarod hagyni ezt lépést, akkor üresen hagyhatod): " - -msgid "Copy ISO network configuration to installation" -msgstr "Másold be az ISO hálózati konfigurációt a telepítéshez" - -msgid "" -"Use NetworkManager (necessary for configuring internet graphically in GNOME " -"and KDE)" -msgstr "" -"A NetworkManager használata (szükséges az internet grafikus konfigurálásához " -"GNOME-ban és KDE-ben)" - -msgid "Select one network interface to configure" -msgstr "Válassz ki egy hálózati interfészt a konfiguráláshoz" - -msgid "" -"Select which mode to configure for \"{}\" or skip to use default mode \"{}\"" -msgstr "" -"Válaszd ki, hogy melyik módot szeretnéd beállítani a(z) \"{}\" számára, vagy " -"hagyd ki ezt a lépést az alapértelmezett \"{}\" mód használatához" - -msgid "Enter the IP and subnet for {} (example: 192.168.0.5/24): " -msgstr "Add meg a(z) {} IP-címedet és alhálózatát (például: 192.168.0.5/24): " - -msgid "Enter your gateway (router) IP address or leave blank for none: " -msgstr "" -"Add meg az átjáród (router) IP-címét, vagy hagyd üresen, ha nincs ilyen: " - -msgid "Enter your DNS servers (space separated, blank for none): " -msgstr "" -"Add meg DNS-kiszolgálóidat (szóközzel elválasztva, vagy hagyd üresen, ha " -"nincsenek ilyenek): " - -msgid "Select which filesystem your main partition should use" -msgstr "Válaszd ki, hogy a fő partíció milyen fájlrendszert használjon" - -msgid "Current partition layout" -msgstr "A partíció jelenlegi elrendezése" - -msgid "" -"Select what to do with\n" -"{}" -msgstr "" -"Válaszd ki, hogy mi legyen a teendő a következővel\n" -"{}" - -msgid "Enter a desired filesystem type for the partition" -msgstr "Add meg a partíció kívánt fájlrendszer típusát" - -msgid "" -"Enter the start location (in parted units: s, GB, %, etc. ; default: {}): " -msgstr "" -"Add meg a kiindulási helyet (felosztott egységekben: s, GB, % stb. ; " -"alapértelmezett: {}): " - -msgid "Enter the end location (in parted units: s, GB, %, etc. ; ex: {}): " -msgstr "" -"Add meg a befejezési helyet (felosztott egységekben: s, GB, % stb. ; pl.: " -"{}): " - -msgid "{} contains queued partitions, this will remove those, are you sure?" -msgstr "" -"A(z) {} sorban álló partíciókat tartalmaz, ez eltávolítja azokat, biztos " -"vagy benne?" - -msgid "" -"{}\n" -"\n" -"Select by index which partitions to delete" -msgstr "" -"{}\n" -"\n" -"Index alapján válaszd ki a törölni kívánt partíciókat" - -msgid "" -"{}\n" -"\n" -"Select by index which partition to mount where" -msgstr "" -"{}\n" -"\n" -"Index alapján válaszd ki, hogy melyik partíciót hová szeretnéd csatolni" - -msgid "" -" * Partition mount-points are relative to inside the installation, the boot " -"would be /boot as an example." -msgstr "" -" * A partíció csatolási pontjai a telepítésen belülre vonatkoznak, a boot " -"pédául /boot lesz." - -msgid "Select where to mount partition (leave blank to remove mountpoint): " -msgstr "" -"Válaszd ki, hogy hová szeretnéd csatolni a partíciót (hagyd üresen a " -"csatolási pont eltávolításához): " - -msgid "" -"{}\n" -"\n" -"Select which partition to mask for formatting" -msgstr "" -"{}\n" -"\n" -"Válaszd ki, hogy melyik partíciót szeretnéd formázásra megjelölni" - -msgid "" -"{}\n" -"\n" -"Select which partition to mark as encrypted" -msgstr "" -"{}\n" -"\n" -"Válaszd ki, hogy melyik partíciót szeretnéd titkosítottként megjelölni" - -msgid "" -"{}\n" -"\n" -"Select which partition to mark as bootable" -msgstr "" -"{}\n" -"\n" -"Válaszd ki, hogy melyik partíciót szeretnéd rendszerbetöltőként megjelölni" - -msgid "" -"{}\n" -"\n" -"Select which partition to set a filesystem on" -msgstr "" -"{}\n" -"\n" -"Válaszd ki, hogy melyik partícióra kívánod a fájlrendszert beállítani" - -msgid "Enter a desired filesystem type for the partition: " -msgstr "Add meg a kívánt fájlrendszer típusát a partíciónak: " - -msgid "Archinstall language" -msgstr "Az Archtelepítő nyelve" - -msgid "Wipe all selected drives and use a best-effort default partition layout" -msgstr "" -"Törölje az összes kiválasztott meghajtót, és használja a lehető legjobb " -"beállítást lehetővé tévő alapértelmezett partíció-elrendezést" - -msgid "" -"Select what to do with each individual drive (followed by partition usage)" -msgstr "" -"Válaszd ki, hogy mit tegyen az egyes meghajtókkal (ezt a partícióhasználat " -"követi)" - -msgid "Select what you wish to do with the selected block devices" -msgstr "Válaszd ki, hogy mit szeretnél tenni a kiválasztott blokk-eszközökkel" - -msgid "" -"This is a list of pre-programmed profiles, they might make it easier to " -"install things like desktop environments" -msgstr "" -"Ez az előre programozott profilok listája, amelyek megkönnyíthetik az olyan " -"dolgok telepítését, mint például az asztali környezetek" - -msgid "Select keyboard layout" -msgstr "Válaszd ki a billentyűzetkiosztást" - -msgid "Select one of the regions to download packages from" -msgstr "Válassz ki egy régiót a csomagok letöltéséhez" - -msgid "Select one or more hard drives to use and configure" -msgstr "" -"Válassz ki egy, vagy több meghajtót a használathoz és a konfiguráláshoz" - -msgid "" -"For the best compatibility with your AMD hardware, you may want to use " -"either the all open-source or AMD / ATI options." -msgstr "" -"Az AMD hardverrel való legjobb kompatibilitás érdekében érdemes lehet az " -"összes nyílt forráskódú, vagy az AMD / ATI opciót használni." - -msgid "" -"For the best compatibility with your Intel hardware, you may want to use " -"either the all open-source or Intel options.\n" -msgstr "" -"Az Intel hardverrel való legjobb kompatibilitás érdekében érdemes lehet az " -"összes nyílt forráskódú, vagy Intel opciót használni.\n" - -msgid "" -"For the best compatibility with your Nvidia hardware, you may want to use " -"the Nvidia proprietary driver.\n" -msgstr "" -"Az Nvidia hardverrel való legjobb kompatibilitás érdekében érdemes lehet az " -"Nvidia saját fejlesztésű illesztőprogramját használni.\n" - -msgid "" -"\n" -"\n" -"Select a graphics driver or leave blank to install all open-source drivers" -msgstr "" -"\n" -"\n" -"Válassz ki egy grafikus illesztőprogramot, vagy hagyd üresen az összes nyílt " -"forráskódú illesztőprogram telepítéséhez" - -msgid "All open-source (default)" -msgstr "Minden nyílt forráskódú (alapértelmezett)" - -msgid "Choose which kernels to use or leave blank for default \"{}\"" -msgstr "" -"Válaszd ki a használni kívánt kerneleket, vagy hagyd üresen az " -"alapértelmezetthez \"{}\"" - -msgid "Choose which locale language to use" -msgstr "Válaszd ki a használni kívánt területi nyelvet" - -msgid "Choose which locale encoding to use" -msgstr "Válaszd ki a használni kívánt nyelvi kódolást" - -msgid "Select one of the values shown below: " -msgstr "Válaszd ki az alábbi értékek egyikét: " - -msgid "Select one or more of the options below: " -msgstr "Válassz ki egyet, vagy többet az alábbi lehetőségek közül: " - -msgid "Adding partition...." -msgstr "Partíció hozzáadása...." - -msgid "" -"You need to enter a valid fs-type in order to continue. See `man parted` for " -"valid fs-type's." -msgstr "" -"A folytatáshoz meg kell adnod egy érvényes fs-típust. Az érvényes fs-" -"típusokat lásd a `man parted` részben." - -msgid "Error: Listing profiles on URL \"{}\" resulted in:" -msgstr "" -"Hiba: A(z) \"{}\" URL-címen lévő profilok listázása a következőket " -"eredményezte:" - -msgid "Error: Could not decode \"{}\" result as JSON:" -msgstr "Hiba: Nem sikerült dekódolni a(z) \"{}\" eredményt JSON-ként:" - -msgid "Keyboard layout" -msgstr "Billentyűzetkiosztás" - -msgid "Mirror region" -msgstr "Tükör régió" - -msgid "Locale language" -msgstr "Helyi nyelv" - -msgid "Locale encoding" -msgstr "Helyi kódolás" - -msgid "Drive(s)" -msgstr "Meghajtó(k)" - -msgid "Disk layout" -msgstr "Lemez elrendezése" - -msgid "Encryption password" -msgstr "Titkosítási jelszó" - -msgid "Swap" -msgstr "Cserehely" - -msgid "Bootloader" -msgstr "Rendszerbetöltő" - -msgid "Root password" -msgstr "Root jelszó" - -msgid "Superuser account" -msgstr "Rendszergazda fiók" - -msgid "User account" -msgstr "Felhasználói fiók" - -msgid "Profile" -msgstr "Profil" - -msgid "Audio" -msgstr "Hang" - -msgid "Kernels" -msgstr "Kernelek" - -msgid "Additional packages" -msgstr "További csomagok" - -msgid "Network configuration" -msgstr "Hálózati konfiguráció" - -msgid "Automatic time sync (NTP)" -msgstr "Automatikus időszinkronizálás (NTP)" - -msgid "Install ({} config(s) missing)" -msgstr "Telepítés ({} konfiguráció hiányzik)" - -msgid "" -"You decided to skip harddrive selection\n" -"and will use whatever drive-setup is mounted at {} (experimental)\n" -"WARNING: Archinstall won't check the suitability of this setup\n" -"Do you wish to continue?" -msgstr "" -"Úgy döntöttél, hogy kihagyod a merevlemez kiválasztását\n" -"és azt a meghajtóbeállítást fogod használni, amely a(z) {} helyen van " -"csatolva (kísérleti)\n" -"FIGYELMEZTETÉS: Az Archtelepítő nem ellenőrzi ennek a beállításnak a " -"megfelelőségét\n" -"Biztosan folytatni akarod?" - -msgid "Re-using partition instance: {}" -msgstr "Partíciópéldány ismételt felhasználása: {}" - -msgid "Create a new partition" -msgstr "Új partíció létrehozása" - -msgid "Delete a partition" -msgstr "Partíció törlése" - -msgid "Clear/Delete all partitions" -msgstr "Minden partíció tisztítása/törlése" - -msgid "Assign mount-point for a partition" -msgstr "Csatolási pont hozzárendelése egy partícióhoz" - -msgid "Mark/Unmark a partition to be formatted (wipes data)" -msgstr "" -"Egy partíció megjelölése/megjelölés-visszavonása formázandóként (adatok " -"törlése)" - -msgid "Mark/Unmark a partition as encrypted" -msgstr "Egy partíció megjelölése/megjelölés-visszavonása titkosítottként" - -msgid "Mark/Unmark a partition as bootable (automatic for /boot)" -msgstr "" -"Egy partíció megjelölése/megjelölés-visszavonása mint rendszerindító " -"(automatikus a /boot esetében)" - -msgid "Set desired filesystem for a partition" -msgstr "Állítsd be a kívánt fájlrendszer típusát a partíciónak" - -msgid "Abort" -msgstr "Megszakítás" - -msgid "Hostname" -msgstr "A számítógép neve" - -msgid "Not configured, unavailable unless setup manually" -msgstr "Nincs konfigurálva, nem érhető el, kivéve, ha manuálisan állítod be" - -msgid "Timezone" -msgstr "Időzóna" - -msgid "Set/Modify the below options" -msgstr "Az alábbi opciók beállítása/módosítása" - -msgid "Install" -msgstr "Telepítés" - -msgid "" -"Use ESC to skip\n" -"\n" -msgstr "" -"Használd az ESC gombot a kihagyáshoz\n" -"\n" - -msgid "Suggest partition layout" -msgstr "Partíció elrendezési javaslat" - -msgid "Enter a password: " -msgstr "Adj meg egy jelszót: " - -msgid "Enter a encryption password for {}" -msgstr "Adj meg egy titkosítási jelszót a {}" - -msgid "Enter disk encryption password (leave blank for no encryption): " -msgstr "" -"Adj meg egy jelszót a lemez titkosításához (ha üresen hagyod nem lesz " -"titkosítva): " - -msgid "Create a required super-user with sudo privileges: " -msgstr "Hozz létre egy szükséges rendszergazdát sudo jogosultságokkal: " - -msgid "Enter root password (leave blank to disable root): " -msgstr "Adj meg egy root jelszót (a root letiltásához hagyd üresen): " - -msgid "Password for user \"{}\": " -msgstr "\"{}\" felhasználó jelszava: " - -msgid "" -"Verifying that additional packages exist (this might take a few seconds)" -msgstr "" -"További csomagok létezésének ellenőrzése (ez eltarthat néhány másodpercig)" - -msgid "" -"Would you like to use automatic time synchronization (NTP) with the default " -"time servers?\n" -msgstr "" -"Szeretnéd használni az automatikus időszinkronizálást (NTP) az " -"alapértelmezett időszerverekkel?\n" - -msgid "" -"Hardware time and other post-configuration steps might be required in order " -"for NTP to work.\n" -"For more information, please check the Arch wiki" -msgstr "" -"Az NTP működéséhez szükség lehet a hardveridőre és egyéb utólagos " -"konfigurációs lépésekre.\n" -"További információkért kérjük, nézd meg az Arch wiki-t" - -msgid "Enter a username to create an additional user (leave blank to skip): " -msgstr "" -"Adj meg egy felhasználónevet egy további felhasználó létrehozásához (üresen " -"hagyva ez a lépés kihagyható): " - -msgid "Use ESC to skip\n" -msgstr "" -"Használd az ESC gombot a kihagyáshoz\n" -"\n" - -msgid "" -"\n" -" Choose an object from the list, and select one of the available actions for " -"it to execute" -msgstr "" -"\n" -"Válassz ki egy objektumot a listából, és válassz egyet a végrehajtandó " -"műveletek közül" - -msgid "Cancel" -msgstr "Mégse" - -msgid "Confirm and exit" -msgstr "Megerősítés és kilépés" - -msgid "Add" -msgstr "Hozzáadás" - -msgid "Copy" -msgstr "Másolás" - -msgid "Edit" -msgstr "Szerkesztés" - -msgid "Delete" -msgstr "Törlés" - -msgid "Select an action for '{}'" -msgstr "Válassz egy műveletet a következőhöz: '{}'" - -msgid "Copy to new key:" -msgstr "Másolás új kulcsba:" - -msgid "Unknown nic type: {}. Possible values are {}" -msgstr "Ismeretlen nic típus: {}. Lehetséges értékek: {}" - -msgid "" -"\n" -"This is your chosen configuration:" -msgstr "" -"\n" -"Ez az általad választott konfiguráció:" - -msgid "" -"Pacman is already running, waiting maximum 10 minutes for it to terminate." -msgstr "A Pacman már fut, várj maximum 10 percet a megszakításával." - -msgid "" -"Pre-existing pacman lock never exited. Please clean up any existing pacman " -"sessions before using archinstall." -msgstr "" -"A már meglévő pacman zár soha nem lép ki. Az Archtelepítő használata előtt " -"tisztítsd meg a meglévő pacman munkameneteket." - -msgid "Choose which optional additional repositories to enable" -msgstr "" -"Válaszd ki, hogy mely további opcionális tárolókat kívánod engedélyezni" - -msgid "Add a user" -msgstr "Felhasználó hozzáadása" - -msgid "Change password" -msgstr "Jelszó megváltoztatása" - -msgid "Promote/Demote user" -msgstr "Felhasználó előléptetése/lefokozása" - -msgid "Delete User" -msgstr "Felhasználó Törlése" - -msgid "" -"\n" -"Define a new user\n" -msgstr "" -"\n" -"Új felhasználó definiálása\n" - -msgid "User Name : " -msgstr "Felhasználónév : " - -msgid "Should {} be a superuser (sudoer)?" -msgstr "{} rendszergazda (sudoer) legyen?" - -msgid "Define users with sudo privilege: " -msgstr "A sudo jogosultsággal rendelkező felhasználók meghatározása: " - -msgid "No network configuration" -msgstr "Nincs hálózati konfiguráció" - -msgid "Set desired subvolumes on a btrfs partition" -msgstr "Állítsd be a kívánt alköteteket egy BTRFS partíción" - -msgid "" -"{}\n" -"\n" -"Select which partition to set subvolumes on" -msgstr "" -"{}\n" -"\n" -"Válaszd ki, hogy melyik partícióra kívánod beállítani az alköteteket" - -msgid "Manage btrfs subvolumes for current partition" -msgstr "Az aktuális partíció BTRFS alköteteinek kezelése" - -msgid "No configuration" -msgstr "Nincs konfiguráció" - -msgid "Save user configuration" -msgstr "Felhasználói konfiguráció mentése" - -msgid "Save user credentials" -msgstr "Felhasználói hitelesítő adatok mentése" - -msgid "Save disk layout" -msgstr "Lemez elrendezésének mentése" - -msgid "Save all" -msgstr "Összes mentése" - -msgid "Choose which configuration to save" -msgstr "Válaszd ki a menteni kívánt konfigurációt" - -msgid "Enter a directory for the configuration(s) to be saved: " -msgstr "Adj meg egy könyvtárat a menteni kívánt konfiguráció(k) számára: " - -msgid "Not a valid directory: {}" -msgstr "Érvénytelen könyvtár: {}" - -msgid "The password you are using seems to be weak," -msgstr "Úgy tűnik, hogy az általad használt jelszó gyenge," - -msgid "are you sure you want to use it?" -msgstr "biztos, hogy használni akarod?" - -msgid "Optional repositories" -msgstr "Opcionális tárolók" - -msgid "Save configuration" -msgstr "Konfiguráció mentése" - -msgid "Missing configurations:\n" -msgstr "Hiányzó konfigurációk:\n" - -msgid "Either root-password or at least 1 superuser must be specified" -msgstr "Meg kell adni egy root-jelszót vagy legalább 1 rendszergazdát" - -msgid "Manage superuser accounts: " -msgstr "Rendszergazdai fiókok kezelése: " - -msgid "Manage ordinary user accounts: " -msgstr "Normál felhasználói fiókok kezelése: " - -msgid " Subvolume :{:16}" -msgstr " Alkötet :{:16}" - -msgid " mounted at {:16}" -msgstr " csatolva ehhez {:16}" - -msgid " with option {}" -msgstr " {} opcióval" - -msgid "" -"\n" -" Fill the desired values for a new subvolume \n" -msgstr "" -"\n" -"Töltsd ki a kívánt értékeket egy új alkötethez \n" - -msgid "Subvolume name " -msgstr "Alkötet neve " - -msgid "Subvolume mountpoint" -msgstr "Alkötet csatolási pontja" - -msgid "Subvolume options" -msgstr "Alkötet beállítások" - -msgid "Save" -msgstr "Mentés" - -msgid "Subvolume name :" -msgstr "Alkötet neve :" - -msgid "Select a mount point :" -msgstr "Válassz ki egy csatolási pontot :" - -msgid "Select the desired subvolume options " -msgstr "Válaszd ki a kívánt alkötet beállításokat " - -msgid "Define users with sudo privilege, by username: " -msgstr "" -"Sudo jogosultsággal rendelkező felhasználók meghatározása felhasználónév " -"alapján: " - -msgid "[!] A log file has been created here: {}" -msgstr "[!] A naplófájl itt jött létre: {}" - -msgid "Would you like to use BTRFS subvolumes with a default structure?" -msgstr "Szeretnél BTRFS alköteteket alapértelmezett struktúrával használni?" - -msgid "Would you like to use BTRFS compression?" -msgstr "Szeretnél BTRFS tömörítést használni?" - -msgid "Would you like to create a separate partition for /home?" -msgstr "Szeretnél egy külön partíciót létrehozni a /home számára?" - -msgid "" -"The selected drives do not have the minimum capacity required for an " -"automatic suggestion\n" -msgstr "" -"A kiválasztott meghajtók nem rendelkeznek az automatikus javaslathoz " -"szükséges minimális kapacitással.\n" - -msgid "Minimum capacity for /home partition: {}GB\n" -msgstr "A /home partíció minimális kapacitása: {}GB\n" - -msgid "Minimum capacity for Arch Linux partition: {}GB" -msgstr "Az Arch Linux partíció minimális kapacitása: {}GB" - -msgid "Continue" -msgstr "Folytatás" - -msgid "yes" -msgstr "igen" - -msgid "no" -msgstr "nem" - -msgid "set: {}" -msgstr "beállít: {}" - -msgid "Manual configuration setting must be a list" -msgstr "A kézi konfigurációs beállításnak egy listának kell lennie" - -msgid "No iface specified for manual configuration" -msgstr "Nincs megadva iface a kézi konfigurációhoz" - -msgid "Manual nic configuration with no auto DHCP requires an IP address" -msgstr "A kézi nic konfiguráció automatikus DHCP nélkül egy IP-címet igényel" - -msgid "Add interface" -msgstr "Interfész hozzáadása" - -msgid "Edit interface" -msgstr "Interfész szerkesztése" - -msgid "Delete interface" -msgstr "Interfész törlése" - -msgid "Select interface to add" -msgstr "Válaszd ki a hozzáadandó interfészt" - -msgid "Manual configuration" -msgstr "Kézi konfiguráció" - -msgid "Mark/Unmark a partition as compressed (btrfs only)" -msgstr "" -"A partíció tömörítettként való megjelölése/megjelölés-visszavonása (csak " -"btrfs)" - -msgid "" -"The password you are using seems to be weak, are you sure you want to use it?" -msgstr "" -"Úgy tűnik, hogy az általad használt jelszó gyenge. Biztos, hogy használni " -"akarod?" - -msgid "" -"Provides a selection of desktop environments and tiling window managers, e." -"g. gnome, kde, sway" -msgstr "" -"Asztali környezetek és ablakkezelők széles választékát kínálja, pl. gnome, " -"kde, sway" - -msgid "Select your desired desktop environment" -msgstr "Válaszd ki a kívánt asztali környezetet" - -msgid "" -"A very basic installation that allows you to customize Arch Linux as you see " -"fit." -msgstr "" -"Egy nagyon alapszintű telepítés, amely lehetővé teszi, hogy az Arch Linuxot " -"saját belátásod szerint testre szabd." - -msgid "" -"Provides a selection of various server packages to install and enable, e.g. " -"httpd, nginx, mariadb" -msgstr "" -"Különböző szervercsomagok széles választékát kínálja a telepítéshez és az " -"engedélyezéshez, pl. httpd, nginx, mariadb" - -msgid "" -"Choose which servers to install, if none then a minimal installation will be " -"done" -msgstr "" -"Válaszd ki, hogy mely szervereket kívánod telepíteni, ha egyiket sem, akkor " -"minimális telepítés történik" - -msgid "Installs a minimal system as well as xorg and graphics drivers." -msgstr "" -"Telepít egy minimális rendszert, valamint a xorg és a grafikus " -"illesztőprogramokat." - -msgid "Press Enter to continue." -msgstr "A folytatáshoz nyomd meg az Entert." - -msgid "" -"Would you like to chroot into the newly created installation and perform " -"post-installation configuration?" -msgstr "" -"Szeretnél chroot-olni az újonnan létrehozott telepítésbe, és elvégezni a " -"telepítés utáni konfigurációt?" - -msgid "Are you sure you want to reset this setting?" -msgstr "" -"Biztos, hogy vissza akarod állítani ezt a beállítást az alaphelyzetébe?" - -msgid "Select one or more hard drives to use and configure\n" -msgstr "" -"Válassz ki egy, vagy több meghajtót a használathoz és konfiguráláshoz.\n" - -msgid "Any modifications to the existing setting will reset the disk layout!" -msgstr "" -"A meglévő beállítások bármilyen módosítása visszaállítja a lemez " -"elrendezését az alaphelyzetbe!" - -msgid "" -"If you reset the harddrive selection this will also reset the current disk " -"layout. Are you sure?" -msgstr "" -"Ha alaphelyzetbe állítod a meghajtó-kiválasztást, akkor az aktuális " -"lemezelrendezést is visszaállítja. Biztos vagy benne?" - -msgid "Save and exit" -msgstr "Mentés és kilépés" - -msgid "" -"{}\n" -"contains queued partitions, this will remove those, are you sure?" -msgstr "" -"{}\n" -"sorban álló partíciókat tartalmaz, ez eltávolítja azokat, biztos vagy benne?" - -msgid "No audio server" -msgstr "Nincs hang kiszolgáló" - -msgid "(default)" -msgstr "(alapértelmezett)" - -msgid "Use ESC to skip" -msgstr "Használd az ESC gombot a kihagyáshoz" - -msgid "" -"Use CTRL+C to reset current selection\n" -"\n" -msgstr "" -"Használd a CTRL+C billentyűkombinációt az aktuális kijelölés alaphelyzetbe " -"való visszaállításához\n" -"\n" - -msgid "Copy to: " -msgstr "Másolás ide: " - -msgid "Edit: " -msgstr "Szerkesztés: " - -msgid "Key: " -msgstr "Kulcs: " - -msgid "Edit {}: " -msgstr "{} szerkesztése: " - -msgid "Add: " -msgstr "Hozzáadás: " - -msgid "Value: " -msgstr "Érték: " - -msgid "" -"You can skip selecting a drive and partitioning and use whatever drive-setup " -"is mounted at /mnt (experimental)" -msgstr "" -"Kihagyhatod a meghajtó kiválasztását és a particionálást és bármilyen " -"meghajtó-beállítást használhatsz, amely az /mnt könyvtárhoz van csatolva " -"(kísérleti)" - -msgid "Select one of the disks or skip and use /mnt as default" -msgstr "" -"Válaszd ki az egyik lemezt, vagy hagyd ki ezt a lépést, és használd az /mnt-" -"t alapértelmezettként" - -msgid "Select which partitions to mark for formatting:" -msgstr "Válaszd ki, hogy mely partíciókat szeretnéd formázásra megjelölni:" - -msgid "Use HSM to unlock encrypted drive" -msgstr "HSM használata a titkosított meghajtó feloldásához" - -msgid "Device" -msgstr "Eszköz" - -msgid "Size" -msgstr "Méret" - -msgid "Free space" -msgstr "Szabad terület" - -msgid "Bus-type" -msgstr "Bus-típus" - -msgid "" -"Either root-password or at least 1 user with sudo privileges must be " -"specified" -msgstr "" -"Meg kell adni egy root jelszót, vagy legalább 1 sudo jogosultsággal " -"rendelkező felhasználót" - -msgid "Enter username (leave blank to skip): " -msgstr "Felhasználónév megadása (hagyd üresen a kihagyáshoz): " - -msgid "The username you entered is invalid. Try again" -msgstr "A megadott felhasználónév érvénytelen. Próbáld újra" - -msgid "Should \"{}\" be a superuser (sudo)?" -msgstr "\"{}\"-nak(-nek) rendszergazdának (sudoer) kell lennie?" - -msgid "Select which partitions to encrypt" -msgstr "Válaszd ki mely partíciókat szeretnéd titkosítani" - -msgid "very weak" -msgstr "nagyon gyenge" - -msgid "weak" -msgstr "gyenge" - -msgid "moderate" -msgstr "közepes" - -msgid "strong" -msgstr "erős" - -msgid "Add subvolume" -msgstr "Alkötet hozzáadása" - -msgid "Edit subvolume" -msgstr "Alkötet szerkesztése" - -msgid "Delete subvolume" -msgstr "Alkötet törlése" - -msgid "Configured {} interfaces" -msgstr "{} konfigurált interfész" - -msgid "" -"This option enables the number of parallel downloads that can occur during " -"installation" -msgstr "" -"Ez a beállítás lehetővé teszi, hogy a telepítés során hány párhuzamos " -"letöltés történhet" - -msgid "" -"Enter the number of parallel downloads to be enabled.\n" -" (Enter a value between 1 to {})\n" -"Note:" -msgstr "" -"Add meg az engedélyezni kívánt párhuzamos letöltések számát.\n" -" (Adj meg egy értéket 1 és {} között)\n" -"Megjegyzés:" - -msgid "" -" - Maximum value : {} ( Allows {} parallel downloads, allows {} downloads " -"at a time )" -msgstr "" -" - Maximális érték : {} ({} párhuzamos letöltést tesz lehetővé és " -"egyszerre {} letöltést enged meg)" - -msgid "" -" - Minimum value : 1 ( Allows 1 parallel download, allows 2 downloads at a " -"time )" -msgstr "" -" - Minimális érték : 1 (1 párhuzamos letöltést tesz lehetővé és egyszerre " -"2 letöltést enged meg)" - -msgid "" -" - Disable/Default : 0 ( Disables parallel downloading, allows only 1 " -"download at a time )" -msgstr "" -" - Letiltás/Alapértelmezett: 0 (Kikapcsolja a párhuzamos letöltést, " -"egyszerre csak 1 letöltést tesz lehetővé)" - -#, python-brace-format -msgid "" -"Invalid input! Try again with a valid input [1 to {max_downloads}, or 0 to " -"disable]" -msgstr "" -"Érvénytelen bemenet! Próbáld újra egy érvényes bemenettel [1 a(z) " -"{max_downloads} értékhez, vagy 0 a letiltáshoz]" - -msgid "Parallel Downloads" -msgstr "Párhuzamos Letöltések" - -msgid "ESC to skip" -msgstr "Használd az ESC gombot a kihagyáshoz" - -msgid "CTRL+C to reset" -msgstr "" -"Használd a CTRL+C billentyűkombinációt az alaphelyzetbe való visszaállításhoz" - -msgid "TAB to select" -msgstr "Használd a TAB gombot a kiválasztáshoz" - -msgid "[Default value: 0] > " -msgstr "[Alapértelmezett érték: 0] > " - -msgid "" -"To be able to use this translation, please install a font manually that " -"supports the language." -msgstr "" -"A fordítás használatához telepíts manuálisan egy olyan betűtípust, amelyik " -"támogatja ezt a nyelvet." - -msgid "The font should be stored as {}" -msgstr "A betűtípust úgy kell eltárolni mint {}" - -msgid "Archinstall requires root privileges to run. See --help for more." -msgstr "" -"Az Archtelepítő futtatásához root jogosultságok szükségesek. További " -"információkért lásd a --help menüpontot." - -msgid "Select an execution mode" -msgstr "Válassz ki egy végrehajtási módot" - -msgid "Unable to fetch profile from specified url: {}" -msgstr "Nem sikerült lekérni a profilt a megadott URL-cím-ről: {}" - -msgid "" -"Profiles must have unique name, but profile definitions with duplicate name " -"found: {}" -msgstr "" -"A profiloknak egyedi névvel kell rendelkezniük, de ismétlődő névvel " -"rendelkező profildefiníciók találhatóak: {}" - -msgid "Select one or more devices to use and configure" -msgstr "Válassz ki egy vagy több eszközt a használathoz és a konfiguráláshoz" - -msgid "" -"If you reset the device selection this will also reset the current disk " -"layout. Are you sure?" -msgstr "" -"Ha alaphelyzetbe állítod az eszköz-kiválasztást, akkor az aktuális " -"lemezelrendezést is visszaállítja. Biztos vagy benne?" - -msgid "Existing Partitions" -msgstr "Meglévő partíciók" - -msgid "Select a partitioning option" -msgstr "Válassz egy particionálási lehetőséget" - -msgid "Enter the root directory of the mounted devices: " -msgstr "Add meg a csatolt eszközök gyökérkönyvtárát: " - -msgid "Minimum capacity for /home partition: {}GiB\n" -msgstr "A /home partíció minimális kapacitása: {}GB\n" - -msgid "Minimum capacity for Arch Linux partition: {}GiB" -msgstr "Az Arch Linux partíció minimális kapacitása: {} GB" - -msgid "" -"This is a list of pre-programmed profiles_bck, they might make it easier to " -"install things like desktop environments" -msgstr "" -"Ez az előre programozott profiles_bck lista, ami megkönnyítheti az olyan " -"dolgok telepítését, mint például az asztali környezetekét" - -msgid "Current profile selection" -msgstr "Aktuális profil kiválasztása" - -msgid "Remove all newly added partitions" -msgstr "Az összes újonnan hozzáadott partíció eltávolítása" - -msgid "Assign mountpoint" -msgstr "Csatolási pont hozzárendelése" - -msgid "Mark/Unmark to be formatted (wipes data)" -msgstr "Megjelölés/megjelölés-visszavonása formázandóként (adatok törlése)" - -msgid "Mark/Unmark as bootable" -msgstr "Megjelölés/megjelölés-visszavonása mint rendszerindító" - -msgid "Change filesystem" -msgstr "Fájlrendszer módosítása" - -msgid "Mark/Unmark as compressed" -msgstr "Megjelölés/megjelölés-visszavonása mint tömörített" - -msgid "Set subvolumes" -msgstr "Alkötetek beállítása" - -msgid "Delete partition" -msgstr "Partíció törlése" - -msgid "Partition" -msgstr "Partíció" - -msgid "" -"This partition is currently encrypted, to format it a filesystem has to be " -"specified" -msgstr "" -"Ez a partíció jelenleg titkosított, a formázásához meg kell adni egy " -"fájlrendszert" - -msgid "" -"Partition mount-points are relative to inside the installation, the boot " -"would be /boot as an example." -msgstr "" -"A partíció csatolási pontok a telepítésen belülre vonatkoznak, a boot " -"pédául /boot lesz." - -msgid "" -"If mountpoint /boot is set, then the partition will also be marked as " -"bootable." -msgstr "" -"Ha a /boot csatolási pont be van állítva, akkor a partíció is " -"rendszerbetöltőnek lesz jelölve." - -msgid "Mountpoint: " -msgstr "Csatolási pont: " - -msgid "Current free sectors on device {}:" -msgstr "Jelenlegi szabad szektorok a(z) {} eszközön:" - -msgid "Total sectors: {}" -msgstr "Összes szektor: {}" - -msgid "Enter the start sector (default: {}): " -msgstr "Add meg a kezdőszektort (alapértelmezett: {}): " - -msgid "" -"Enter the end sector of the partition (percentage or block number, default: " -"{}): " -msgstr "" -"Add meg a partíció végszektorát (százalékban, vagy blokkszámban, " -"alapértelmezett: {}): " - -msgid "This will remove all newly added partitions, continue?" -msgstr "Ezzel eltávolítod az összes újonnan hozzáadott partíciót, folytatod?" - -msgid "Partition management: {}" -msgstr "Partíciókezelés: {}" - -msgid "Total length: {}" -msgstr "Teljes hossz: {}" - -msgid "Encryption type" -msgstr "Titkosítás típusa" - -msgid "Partitions" -msgstr "Partíciók" - -msgid "No HSM devices available" -msgstr "Nem állnak rendelkezésre HSM-eszközök" - -msgid "Partitions to be encrypted" -msgstr "Titkosítandó partíciók" - -msgid "Select disk encryption option" -msgstr "Válassz ki egy lemeztitkosítási lehetőséget" - -msgid "Select a FIDO2 device to use for HSM" -msgstr "Válaszd ki a HSM-hez használni kívánt FIDO2-eszközt" - -msgid "Use a best-effort default partition layout" -msgstr "" -"A lehető legjobb beállítást lehetővé tévő alapértelmezett partíció-" -"elrendezés használata" - -msgid "Manual Partitioning" -msgstr "Kézi Partícionálás" - -msgid "Pre-mounted configuration" -msgstr "Előcsatolt konfiguráció" - -msgid "Unknown" -msgstr "Ismeretlen" - -msgid "Partition encryption" -msgstr "Partíció titkosítás" - -msgid " ! Formatting {} in " -msgstr " ! Formázás {} ebben " - -msgid "← Back" -msgstr "← Vissza" - -msgid "Disk encryption" -msgstr "Lemez titkosítás" - -msgid "Configuration" -msgstr "Konfiguráció" - -msgid "Password" -msgstr "Jelszó" - -msgid "All settings will be reset, are you sure?" -msgstr "" -"Minden beállítás visszaállításra kerül alaphelyzetre, biztos vagy benne?" - -msgid "Back" -msgstr "Vissza" - -msgid "Please chose which greeter to install for the chosen profiles: {}" -msgstr "" -"Kérlek, válaszd ki, hogy melyik bejelentkezési segédet szeretnéd telepíteni " -"a kiválasztott profilokhoz: {}" - -msgid "Environment type: {}" -msgstr "Környezet típusa: {}" - -msgid "" -"The proprietary Nvidia driver is not supported by Sway. It is likely that " -"you will run into issues, are you okay with that?" -msgstr "" -"Az Sway nem támogatja az Nvidia saját fejlesztésű illesztőprogramját. " -"Valószínű, hogy problémákba fog ütközni, rendben van ez számodra?" - -msgid "Installed packages" -msgstr "Telepített csomagok" - -msgid "Add profile" -msgstr "Profil hozzáadása" - -msgid "Edit profile" -msgstr "Profil szerkesztése" - -msgid "Delete profile" -msgstr "Profil törlése" - -msgid "Profile name: " -msgstr "Profil neve: " - -msgid "The profile name you entered is already in use. Try again" -msgstr "A megadott profilnév már használatban van. Próbáld újra" - -msgid "" -"Packages to be install with this profile (space separated, leave blank to " -"skip): " -msgstr "" -"A profilhoz telepítendő csomagok (szóközzel elválasztva, vagy hagyd üresen a " -"kihagyáshoz): " - -msgid "" -"Services to be enabled with this profile (space separated, leave blank to " -"skip): " -msgstr "" -"A profillal engedélyezendő szolgáltatások (szóközzel elválasztva, vagy hagyd " -"üresen a kihagyáshoz): " - -msgid "Should this profile be enabled for installation?" -msgstr "Engedélyezed ezt a profilt a telepítéshez?" - -msgid "Create your own" -msgstr "Hozd létre a sajátod" - -msgid "" -"\n" -"Select a graphics driver or leave blank to install all open-source drivers" -msgstr "" -"\n" -"Válassz ki egy grafikus illesztőprogramot, vagy hagyd üresen az összes nyílt " -"forráskódú illesztőprogram telepítéséhez" - -msgid "" -"Sway needs access to your seat (collection of hardware devices i.e. " -"keyboard, mouse, etc)" -msgstr "" -"Az Sway-nek hozzáférésre van szüksége (olyan hardvereszközök gyűjteményéhez " -"mint például a billentyűzet, az egér, stb.)" - -msgid "" -"\n" -"\n" -"Choose an option to give Sway access to your hardware" -msgstr "" -"\n" -"\n" -"Válassz egy opciót, hogy engedélyezd, hogy az Sway hozzáférhessen a " -"hardverekhez" - -msgid "Graphics driver" -msgstr "Grafikus illesztőprogram" - -msgid "Greeter" -msgstr "Bejelentkezési segéd" - -msgid "Please chose which greeter to install" -msgstr "" -"Kérlek, válaszd ki, hogy melyik bejelentkezési segédet szeretnéd telepíteni" - -msgid "This is a list of pre-programmed default_profiles" -msgstr "Ez az előre programozott default_profiles listája" - -msgid "Disk configuration" -msgstr "Lemez konfiguráció" - -msgid "Profiles" -msgstr "Profilok" - -msgid "Finding possible directories to save configuration files ..." -msgstr "Lehetséges könyvtárak keresése a konfigurációs fájlok mentéséhez..." - -msgid "Select directory (or directories) for saving configuration files" -msgstr "" -"Válassza ki a könyvtárat (vagy könyvtárakat) a konfigurációs fájlok " -"mentéséhez" - -msgid "Add a custom mirror" -msgstr "Egyéni tükör hozzáadása" - -msgid "Change custom mirror" -msgstr "Egyéni tükör megváltoztatása" - -msgid "Delete custom mirror" -msgstr "Egyéni tükör törlése" - -msgid "Enter name (leave blank to skip): " -msgstr "Adj meg egy nevet (vagy hagyd üresen a kihagyáshoz): " - -msgid "Enter url (leave blank to skip): " -msgstr "Adj megy egy URL-címet (vagy hagyd üresen a kihagyáshoz): " - -msgid "Select signature check option" -msgstr "Válassz egy aláírás-ellenőrzési lehetőséget" - -msgid "Select signature option" -msgstr "Válassz egy aláírás beállítást" - -msgid "Custom mirrors" -msgstr "Egyedi tükrök" - -msgid "Defined" -msgstr "Meghatározott" - -msgid "Save user configuration (including disk layout)" -msgstr "Felhasználói konfiguráció mentése (beleértve a lemezelrendezést is)" - -msgid "" -"Enter a directory for the configuration(s) to be saved (tab completion " -"enabled)\n" -"Save directory: " -msgstr "" -"Adj meg egy könyvtárat a menteni kívánt konfiguráció(k) számára (a lap " -"kitöltés engedélyezve)\n" -"Mentési könyvtár: " - -msgid "" -"Do you want to save {} configuration file(s) in the following location?\n" -"\n" -"{}" -msgstr "" -"Szeretnéd elmenteni a(z) {} konfigurációs fájlt a következő helyre?\n" -"\n" -"{}" - -msgid "Saving {} configuration files to {}" -msgstr "{} konfigurációs fájl(ok) mentése ide: {}" - -msgid "Mirrors" -msgstr "Tükrök" - -msgid "Mirror regions" -msgstr "Tükör régiók" - -msgid "" -" - Maximum value : {} ( Allows {} parallel downloads, allows " -"{max_downloads+1} downloads at a time )" -msgstr "" -" - Maximális érték : {} ( {} párhuzamos letöltést tesz lehetővé és " -"egyszerre {max_downloads+1} letöltést enged meg )" - -msgid "Invalid input! Try again with a valid input [1 to {}, or 0 to disable]" -msgstr "" -"Érvénytelen bemenet! Próbáld újra egy érvényes bemenettel [1 a(z) {} " -"értékhez, vagy 0-t a letiltáshoz]" - -msgid "Locales" -msgstr "Nyelvi beállítások" - -msgid "" -"Use NetworkManager (necessary to configure internet graphically in GNOME and " -"KDE)" -msgstr "" -"A NetworkManager használata (szükséges az internet grafikus konfigurálásához " -"GNOME-ban és KDE-ben)" - -msgid "Total: {} / {}" -msgstr "Összes: {} / {}" - -msgid "All entered values can be suffixed with a unit: B, KB, KiB, MB, MiB..." -msgstr "" -"Minden beírt értéket mértékegységekkel kell ellátni: B, KB, KiB, MB, MiB..." - -msgid "If no unit is provided, the value is interpreted as sectors" -msgstr "" -"Ha nincs mértékegység megadva, akkor az értéket szektorokként értelmezi" - -msgid "Enter start (default: sector {}): " -msgstr "Kezdőpont megadása (alapértelmezett: szektor{}): " - -msgid "Enter end (default: {}): " -msgstr "Végpont megadása (alapértelmezett: {}): " - -msgid "Unable to determine fido2 devices. Is libfido2 installed?" -msgstr "" -"Nem sikerült meghatározni a fido2 eszközöket. Telepítve van a libfido2?" - -msgid "Path" -msgstr "Elérési útvonal" - -msgid "Manufacturer" -msgstr "Gyártó" - -msgid "Product" -msgstr "Termék" - -#, python-brace-format -msgid "Invalid configuration: {error}" -msgstr "Érvénytelen konfiguráció: {error}" - -msgid "Type" -msgstr "Típus" - -msgid "" -"This option enables the number of parallel downloads that can occur during " -"package downloads" -msgstr "" -"Ez a beállítás lehetővé teszi, hogy a csomagletöltések során hány párhuzamos " -"letöltés történhet" - -msgid "" -"Enter the number of parallel downloads to be enabled.\n" -"\n" -"Note:\n" -msgstr "" -"Add meg az engedélyezni kívánt párhuzamos letöltések számát.\n" -"\n" -"Megjegyzés:\n" - -msgid "" -" - Maximum recommended value : {} ( Allows {} parallel downloads at a time )" -msgstr "" -" - Maximális ajánlott érték : {} ( Egyszerre {} párhuzamos letöltést tesz " -"lehetővé )" - -msgid "" -" - Disable/Default : 0 ( Disables parallel downloading, allows only 1 " -"download at a time )\n" -msgstr "" -" - Letiltás/Alapértelmezett: 0 (Kikapcsolja a párhuzamos letöltést, " -"egyszerre csak 1 letöltést tesz lehetővé)\n" - -msgid "Invalid input! Try again with a valid input [or 0 to disable]" -msgstr "" -"Érvénytelen bemenet! Próbáld újra egy érvényes bemenettel [vagy 0-t a " -"letiltáshoz]" - -msgid "" -"Hyprland needs access to your seat (collection of hardware devices i.e. " -"keyboard, mouse, etc)" -msgstr "" -"A Hyprland-nek hozzáférésre van szüksége (olyan hardvereszközök " -"gyűjteményéhez mint például a billentyűzet, az egér, stb.)" - -msgid "" -"\n" -"\n" -"Choose an option to give Hyprland access to your hardware" -msgstr "" -"\n" -"\n" -"Válassz egy opciót, hogy engedélyezd, hogy a Hyprland hozzáférhessen a " -"hardverekhez" - -msgid "" -"All entered values can be suffixed with a unit: %, B, KB, KiB, MB, MiB..." -msgstr "" -"Minden beírt értéket mértékegységgel kell ellátni: %, B, KB, KiB, MB, MiB..." - -msgid "Would you like to use unified kernel images?" -msgstr "Szeretnél egységesített kernelképeket (UKI-t) használni?" - -msgid "Unified kernel images" -msgstr "Egységesített kernelképek (UKI-k)" - -msgid "Waiting for time sync (timedatectl show) to complete." -msgstr "Várakozás az időszinkronizálás (timedatectl show) befejezésére." - -msgid "" -"Time syncronization not completing, while you wait - check the docs for " -"workarounds: https://archinstall.readthedocs.io/" -msgstr "" -"Az időszinkronizálás nem fejeződik be, amíg várakozol - nézd meg a " -"dokumentációban a megoldásokat: https://archinstall.readthedocs.io/" - -msgid "" -"Skipping waiting for automatic time sync (this can cause issues if time is " -"out of sync during installation)" -msgstr "" -"Az automatikus időszinkronizálásra való várakozás kihagyása (ez problémákat " -"okozhat, ha az idő nincs szinkronban a telepítés során)" - -msgid "" -"Waiting for Arch Linux keyring sync (archlinux-keyring-wkd-sync) to complete." -msgstr "" -"Várakozás az Arch Linux kulcstartó szinkronizálásának (archlinux-keyring-wkd-" -"sync) befejezésére." -- cgit v1.2.3-54-g00ecf From d265b2038eedfe08b63a76622248a42345158b75 Mon Sep 17 00:00:00 2001 From: Giovanni Scafora Date: Mon, 15 Apr 2024 06:48:09 +0200 Subject: Update Italian translation (#2414) Update --- archinstall/locales/it/LC_MESSAGES/base.mo | Bin 40442 -> 41126 bytes archinstall/locales/it/LC_MESSAGES/base.po | 24 +++++++++++++++++++++--- 2 files changed, 21 insertions(+), 3 deletions(-) (limited to 'archinstall/locales') diff --git a/archinstall/locales/it/LC_MESSAGES/base.mo b/archinstall/locales/it/LC_MESSAGES/base.mo index 23e7562e..3976d1d6 100644 Binary files a/archinstall/locales/it/LC_MESSAGES/base.mo and b/archinstall/locales/it/LC_MESSAGES/base.mo differ diff --git a/archinstall/locales/it/LC_MESSAGES/base.po b/archinstall/locales/it/LC_MESSAGES/base.po index 374b450b..1fcb61e4 100644 --- a/archinstall/locales/it/LC_MESSAGES/base.po +++ b/archinstall/locales/it/LC_MESSAGES/base.po @@ -9,7 +9,7 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Generator: Poedit 3.4.1\n" +"X-Generator: Poedit 3.4.2\n" msgid "[!] A log file has been created here: {} {}" msgstr "[!] Un file di log è stato creato qui: {} {}" @@ -97,10 +97,10 @@ msgid "Enter a desired filesystem type for the partition" msgstr "Immettere un tipo di filesystem desiderato per la partizione" msgid "Enter the start location (in parted units: s, GB, %, etc. ; default: {}): " -msgstr "Inserisci la posizione iniziale (in unità separate: s, GB, %, ecc.; impostazione predefinita: {}):" +msgstr "Inserisci la posizione iniziale (in unità separate: s, GB, %, ecc.; impostazione predefinita: {}): " msgid "Enter the end location (in parted units: s, GB, %, etc. ; ex: {}): " -msgstr "Inserisci la posizione finale (in unità separate: s, GB, %, ecc.; es: {}):" +msgstr "Inserisci la posizione finale (in unità separate: s, GB, %, ecc.; es: {}): " msgid "{} contains queued partitions, this will remove those, are you sure?" msgstr "{} contiene partizioni in coda, questo le rimuoverà, sei sicuro?" @@ -1225,3 +1225,21 @@ msgstr "Salto l’attesa della sincronizzazione automatica dell’ora (potrebbe msgid "Waiting for Arch Linux keyring sync (archlinux-keyring-wkd-sync) to complete." msgstr "In attesa che la sincronizzazione del portachiavi di Arch Linux (archlinux-keyring-wkd-sync) sia completa." + +msgid "Selected profiles: " +msgstr "Profili selezionati: " + +msgid "Time synchronization not completing, while you wait - check the docs for workarounds: https://archinstall.readthedocs.io/" +msgstr "La sincronizzazione dell’orario non si sta completando, in attesa, leggi la documentazione alla ricerca di una soluzione: https://archinstall.readthedocs.io/" + +msgid "Mark/Unmark as nodatacow" +msgstr "Seleziona/Deseleziona come nodatacow" + +msgid "Would you like to use compression or disable CoW?" +msgstr "Vorresti usare la compressione o disabilitare CoW?" + +msgid "Use compression" +msgstr "Usa la compressione" + +msgid "Disable Copy-on-Write" +msgstr "Disabilita Copy-on-Write" -- cgit v1.2.3-54-g00ecf From b3894c8d08d38cc7d6d693e2022054164f342cb4 Mon Sep 17 00:00:00 2001 From: Alexmelman88 <99257010+Alexmelman88@users.noreply.github.com> Date: Mon, 15 Apr 2024 07:48:16 +0300 Subject: Update Russian translation (#2409) --- archinstall/locales/ru/LC_MESSAGES/base.mo | Bin 54291 -> 54724 bytes archinstall/locales/ru/LC_MESSAGES/base.po | 554 +++++++++++++++++++++-------- 2 files changed, 409 insertions(+), 145 deletions(-) (limited to 'archinstall/locales') diff --git a/archinstall/locales/ru/LC_MESSAGES/base.mo b/archinstall/locales/ru/LC_MESSAGES/base.mo index e1d9df35..2a874109 100644 Binary files a/archinstall/locales/ru/LC_MESSAGES/base.mo and b/archinstall/locales/ru/LC_MESSAGES/base.mo differ diff --git a/archinstall/locales/ru/LC_MESSAGES/base.po b/archinstall/locales/ru/LC_MESSAGES/base.po index f30681ed..1f111923 100644 --- a/archinstall/locales/ru/LC_MESSAGES/base.po +++ b/archinstall/locales/ru/LC_MESSAGES/base.po @@ -9,14 +9,19 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<12 || n%100>14) ? 1 : 2);\n" -"X-Generator: Poedit 3.4.1\n" +"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && " +"n%10<=4 && (n%100<12 || n%100>14) ? 1 : 2);\n" +"X-Generator: Poedit 3.4.2\n" msgid "[!] A log file has been created here: {} {}" msgstr "[!] Здесь был создан файл журнала: {} {}" -msgid " Please submit this issue (and file) to https://github.com/archlinux/archinstall/issues" -msgstr " Пожалуйста, отправьте эту проблему (и файл) по адресу https://github.com/archlinux/archinstall/issues" +msgid "" +" Please submit this issue (and file) to https://github.com/archlinux/" +"archinstall/issues" +msgstr "" +" Пожалуйста, отправьте эту проблему (и файл) по адресу https://github.com/" +"archlinux/archinstall/issues" msgid "Do you really want to abort?" msgstr "Вы действительно хотите прекратить?" @@ -31,10 +36,13 @@ msgid "Desired hostname for the installation: " msgstr "Желаемое имя хоста для установки: " msgid "Username for required superuser with sudo privileges: " -msgstr "Имя пользователя для требуемого суперпользователя с привилегиями sudo: " +msgstr "" +"Имя пользователя для требуемого суперпользователя с привилегиями sudo: " msgid "Any additional users to install (leave blank for no users): " -msgstr "Любые дополнительные пользователи для установки (оставьте пустым, если пользователей нет): " +msgstr "" +"Любые дополнительные пользователи для установки (оставьте пустым, если " +"пользователей нет): " msgid "Should this user be a superuser (sudoer)?" msgstr "Должен ли этот пользователь быть суперпользователем (sudoer)?" @@ -51,38 +59,59 @@ msgstr "Выберите загрузчик" msgid "Choose an audio server" msgstr "Выберите звуковой сервер" -msgid "Only packages such as base, base-devel, linux, linux-firmware, efibootmgr and optional profile packages are installed." -msgstr "Устанавливаются только такие пакеты, как base, base-devel, linux, linux-firmware, efibootmgr и дополнительные пакеты профиля." +msgid "" +"Only packages such as base, base-devel, linux, linux-firmware, efibootmgr " +"and optional profile packages are installed." +msgstr "" +"Устанавливаются только такие пакеты, как base, base-devel, linux, linux-" +"firmware, efibootmgr и дополнительные пакеты профиля." -msgid "If you desire a web browser, such as firefox or chromium, you may specify it in the following prompt." -msgstr "Если вы хотите использовать веб-браузер, например, firefox или chromium, вы можете указать его в следующем запросе." +msgid "" +"If you desire a web browser, such as firefox or chromium, you may specify it " +"in the following prompt." +msgstr "" +"Если вы хотите использовать веб-браузер, например, firefox или chromium, вы " +"можете указать его в следующем запросе." -msgid "Write additional packages to install (space separated, leave blank to skip): " -msgstr "Напишите дополнительные пакеты для установки (разделите пробелами, оставьте пустым, чтобы пропустить): " +msgid "" +"Write additional packages to install (space separated, leave blank to skip): " +msgstr "" +"Напишите дополнительные пакеты для установки (разделите пробелами, оставьте " +"пустым, чтобы пропустить): " msgid "Copy ISO network configuration to installation" msgstr "Копировать сетевую конфигурацию ISO в установку" -msgid "Use NetworkManager (necessary for configuring internet graphically in GNOME and KDE)" -msgstr "Использовать NetworkManager (необходим для графической настройки интернета в GNOME и KDE)" +msgid "" +"Use NetworkManager (necessary for configuring internet graphically in GNOME " +"and KDE)" +msgstr "" +"Использовать NetworkManager (необходим для графической настройки интернета в " +"GNOME и KDE)" msgid "Select one network interface to configure" msgstr "Выберите один сетевой интерфейс для настройки" -msgid "Select which mode to configure for \"{}\" or skip to use default mode \"{}\"" -msgstr "Выберите режим для конфигурации \"{}\" или пропустите, чтобы использовать режим по умолчанию \"{}\"." +msgid "" +"Select which mode to configure for \"{}\" or skip to use default mode \"{}\"" +msgstr "" +"Выберите режим для конфигурации \"{}\" или пропустите, чтобы использовать " +"режим по умолчанию \"{}\"." msgid "Enter the IP and subnet for {} (example: 192.168.0.5/24): " msgstr "Введите IP-адрес и подсеть для {} (пример: 192.168.0.5/24): " msgid "Enter your gateway (router) IP address or leave blank for none: " -msgstr "Введите IP-адрес вашего шлюза (маршрутизатора) или оставьте пустым, если его нет: " +msgstr "" +"Введите IP-адрес вашего шлюза (маршрутизатора) или оставьте пустым, если его " +"нет: " msgid "Enter your DNS servers (space separated, blank for none): " msgstr "Введите ваши DNS-серверы (через пробел, пустой - нет): " msgid "Select which filesystem your main partition should use" -msgstr "Выберите, какую файловую систему должен использовать ваш основной раздел" +msgstr "" +"Выберите, какую файловую систему должен использовать ваш основной раздел" msgid "Current partition layout" msgstr "Текущая разметка разделов" @@ -97,11 +126,16 @@ msgstr "" msgid "Enter a desired filesystem type for the partition" msgstr "Введите желаемый тип файловой системы для раздела" -msgid "Enter the start location (in parted units: s, GB, %, etc. ; default: {}): " -msgstr "Введите начальное значение (в раздельных блоках: с, ГБ, % и т.д.; по умолчанию: {}): " +msgid "" +"Enter the start location (in parted units: s, GB, %, etc. ; default: {}): " +msgstr "" +"Введите начальное значение (в раздельных блоках: с, ГБ, % и т.д.; по " +"умолчанию: {}): " msgid "Enter the end location (in parted units: s, GB, %, etc. ; ex: {}): " -msgstr "Введите конечное значение (в раздельных блоках: с, Гб, % и т.д.; например: {}): " +msgstr "" +"Введите конечное значение (в раздельных блоках: с, Гб, % и т.д.; например: " +"{}): " msgid "{} contains queued partitions, this will remove those, are you sure?" msgstr "{} содержит разделы в очереди, это удалит их, вы уверены?" @@ -124,11 +158,17 @@ msgstr "" "\n" "Выберите по индексу, какой раздел куда монтировать" -msgid " * Partition mount-points are relative to inside the installation, the boot would be /boot as an example." -msgstr " * Точки монтирования разделов являются относительными внутри установки, например, загрузочный будет /boot." +msgid "" +" * Partition mount-points are relative to inside the installation, the boot " +"would be /boot as an example." +msgstr "" +" * Точки монтирования разделов являются относительными внутри установки, " +"например, загрузочный будет /boot." msgid "Select where to mount partition (leave blank to remove mountpoint): " -msgstr "Выберите куда монтировать раздел (оставьте пустым, чтобы удалить точку монтирования): " +msgstr "" +"Выберите куда монтировать раздел (оставьте пустым, чтобы удалить точку " +"монтирования): " msgid "" "{}\n" @@ -173,16 +213,25 @@ msgid "Archinstall language" msgstr "Язык Archinstall" msgid "Wipe all selected drives and use a best-effort default partition layout" -msgstr "Стереть все выбранные диски и использовать оптимальную схему разделов по умолчанию" +msgstr "" +"Стереть все выбранные диски и использовать оптимальную схему разделов по " +"умолчанию" -msgid "Select what to do with each individual drive (followed by partition usage)" -msgstr "Выберите, что делать с каждым отдельным диском (с последующим использованием разделов)" +msgid "" +"Select what to do with each individual drive (followed by partition usage)" +msgstr "" +"Выберите, что делать с каждым отдельным диском (с последующим использованием " +"разделов)" msgid "Select what you wish to do with the selected block devices" msgstr "Выберите, что вы хотите сделать с выбранными блочными устройствами" -msgid "This is a list of pre-programmed profiles, they might make it easier to install things like desktop environments" -msgstr "Это список предварительно запрограммированных профилей, они могут облегчить установку таких вещей, как окружения рабочего стола" +msgid "" +"This is a list of pre-programmed profiles, they might make it easier to " +"install things like desktop environments" +msgstr "" +"Это список предварительно запрограммированных профилей, они могут облегчить " +"установку таких вещей, как окружения рабочего стола" msgid "Select keyboard layout" msgstr "Выберите раскладку клавиатуры" @@ -191,16 +240,29 @@ msgid "Select one of the regions to download packages from" msgstr "Выберите один из регионов для загрузки пакетов" msgid "Select one or more hard drives to use and configure" -msgstr "Выберите один или несколько жестких дисков для использования и настройте их" +msgstr "" +"Выберите один или несколько жестких дисков для использования и настройте их" -msgid "For the best compatibility with your AMD hardware, you may want to use either the all open-source or AMD / ATI options." -msgstr "Для наилучшей совместимости с оборудованием AMD вы можете использовать либо все варианты с открытым исходным кодом, либо AMD / ATI." +msgid "" +"For the best compatibility with your AMD hardware, you may want to use " +"either the all open-source or AMD / ATI options." +msgstr "" +"Для наилучшей совместимости с оборудованием AMD вы можете использовать либо " +"все варианты с открытым исходным кодом, либо AMD / ATI." -msgid "For the best compatibility with your Intel hardware, you may want to use either the all open-source or Intel options.\n" -msgstr "Для лучшей совместимости с оборудованием Intel вы можете использовать либо все варианты с открытым исходным кодом, либо Intel.\n" +msgid "" +"For the best compatibility with your Intel hardware, you may want to use " +"either the all open-source or Intel options.\n" +msgstr "" +"Для лучшей совместимости с оборудованием Intel вы можете использовать либо " +"все варианты с открытым исходным кодом, либо Intel.\n" -msgid "For the best compatibility with your Nvidia hardware, you may want to use the Nvidia proprietary driver.\n" -msgstr "Для наилучшей совместимости с оборудованием Nvidia вы можете использовать проприетарный драйвер Nvidia.\n" +msgid "" +"For the best compatibility with your Nvidia hardware, you may want to use " +"the Nvidia proprietary driver.\n" +msgstr "" +"Для наилучшей совместимости с оборудованием Nvidia вы можете использовать " +"проприетарный драйвер Nvidia.\n" msgid "" "\n" @@ -209,13 +271,15 @@ msgid "" msgstr "" "\n" "\n" -"Выберите графический драйвер или оставьте пустым, чтобы установить все драйверы с открытым исходным кодом" +"Выберите графический драйвер или оставьте пустым, чтобы установить все " +"драйверы с открытым исходным кодом" msgid "All open-source (default)" msgstr "Все с открытым исходным кодом (по умолчанию)" msgid "Choose which kernels to use or leave blank for default \"{}\"" -msgstr "Выберите, какие ядра использовать, или оставьте пустым по умолчанию \"{}\"." +msgstr "" +"Выберите, какие ядра использовать, или оставьте пустым по умолчанию \"{}\"." msgid "Choose which locale language to use" msgstr "Выберите, какой язык локали использовать" @@ -232,8 +296,12 @@ msgstr "Выберите один или несколько из приведе msgid "Adding partition...." msgstr "Добавление раздела...." -msgid "You need to enter a valid fs-type in order to continue. See `man parted` for valid fs-type's." -msgstr "Чтобы продолжить, вам нужно ввести действительный fs-тип. Смотрите `man parted` для правильных fs-типов." +msgid "" +"You need to enter a valid fs-type in order to continue. See `man parted` for " +"valid fs-type's." +msgstr "" +"Чтобы продолжить, вам нужно ввести действительный fs-тип. Смотрите `man " +"parted` для правильных fs-типов." msgid "Error: Listing profiles on URL \"{}\" resulted in:" msgstr "Ошибка: Перечисление профилей по URL \"{}\" привело к:" @@ -305,7 +373,8 @@ msgid "" "Do you wish to continue?" msgstr "" "Вы решили пропустить выбор жесткого диска\n" -"и будете использовать любой диск, смонтированный по адресу {} (экспериментально)\n" +"и будете использовать любой диск, смонтированный по адресу {} " +"(экспериментально)\n" "ПРЕДУПРЕЖДЕНИЕ: Archinstall не будет проверять пригодность этой установки.\n" "Вы хотите продолжить?" @@ -325,13 +394,16 @@ msgid "Assign mount-point for a partition" msgstr "Назначить точку монтирования для раздела" msgid "Mark/Unmark a partition to be formatted (wipes data)" -msgstr "Пометить/снять отметку с раздела, который будет отформатирован (стирание данных)" +msgstr "" +"Пометить/снять отметку с раздела, который будет отформатирован (стирание " +"данных)" msgid "Mark/Unmark a partition as encrypted" msgstr "Пометить/снять отметку с раздела как зашифрованный" msgid "Mark/Unmark a partition as bootable (automatic for /boot)" -msgstr "Пометить/снять отметку с раздела как загрузочный (автоматически для /boot)" +msgstr "" +"Пометить/снять отметку с раздела как загрузочный (автоматически для /boot)" msgid "Set desired filesystem for a partition" msgstr "Установите желаемую файловую систему для раздела" @@ -371,7 +443,8 @@ msgid "Enter a encryption password for {}" msgstr "Введите пароль шифрования для {}" msgid "Enter disk encryption password (leave blank for no encryption): " -msgstr "Введите пароль шифрования диска (оставьте пустым для отсутствия шифрования): " +msgstr "" +"Введите пароль шифрования диска (оставьте пустым для отсутствия шифрования): " msgid "Create a required super-user with sudo privileges: " msgstr "Создайте необходимого суперпользователя с привилегиями sudo: " @@ -382,31 +455,43 @@ msgstr "Введите пароль root (оставьте пустым, что msgid "Password for user \"{}\": " msgstr "Пароль для пользователя \"{}\": " -msgid "Verifying that additional packages exist (this might take a few seconds)" -msgstr "Проверка наличия дополнительных пакетов (это может занять несколько секунд)" +msgid "" +"Verifying that additional packages exist (this might take a few seconds)" +msgstr "" +"Проверка наличия дополнительных пакетов (это может занять несколько секунд)" -msgid "Would you like to use automatic time synchronization (NTP) with the default time servers?\n" -msgstr "Вы хотите использовать автоматическую синхронизацию времени (NTP) с серверами времени по умолчанию?\n" +msgid "" +"Would you like to use automatic time synchronization (NTP) with the default " +"time servers?\n" +msgstr "" +"Вы хотите использовать автоматическую синхронизацию времени (NTP) с " +"серверами времени по умолчанию?\n" msgid "" -"Hardware time and other post-configuration steps might be required in order for NTP to work.\n" +"Hardware time and other post-configuration steps might be required in order " +"for NTP to work.\n" "For more information, please check the Arch wiki" msgstr "" -"Для работы NTP может потребоваться аппаратное время и другие шаги после конфигурации.\n" +"Для работы NTP может потребоваться аппаратное время и другие шаги после " +"конфигурации.\n" "Для получения дополнительной информации, пожалуйста, ознакомьтесь с ArchWiki" msgid "Enter a username to create an additional user (leave blank to skip): " -msgstr "Введите имя пользователя для создания дополнительного пользователя (оставьте пустым, чтобы пропустить): " +msgstr "" +"Введите имя пользователя для создания дополнительного пользователя (оставьте " +"пустым, чтобы пропустить): " msgid "Use ESC to skip\n" msgstr "Используйте ESC, чтобы пропустить\n" msgid "" "\n" -" Choose an object from the list, and select one of the available actions for it to execute" +" Choose an object from the list, and select one of the available actions for " +"it to execute" msgstr "" "\n" -" Выберите объект из списка и выберите одно из доступных действий для его выполнения" +" Выберите объект из списка и выберите одно из доступных действий для его " +"выполнения" msgid "Cancel" msgstr "Отменить" @@ -442,11 +527,17 @@ msgstr "" "\n" "Это выбранная вами конфигурация:" -msgid "Pacman is already running, waiting maximum 10 minutes for it to terminate." -msgstr "Pacman уже запущен, ожидание его завершения составляет максимум 10 минут." +msgid "" +"Pacman is already running, waiting maximum 10 minutes for it to terminate." +msgstr "" +"Pacman уже запущен, ожидание его завершения составляет максимум 10 минут." -msgid "Pre-existing pacman lock never exited. Please clean up any existing pacman sessions before using archinstall." -msgstr "Существовавшая ранее блокировка pacman не завершилась. Пожалуйста, очистите все существующие сессии pacman перед использованием archinstall." +msgid "" +"Pre-existing pacman lock never exited. Please clean up any existing pacman " +"sessions before using archinstall." +msgstr "" +"Существовавшая ранее блокировка pacman не завершилась. Пожалуйста, очистите " +"все существующие сессии pacman перед использованием archinstall." msgid "Choose which optional additional repositories to enable" msgstr "Выберите, какие дополнительные репозитории следует включить" @@ -537,7 +628,8 @@ msgid "Missing configurations:\n" msgstr "Отсутствующие конфигурации:\n" msgid "Either root-password or at least 1 superuser must be specified" -msgstr "Должен быть указан либо пароль root, либо как минимум 1 суперпользователь" +msgstr "" +"Должен быть указан либо пароль root, либо как минимум 1 суперпользователь" msgid "Manage superuser accounts: " msgstr "Управление учетными записями суперпользователей: " @@ -597,8 +689,12 @@ msgstr "Хотите ли вы использовать сжатие BTRFS?" msgid "Would you like to create a separate partition for /home?" msgstr "Хотите ли вы создать отдельный раздел для /home?" -msgid "The selected drives do not have the minimum capacity required for an automatic suggestion\n" -msgstr "Выбранные диски не имеют минимальной емкости, необходимой для автоматического предложения\n" +msgid "" +"The selected drives do not have the minimum capacity required for an " +"automatic suggestion\n" +msgstr "" +"Выбранные диски не имеют минимальной емкости, необходимой для " +"автоматического предложения\n" msgid "Minimum capacity for /home partition: {}GB\n" msgstr "Минимальный размер раздела /home: {}GB\n" @@ -625,7 +721,9 @@ msgid "No iface specified for manual configuration" msgstr "Не указан iface для ручной настройки" msgid "Manual nic configuration with no auto DHCP requires an IP address" -msgstr "Ручная конфигурация сетевого адаптера без автоматического DHCP требует IP-адреса" +msgstr "" +"Ручная конфигурация сетевого адаптера без автоматического DHCP требует IP-" +"адреса" msgid "Add interface" msgstr "Добавить интерфейс" @@ -645,44 +743,74 @@ msgstr "Ручная конфигурация" msgid "Mark/Unmark a partition as compressed (btrfs only)" msgstr "Пометить/снять отметку с раздела как сжатый (только для btrfs)" -msgid "The password you are using seems to be weak, are you sure you want to use it?" -msgstr "Пароль, который вы используете, кажется слабым, вы уверены, что хотите его использовать?" +msgid "" +"The password you are using seems to be weak, are you sure you want to use it?" +msgstr "" +"Пароль, который вы используете, кажется слабым, вы уверены, что хотите его " +"использовать?" -msgid "Provides a selection of desktop environments and tiling window managers, e.g. gnome, kde, sway" -msgstr "Предоставляет выбор окружений рабочего стола и тайловых оконных менеджеров, например, gnome, kde, sway" +msgid "" +"Provides a selection of desktop environments and tiling window managers, e." +"g. gnome, kde, sway" +msgstr "" +"Предоставляет выбор окружений рабочего стола и тайловых оконных менеджеров, " +"например, gnome, kde, sway" msgid "Select your desired desktop environment" msgstr "Выберите желаемое окружение рабочего стола" -msgid "A very basic installation that allows you to customize Arch Linux as you see fit." -msgstr "Очень базовая установка, позволяющая настроить Arch Linux по своему усмотрению." +msgid "" +"A very basic installation that allows you to customize Arch Linux as you see " +"fit." +msgstr "" +"Очень базовая установка, позволяющая настроить Arch Linux по своему " +"усмотрению." -msgid "Provides a selection of various server packages to install and enable, e.g. httpd, nginx, mariadb" -msgstr "Предоставляет выбор различных пакетов сервера для установки и включения, например, httpd, nginx, mariadb" +msgid "" +"Provides a selection of various server packages to install and enable, e.g. " +"httpd, nginx, mariadb" +msgstr "" +"Предоставляет выбор различных пакетов сервера для установки и включения, " +"например, httpd, nginx, mariadb" -msgid "Choose which servers to install, if none then a minimal installation will be done" -msgstr "Выберите серверы для установки, если их нет, то будет выполнена минимальная установка" +msgid "" +"Choose which servers to install, if none then a minimal installation will be " +"done" +msgstr "" +"Выберите серверы для установки, если их нет, то будет выполнена минимальная " +"установка" msgid "Installs a minimal system as well as xorg and graphics drivers." -msgstr "Устанавливает минимальную систему, а также xorg и графические драйверы." +msgstr "" +"Устанавливает минимальную систему, а также xorg и графические драйверы." msgid "Press Enter to continue." msgstr "Нажмите Enter, чтобы продолжить." -msgid "Would you like to chroot into the newly created installation and perform post-installation configuration?" -msgstr "Хотите ли вы использовать chroot в новой созданной установке и выполнить настройку после установки?" +msgid "" +"Would you like to chroot into the newly created installation and perform " +"post-installation configuration?" +msgstr "" +"Хотите ли вы использовать chroot в новой созданной установке и выполнить " +"настройку после установки?" msgid "Are you sure you want to reset this setting?" msgstr "Вы уверены, что хотите сбросить эту настройку?" msgid "Select one or more hard drives to use and configure\n" -msgstr "Выберите один или несколько жестких дисков для использования и настройки\n" +msgstr "" +"Выберите один или несколько жестких дисков для использования и настройки\n" msgid "Any modifications to the existing setting will reset the disk layout!" -msgstr "Любые изменения существующей настройки приведут к сбросу разметки диска!" +msgstr "" +"Любые изменения существующей настройки приведут к сбросу разметки диска!" -msgid "If you reset the harddrive selection this will also reset the current disk layout. Are you sure?" -msgstr "Если вы сбросите выбор жесткого диска, это также сбросит текущую разметку диска. Вы уверены?" +msgid "" +"If you reset the harddrive selection this will also reset the current disk " +"layout. Are you sure?" +msgstr "" +"Если вы сбросите выбор жесткого диска, это также сбросит текущую разметку " +"диска. Вы уверены?" msgid "Save and exit" msgstr "Сохранить и выйти" @@ -728,8 +856,12 @@ msgstr "Добавить: " msgid "Value: " msgstr "Значение: " -msgid "You can skip selecting a drive and partitioning and use whatever drive-setup is mounted at /mnt (experimental)" -msgstr "Вы можете не выбирать диск и разметку и использовать любой диск, смонтированный в /mnt (экспериментально)" +msgid "" +"You can skip selecting a drive and partitioning and use whatever drive-setup " +"is mounted at /mnt (experimental)" +msgstr "" +"Вы можете не выбирать диск и разметку и использовать любой диск, " +"смонтированный в /mnt (экспериментально)" msgid "Select one of the disks or skip and use /mnt as default" msgstr "Выберите один из дисков или пропустите и используйте /mnt по умолчанию" @@ -752,8 +884,12 @@ msgstr "Свободное место" msgid "Bus-type" msgstr "Тип шины" -msgid "Either root-password or at least 1 user with sudo privileges must be specified" -msgstr "Должен быть указан либо пароль root, либо хотя бы 1 пользователь с привилегиями sudo" +msgid "" +"Either root-password or at least 1 user with sudo privileges must be " +"specified" +msgstr "" +"Должен быть указан либо пароль root, либо хотя бы 1 пользователь с " +"привилегиями sudo" msgid "Enter username (leave blank to skip): " msgstr "Введите имя пользователя (оставьте пустым, чтобы пропустить): " @@ -791,8 +927,12 @@ msgstr "Удалить подтом" msgid "Configured {} interfaces" msgstr "Настроено интерфейсов: {}" -msgid "This option enables the number of parallel downloads that can occur during installation" -msgstr "Этот параметр определяет количество параллельных загрузок, которые могут происходить во время установки" +msgid "" +"This option enables the number of parallel downloads that can occur during " +"installation" +msgstr "" +"Этот параметр определяет количество параллельных загрузок, которые могут " +"происходить во время установки" msgid "" "Enter the number of parallel downloads to be enabled.\n" @@ -803,18 +943,34 @@ msgstr "" " (Введите значение от 1 до {})\n" "Примечание:" -msgid " - Maximum value : {} ( Allows {} parallel downloads, allows {} downloads at a time )" -msgstr " - Минимальное значение: {} ( Позволяет {} параллельную загрузку, позволяет {} загрузки одновременно )" +msgid "" +" - Maximum value : {} ( Allows {} parallel downloads, allows {} downloads " +"at a time )" +msgstr "" +" - Минимальное значение: {} ( Позволяет {} параллельную загрузку, позволяет " +"{} загрузки одновременно )" -msgid " - Minimum value : 1 ( Allows 1 parallel download, allows 2 downloads at a time )" -msgstr " - Минимальное значение: 1 ( Позволяет 1 параллельную загрузку, позволяет 2 загрузки одновременно )" +msgid "" +" - Minimum value : 1 ( Allows 1 parallel download, allows 2 downloads at a " +"time )" +msgstr "" +" - Минимальное значение: 1 ( Позволяет 1 параллельную загрузку, позволяет 2 " +"загрузки одновременно )" -msgid " - Disable/Default : 0 ( Disables parallel downloading, allows only 1 download at a time )" -msgstr " - Отключить/по умолчанию: 0 ( Отключает параллельную загрузку, позволяет только 1 загрузку за один раз )" +msgid "" +" - Disable/Default : 0 ( Disables parallel downloading, allows only 1 " +"download at a time )" +msgstr "" +" - Отключить/по умолчанию: 0 ( Отключает параллельную загрузку, позволяет " +"только 1 загрузку за один раз )" #, python-brace-format -msgid "Invalid input! Try again with a valid input [1 to {max_downloads}, or 0 to disable]" -msgstr "Неверный ввод! Повторите попытку с правильным вводом [1 - {max_downloads}, или 0 - отключить]" +msgid "" +"Invalid input! Try again with a valid input [1 to {max_downloads}, or 0 to " +"disable]" +msgstr "" +"Неверный ввод! Повторите попытку с правильным вводом [1 - {max_downloads}, " +"или 0 - отключить]" msgid "Parallel Downloads" msgstr "Параллельные загрузки" @@ -831,14 +987,20 @@ msgstr "TAB, чтобы выбрать" msgid "[Default value: 0] > " msgstr "[Значение по умолчанию: 0] > " -msgid "To be able to use this translation, please install a font manually that supports the language." -msgstr "Чтобы иметь возможность использовать этот перевод, пожалуйста, установите вручную шрифт, поддерживающий данный язык." +msgid "" +"To be able to use this translation, please install a font manually that " +"supports the language." +msgstr "" +"Чтобы иметь возможность использовать этот перевод, пожалуйста, установите " +"вручную шрифт, поддерживающий данный язык." msgid "The font should be stored as {}" msgstr "Шрифт должен быть сохранен как {}" msgid "Archinstall requires root privileges to run. See --help for more." -msgstr "Для запуска Archinstall требуются привилегии root. Для получения дополнительной информации смотрите --help." +msgstr "" +"Для запуска Archinstall требуются привилегии root. Для получения " +"дополнительной информации смотрите --help." msgid "Select an execution mode" msgstr "Выберите режим выполнения" @@ -846,14 +1008,22 @@ msgstr "Выберите режим выполнения" msgid "Unable to fetch profile from specified url: {}" msgstr "Невозможно получить профиль из указанного url: {}" -msgid "Profiles must have unique name, but profile definitions with duplicate name found: {}" -msgstr "Профили должны иметь уникальное имя, но найдены определения профиля с дублирующимся именем: {}" +msgid "" +"Profiles must have unique name, but profile definitions with duplicate name " +"found: {}" +msgstr "" +"Профили должны иметь уникальное имя, но найдены определения профиля с " +"дублирующимся именем: {}" msgid "Select one or more devices to use and configure" msgstr "Выберите одно или несколько устройств для использования и настройки" -msgid "If you reset the device selection this will also reset the current disk layout. Are you sure?" -msgstr "Если вы сбросите выбор устройства, это также сбросит текущую разметку дисков. Вы уверены?" +msgid "" +"If you reset the device selection this will also reset the current disk " +"layout. Are you sure?" +msgstr "" +"Если вы сбросите выбор устройства, это также сбросит текущую разметку " +"дисков. Вы уверены?" msgid "Existing Partitions" msgstr "Существующие разделы" @@ -870,8 +1040,12 @@ msgstr "Минимальный размер раздела /home: {}GiB\n" msgid "Minimum capacity for Arch Linux partition: {}GiB" msgstr "Минимальный размер раздела Arch Linux: {}GiB" -msgid "This is a list of pre-programmed profiles_bck, they might make it easier to install things like desktop environments" -msgstr "Это список предварительно запрограммированных профилей, они могут облегчить установку таких вещей, как окружения рабочего стола" +msgid "" +"This is a list of pre-programmed profiles_bck, they might make it easier to " +"install things like desktop environments" +msgstr "" +"Это список предварительно запрограммированных профилей, они могут облегчить " +"установку таких вещей, как окружения рабочего стола" msgid "Current profile selection" msgstr "Текущий выбор профиля" @@ -903,14 +1077,26 @@ msgstr "Удалить раздел" msgid "Partition" msgstr "Раздел" -msgid "This partition is currently encrypted, to format it a filesystem has to be specified" -msgstr "Этот раздел в настоящее время зашифрован, для его форматирования необходимо указать файловую систему" +msgid "" +"This partition is currently encrypted, to format it a filesystem has to be " +"specified" +msgstr "" +"Этот раздел в настоящее время зашифрован, для его форматирования необходимо " +"указать файловую систему" -msgid "Partition mount-points are relative to inside the installation, the boot would be /boot as an example." -msgstr "Точки монтирования разделов являются относительными внутри установки, например, загрузочный раздел будет /boot." +msgid "" +"Partition mount-points are relative to inside the installation, the boot " +"would be /boot as an example." +msgstr "" +"Точки монтирования разделов являются относительными внутри установки, " +"например, загрузочный раздел будет /boot." -msgid "If mountpoint /boot is set, then the partition will also be marked as bootable." -msgstr "Если установлена точка монтирования /boot, то раздел также будет помечен как загрузочный." +msgid "" +"If mountpoint /boot is set, then the partition will also be marked as " +"bootable." +msgstr "" +"Если установлена точка монтирования /boot, то раздел также будет помечен как " +"загрузочный." msgid "Mountpoint: " msgstr "Точка монтирования: " @@ -924,8 +1110,11 @@ msgstr "Всего секторов: {}" msgid "Enter the start sector (default: {}): " msgstr "Введите начальный сектор (по умолчанию: {}): " -msgid "Enter the end sector of the partition (percentage or block number, default: {}): " -msgstr "Введите конечный сектор раздела (процент или номер блока, по умолчанию: {}): " +msgid "" +"Enter the end sector of the partition (percentage or block number, default: " +"{}): " +msgstr "" +"Введите конечный сектор раздела (процент или номер блока, по умолчанию: {}): " msgid "This will remove all newly added partitions, continue?" msgstr "Это приведет к удалению всех вновь добавленных разделов, продолжить?" @@ -991,13 +1180,19 @@ msgid "Back" msgstr "Назад" msgid "Please chose which greeter to install for the chosen profiles: {}" -msgstr "Пожалуйста, выберите, какой экран приветствия установить для выбранных профилей: {}" +msgstr "" +"Пожалуйста, выберите, какой экран приветствия установить для выбранных " +"профилей: {}" msgid "Environment type: {}" msgstr "Тип окружения рабочего стола: {}" -msgid "The proprietary Nvidia driver is not supported by Sway. It is likely that you will run into issues, are you okay with that?" -msgstr "Проприетарный драйвер Nvidia не поддерживается Sway. Вполне вероятно, что вы столкнетесь с проблемами, вы согласны с этим?" +msgid "" +"The proprietary Nvidia driver is not supported by Sway. It is likely that " +"you will run into issues, are you okay with that?" +msgstr "" +"Проприетарный драйвер Nvidia не поддерживается Sway. Вполне вероятно, что вы " +"столкнетесь с проблемами, вы согласны с этим?" msgid "Installed packages" msgstr "Устанавливаемые пакеты" @@ -1017,11 +1212,19 @@ msgstr "Имя профиля: " msgid "The profile name you entered is already in use. Try again" msgstr "Введенное вами имя профиля уже используется. Попробуйте еще раз" -msgid "Packages to be install with this profile (space separated, leave blank to skip): " -msgstr "Пакеты, которые будут установлены с этим профилем (разделенные пробелами, оставьте пустым, чтобы пропустить): " +msgid "" +"Packages to be install with this profile (space separated, leave blank to " +"skip): " +msgstr "" +"Пакеты, которые будут установлены с этим профилем (разделенные пробелами, " +"оставьте пустым, чтобы пропустить): " -msgid "Services to be enabled with this profile (space separated, leave blank to skip): " -msgstr "Службы, которые должны быть включены с помощью этого профиля (разделенные пробелами, оставьте пустым, чтобы пропустить): " +msgid "" +"Services to be enabled with this profile (space separated, leave blank to " +"skip): " +msgstr "" +"Службы, которые должны быть включены с помощью этого профиля (разделенные " +"пробелами, оставьте пустым, чтобы пропустить): " msgid "Should this profile be enabled for installation?" msgstr "Должен ли этот профиль быть включен для установки?" @@ -1034,10 +1237,15 @@ msgid "" "Select a graphics driver or leave blank to install all open-source drivers" msgstr "" "\n" -"Выберите графический драйвер или оставьте пустым, чтобы установить все драйверы с открытым исходным кодом" +"Выберите графический драйвер или оставьте пустым, чтобы установить все " +"драйверы с открытым исходным кодом" -msgid "Sway needs access to your seat (collection of hardware devices i.e. keyboard, mouse, etc)" -msgstr "Sway необходим доступ к вашему компьютеру (набор аппаратных устройств, т.е. клавиатура, мышь и т.д.)" +msgid "" +"Sway needs access to your seat (collection of hardware devices i.e. " +"keyboard, mouse, etc)" +msgstr "" +"Sway необходим доступ к вашему компьютеру (набор аппаратных устройств, т.е. " +"клавиатура, мышь и т.д.)" msgid "" "\n" @@ -1103,10 +1311,12 @@ msgid "Save user configuration (including disk layout)" msgstr "Сохранить конфигурацию пользователя (включая разметку диска)" msgid "" -"Enter a directory for the configuration(s) to be saved (tab completion enabled)\n" +"Enter a directory for the configuration(s) to be saved (tab completion " +"enabled)\n" "Save directory: " msgstr "" -"Введите каталог для сохранения конфигурации (-ций) (включено заполнение вкладок)\n" +"Введите каталог для сохранения конфигурации (-ций) (включено заполнение " +"вкладок)\n" "Каталог сохранения: " msgid "" @@ -1127,26 +1337,39 @@ msgstr "Зеркала" msgid "Mirror regions" msgstr "Регионы зеркала" -msgid " - Maximum value : {} ( Allows {} parallel downloads, allows {max_downloads+1} downloads at a time )" -msgstr " - Максимальное значение: {} ( Позволяет {} параллельных загрузок, позволяет {max_downloads+1} загрузок одновременно )" +msgid "" +" - Maximum value : {} ( Allows {} parallel downloads, allows " +"{max_downloads+1} downloads at a time )" +msgstr "" +" - Максимальное значение: {} ( Позволяет {} параллельных загрузок, позволяет " +"{max_downloads+1} загрузок одновременно )" msgid "Invalid input! Try again with a valid input [1 to {}, or 0 to disable]" -msgstr "Неверный ввод! Повторите попытку с правильным вводом [1 - {}, или 0 - отключить]" +msgstr "" +"Неверный ввод! Повторите попытку с правильным вводом [1 - {}, или 0 - " +"отключить]" msgid "Locales" msgstr "Локализации" -msgid "Use NetworkManager (necessary to configure internet graphically in GNOME and KDE)" -msgstr "Использовать NetworkManager (необходим для графической настройки интернета в GNOME и KDE)" +msgid "" +"Use NetworkManager (necessary to configure internet graphically in GNOME and " +"KDE)" +msgstr "" +"Использовать NetworkManager (необходим для графической настройки интернета в " +"GNOME и KDE)" msgid "Total: {} / {}" msgstr "Весь размер: {} / {}" msgid "All entered values can be suffixed with a unit: B, KB, KiB, MB, MiB..." -msgstr "Все вводимые значения могут иметь суффикс с единицей измерения: Б, Кб, КиБ, Мб, МиБ..." +msgstr "" +"Все вводимые значения могут иметь суффикс с единицей измерения: Б, Кб, КиБ, " +"Мб, МиБ..." msgid "If no unit is provided, the value is interpreted as sectors" -msgstr "Если единица измерения не указана, то значение интерпретируется как сектор" +msgstr "" +"Если единица измерения не указана, то значение интерпретируется как сектор" msgid "Enter start (default: sector {}): " msgstr "Введите начало (по умолчанию: сектор {}): " @@ -1173,8 +1396,12 @@ msgstr "Неверная конфигурация: {error}" msgid "Type" msgstr "Тип" -msgid "This option enables the number of parallel downloads that can occur during package downloads" -msgstr "Этот параметр определяет количество параллельных загрузок, которые могут происходить во время загрузки пакетов" +msgid "" +"This option enables the number of parallel downloads that can occur during " +"package downloads" +msgstr "" +"Этот параметр определяет количество параллельных загрузок, которые могут " +"происходить во время загрузки пакетов" msgid "" "Enter the number of parallel downloads to be enabled.\n" @@ -1185,17 +1412,30 @@ msgstr "" "\n" "Примечание:\n" -msgid " - Maximum recommended value : {} ( Allows {} parallel downloads at a time )" -msgstr " - Максимальное рекомендуемое значение: {} ( Позволяет {} параллельных загрузок одновременно )" +msgid "" +" - Maximum recommended value : {} ( Allows {} parallel downloads at a time )" +msgstr "" +" - Максимальное рекомендуемое значение: {} ( Позволяет {} параллельных " +"загрузок одновременно )" -msgid " - Disable/Default : 0 ( Disables parallel downloading, allows only 1 download at a time )\n" -msgstr " - Отключить/по умолчанию: 0 ( Отключает параллельную загрузку, позволяет только 1 загрузку за один раз )\n" +msgid "" +" - Disable/Default : 0 ( Disables parallel downloading, allows only 1 " +"download at a time )\n" +msgstr "" +" - Отключить/по умолчанию: 0 ( Отключает параллельную загрузку, позволяет " +"только 1 загрузку за один раз )\n" msgid "Invalid input! Try again with a valid input [or 0 to disable]" -msgstr "Неверный ввод! Повторите попытку с правильным вводом [ или 0, чтобы отключить ]" +msgstr "" +"Неверный ввод! Повторите попытку с правильным вводом [ или 0, чтобы " +"отключить ]" -msgid "Hyprland needs access to your seat (collection of hardware devices i.e. keyboard, mouse, etc)" -msgstr "Hyprland необходим доступ к вашему компьютеру ( набор аппаратных устройств, т.е. клавиатура, мышь и т.д. )" +msgid "" +"Hyprland needs access to your seat (collection of hardware devices i.e. " +"keyboard, mouse, etc)" +msgstr "" +"Hyprland необходим доступ к вашему компьютеру ( набор аппаратных устройств, " +"т.е. клавиатура, мышь и т.д. )" msgid "" "\n" @@ -1206,8 +1446,11 @@ msgstr "" "\n" "Выберите опцию, чтобы предоставить Hyprland доступ к вашему оборудованию" -msgid "All entered values can be suffixed with a unit: %, B, KB, KiB, MB, MiB..." -msgstr "Все вводимые значения могут иметь суффикс с единицей измерения: %, Б, Кб, КиБ, Мб, МиБ..." +msgid "" +"All entered values can be suffixed with a unit: %, B, KB, KiB, MB, MiB..." +msgstr "" +"Все вводимые значения могут иметь суффикс с единицей измерения: %, Б, Кб, " +"КиБ, Мб, МиБ..." msgid "Would you like to use unified kernel images?" msgstr "Хотите ли Вы использовать унифицированные образы ядра?" @@ -1218,11 +1461,32 @@ msgstr "Унифицированные образы ядра" msgid "Waiting for time sync (timedatectl show) to complete." msgstr "Ожидание завершения синхронизации времени (timedatectl show)." -msgid "Time syncronization not completing, while you wait - check the docs for workarounds: https://archinstall.readthedocs.io/" -msgstr "Синхронизация времени не завершена, пока вы ждете - проверьте документацию на предмет обходных путей: https://archinstall.readthedocs.io/" +msgid "" +"Time syncronization not completing, while you wait - check the docs for " +"workarounds: https://archinstall.readthedocs.io/" +msgstr "" +"Синхронизация времени не завершена, пока вы ждете - проверьте документацию " +"на предмет обходных путей: https://archinstall.readthedocs.io/" -msgid "Skipping waiting for automatic time sync (this can cause issues if time is out of sync during installation)" -msgstr "Пропуск ожидания автоматической синхронизации времени (это может привести к проблемам, если время не синхронизируется во время установки)" +msgid "" +"Skipping waiting for automatic time sync (this can cause issues if time is " +"out of sync during installation)" +msgstr "" +"Пропуск ожидания автоматической синхронизации времени (это может привести к " +"проблемам, если время не синхронизируется во время установки)" + +msgid "" +"Waiting for Arch Linux keyring sync (archlinux-keyring-wkd-sync) to complete." +msgstr "" +"Ожидание завершения синхронизации связки ключей Arch Linux (archlinux-" +"keyring-wkd-sync)." + +msgid "Selected profiles: " +msgstr "Выбранные профили: " -msgid "Waiting for Arch Linux keyring sync (archlinux-keyring-wkd-sync) to complete." -msgstr "Ожидание завершения синхронизации связки ключей Arch Linux (archlinux-keyring-wkd-sync)." +msgid "" +"Time synchronization not completing, while you wait - check the docs for " +"workarounds: https://archinstall.readthedocs.io/" +msgstr "" +"Синхронизация времени не завершена, пока вы ждете - проверьте документацию " +"на предмет обходных путей: https://archinstall.readthedocs.io/" -- cgit v1.2.3-54-g00ecf From 2c87f0e13c65191efe644b41ee85e0e42aee5444 Mon Sep 17 00:00:00 2001 From: "K.B.Dharun Krishna" Date: Mon, 15 Apr 2024 10:18:27 +0530 Subject: l10n/po: update Tamil translation (#2392) --- archinstall/locales/ta/LC_MESSAGES/base.po | 47 +++++++++++++++++++++--------- 1 file changed, 34 insertions(+), 13 deletions(-) (limited to 'archinstall/locales') diff --git a/archinstall/locales/ta/LC_MESSAGES/base.po b/archinstall/locales/ta/LC_MESSAGES/base.po index abc1131a..c43ebe07 100644 --- a/archinstall/locales/ta/LC_MESSAGES/base.po +++ b/archinstall/locales/ta/LC_MESSAGES/base.po @@ -9,7 +9,7 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Generator: Poedit 3.4.1\n" +"X-Generator: Poedit 3.4.2\n" msgid "[!] A log file has been created here: {} {}" msgstr "[!] ஒரு பதிவு கோப்பு இங்கே உருவாக்கப்பட்டது: {} {}" @@ -50,8 +50,11 @@ msgstr "துவக்க ஏற்றியைத் தேர்ந்தெ msgid "Choose an audio server" msgstr "ஆடியோ சர்வரை தேர்வு செய்யவும்" -msgid "Only packages such as base, base-devel, linux, linux-firmware, efibootmgr and optional profile packages are installed." -msgstr "தொகுப்பு Base, base-devel, linux, linux-firmware, efibootmgr மற்றும் விருப்ப சுயவிவர தொகுப்புகள் போன்ற தொகுப்புகள் மட்டுமே நிறுவப்பட்டுள்ளன." +msgid "" +"Only packages such as base, base-devel, linux, linux-firmware, efibootmgr and optional profile packages are installed." +msgstr "" +"தொகுப்பு Base, base-devel, linux, linux-firmware, efibootmgr மற்றும் விருப்ப சுயவிவர தொகுப்புகள் போன்ற தொகுப்புகள் மட்டுமே " +"நிறுவப்பட்டுள்ளன." msgid "If you desire a web browser, such as firefox or chromium, you may specify it in the following prompt." msgstr "நீங்கள் பயர்பாக்ஸ் அல்லது குரோமியம் போன்ற இணைய உலாவியை விரும்பினால், அதை பின்வரும் வரியில் குறிப்பிடலாம்." @@ -63,7 +66,7 @@ msgid "Copy ISO network configuration to installation" msgstr "நிறுவலுக்கு ISO பிணைய கட்டமைப்பு நகலெடுக்கவும்" msgid "Use NetworkManager (necessary for configuring internet graphically in GNOME and KDE)" -msgstr "பயன்படுத்துங்கள் NetworkManager ஐப்(GNOME மற்றும் KDE இல் இணையத்தை வரைகலை முறையில் கட்டமைக்க அவசியம்)" +msgstr "பயன்படுத்துங்கள் NetworkManager ஐப் (GNOME மற்றும் KDE இல் இணையத்தை வரைகலை முறையில் கட்டமைக்க அவசியம்)" msgid "Select one network interface to configure" msgstr "கட்டமைக்க ஒரு பிணைய இடைமுகத்தைத் தேர்ந்தெடுக்கவும்" @@ -192,10 +195,12 @@ msgstr "தொகுப்புகளை பதிவிறக்கம் ச msgid "Select one or more hard drives to use and configure" msgstr "பயன்படுத்த மற்றும் கட்டமைக்க ஒன்று அல்லது அதற்கு மேற்பட்ட ஹார்டு டிரைவ்களைத் தேர்ந்தெடுக்கவும்" -msgid "For the best compatibility with your AMD hardware, you may want to use either the all open-source or AMD / ATI options." +msgid "" +"For the best compatibility with your AMD hardware, you may want to use either the all open-source or AMD / ATI options." msgstr "உங்கள் AMD வன்பொருளுடன் சிறந்த இணக்கத்தன்மைக்கு, நீங்கள் அனைத்து திறந்த மூல அல்லது AMD / ATI விருப்பங்களையும் பயன்படுத்த விரும்பலாம்." -msgid "For the best compatibility with your Intel hardware, you may want to use either the all open-source or Intel options.\n" +msgid "" +"For the best compatibility with your Intel hardware, you may want to use either the all open-source or Intel options.\n" msgstr "உங்கள் இன்டெல் வன்பொருளுடன் சிறந்த இணக்கத்தன்மைக்கு, நீங்கள் அனைத்து ஓப்பன் சோர்ஸ் அல்லது இன்டெல் விருப்பங்களையும் பயன்படுத்த விரும்பலாம்.\n" msgid "For the best compatibility with your Nvidia hardware, you may want to use the Nvidia proprietary driver.\n" @@ -295,7 +300,7 @@ msgid "Automatic time sync (NTP)" msgstr "தானியங்கி நேர ஒத்திசைவு (NTP)" msgid "Install ({} config(s) missing)" -msgstr "நிறுவு ({} config(கள்) இல்லை)" +msgstr "நிறுவு ({} கட்டமைப்பு(கள்) இல்லை)" msgid "" "You decided to skip harddrive selection\n" @@ -445,7 +450,9 @@ msgid "Pacman is already running, waiting maximum 10 minutes for it to terminate msgstr "பேக்மேன் ஏற்கனவே இயங்கி வருகிறது, அது முடிவடைவதற்கு அதிகபட்சம் 10 நிமிடங்கள் காத்திருக்கிறது." msgid "Pre-existing pacman lock never exited. Please clean up any existing pacman sessions before using archinstall." -msgstr "முன்பே இருக்கும் பேக்மேன் பூட்டு ஒருபோதும் வெளியேறவில்லை. archinstall ஐப் பயன்படுத்துவதற்கு முன், ஏற்கனவே உள்ள பேக்மேன் அமர்வுகளை சுத்தம் செய்யவும்." +msgstr "" +"முன்பே இருக்கும் பேக்மேன் பூட்டு ஒருபோதும் வெளியேறவில்லை. archinstall ஐப் பயன்படுத்துவதற்கு முன், ஏற்கனவே உள்ள பேக்மேன் அமர்வுகளை சுத்தம் " +"செய்யவும்." msgid "Choose which optional additional repositories to enable" msgstr "எந்த விருப்ப கூடுதல் களஞ்சியங்களை இயக்க வேண்டும் என்பதை தேர்வு செய்யவும்" @@ -728,7 +735,8 @@ msgid "Value: " msgstr "மதிப்பு: " msgid "You can skip selecting a drive and partitioning and use whatever drive-setup is mounted at /mnt (experimental)" -msgstr "நீங்கள் ஒரு இயக்கி மற்றும் பகிர்வைத் தேர்ந்தெடுப்பதைத் தவிர்க்கலாம் மற்றும் /mnt (பரிசோதனை) இல் ஏற்றப்பட்ட எந்த இயக்கி அமைப்பையும் பயன்படுத்தலாம்" +msgstr "" +"நீங்கள் ஒரு இயக்கி மற்றும் பகிர்வைத் தேர்ந்தெடுப்பதைத் தவிர்க்கலாம் மற்றும் /mnt (பரிசோதனை) இல் ஏற்றப்பட்ட எந்த இயக்கி அமைப்பையும் பயன்படுத்தலாம்" msgid "Select one of the disks or skip and use /mnt as default" msgstr "வட்டுகளில் ஒன்றைத் தேர்ந்தெடுக்கவும் அல்லது தவிர்க்கவும் மற்றும் /mnt ஐ இயல்புநிலையாகப் பயன்படுத்தவும்" @@ -997,7 +1005,9 @@ msgstr "தேர்ந்தெடுக்கப்பட்ட சுயவ msgid "Environment type: {}" msgstr "சுற்றுச்சூழல் வகை: {}" -msgid "The proprietary Nvidia driver is not supported by Sway. It is likely that you will run into issues, are you okay with that?" +msgid "" +"The proprietary Nvidia driver is not supported by Sway. It is likely that you will run into issues, are you okay with " +"that?" msgstr "தனியுரிம Nvidia இயக்கி ஸ்வே ஆல் ஆதரிக்கப்படவில்லை. நீங்கள் சிக்கலில் சிக்க வாய்ப்புள்ளது, உனக்கு அது சரியா?" msgid "Installed packages" @@ -1129,7 +1139,8 @@ msgid "Mirror regions" msgstr "கண்ணாடிப் பகுதிகள்" msgid " - Maximum value : {} ( Allows {} parallel downloads, allows {max_downloads+1} downloads at a time )" -msgstr " - அதிகபட்ச மதிப்பு : {} ( {} இணையான பதிவிறக்கங்களை அனுமதிக்கிறது, ஒரே நேரத்தில் {max_downloads+1} பதிவிறக்கங்களை அனுமதிக்கிறது )" +msgstr "" +" - அதிகபட்ச மதிப்பு : {} ( {} இணையான பதிவிறக்கங்களை அனுமதிக்கிறது, ஒரே நேரத்தில் {max_downloads+1} பதிவிறக்கங்களை அனுமதிக்கிறது )" msgid "Invalid input! Try again with a valid input [1 to {}, or 0 to disable]" msgstr "தவறான உள்ளீடு! சரியான உள்ளீட்டில் [1 முதல் {} வரை அல்லது முடக்க 0 வரை] மீண்டும் முயற்சிக்கவும்" @@ -1219,11 +1230,21 @@ msgstr "ஒருங்கிணைந்த கர்னல் படங்க msgid "Waiting for time sync (timedatectl show) to complete." msgstr "நேர ஒத்திசைவு (timedatectl show) முடிவடைவதற்காகக் காத்திருக்கிறது." -msgid "Time syncronization not completing, while you wait - check the docs for workarounds: https://archinstall.readthedocs.io/" -msgstr "நேர ஒத்திசைவு முடிவடையவில்லை, நீங்கள் காத்திருக்கும் போது - தீர்வுக்கான ஆவணங்களைச் சரிபார்க்கவும்: https://archinstall.readthedocs.io/" +msgid "" +"Time syncronization not completing, while you wait - check the docs for workarounds: https://archinstall.readthedocs.io/" +msgstr "" +"நேர ஒத்திசைவு முடிவடையவில்லை, நீங்கள் காத்திருக்கும் போது - தீர்வுக்கான ஆவணங்களைச் சரிபார்க்கவும்: https://archinstall.readthedocs.io/" msgid "Skipping waiting for automatic time sync (this can cause issues if time is out of sync during installation)" msgstr "தானியங்கி நேர ஒத்திசைவுக்காக காத்திருப்பதைத் தவிர்த்தல் (நிறுவலின் போது நேரம் ஒத்திசைக்கப்படாவிட்டால் இது சிக்கல்களை ஏற்படுத்தும்)" msgid "Waiting for Arch Linux keyring sync (archlinux-keyring-wkd-sync) to complete." msgstr "ஆர்ச் லினக்ஸ் கீரிங் ஒத்திசைவு (archlinux-keyring-wkd-sync) முடிவடைவதற்குக் காத்திருக்கிறது." + +msgid "Selected profiles: " +msgstr "தேர்ந்தெடுக்கப்பட்ட சுயவிவரங்கள்: " + +msgid "" +"Time synchronization not completing, while you wait - check the docs for workarounds: https://archinstall.readthedocs.io/" +msgstr "" +"நேரம் ஒத்திசைவு முடிவடையவில்லை, நீங்கள் காத்திருக்கும் போது - தீர்வுகளுக்கான ஆவணங்களைச் சரிபார்க்கவும்: https://archinstall.readthedocs.io/" -- cgit v1.2.3-54-g00ecf From 1542f6c0276c9cc8d55f535b68fc31fa9e971d07 Mon Sep 17 00:00:00 2001 From: utuhiro78 <34818411+utuhiro78@users.noreply.github.com> Date: Mon, 15 Apr 2024 13:48:37 +0900 Subject: Update Japanese translation (#2410) --- archinstall/locales/ja/LC_MESSAGES/base.mo | Bin 40413 -> 45409 bytes archinstall/locales/ja/LC_MESSAGES/base.po | 77 +++++++++++++++++++---------- 2 files changed, 50 insertions(+), 27 deletions(-) (limited to 'archinstall/locales') diff --git a/archinstall/locales/ja/LC_MESSAGES/base.mo b/archinstall/locales/ja/LC_MESSAGES/base.mo index d4d8c060..2ffccbca 100644 Binary files a/archinstall/locales/ja/LC_MESSAGES/base.mo and b/archinstall/locales/ja/LC_MESSAGES/base.mo differ diff --git a/archinstall/locales/ja/LC_MESSAGES/base.po b/archinstall/locales/ja/LC_MESSAGES/base.po index 4139c1cb..656b906f 100644 --- a/archinstall/locales/ja/LC_MESSAGES/base.po +++ b/archinstall/locales/ja/LC_MESSAGES/base.po @@ -9,7 +9,7 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Generator: Poedit 3.4.1\n" +"X-Generator: Poedit 3.4.2\n" msgid "[!] A log file has been created here: {} {}" msgstr "[!] ここにログファイルが作成されました: {} {}" @@ -51,7 +51,7 @@ msgid "Choose an audio server" msgstr "オーディオサーバーを選択" msgid "Only packages such as base, base-devel, linux, linux-firmware, efibootmgr and optional profile packages are installed." -msgstr "base、base-devel、linux、linux-firmware、efibootmgr などのパッケージとオプションのプロファイルパッケージのみがインストールされます。" +msgstr "base, base-devel, linux, linux-firmware, efibootmgr などのパッケージとオプションのプロファイルパッケージのみがインストールされます。" msgid "If you desire a web browser, such as firefox or chromium, you may specify it in the following prompt." msgstr "firefox や chromium などのウェブブラウザーをインストールする場合は、次のプロンプトで指定できます。" @@ -72,13 +72,13 @@ msgid "Select which mode to configure for \"{}\" or skip to use default mode \"{ msgstr "どのモードを \"{}\" に設定するかを選択。スキップでデフォルトモード \"{}\" を使用" msgid "Enter the IP and subnet for {} (example: 192.168.0.5/24): " -msgstr "" +msgstr "{} の IP とサブネットを入力(例: 192.168.0.5/24): " msgid "Enter your gateway (router) IP address or leave blank for none: " -msgstr "" +msgstr "ゲートウェイ(ルーター)の IP アドレスを入力。無い場合は無記入: " msgid "Enter your DNS servers (space separated, blank for none): " -msgstr "" +msgstr "DNS サーバーを入力(スペースで区切る。無い場合は無記入): " msgid "Select which filesystem your main partition should use" msgstr "メインパーティションで使用するファイルシステムを選択" @@ -90,18 +90,20 @@ msgid "" "Select what to do with\n" "{}" msgstr "" +"何をするか選択\n" +"{}" msgid "Enter a desired filesystem type for the partition" msgstr "パーティションのファイルシステムを入力" msgid "Enter the start location (in parted units: s, GB, %, etc. ; default: {}): " -msgstr "" +msgstr "開始場所を入力(単位: s, GB, % など。デフォルト: {}): " msgid "Enter the end location (in parted units: s, GB, %, etc. ; ex: {}): " -msgstr "" +msgstr "終了場所を入力(単位: s, GB, % など。例: {}): " msgid "{} contains queued partitions, this will remove those, are you sure?" -msgstr "" +msgstr "{} にはキューに入っているパーティションが含まれます。それらが削除されますがよろしいですか?" msgid "" "{}\n" @@ -236,7 +238,7 @@ msgid "Error: Listing profiles on URL \"{}\" resulted in:" msgstr "エラー: URL \"{}\" のプロファイルをリストすると、次の結果が発生:" msgid "Error: Could not decode \"{}\" result as JSON:" -msgstr "" +msgstr "エラー: \"{}\" の結果を JSON としてデコードできませんでした:" msgid "Keyboard layout" msgstr "キーボードレイアウト" @@ -307,7 +309,7 @@ msgstr "" "続行しますか?" msgid "Re-using partition instance: {}" -msgstr "" +msgstr "パーティションインスタンスの再利用: {}" msgid "Create a new partition" msgstr "新しいパーティションを作成" @@ -325,10 +327,10 @@ msgid "Mark/Unmark a partition to be formatted (wipes data)" msgstr "フォーマットするパーティションとしてマーク/マーク解除(データを消去)" msgid "Mark/Unmark a partition as encrypted" -msgstr "" +msgstr "暗号化するパーティションとしてマーク/マーク解除" msgid "Mark/Unmark a partition as bootable (automatic for /boot)" -msgstr "ブータブルなパーティションとしてマーク/マーク解除(/boot の場合は自動)" +msgstr "ブータブルパーティションとしてマーク/マーク解除(/boot の場合は自動)" msgid "Set desired filesystem for a partition" msgstr "パーティションのファイルシステムを設定" @@ -430,7 +432,7 @@ msgid "Copy to new key:" msgstr "新しいキーにコピー:" msgid "Unknown nic type: {}. Possible values are {}" -msgstr "" +msgstr "不明な NIC タイプ: {}。可能な値は {}" msgid "" "\n" @@ -443,7 +445,7 @@ msgid "Pacman is already running, waiting maximum 10 minutes for it to terminate msgstr "Pacman はすでに実行されており、終了するまで最大 10 分間待機します。" msgid "Pre-existing pacman lock never exited. Please clean up any existing pacman sessions before using archinstall." -msgstr "" +msgstr "既存の pacman のロックが終了しませんでした。Archinstall を使用する前に、既存の pacman セッションをクリーンアップしてください。" msgid "Choose which optional additional repositories to enable" msgstr "オプションで有効にする追加リポジトリを選択" @@ -480,7 +482,7 @@ msgid "No network configuration" msgstr "ネットワーク設定なし" msgid "Set desired subvolumes on a btrfs partition" -msgstr "" +msgstr "Btrfs パーティションに必要なサブボリュームを設定" msgid "" "{}\n" @@ -546,10 +548,10 @@ msgid " Subvolume :{:16}" msgstr " サブボリューム :{:16}" msgid " mounted at {:16}" -msgstr "" +msgstr " マウント場所 {:16}" msgid " with option {}" -msgstr "" +msgstr " 次のオプションで {}" msgid "" "\n" @@ -565,7 +567,7 @@ msgid "Subvolume mountpoint" msgstr "サブボリュームのマウントポイント" msgid "Subvolume options" -msgstr "" +msgstr "サブボリュームのオプション" msgid "Save" msgstr "保存" @@ -622,7 +624,7 @@ msgid "No iface specified for manual configuration" msgstr "手動設定に iface が指定されていません" msgid "Manual nic configuration with no auto DHCP requires an IP address" -msgstr "" +msgstr "自動 DHCP を使用しない手動 NIC 設定には、IP アドレスが必要です" msgid "Add interface" msgstr "インターフェイスを追加" @@ -801,17 +803,17 @@ msgstr "" "注意:" msgid " - Maximum value : {} ( Allows {} parallel downloads, allows {} downloads at a time )" -msgstr "" +msgstr " - 最大値 : {} ({} 個の並列ダウンロードを許可して、1度に {} 個のダウンロードを許可する)" msgid " - Minimum value : 1 ( Allows 1 parallel download, allows 2 downloads at a time )" -msgstr "" +msgstr " - 最小値 : 1 (1 個の並列ダウンロードを許可して、1度に 2 個のダウンロードを許可する)" msgid " - Disable/Default : 0 ( Disables parallel downloading, allows only 1 download at a time )" -msgstr "" +msgstr " - 無効/デフォルト : 0 (並列ダウンロードを無効にして、1度に 1 個のみダウンロードを許可する)" #, python-brace-format msgid "Invalid input! Try again with a valid input [1 to {max_downloads}, or 0 to disable]" -msgstr "" +msgstr "無効な入力です!有効な入力を使用して再試行してください [1 - {max_downloads}、0 で無効]" msgid "Parallel Downloads" msgstr "並行ダウンロード" @@ -1024,7 +1026,7 @@ msgid "Should this profile be enabled for installation?" msgstr "このプロファイルのインストールを有効にしますか?" msgid "Create your own" -msgstr "" +msgstr "自分で作成" msgid "" "\n" @@ -1171,19 +1173,22 @@ msgid "Type" msgstr "タイプ" msgid "This option enables the number of parallel downloads that can occur during package downloads" -msgstr "" +msgstr "このオプションは、パッケージのダウンロード中に実行できる並列ダウンロードの数を設定します" msgid "" "Enter the number of parallel downloads to be enabled.\n" "\n" "Note:\n" msgstr "" +"並列ダウンロードの数を入力してください。\n" +"\n" +"注意:\n" msgid " - Maximum recommended value : {} ( Allows {} parallel downloads at a time )" -msgstr "" +msgstr " - 最大推奨値 : {} (1度に {} 個の並列ダウンロードを許可する)" msgid " - Disable/Default : 0 ( Disables parallel downloading, allows only 1 download at a time )\n" -msgstr "" +msgstr " - 無効/デフォルト : 0 (並列ダウンロードを無効にして、1度に 1 個のダウンロードのみ許可する)\n" msgid "Invalid input! Try again with a valid input [or 0 to disable]" msgstr "無効な入力です!有効な入力でやり直してください(無効にする場合は 0)" @@ -1220,3 +1225,21 @@ msgstr "自動での時刻同期の待機をスキップします(インスト msgid "Waiting for Arch Linux keyring sync (archlinux-keyring-wkd-sync) to complete." msgstr "Arch Linux キーリングの同期(archlinux-keyring-wkd-sync)が完了するのを待っています。" + +msgid "Selected profiles: " +msgstr "選択したプロファイル: " + +msgid "Time synchronization not completing, while you wait - check the docs for workarounds: https://archinstall.readthedocs.io/" +msgstr "待機中に時刻同期が完了しません - 回避策についてはドキュメントを確認してください: https://archinstall.readthedocs.io/" + +msgid "Would you like to use compression or disable CoW?" +msgstr "圧縮を使用しますか、それとも CoW を無効にしますか?" + +msgid "Use compression" +msgstr "圧縮する" + +msgid "Disable Copy-on-Write" +msgstr "コピーオンライトを無効にする" + +msgid "Mark/Unmark as nodatacow" +msgstr "nodatacow としてマーク/マーク解除" -- cgit v1.2.3-54-g00ecf From 7d9e9d8ba0bcba888ec46554f87dfc414c73f9c4 Mon Sep 17 00:00:00 2001 From: Anton Hvornum Date: Mon, 15 Apr 2024 06:50:17 +0200 Subject: Bumping version to: v2.8.0 (#2460) --- archinstall/__init__.py | 2 +- archinstall/locales/ar/LC_MESSAGES/base.po | 19 + archinstall/locales/base.pot | 12 + archinstall/locales/cs/LC_MESSAGES/base.po | 22 + archinstall/locales/de/LC_MESSAGES/base.po | 21 + archinstall/locales/el/LC_MESSAGES/base.mo | Bin 35431 -> 40243 bytes archinstall/locales/el/LC_MESSAGES/base.po | 22 + archinstall/locales/en/LC_MESSAGES/base.po | 18 + archinstall/locales/es/LC_MESSAGES/base.po | 14 + archinstall/locales/et/LC_MESSAGES/base.po | 21 + archinstall/locales/fr/LC_MESSAGES/base.po | 21 + archinstall/locales/he/LC_MESSAGES/base.po | 22 + archinstall/locales/hi/LC_MESSAGES/base.po | 19 + archinstall/locales/hu/LC_MESSAGES/base.po | 614 ++++++++------------------ archinstall/locales/id/LC_MESSAGES/base.po | 21 + archinstall/locales/ja/LC_MESSAGES/base.po | 6 +- archinstall/locales/ka/LC_MESSAGES/base.po | 21 + archinstall/locales/ko/LC_MESSAGES/base.po | 21 + archinstall/locales/lt/LC_MESSAGES/base.mo | Bin 5443 -> 5444 bytes archinstall/locales/lt/LC_MESSAGES/base.po | 23 +- archinstall/locales/nl/LC_MESSAGES/base.po | 21 + archinstall/locales/pl/LC_MESSAGES/base.po | 24 +- archinstall/locales/pt/LC_MESSAGES/base.po | 22 + archinstall/locales/pt_BR/LC_MESSAGES/base.mo | Bin 37913 -> 40509 bytes archinstall/locales/pt_BR/LC_MESSAGES/base.po | 22 + archinstall/locales/ro/LC_MESSAGES/base.po | 21 + archinstall/locales/ru/LC_MESSAGES/base.po | 562 +++++++---------------- archinstall/locales/sv/LC_MESSAGES/base.po | 21 + archinstall/locales/ta/LC_MESSAGES/base.mo | Bin 72332 -> 72950 bytes archinstall/locales/ta/LC_MESSAGES/base.po | 51 ++- archinstall/locales/tr/LC_MESSAGES/base.po | 22 + archinstall/locales/uk/LC_MESSAGES/base.po | 21 + archinstall/locales/ur/LC_MESSAGES/base.po | 21 + archinstall/locales/zh-CN/LC_MESSAGES/base.po | 21 + archinstall/locales/zh-TW/LC_MESSAGES/base.po | 21 + 35 files changed, 895 insertions(+), 874 deletions(-) (limited to 'archinstall/locales') diff --git a/archinstall/__init__.py b/archinstall/__init__.py index 78798441..1c980390 100644 --- a/archinstall/__init__.py +++ b/archinstall/__init__.py @@ -42,7 +42,7 @@ if TYPE_CHECKING: _: Any -__version__ = "2.7.2" +__version__ = "2.8.0" storage['__version__'] = __version__ # add the custom _ as a builtin, it can now be used anywhere in the diff --git a/archinstall/locales/ar/LC_MESSAGES/base.po b/archinstall/locales/ar/LC_MESSAGES/base.po index e2a40851..458dd77c 100644 --- a/archinstall/locales/ar/LC_MESSAGES/base.po +++ b/archinstall/locales/ar/LC_MESSAGES/base.po @@ -1173,3 +1173,22 @@ msgstr "" msgid "Waiting for Arch Linux keyring sync (archlinux-keyring-wkd-sync) to complete." msgstr "" + +msgid "Selected profiles: " +msgstr "" + +msgid "Time synchronization not completing, while you wait - check the docs for workarounds: https://archinstall.readthedocs.io/" +msgstr "" + +msgid "Mark/Unmark as nodatacow" +msgstr "" + +#, fuzzy +msgid "Would you like to use compression or disable CoW?" +msgstr "هل تريد استخدام swap أو zram؟" + +msgid "Use compression" +msgstr "" + +msgid "Disable Copy-on-Write" +msgstr "" diff --git a/archinstall/locales/base.pot b/archinstall/locales/base.pot index a15d57dc..aee6c166 100644 --- a/archinstall/locales/base.pot +++ b/archinstall/locales/base.pot @@ -1264,3 +1264,15 @@ msgid "" "Time synchronization not completing, while you wait - check the docs for " "workarounds: https://archinstall.readthedocs.io/" msgstr "" + +msgid "Mark/Unmark as nodatacow" +msgstr "" + +msgid "Would you like to use compression or disable CoW?" +msgstr "" + +msgid "Use compression" +msgstr "" + +msgid "Disable Copy-on-Write" +msgstr "" diff --git a/archinstall/locales/cs/LC_MESSAGES/base.po b/archinstall/locales/cs/LC_MESSAGES/base.po index 934db187..05799df9 100644 --- a/archinstall/locales/cs/LC_MESSAGES/base.po +++ b/archinstall/locales/cs/LC_MESSAGES/base.po @@ -1217,3 +1217,25 @@ msgstr "Přeskakuji čekání na automatickou synchronizaci času (nesynchronizo msgid "Waiting for Arch Linux keyring sync (archlinux-keyring-wkd-sync) to complete." msgstr "Čekám na dokončení synchronizace Arch Linux keyring (archlinux-keyring-wkd-sync)." + +#, fuzzy +msgid "Selected profiles: " +msgstr "Smazat profil" + +#, fuzzy +msgid "Time synchronization not completing, while you wait - check the docs for workarounds: https://archinstall.readthedocs.io/" +msgstr "Synchronizace času není dokončena, mezitím se můžete podívat na možnosti řešení: https://archinstall.readthedocs.io/" + +#, fuzzy +msgid "Mark/Unmark as nodatacow" +msgstr "Označit/Odznačit jako zaváděcí" + +#, fuzzy +msgid "Would you like to use compression or disable CoW?" +msgstr "Přejete si použít BTRFS kompresi?" + +msgid "Use compression" +msgstr "" + +msgid "Disable Copy-on-Write" +msgstr "" diff --git a/archinstall/locales/de/LC_MESSAGES/base.po b/archinstall/locales/de/LC_MESSAGES/base.po index c1111487..61615628 100644 --- a/archinstall/locales/de/LC_MESSAGES/base.po +++ b/archinstall/locales/de/LC_MESSAGES/base.po @@ -1237,3 +1237,24 @@ msgstr "" msgid "Waiting for Arch Linux keyring sync (archlinux-keyring-wkd-sync) to complete." msgstr "" + +#, fuzzy +msgid "Selected profiles: " +msgstr "Profil entfernen" + +msgid "Time synchronization not completing, while you wait - check the docs for workarounds: https://archinstall.readthedocs.io/" +msgstr "" + +#, fuzzy +msgid "Mark/Unmark as nodatacow" +msgstr "Als bootbar makieren bzw. nicht makieren" + +#, fuzzy +msgid "Would you like to use compression or disable CoW?" +msgstr "Möchten sie btrfs Komprimierung verwenden?" + +msgid "Use compression" +msgstr "" + +msgid "Disable Copy-on-Write" +msgstr "" diff --git a/archinstall/locales/el/LC_MESSAGES/base.mo b/archinstall/locales/el/LC_MESSAGES/base.mo index 7a3ec8a7..98b71772 100644 Binary files a/archinstall/locales/el/LC_MESSAGES/base.mo and b/archinstall/locales/el/LC_MESSAGES/base.mo differ diff --git a/archinstall/locales/el/LC_MESSAGES/base.po b/archinstall/locales/el/LC_MESSAGES/base.po index 31b1c661..d7cde4e6 100644 --- a/archinstall/locales/el/LC_MESSAGES/base.po +++ b/archinstall/locales/el/LC_MESSAGES/base.po @@ -1276,3 +1276,25 @@ msgstr "Παραλείποντας την αναμονή για αυτόματο msgid "Waiting for Arch Linux keyring sync (archlinux-keyring-wkd-sync) to complete." msgstr "" + +#, fuzzy +msgid "Selected profiles: " +msgstr "Διαγραφή προφίλ" + +#, fuzzy +msgid "Time synchronization not completing, while you wait - check the docs for workarounds: https://archinstall.readthedocs.io/" +msgstr "Ο συγχρονισμός χρόνου δεν ολοκληρώνεται, όσο περιμένετε - ελέγξτε την τεκμηρίωση για λύσεις: https://archinstall.readthedocs.io/" + +#, fuzzy +msgid "Mark/Unmark as nodatacow" +msgstr "Σημείωση/Ξεμαρκάρισμα ως bootable" + +#, fuzzy +msgid "Would you like to use compression or disable CoW?" +msgstr "Θα θέλατε να χρησιμοποιήσετε συμπίεση BTRFS;" + +msgid "Use compression" +msgstr "" + +msgid "Disable Copy-on-Write" +msgstr "" diff --git a/archinstall/locales/en/LC_MESSAGES/base.po b/archinstall/locales/en/LC_MESSAGES/base.po index cf879e3b..896af58f 100644 --- a/archinstall/locales/en/LC_MESSAGES/base.po +++ b/archinstall/locales/en/LC_MESSAGES/base.po @@ -1160,3 +1160,21 @@ msgstr "" msgid "Waiting for Arch Linux keyring sync (archlinux-keyring-wkd-sync) to complete." msgstr "" + +msgid "Selected profiles: " +msgstr "" + +msgid "Time synchronization not completing, while you wait - check the docs for workarounds: https://archinstall.readthedocs.io/" +msgstr "" + +msgid "Mark/Unmark as nodatacow" +msgstr "" + +msgid "Would you like to use compression or disable CoW?" +msgstr "" + +msgid "Use compression" +msgstr "" + +msgid "Disable Copy-on-Write" +msgstr "" diff --git a/archinstall/locales/es/LC_MESSAGES/base.po b/archinstall/locales/es/LC_MESSAGES/base.po index a7146a73..55dc9576 100644 --- a/archinstall/locales/es/LC_MESSAGES/base.po +++ b/archinstall/locales/es/LC_MESSAGES/base.po @@ -1236,6 +1236,20 @@ msgstr "Perfiles seleccionados: " msgid "Time synchronization not completing, while you wait - check the docs for workarounds: https://archinstall.readthedocs.io/" msgstr "La sincronización de hora no se completa mientras espera - consulte los documentos para encontrar soluciones: https://archinstall.readthedocs.io/" +#, fuzzy +msgid "Mark/Unmark as nodatacow" +msgstr "Marcar/Desmarcar como arrancable" + +#, fuzzy +msgid "Would you like to use compression or disable CoW?" +msgstr "¿Te gustaría usar la compresión BTRFS?" + +msgid "Use compression" +msgstr "" + +msgid "Disable Copy-on-Write" +msgstr "" + #~ msgid "Add :" #~ msgstr "Añadir :" diff --git a/archinstall/locales/et/LC_MESSAGES/base.po b/archinstall/locales/et/LC_MESSAGES/base.po index 8c8531ed..5bc11081 100644 --- a/archinstall/locales/et/LC_MESSAGES/base.po +++ b/archinstall/locales/et/LC_MESSAGES/base.po @@ -1254,3 +1254,24 @@ msgstr "" msgid "Waiting for Arch Linux keyring sync (archlinux-keyring-wkd-sync) to complete." msgstr "" + +#, fuzzy +msgid "Selected profiles: " +msgstr "Kustuta profiil" + +msgid "Time synchronization not completing, while you wait - check the docs for workarounds: https://archinstall.readthedocs.io/" +msgstr "" + +#, fuzzy +msgid "Mark/Unmark as nodatacow" +msgstr "Märgistada/mittemärgistada käivitatavak" + +#, fuzzy +msgid "Would you like to use compression or disable CoW?" +msgstr "Kas soovite kasutada BTRFS-i tihendamist?" + +msgid "Use compression" +msgstr "" + +msgid "Disable Copy-on-Write" +msgstr "" diff --git a/archinstall/locales/fr/LC_MESSAGES/base.po b/archinstall/locales/fr/LC_MESSAGES/base.po index 5609555c..de25b118 100644 --- a/archinstall/locales/fr/LC_MESSAGES/base.po +++ b/archinstall/locales/fr/LC_MESSAGES/base.po @@ -1227,6 +1227,27 @@ msgstr "" msgid "Waiting for Arch Linux keyring sync (archlinux-keyring-wkd-sync) to complete." msgstr "" +#, fuzzy +msgid "Selected profiles: " +msgstr "Supprimer le profil" + +msgid "Time synchronization not completing, while you wait - check the docs for workarounds: https://archinstall.readthedocs.io/" +msgstr "" + +#, fuzzy +msgid "Mark/Unmark as nodatacow" +msgstr "Marquer/Démarquer comme amorçable" + +#, fuzzy +msgid "Would you like to use compression or disable CoW?" +msgstr "Souhaitez-vous utiliser la compression BTRFS ?" + +msgid "Use compression" +msgstr "" + +msgid "Disable Copy-on-Write" +msgstr "" + #, python-brace-format #~ msgid "Edit {origkey} :" #~ msgstr "Modifier {origkey} :" diff --git a/archinstall/locales/he/LC_MESSAGES/base.po b/archinstall/locales/he/LC_MESSAGES/base.po index be116703..b1694404 100644 --- a/archinstall/locales/he/LC_MESSAGES/base.po +++ b/archinstall/locales/he/LC_MESSAGES/base.po @@ -1233,3 +1233,25 @@ msgstr "לדלג על המתנה לסנכרון השעון אוטומטית (י msgid "Waiting for Arch Linux keyring sync (archlinux-keyring-wkd-sync) to complete." msgstr "בהמתנה לסיום סנכרון מחזיק מפתחות של Arch Linux‏ (archlinux-keyring-wkd-sync)." + +#, fuzzy +msgid "Selected profiles: " +msgstr "מחיקת פרופיל" + +#, fuzzy +msgid "Time synchronization not completing, while you wait - check the docs for workarounds: https://archinstall.readthedocs.io/" +msgstr "סנכרון זמן לא מסתיים, בזמן ההמתנה - כדאי לחפש צורות לעקוף את זה במסמכים: https://archinstall.readthedocs.io/‎" + +#, fuzzy +msgid "Mark/Unmark as nodatacow" +msgstr "סימון/ביטול סימון כזמין לטעינה" + +#, fuzzy +msgid "Would you like to use compression or disable CoW?" +msgstr "להשתמש בדחיסה של BTRFS?" + +msgid "Use compression" +msgstr "" + +msgid "Disable Copy-on-Write" +msgstr "" diff --git a/archinstall/locales/hi/LC_MESSAGES/base.po b/archinstall/locales/hi/LC_MESSAGES/base.po index a8b508b5..c1ad7eae 100644 --- a/archinstall/locales/hi/LC_MESSAGES/base.po +++ b/archinstall/locales/hi/LC_MESSAGES/base.po @@ -1160,3 +1160,22 @@ msgstr "" msgid "Waiting for Arch Linux keyring sync (archlinux-keyring-wkd-sync) to complete." msgstr "" + +msgid "Selected profiles: " +msgstr "" + +msgid "Time synchronization not completing, while you wait - check the docs for workarounds: https://archinstall.readthedocs.io/" +msgstr "" + +msgid "Mark/Unmark as nodatacow" +msgstr "" + +#, fuzzy +msgid "Would you like to use compression or disable CoW?" +msgstr "क्या आप swap के लिए zram इस्तेमाल करना चाहेंगे?" + +msgid "Use compression" +msgstr "" + +msgid "Disable Copy-on-Write" +msgstr "" diff --git a/archinstall/locales/hu/LC_MESSAGES/base.po b/archinstall/locales/hu/LC_MESSAGES/base.po index e2e86e1c..9ac8a8f8 100644 --- a/archinstall/locales/hu/LC_MESSAGES/base.po +++ b/archinstall/locales/hu/LC_MESSAGES/base.po @@ -14,12 +14,8 @@ msgstr "" msgid "[!] A log file has been created here: {} {}" msgstr "[!] A naplófájl itt jött létre: {} {}" -msgid "" -" Please submit this issue (and file) to https://github.com/archlinux/" -"archinstall/issues" -msgstr "" -" Kérjük, jelentsd ezt a problémát (a naplófájllal együtt) a https://" -"github.com/archlinux/archinstall/issues oldalon" +msgid " Please submit this issue (and file) to https://github.com/archlinux/archinstall/issues" +msgstr " Kérjük, jelentsd ezt a problémát (a naplófájllal együtt) a https://github.com/archlinux/archinstall/issues oldalon" msgid "Do you really want to abort?" msgstr "Tényleg megszakítod?" @@ -34,14 +30,10 @@ msgid "Desired hostname for the installation: " msgstr "A számítógép neve a telepítéshez: " msgid "Username for required superuser with sudo privileges: " -msgstr "" -"A rendszergazda felhasználó neve a számítógép használatához szükséges sudo " -"jogosultságokkal: " +msgstr "A rendszergazda felhasználó neve a számítógép használatához szükséges sudo jogosultságokkal: " msgid "Any additional users to install (leave blank for no users): " -msgstr "" -"További hozzáadandó felhasználók (ha nem akarsz több felhasználót hozzáadni, " -"akkor hagyd üresen): " +msgstr "További hozzáadandó felhasználók (ha nem akarsz több felhasználót hozzáadni, akkor hagyd üresen): " msgid "Should this user be a superuser (sudoer)?" msgstr "Ennek a felhasználónak rendszergazdának (sudoer-nek) kell lennie?" @@ -50,8 +42,7 @@ msgid "Select a timezone" msgstr "Időzóna kiválasztása" msgid "Would you like to use GRUB as a bootloader instead of systemd-boot?" -msgstr "" -"Szeretnéd használni a GRUB-ot rendszerbetöltőként a systemd-boot helyett?" +msgstr "Szeretnéd használni a GRUB-ot rendszerbetöltőként a systemd-boot helyett?" msgid "Choose a bootloader" msgstr "Válassz ki egy rendszerbetöltőt" @@ -59,56 +50,35 @@ msgstr "Válassz ki egy rendszerbetöltőt" msgid "Choose an audio server" msgstr "Válassz ki egy hangkiszolgálót" -msgid "" -"Only packages such as base, base-devel, linux, linux-firmware, efibootmgr " -"and optional profile packages are installed." -msgstr "" -"Csak az olyan csomagok mint a base, base-devel, linux, linux-firmware, " -"efibootmgr és az opcionális profilcsomagok kerülnek telepítésre." +msgid "Only packages such as base, base-devel, linux, linux-firmware, efibootmgr and optional profile packages are installed." +msgstr "Csak az olyan csomagok mint a base, base-devel, linux, linux-firmware, efibootmgr és az opcionális profilcsomagok kerülnek telepítésre." -msgid "" -"If you desire a web browser, such as firefox or chromium, you may specify it " -"in the following prompt." -msgstr "" -"Ha olyan böngészőre vágysz, mint például a Firefox, vagy a Chromium, akkor " -"azt a következő prompt-ban adhatod meg." +msgid "If you desire a web browser, such as firefox or chromium, you may specify it in the following prompt." +msgstr "Ha olyan böngészőre vágysz, mint például a Firefox, vagy a Chromium, akkor azt a következő prompt-ban adhatod meg." -msgid "" -"Write additional packages to install (space separated, leave blank to skip): " -msgstr "" -"Írj be további telepítendő csomag neveket (szóközzel elválasztva, ha ki " -"akarod hagyni ezt lépést, akkor üresen hagyhatod): " +msgid "Write additional packages to install (space separated, leave blank to skip): " +msgstr "Írj be további telepítendő csomag neveket (szóközzel elválasztva, ha ki akarod hagyni ezt lépést, akkor üresen hagyhatod): " msgid "Copy ISO network configuration to installation" msgstr "Másold be az ISO hálózati konfigurációt a telepítéshez" -msgid "" -"Use NetworkManager (necessary for configuring internet graphically in GNOME " -"and KDE)" -msgstr "" -"A NetworkManager használata (szükséges az internet grafikus konfigurálásához " -"GNOME-ban és KDE-ben)" +msgid "Use NetworkManager (necessary for configuring internet graphically in GNOME and KDE)" +msgstr "A NetworkManager használata (szükséges az internet grafikus konfigurálásához GNOME-ban és KDE-ben)" msgid "Select one network interface to configure" msgstr "Válassz ki egy hálózati interfészt a konfiguráláshoz" -msgid "" -"Select which mode to configure for \"{}\" or skip to use default mode \"{}\"" -msgstr "" -"Válaszd ki, hogy melyik módot szeretnéd beállítani a(z) \"{}\" számára, vagy " -"hagyd ki ezt a lépést az alapértelmezett \"{}\" mód használatához" +msgid "Select which mode to configure for \"{}\" or skip to use default mode \"{}\"" +msgstr "Válaszd ki, hogy melyik módot szeretnéd beállítani a(z) \"{}\" számára, vagy hagyd ki ezt a lépést az alapértelmezett \"{}\" mód használatához" msgid "Enter the IP and subnet for {} (example: 192.168.0.5/24): " msgstr "Add meg a(z) {} IP-címedet és alhálózatát (például: 192.168.0.5/24): " msgid "Enter your gateway (router) IP address or leave blank for none: " -msgstr "" -"Add meg az átjáród (router) IP-címét, vagy hagyd üresen, ha nincs ilyen: " +msgstr "Add meg az átjáród (router) IP-címét, vagy hagyd üresen, ha nincs ilyen: " msgid "Enter your DNS servers (space separated, blank for none): " -msgstr "" -"Add meg DNS-kiszolgálóidat (szóközzel elválasztva, vagy hagyd üresen, ha " -"nincsenek ilyenek): " +msgstr "Add meg DNS-kiszolgálóidat (szóközzel elválasztva, vagy hagyd üresen, ha nincsenek ilyenek): " msgid "Select which filesystem your main partition should use" msgstr "Válaszd ki, hogy a fő partíció milyen fájlrendszert használjon" @@ -126,21 +96,14 @@ msgstr "" msgid "Enter a desired filesystem type for the partition" msgstr "Add meg a partíció kívánt fájlrendszer típusát" -msgid "" -"Enter the start location (in parted units: s, GB, %, etc. ; default: {}): " -msgstr "" -"Add meg a kiindulási helyet (felosztott egységekben: s, GB, % stb. ; " -"alapértelmezett: {}): " +msgid "Enter the start location (in parted units: s, GB, %, etc. ; default: {}): " +msgstr "Add meg a kiindulási helyet (felosztott egységekben: s, GB, % stb. ; alapértelmezett: {}): " msgid "Enter the end location (in parted units: s, GB, %, etc. ; ex: {}): " -msgstr "" -"Add meg a befejezési helyet (felosztott egységekben: s, GB, % stb. ; pl.: " -"{}): " +msgstr "Add meg a befejezési helyet (felosztott egységekben: s, GB, % stb. ; pl.: {}): " msgid "{} contains queued partitions, this will remove those, are you sure?" -msgstr "" -"A(z) {} sorban álló partíciókat tartalmaz, ez eltávolítja azokat, biztos " -"vagy benne?" +msgstr "A(z) {} sorban álló partíciókat tartalmaz, ez eltávolítja azokat, biztos vagy benne?" msgid "" "{}\n" @@ -160,17 +123,11 @@ msgstr "" "\n" "Index alapján válaszd ki, hogy melyik partíciót hová szeretnéd csatolni" -msgid "" -" * Partition mount-points are relative to inside the installation, the boot " -"would be /boot as an example." -msgstr "" -" * A partíció csatolási pontjai a telepítésen belülre vonatkoznak, a boot " -"pédául /boot lesz." +msgid " * Partition mount-points are relative to inside the installation, the boot would be /boot as an example." +msgstr " * A partíció csatolási pontjai a telepítésen belülre vonatkoznak, a boot pédául /boot lesz." msgid "Select where to mount partition (leave blank to remove mountpoint): " -msgstr "" -"Válaszd ki, hogy hová szeretnéd csatolni a partíciót (hagyd üresen a " -"csatolási pont eltávolításához): " +msgstr "Válaszd ki, hogy hová szeretnéd csatolni a partíciót (hagyd üresen a csatolási pont eltávolításához): " msgid "" "{}\n" @@ -215,25 +172,16 @@ msgid "Archinstall language" msgstr "Az Archtelepítő nyelve" msgid "Wipe all selected drives and use a best-effort default partition layout" -msgstr "" -"Törölje az összes kiválasztott meghajtót, és használja a lehető legjobb " -"beállítást lehetővé tévő alapértelmezett partíció-elrendezést" +msgstr "Törölje az összes kiválasztott meghajtót, és használja a lehető legjobb beállítást lehetővé tévő alapértelmezett partíció-elrendezést" -msgid "" -"Select what to do with each individual drive (followed by partition usage)" -msgstr "" -"Válaszd ki, hogy mit tegyen az egyes meghajtókkal (ezt a partícióhasználat " -"követi)" +msgid "Select what to do with each individual drive (followed by partition usage)" +msgstr "Válaszd ki, hogy mit tegyen az egyes meghajtókkal (ezt a partícióhasználat követi)" msgid "Select what you wish to do with the selected block devices" msgstr "Válaszd ki, hogy mit szeretnél tenni a kiválasztott blokk-eszközökkel" -msgid "" -"This is a list of pre-programmed profiles, they might make it easier to " -"install things like desktop environments" -msgstr "" -"Ez az előre programozott profilok listája, amelyek megkönnyíthetik az olyan " -"dolgok telepítését, mint például az asztali környezetek" +msgid "This is a list of pre-programmed profiles, they might make it easier to install things like desktop environments" +msgstr "Ez az előre programozott profilok listája, amelyek megkönnyíthetik az olyan dolgok telepítését, mint például az asztali környezetek" msgid "Select keyboard layout" msgstr "Válaszd ki a billentyűzetkiosztást" @@ -242,29 +190,16 @@ msgid "Select one of the regions to download packages from" msgstr "Válassz ki egy régiót a csomagok letöltéséhez" msgid "Select one or more hard drives to use and configure" -msgstr "" -"Válassz ki egy, vagy több meghajtót a használathoz és a konfiguráláshoz" +msgstr "Válassz ki egy, vagy több meghajtót a használathoz és a konfiguráláshoz" -msgid "" -"For the best compatibility with your AMD hardware, you may want to use " -"either the all open-source or AMD / ATI options." -msgstr "" -"Az AMD hardverrel való legjobb kompatibilitás érdekében érdemes lehet az " -"összes nyílt forráskódú, vagy az AMD / ATI opciót használni." +msgid "For the best compatibility with your AMD hardware, you may want to use either the all open-source or AMD / ATI options." +msgstr "Az AMD hardverrel való legjobb kompatibilitás érdekében érdemes lehet az összes nyílt forráskódú, vagy az AMD / ATI opciót használni." -msgid "" -"For the best compatibility with your Intel hardware, you may want to use " -"either the all open-source or Intel options.\n" -msgstr "" -"Az Intel hardverrel való legjobb kompatibilitás érdekében érdemes lehet az " -"összes nyílt forráskódú, vagy Intel opciót használni.\n" +msgid "For the best compatibility with your Intel hardware, you may want to use either the all open-source or Intel options.\n" +msgstr "Az Intel hardverrel való legjobb kompatibilitás érdekében érdemes lehet az összes nyílt forráskódú, vagy Intel opciót használni.\n" -msgid "" -"For the best compatibility with your Nvidia hardware, you may want to use " -"the Nvidia proprietary driver.\n" -msgstr "" -"Az Nvidia hardverrel való legjobb kompatibilitás érdekében érdemes lehet az " -"Nvidia saját fejlesztésű illesztőprogramját használni.\n" +msgid "For the best compatibility with your Nvidia hardware, you may want to use the Nvidia proprietary driver.\n" +msgstr "Az Nvidia hardverrel való legjobb kompatibilitás érdekében érdemes lehet az Nvidia saját fejlesztésű illesztőprogramját használni.\n" msgid "" "\n" @@ -273,16 +208,13 @@ msgid "" msgstr "" "\n" "\n" -"Válassz ki egy grafikus illesztőprogramot, vagy hagyd üresen az összes nyílt " -"forráskódú illesztőprogram telepítéséhez" +"Válassz ki egy grafikus illesztőprogramot, vagy hagyd üresen az összes nyílt forráskódú illesztőprogram telepítéséhez" msgid "All open-source (default)" msgstr "Minden nyílt forráskódú (alapértelmezett)" msgid "Choose which kernels to use or leave blank for default \"{}\"" -msgstr "" -"Válaszd ki a használni kívánt kerneleket, vagy hagyd üresen az " -"alapértelmezetthez \"{}\"" +msgstr "Válaszd ki a használni kívánt kerneleket, vagy hagyd üresen az alapértelmezetthez \"{}\"" msgid "Choose which locale language to use" msgstr "Válaszd ki a használni kívánt területi nyelvet" @@ -299,17 +231,11 @@ msgstr "Válassz ki egyet, vagy többet az alábbi lehetőségek közül: " msgid "Adding partition...." msgstr "Partíció hozzáadása...." -msgid "" -"You need to enter a valid fs-type in order to continue. See `man parted` for " -"valid fs-type's." -msgstr "" -"A folytatáshoz meg kell adnod egy érvényes fs-típust. Az érvényes fs-" -"típusokat lásd a `man parted` részben." +msgid "You need to enter a valid fs-type in order to continue. See `man parted` for valid fs-type's." +msgstr "A folytatáshoz meg kell adnod egy érvényes fs-típust. Az érvényes fs-típusokat lásd a `man parted` részben." msgid "Error: Listing profiles on URL \"{}\" resulted in:" -msgstr "" -"Hiba: A(z) \"{}\" URL-címen lévő profilok listázása a következőket " -"eredményezte:" +msgstr "Hiba: A(z) \"{}\" URL-címen lévő profilok listázása a következőket eredményezte:" msgid "Error: Could not decode \"{}\" result as JSON:" msgstr "Hiba: Nem sikerült dekódolni a(z) \"{}\" eredményt JSON-ként:" @@ -378,10 +304,8 @@ msgid "" "Do you wish to continue?" msgstr "" "Úgy döntöttél, hogy kihagyod a merevlemez kiválasztását\n" -"és azt a meghajtóbeállítást fogod használni, amely a(z) {} helyen van " -"csatolva (kísérleti)\n" -"FIGYELMEZTETÉS: Az Archtelepítő nem ellenőrzi ennek a beállításnak a " -"megfelelőségét\n" +"és azt a meghajtóbeállítást fogod használni, amely a(z) {} helyen van csatolva (kísérleti)\n" +"FIGYELMEZTETÉS: Az Archtelepítő nem ellenőrzi ennek a beállításnak a megfelelőségét\n" "Biztosan folytatni akarod?" msgid "Re-using partition instance: {}" @@ -400,17 +324,13 @@ msgid "Assign mount-point for a partition" msgstr "Csatolási pont hozzárendelése egy partícióhoz" msgid "Mark/Unmark a partition to be formatted (wipes data)" -msgstr "" -"Egy partíció megjelölése/megjelölés-visszavonása formázandóként (adatok " -"törlése)" +msgstr "Egy partíció megjelölése/megjelölés-visszavonása formázandóként (adatok törlése)" msgid "Mark/Unmark a partition as encrypted" msgstr "Egy partíció megjelölése/megjelölés-visszavonása titkosítottként" msgid "Mark/Unmark a partition as bootable (automatic for /boot)" -msgstr "" -"Egy partíció megjelölése/megjelölés-visszavonása mint rendszerindító " -"(automatikus a /boot esetében)" +msgstr "Egy partíció megjelölése/megjelölés-visszavonása mint rendszerindító (automatikus a /boot esetében)" msgid "Set desired filesystem for a partition" msgstr "Állítsd be a kívánt fájlrendszer típusát a partíciónak" @@ -450,9 +370,7 @@ msgid "Enter a encryption password for {}" msgstr "Adj meg egy titkosítási jelszót a {}" msgid "Enter disk encryption password (leave blank for no encryption): " -msgstr "" -"Adj meg egy jelszót a lemez titkosításához (ha üresen hagyod nem lesz " -"titkosítva): " +msgstr "Adj meg egy jelszót a lemez titkosításához (ha üresen hagyod nem lesz titkosítva): " msgid "Create a required super-user with sudo privileges: " msgstr "Hozz létre egy szükséges rendszergazdát sudo jogosultságokkal: " @@ -463,31 +381,21 @@ msgstr "Adj meg egy root jelszót (a root letiltásához hagyd üresen): " msgid "Password for user \"{}\": " msgstr "\"{}\" felhasználó jelszava: " -msgid "" -"Verifying that additional packages exist (this might take a few seconds)" -msgstr "" -"További csomagok létezésének ellenőrzése (ez eltarthat néhány másodpercig)" +msgid "Verifying that additional packages exist (this might take a few seconds)" +msgstr "További csomagok létezésének ellenőrzése (ez eltarthat néhány másodpercig)" -msgid "" -"Would you like to use automatic time synchronization (NTP) with the default " -"time servers?\n" -msgstr "" -"Szeretnéd használni az automatikus időszinkronizálást (NTP) az " -"alapértelmezett időszerverekkel?\n" +msgid "Would you like to use automatic time synchronization (NTP) with the default time servers?\n" +msgstr "Szeretnéd használni az automatikus időszinkronizálást (NTP) az alapértelmezett időszerverekkel?\n" msgid "" -"Hardware time and other post-configuration steps might be required in order " -"for NTP to work.\n" +"Hardware time and other post-configuration steps might be required in order for NTP to work.\n" "For more information, please check the Arch wiki" msgstr "" -"Az NTP működéséhez szükség lehet a hardveridőre és egyéb utólagos " -"konfigurációs lépésekre.\n" +"Az NTP működéséhez szükség lehet a hardveridőre és egyéb utólagos konfigurációs lépésekre.\n" "További információkért kérjük, nézd meg az Arch wiki-t" msgid "Enter a username to create an additional user (leave blank to skip): " -msgstr "" -"Adj meg egy felhasználónevet egy további felhasználó létrehozásához (üresen " -"hagyva ez a lépés kihagyható): " +msgstr "Adj meg egy felhasználónevet egy további felhasználó létrehozásához (üresen hagyva ez a lépés kihagyható): " msgid "Use ESC to skip\n" msgstr "" @@ -496,12 +404,10 @@ msgstr "" msgid "" "\n" -" Choose an object from the list, and select one of the available actions for " -"it to execute" +" Choose an object from the list, and select one of the available actions for it to execute" msgstr "" "\n" -"Válassz ki egy objektumot a listából, és válassz egyet a végrehajtandó " -"műveletek közül" +"Válassz ki egy objektumot a listából, és válassz egyet a végrehajtandó műveletek közül" msgid "Cancel" msgstr "Mégse" @@ -537,20 +443,14 @@ msgstr "" "\n" "Ez az általad választott konfiguráció:" -msgid "" -"Pacman is already running, waiting maximum 10 minutes for it to terminate." +msgid "Pacman is already running, waiting maximum 10 minutes for it to terminate." msgstr "A Pacman már fut, várj maximum 10 percet a megszakításával." -msgid "" -"Pre-existing pacman lock never exited. Please clean up any existing pacman " -"sessions before using archinstall." -msgstr "" -"A már meglévő pacman zár soha nem lép ki. Az Archtelepítő használata előtt " -"tisztítsd meg a meglévő pacman munkameneteket." +msgid "Pre-existing pacman lock never exited. Please clean up any existing pacman sessions before using archinstall." +msgstr "A már meglévő pacman zár soha nem lép ki. Az Archtelepítő használata előtt tisztítsd meg a meglévő pacman munkameneteket." msgid "Choose which optional additional repositories to enable" -msgstr "" -"Válaszd ki, hogy mely további opcionális tárolókat kívánod engedélyezni" +msgstr "Válaszd ki, hogy mely további opcionális tárolókat kívánod engedélyezni" msgid "Add a user" msgstr "Felhasználó hozzáadása" @@ -684,9 +584,7 @@ msgid "Select the desired subvolume options " msgstr "Válaszd ki a kívánt alkötet beállításokat " msgid "Define users with sudo privilege, by username: " -msgstr "" -"Sudo jogosultsággal rendelkező felhasználók meghatározása felhasználónév " -"alapján: " +msgstr "Sudo jogosultsággal rendelkező felhasználók meghatározása felhasználónév alapján: " msgid "[!] A log file has been created here: {}" msgstr "[!] A naplófájl itt jött létre: {}" @@ -700,12 +598,8 @@ msgstr "Szeretnél BTRFS tömörítést használni?" msgid "Would you like to create a separate partition for /home?" msgstr "Szeretnél egy külön partíciót létrehozni a /home számára?" -msgid "" -"The selected drives do not have the minimum capacity required for an " -"automatic suggestion\n" -msgstr "" -"A kiválasztott meghajtók nem rendelkeznek az automatikus javaslathoz " -"szükséges minimális kapacitással.\n" +msgid "The selected drives do not have the minimum capacity required for an automatic suggestion\n" +msgstr "A kiválasztott meghajtók nem rendelkeznek az automatikus javaslathoz szükséges minimális kapacitással.\n" msgid "Minimum capacity for /home partition: {}GB\n" msgstr "A /home partíció minimális kapacitása: {}GB\n" @@ -750,81 +644,46 @@ msgid "Manual configuration" msgstr "Kézi konfiguráció" msgid "Mark/Unmark a partition as compressed (btrfs only)" -msgstr "" -"A partíció tömörítettként való megjelölése/megjelölés-visszavonása (csak " -"btrfs)" +msgstr "A partíció tömörítettként való megjelölése/megjelölés-visszavonása (csak btrfs)" -msgid "" -"The password you are using seems to be weak, are you sure you want to use it?" -msgstr "" -"Úgy tűnik, hogy az általad használt jelszó gyenge. Biztos, hogy használni " -"akarod?" +msgid "The password you are using seems to be weak, are you sure you want to use it?" +msgstr "Úgy tűnik, hogy az általad használt jelszó gyenge. Biztos, hogy használni akarod?" -msgid "" -"Provides a selection of desktop environments and tiling window managers, e." -"g. gnome, kde, sway" -msgstr "" -"Asztali környezetek és ablakkezelők széles választékát kínálja, pl. gnome, " -"kde, sway" +msgid "Provides a selection of desktop environments and tiling window managers, e.g. gnome, kde, sway" +msgstr "Asztali környezetek és ablakkezelők széles választékát kínálja, pl. gnome, kde, sway" msgid "Select your desired desktop environment" msgstr "Válaszd ki a kívánt asztali környezetet" -msgid "" -"A very basic installation that allows you to customize Arch Linux as you see " -"fit." -msgstr "" -"Egy nagyon alapszintű telepítés, amely lehetővé teszi, hogy az Arch Linuxot " -"saját belátásod szerint testre szabd." +msgid "A very basic installation that allows you to customize Arch Linux as you see fit." +msgstr "Egy nagyon alapszintű telepítés, amely lehetővé teszi, hogy az Arch Linuxot saját belátásod szerint testre szabd." -msgid "" -"Provides a selection of various server packages to install and enable, e.g. " -"httpd, nginx, mariadb" -msgstr "" -"Különböző szervercsomagok széles választékát kínálja a telepítéshez és az " -"engedélyezéshez, pl. httpd, nginx, mariadb" +msgid "Provides a selection of various server packages to install and enable, e.g. httpd, nginx, mariadb" +msgstr "Különböző szervercsomagok széles választékát kínálja a telepítéshez és az engedélyezéshez, pl. httpd, nginx, mariadb" -msgid "" -"Choose which servers to install, if none then a minimal installation will be " -"done" -msgstr "" -"Válaszd ki, hogy mely szervereket kívánod telepíteni, ha egyiket sem, akkor " -"minimális telepítés történik" +msgid "Choose which servers to install, if none then a minimal installation will be done" +msgstr "Válaszd ki, hogy mely szervereket kívánod telepíteni, ha egyiket sem, akkor minimális telepítés történik" msgid "Installs a minimal system as well as xorg and graphics drivers." -msgstr "" -"Telepít egy minimális rendszert, valamint a xorg és a grafikus " -"illesztőprogramokat." +msgstr "Telepít egy minimális rendszert, valamint a xorg és a grafikus illesztőprogramokat." msgid "Press Enter to continue." msgstr "A folytatáshoz nyomd meg az Entert." -msgid "" -"Would you like to chroot into the newly created installation and perform " -"post-installation configuration?" -msgstr "" -"Szeretnél chroot-olni az újonnan létrehozott telepítésbe, és elvégezni a " -"telepítés utáni konfigurációt?" +msgid "Would you like to chroot into the newly created installation and perform post-installation configuration?" +msgstr "Szeretnél chroot-olni az újonnan létrehozott telepítésbe, és elvégezni a telepítés utáni konfigurációt?" msgid "Are you sure you want to reset this setting?" -msgstr "" -"Biztos, hogy vissza akarod állítani ezt a beállítást az alaphelyzetébe?" +msgstr "Biztos, hogy vissza akarod állítani ezt a beállítást az alaphelyzetébe?" msgid "Select one or more hard drives to use and configure\n" -msgstr "" -"Válassz ki egy, vagy több meghajtót a használathoz és konfiguráláshoz.\n" +msgstr "Válassz ki egy, vagy több meghajtót a használathoz és konfiguráláshoz.\n" msgid "Any modifications to the existing setting will reset the disk layout!" -msgstr "" -"A meglévő beállítások bármilyen módosítása visszaállítja a lemez " -"elrendezését az alaphelyzetbe!" +msgstr "A meglévő beállítások bármilyen módosítása visszaállítja a lemez elrendezését az alaphelyzetbe!" -msgid "" -"If you reset the harddrive selection this will also reset the current disk " -"layout. Are you sure?" -msgstr "" -"Ha alaphelyzetbe állítod a meghajtó-kiválasztást, akkor az aktuális " -"lemezelrendezést is visszaállítja. Biztos vagy benne?" +msgid "If you reset the harddrive selection this will also reset the current disk layout. Are you sure?" +msgstr "Ha alaphelyzetbe állítod a meghajtó-kiválasztást, akkor az aktuális lemezelrendezést is visszaállítja. Biztos vagy benne?" msgid "Save and exit" msgstr "Mentés és kilépés" @@ -849,8 +708,7 @@ msgid "" "Use CTRL+C to reset current selection\n" "\n" msgstr "" -"Használd a CTRL+C billentyűkombinációt az aktuális kijelölés alaphelyzetbe " -"való visszaállításához\n" +"Használd a CTRL+C billentyűkombinációt az aktuális kijelölés alaphelyzetbe való visszaállításához\n" "\n" msgid "Copy to: " @@ -871,18 +729,11 @@ msgstr "Hozzáadás: " msgid "Value: " msgstr "Érték: " -msgid "" -"You can skip selecting a drive and partitioning and use whatever drive-setup " -"is mounted at /mnt (experimental)" -msgstr "" -"Kihagyhatod a meghajtó kiválasztását és a particionálást és bármilyen " -"meghajtó-beállítást használhatsz, amely az /mnt könyvtárhoz van csatolva " -"(kísérleti)" +msgid "You can skip selecting a drive and partitioning and use whatever drive-setup is mounted at /mnt (experimental)" +msgstr "Kihagyhatod a meghajtó kiválasztását és a particionálást és bármilyen meghajtó-beállítást használhatsz, amely az /mnt könyvtárhoz van csatolva (kísérleti)" msgid "Select one of the disks or skip and use /mnt as default" -msgstr "" -"Válaszd ki az egyik lemezt, vagy hagyd ki ezt a lépést, és használd az /mnt-" -"t alapértelmezettként" +msgstr "Válaszd ki az egyik lemezt, vagy hagyd ki ezt a lépést, és használd az /mnt-t alapértelmezettként" msgid "Select which partitions to mark for formatting:" msgstr "Válaszd ki, hogy mely partíciókat szeretnéd formázásra megjelölni:" @@ -902,12 +753,8 @@ msgstr "Szabad terület" msgid "Bus-type" msgstr "Bus-típus" -msgid "" -"Either root-password or at least 1 user with sudo privileges must be " -"specified" -msgstr "" -"Meg kell adni egy root jelszót, vagy legalább 1 sudo jogosultsággal " -"rendelkező felhasználót" +msgid "Either root-password or at least 1 user with sudo privileges must be specified" +msgstr "Meg kell adni egy root jelszót, vagy legalább 1 sudo jogosultsággal rendelkező felhasználót" msgid "Enter username (leave blank to skip): " msgstr "Felhasználónév megadása (hagyd üresen a kihagyáshoz): " @@ -945,12 +792,8 @@ msgstr "Alkötet törlése" msgid "Configured {} interfaces" msgstr "{} konfigurált interfész" -msgid "" -"This option enables the number of parallel downloads that can occur during " -"installation" -msgstr "" -"Ez a beállítás lehetővé teszi, hogy a telepítés során hány párhuzamos " -"letöltés történhet" +msgid "This option enables the number of parallel downloads that can occur during installation" +msgstr "Ez a beállítás lehetővé teszi, hogy a telepítés során hány párhuzamos letöltés történhet" msgid "" "Enter the number of parallel downloads to be enabled.\n" @@ -961,34 +804,18 @@ msgstr "" " (Adj meg egy értéket 1 és {} között)\n" "Megjegyzés:" -msgid "" -" - Maximum value : {} ( Allows {} parallel downloads, allows {} downloads " -"at a time )" -msgstr "" -" - Maximális érték : {} ({} párhuzamos letöltést tesz lehetővé és " -"egyszerre {} letöltést enged meg)" +msgid " - Maximum value : {} ( Allows {} parallel downloads, allows {} downloads at a time )" +msgstr " - Maximális érték : {} ({} párhuzamos letöltést tesz lehetővé és egyszerre {} letöltést enged meg)" -msgid "" -" - Minimum value : 1 ( Allows 1 parallel download, allows 2 downloads at a " -"time )" -msgstr "" -" - Minimális érték : 1 (1 párhuzamos letöltést tesz lehetővé és egyszerre " -"2 letöltést enged meg)" +msgid " - Minimum value : 1 ( Allows 1 parallel download, allows 2 downloads at a time )" +msgstr " - Minimális érték : 1 (1 párhuzamos letöltést tesz lehetővé és egyszerre 2 letöltést enged meg)" -msgid "" -" - Disable/Default : 0 ( Disables parallel downloading, allows only 1 " -"download at a time )" -msgstr "" -" - Letiltás/Alapértelmezett: 0 (Kikapcsolja a párhuzamos letöltést, " -"egyszerre csak 1 letöltést tesz lehetővé)" +msgid " - Disable/Default : 0 ( Disables parallel downloading, allows only 1 download at a time )" +msgstr " - Letiltás/Alapértelmezett: 0 (Kikapcsolja a párhuzamos letöltést, egyszerre csak 1 letöltést tesz lehetővé)" #, python-brace-format -msgid "" -"Invalid input! Try again with a valid input [1 to {max_downloads}, or 0 to " -"disable]" -msgstr "" -"Érvénytelen bemenet! Próbáld újra egy érvényes bemenettel [1 a(z) " -"{max_downloads} értékhez, vagy 0 a letiltáshoz]" +msgid "Invalid input! Try again with a valid input [1 to {max_downloads}, or 0 to disable]" +msgstr "Érvénytelen bemenet! Próbáld újra egy érvényes bemenettel [1 a(z) {max_downloads} értékhez, vagy 0 a letiltáshoz]" msgid "Parallel Downloads" msgstr "Párhuzamos Letöltések" @@ -997,8 +824,7 @@ msgid "ESC to skip" msgstr "Használd az ESC gombot a kihagyáshoz" msgid "CTRL+C to reset" -msgstr "" -"Használd a CTRL+C billentyűkombinációt az alaphelyzetbe való visszaállításhoz" +msgstr "Használd a CTRL+C billentyűkombinációt az alaphelyzetbe való visszaállításhoz" msgid "TAB to select" msgstr "Használd a TAB gombot a kiválasztáshoz" @@ -1006,20 +832,14 @@ msgstr "Használd a TAB gombot a kiválasztáshoz" msgid "[Default value: 0] > " msgstr "[Alapértelmezett érték: 0] > " -msgid "" -"To be able to use this translation, please install a font manually that " -"supports the language." -msgstr "" -"A fordítás használatához telepíts manuálisan egy olyan betűtípust, amelyik " -"támogatja ezt a nyelvet." +msgid "To be able to use this translation, please install a font manually that supports the language." +msgstr "A fordítás használatához telepíts manuálisan egy olyan betűtípust, amelyik támogatja ezt a nyelvet." msgid "The font should be stored as {}" msgstr "A betűtípust úgy kell eltárolni mint {}" msgid "Archinstall requires root privileges to run. See --help for more." -msgstr "" -"Az Archtelepítő futtatásához root jogosultságok szükségesek. További " -"információkért lásd a --help menüpontot." +msgstr "Az Archtelepítő futtatásához root jogosultságok szükségesek. További információkért lásd a --help menüpontot." msgid "Select an execution mode" msgstr "Válassz ki egy végrehajtási módot" @@ -1027,22 +847,14 @@ msgstr "Válassz ki egy végrehajtási módot" msgid "Unable to fetch profile from specified url: {}" msgstr "Nem sikerült lekérni a profilt a megadott URL-cím-ről: {}" -msgid "" -"Profiles must have unique name, but profile definitions with duplicate name " -"found: {}" -msgstr "" -"A profiloknak egyedi névvel kell rendelkezniük, de ismétlődő névvel " -"rendelkező profildefiníciók találhatóak: {}" +msgid "Profiles must have unique name, but profile definitions with duplicate name found: {}" +msgstr "A profiloknak egyedi névvel kell rendelkezniük, de ismétlődő névvel rendelkező profildefiníciók találhatóak: {}" msgid "Select one or more devices to use and configure" msgstr "Válassz ki egy vagy több eszközt a használathoz és a konfiguráláshoz" -msgid "" -"If you reset the device selection this will also reset the current disk " -"layout. Are you sure?" -msgstr "" -"Ha alaphelyzetbe állítod az eszköz-kiválasztást, akkor az aktuális " -"lemezelrendezést is visszaállítja. Biztos vagy benne?" +msgid "If you reset the device selection this will also reset the current disk layout. Are you sure?" +msgstr "Ha alaphelyzetbe állítod az eszköz-kiválasztást, akkor az aktuális lemezelrendezést is visszaállítja. Biztos vagy benne?" msgid "Existing Partitions" msgstr "Meglévő partíciók" @@ -1059,12 +871,8 @@ msgstr "A /home partíció minimális kapacitása: {}GB\n" msgid "Minimum capacity for Arch Linux partition: {}GiB" msgstr "Az Arch Linux partíció minimális kapacitása: {} GB" -msgid "" -"This is a list of pre-programmed profiles_bck, they might make it easier to " -"install things like desktop environments" -msgstr "" -"Ez az előre programozott profiles_bck lista, ami megkönnyítheti az olyan " -"dolgok telepítését, mint például az asztali környezetekét" +msgid "This is a list of pre-programmed profiles_bck, they might make it easier to install things like desktop environments" +msgstr "Ez az előre programozott profiles_bck lista, ami megkönnyítheti az olyan dolgok telepítését, mint például az asztali környezetekét" msgid "Current profile selection" msgstr "Aktuális profil kiválasztása" @@ -1096,26 +904,14 @@ msgstr "Partíció törlése" msgid "Partition" msgstr "Partíció" -msgid "" -"This partition is currently encrypted, to format it a filesystem has to be " -"specified" -msgstr "" -"Ez a partíció jelenleg titkosított, a formázásához meg kell adni egy " -"fájlrendszert" +msgid "This partition is currently encrypted, to format it a filesystem has to be specified" +msgstr "Ez a partíció jelenleg titkosított, a formázásához meg kell adni egy fájlrendszert" -msgid "" -"Partition mount-points are relative to inside the installation, the boot " -"would be /boot as an example." -msgstr "" -"A partíció csatolási pontok a telepítésen belülre vonatkoznak, a boot " -"pédául /boot lesz." +msgid "Partition mount-points are relative to inside the installation, the boot would be /boot as an example." +msgstr "A partíció csatolási pontok a telepítésen belülre vonatkoznak, a boot pédául /boot lesz." -msgid "" -"If mountpoint /boot is set, then the partition will also be marked as " -"bootable." -msgstr "" -"Ha a /boot csatolási pont be van állítva, akkor a partíció is " -"rendszerbetöltőnek lesz jelölve." +msgid "If mountpoint /boot is set, then the partition will also be marked as bootable." +msgstr "Ha a /boot csatolási pont be van állítva, akkor a partíció is rendszerbetöltőnek lesz jelölve." msgid "Mountpoint: " msgstr "Csatolási pont: " @@ -1129,12 +925,8 @@ msgstr "Összes szektor: {}" msgid "Enter the start sector (default: {}): " msgstr "Add meg a kezdőszektort (alapértelmezett: {}): " -msgid "" -"Enter the end sector of the partition (percentage or block number, default: " -"{}): " -msgstr "" -"Add meg a partíció végszektorát (százalékban, vagy blokkszámban, " -"alapértelmezett: {}): " +msgid "Enter the end sector of the partition (percentage or block number, default: {}): " +msgstr "Add meg a partíció végszektorát (százalékban, vagy blokkszámban, alapértelmezett: {}): " msgid "This will remove all newly added partitions, continue?" msgstr "Ezzel eltávolítod az összes újonnan hozzáadott partíciót, folytatod?" @@ -1164,9 +956,7 @@ msgid "Select a FIDO2 device to use for HSM" msgstr "Válaszd ki a HSM-hez használni kívánt FIDO2-eszközt" msgid "Use a best-effort default partition layout" -msgstr "" -"A lehető legjobb beállítást lehetővé tévő alapértelmezett partíció-" -"elrendezés használata" +msgstr "A lehető legjobb beállítást lehetővé tévő alapértelmezett partíció-elrendezés használata" msgid "Manual Partitioning" msgstr "Kézi Partícionálás" @@ -1196,26 +986,19 @@ msgid "Password" msgstr "Jelszó" msgid "All settings will be reset, are you sure?" -msgstr "" -"Minden beállítás visszaállításra kerül alaphelyzetre, biztos vagy benne?" +msgstr "Minden beállítás visszaállításra kerül alaphelyzetre, biztos vagy benne?" msgid "Back" msgstr "Vissza" msgid "Please chose which greeter to install for the chosen profiles: {}" -msgstr "" -"Kérlek, válaszd ki, hogy melyik bejelentkezési segédet szeretnéd telepíteni " -"a kiválasztott profilokhoz: {}" +msgstr "Kérlek, válaszd ki, hogy melyik bejelentkezési segédet szeretnéd telepíteni a kiválasztott profilokhoz: {}" msgid "Environment type: {}" msgstr "Környezet típusa: {}" -msgid "" -"The proprietary Nvidia driver is not supported by Sway. It is likely that " -"you will run into issues, are you okay with that?" -msgstr "" -"Az Sway nem támogatja az Nvidia saját fejlesztésű illesztőprogramját. " -"Valószínű, hogy problémákba fog ütközni, rendben van ez számodra?" +msgid "The proprietary Nvidia driver is not supported by Sway. It is likely that you will run into issues, are you okay with that?" +msgstr "Az Sway nem támogatja az Nvidia saját fejlesztésű illesztőprogramját. Valószínű, hogy problémákba fog ütközni, rendben van ez számodra?" msgid "Installed packages" msgstr "Telepített csomagok" @@ -1235,19 +1018,11 @@ msgstr "Profil neve: " msgid "The profile name you entered is already in use. Try again" msgstr "A megadott profilnév már használatban van. Próbáld újra" -msgid "" -"Packages to be install with this profile (space separated, leave blank to " -"skip): " -msgstr "" -"A profilhoz telepítendő csomagok (szóközzel elválasztva, vagy hagyd üresen a " -"kihagyáshoz): " +msgid "Packages to be install with this profile (space separated, leave blank to skip): " +msgstr "A profilhoz telepítendő csomagok (szóközzel elválasztva, vagy hagyd üresen a kihagyáshoz): " -msgid "" -"Services to be enabled with this profile (space separated, leave blank to " -"skip): " -msgstr "" -"A profillal engedélyezendő szolgáltatások (szóközzel elválasztva, vagy hagyd " -"üresen a kihagyáshoz): " +msgid "Services to be enabled with this profile (space separated, leave blank to skip): " +msgstr "A profillal engedélyezendő szolgáltatások (szóközzel elválasztva, vagy hagyd üresen a kihagyáshoz): " msgid "Should this profile be enabled for installation?" msgstr "Engedélyezed ezt a profilt a telepítéshez?" @@ -1260,15 +1035,10 @@ msgid "" "Select a graphics driver or leave blank to install all open-source drivers" msgstr "" "\n" -"Válassz ki egy grafikus illesztőprogramot, vagy hagyd üresen az összes nyílt " -"forráskódú illesztőprogram telepítéséhez" +"Válassz ki egy grafikus illesztőprogramot, vagy hagyd üresen az összes nyílt forráskódú illesztőprogram telepítéséhez" -msgid "" -"Sway needs access to your seat (collection of hardware devices i.e. " -"keyboard, mouse, etc)" -msgstr "" -"Az Sway-nek hozzáférésre van szüksége (olyan hardvereszközök gyűjteményéhez " -"mint például a billentyűzet, az egér, stb.)" +msgid "Sway needs access to your seat (collection of hardware devices i.e. keyboard, mouse, etc)" +msgstr "Az Sway-nek hozzáférésre van szüksége (olyan hardvereszközök gyűjteményéhez mint például a billentyűzet, az egér, stb.)" msgid "" "\n" @@ -1277,8 +1047,7 @@ msgid "" msgstr "" "\n" "\n" -"Válassz egy opciót, hogy engedélyezd, hogy az Sway hozzáférhessen a " -"hardverekhez" +"Válassz egy opciót, hogy engedélyezd, hogy az Sway hozzáférhessen a hardverekhez" msgid "Graphics driver" msgstr "Grafikus illesztőprogram" @@ -1287,8 +1056,7 @@ msgid "Greeter" msgstr "Bejelentkezési segéd" msgid "Please chose which greeter to install" -msgstr "" -"Kérlek, válaszd ki, hogy melyik bejelentkezési segédet szeretnéd telepíteni" +msgstr "Kérlek, válaszd ki, hogy melyik bejelentkezési segédet szeretnéd telepíteni" msgid "This is a list of pre-programmed default_profiles" msgstr "Ez az előre programozott default_profiles listája" @@ -1303,9 +1071,7 @@ msgid "Finding possible directories to save configuration files ..." msgstr "Lehetséges könyvtárak keresése a konfigurációs fájlok mentéséhez..." msgid "Select directory (or directories) for saving configuration files" -msgstr "" -"Válassza ki a könyvtárat (vagy könyvtárakat) a konfigurációs fájlok " -"mentéséhez" +msgstr "Válassza ki a könyvtárat (vagy könyvtárakat) a konfigurációs fájlok mentéséhez" msgid "Add a custom mirror" msgstr "Egyéni tükör hozzáadása" @@ -1338,12 +1104,10 @@ msgid "Save user configuration (including disk layout)" msgstr "Felhasználói konfiguráció mentése (beleértve a lemezelrendezést is)" msgid "" -"Enter a directory for the configuration(s) to be saved (tab completion " -"enabled)\n" +"Enter a directory for the configuration(s) to be saved (tab completion enabled)\n" "Save directory: " msgstr "" -"Adj meg egy könyvtárat a menteni kívánt konfiguráció(k) számára (a lap " -"kitöltés engedélyezve)\n" +"Adj meg egy könyvtárat a menteni kívánt konfiguráció(k) számára (a lap kitöltés engedélyezve)\n" "Mentési könyvtár: " msgid "" @@ -1364,38 +1128,26 @@ msgstr "Tükrök" msgid "Mirror regions" msgstr "Tükör régiók" -msgid "" -" - Maximum value : {} ( Allows {} parallel downloads, allows " -"{max_downloads+1} downloads at a time )" -msgstr "" -" - Maximális érték : {} ( {} párhuzamos letöltést tesz lehetővé és " -"egyszerre {max_downloads+1} letöltést enged meg )" +msgid " - Maximum value : {} ( Allows {} parallel downloads, allows {max_downloads+1} downloads at a time )" +msgstr " - Maximális érték : {} ( {} párhuzamos letöltést tesz lehetővé és egyszerre {max_downloads+1} letöltést enged meg )" msgid "Invalid input! Try again with a valid input [1 to {}, or 0 to disable]" -msgstr "" -"Érvénytelen bemenet! Próbáld újra egy érvényes bemenettel [1 a(z) {} " -"értékhez, vagy 0-t a letiltáshoz]" +msgstr "Érvénytelen bemenet! Próbáld újra egy érvényes bemenettel [1 a(z) {} értékhez, vagy 0-t a letiltáshoz]" msgid "Locales" msgstr "Nyelvi beállítások" -msgid "" -"Use NetworkManager (necessary to configure internet graphically in GNOME and " -"KDE)" -msgstr "" -"A NetworkManager használata (szükséges az internet grafikus konfigurálásához " -"GNOME-ban és KDE-ben)" +msgid "Use NetworkManager (necessary to configure internet graphically in GNOME and KDE)" +msgstr "A NetworkManager használata (szükséges az internet grafikus konfigurálásához GNOME-ban és KDE-ben)" msgid "Total: {} / {}" msgstr "Összes: {} / {}" msgid "All entered values can be suffixed with a unit: B, KB, KiB, MB, MiB..." -msgstr "" -"Minden beírt értéket mértékegységekkel kell ellátni: B, KB, KiB, MB, MiB..." +msgstr "Minden beírt értéket mértékegységekkel kell ellátni: B, KB, KiB, MB, MiB..." msgid "If no unit is provided, the value is interpreted as sectors" -msgstr "" -"Ha nincs mértékegység megadva, akkor az értéket szektorokként értelmezi" +msgstr "Ha nincs mértékegység megadva, akkor az értéket szektorokként értelmezi" msgid "Enter start (default: sector {}): " msgstr "Kezdőpont megadása (alapértelmezett: szektor{}): " @@ -1404,8 +1156,7 @@ msgid "Enter end (default: {}): " msgstr "Végpont megadása (alapértelmezett: {}): " msgid "Unable to determine fido2 devices. Is libfido2 installed?" -msgstr "" -"Nem sikerült meghatározni a fido2 eszközöket. Telepítve van a libfido2?" +msgstr "Nem sikerült meghatározni a fido2 eszközöket. Telepítve van a libfido2?" msgid "Path" msgstr "Elérési útvonal" @@ -1423,12 +1174,8 @@ msgstr "Érvénytelen konfiguráció: {error}" msgid "Type" msgstr "Típus" -msgid "" -"This option enables the number of parallel downloads that can occur during " -"package downloads" -msgstr "" -"Ez a beállítás lehetővé teszi, hogy a csomagletöltések során hány párhuzamos " -"letöltés történhet" +msgid "This option enables the number of parallel downloads that can occur during package downloads" +msgstr "Ez a beállítás lehetővé teszi, hogy a csomagletöltések során hány párhuzamos letöltés történhet" msgid "" "Enter the number of parallel downloads to be enabled.\n" @@ -1439,30 +1186,17 @@ msgstr "" "\n" "Megjegyzés:\n" -msgid "" -" - Maximum recommended value : {} ( Allows {} parallel downloads at a time )" -msgstr "" -" - Maximális ajánlott érték : {} ( Egyszerre {} párhuzamos letöltést tesz " -"lehetővé )" +msgid " - Maximum recommended value : {} ( Allows {} parallel downloads at a time )" +msgstr " - Maximális ajánlott érték : {} ( Egyszerre {} párhuzamos letöltést tesz lehetővé )" -msgid "" -" - Disable/Default : 0 ( Disables parallel downloading, allows only 1 " -"download at a time )\n" -msgstr "" -" - Letiltás/Alapértelmezett: 0 (Kikapcsolja a párhuzamos letöltést, " -"egyszerre csak 1 letöltést tesz lehetővé)\n" +msgid " - Disable/Default : 0 ( Disables parallel downloading, allows only 1 download at a time )\n" +msgstr " - Letiltás/Alapértelmezett: 0 (Kikapcsolja a párhuzamos letöltést, egyszerre csak 1 letöltést tesz lehetővé)\n" msgid "Invalid input! Try again with a valid input [or 0 to disable]" -msgstr "" -"Érvénytelen bemenet! Próbáld újra egy érvényes bemenettel [vagy 0-t a " -"letiltáshoz]" +msgstr "Érvénytelen bemenet! Próbáld újra egy érvényes bemenettel [vagy 0-t a letiltáshoz]" -msgid "" -"Hyprland needs access to your seat (collection of hardware devices i.e. " -"keyboard, mouse, etc)" -msgstr "" -"A Hyprland-nek hozzáférésre van szüksége (olyan hardvereszközök " -"gyűjteményéhez mint például a billentyűzet, az egér, stb.)" +msgid "Hyprland needs access to your seat (collection of hardware devices i.e. keyboard, mouse, etc)" +msgstr "A Hyprland-nek hozzáférésre van szüksége (olyan hardvereszközök gyűjteményéhez mint például a billentyűzet, az egér, stb.)" msgid "" "\n" @@ -1471,13 +1205,10 @@ msgid "" msgstr "" "\n" "\n" -"Válassz egy opciót, hogy engedélyezd, hogy a Hyprland hozzáférhessen a " -"hardverekhez" +"Válassz egy opciót, hogy engedélyezd, hogy a Hyprland hozzáférhessen a hardverekhez" -msgid "" -"All entered values can be suffixed with a unit: %, B, KB, KiB, MB, MiB..." -msgstr "" -"Minden beírt értéket mértékegységgel kell ellátni: %, B, KB, KiB, MB, MiB..." +msgid "All entered values can be suffixed with a unit: %, B, KB, KiB, MB, MiB..." +msgstr "Minden beírt értéket mértékegységgel kell ellátni: %, B, KB, KiB, MB, MiB..." msgid "Would you like to use unified kernel images?" msgstr "Szeretnél egységesített kernelképeket (UKI-t) használni?" @@ -1488,22 +1219,33 @@ msgstr "Egységesített kernelképek (UKI-k)" msgid "Waiting for time sync (timedatectl show) to complete." msgstr "Várakozás az időszinkronizálás (timedatectl show) befejezésére." -msgid "" -"Time syncronization not completing, while you wait - check the docs for " -"workarounds: https://archinstall.readthedocs.io/" -msgstr "" -"Az időszinkronizálás nem fejeződik be, amíg várakozol - nézd meg a " -"dokumentációban a megoldásokat: https://archinstall.readthedocs.io/" +msgid "Time syncronization not completing, while you wait - check the docs for workarounds: https://archinstall.readthedocs.io/" +msgstr "Az időszinkronizálás nem fejeződik be, amíg várakozol - nézd meg a dokumentációban a megoldásokat: https://archinstall.readthedocs.io/" -msgid "" -"Skipping waiting for automatic time sync (this can cause issues if time is " -"out of sync during installation)" +msgid "Skipping waiting for automatic time sync (this can cause issues if time is out of sync during installation)" +msgstr "Az automatikus időszinkronizálásra való várakozás kihagyása (ez problémákat okozhat, ha az idő nincs szinkronban a telepítés során)" + +msgid "Waiting for Arch Linux keyring sync (archlinux-keyring-wkd-sync) to complete." +msgstr "Várakozás az Arch Linux kulcstartó szinkronizálásának (archlinux-keyring-wkd-sync) befejezésére." + +#, fuzzy +msgid "Selected profiles: " +msgstr "Profil törlése" + +#, fuzzy +msgid "Time synchronization not completing, while you wait - check the docs for workarounds: https://archinstall.readthedocs.io/" +msgstr "Az időszinkronizálás nem fejeződik be, amíg várakozol - nézd meg a dokumentációban a megoldásokat: https://archinstall.readthedocs.io/" + +#, fuzzy +msgid "Mark/Unmark as nodatacow" +msgstr "Megjelölés/megjelölés-visszavonása mint rendszerindító" + +#, fuzzy +msgid "Would you like to use compression or disable CoW?" +msgstr "Szeretnél BTRFS tömörítést használni?" + +msgid "Use compression" msgstr "" -"Az automatikus időszinkronizálásra való várakozás kihagyása (ez problémákat " -"okozhat, ha az idő nincs szinkronban a telepítés során)" -msgid "" -"Waiting for Arch Linux keyring sync (archlinux-keyring-wkd-sync) to complete." +msgid "Disable Copy-on-Write" msgstr "" -"Várakozás az Arch Linux kulcstartó szinkronizálásának (archlinux-keyring-wkd-" -"sync) befejezésére." diff --git a/archinstall/locales/id/LC_MESSAGES/base.po b/archinstall/locales/id/LC_MESSAGES/base.po index c8330428..0079046c 100644 --- a/archinstall/locales/id/LC_MESSAGES/base.po +++ b/archinstall/locales/id/LC_MESSAGES/base.po @@ -1275,3 +1275,24 @@ msgstr "" msgid "Waiting for Arch Linux keyring sync (archlinux-keyring-wkd-sync) to complete." msgstr "" + +#, fuzzy +msgid "Selected profiles: " +msgstr "Hapus interface" + +msgid "Time synchronization not completing, while you wait - check the docs for workarounds: https://archinstall.readthedocs.io/" +msgstr "" + +#, fuzzy +msgid "Mark/Unmark as nodatacow" +msgstr "Tandai/Hapus tanda partisi sebagai terkompresi (hanya btrfs)" + +#, fuzzy +msgid "Would you like to use compression or disable CoW?" +msgstr "Apakah Anda ingin menggunakan kompresi BTRFS?" + +msgid "Use compression" +msgstr "" + +msgid "Disable Copy-on-Write" +msgstr "" diff --git a/archinstall/locales/ja/LC_MESSAGES/base.po b/archinstall/locales/ja/LC_MESSAGES/base.po index 656b906f..47b8f405 100644 --- a/archinstall/locales/ja/LC_MESSAGES/base.po +++ b/archinstall/locales/ja/LC_MESSAGES/base.po @@ -1232,6 +1232,9 @@ msgstr "選択したプロファイル: " msgid "Time synchronization not completing, while you wait - check the docs for workarounds: https://archinstall.readthedocs.io/" msgstr "待機中に時刻同期が完了しません - 回避策についてはドキュメントを確認してください: https://archinstall.readthedocs.io/" +msgid "Mark/Unmark as nodatacow" +msgstr "nodatacow としてマーク/マーク解除" + msgid "Would you like to use compression or disable CoW?" msgstr "圧縮を使用しますか、それとも CoW を無効にしますか?" @@ -1240,6 +1243,3 @@ msgstr "圧縮する" msgid "Disable Copy-on-Write" msgstr "コピーオンライトを無効にする" - -msgid "Mark/Unmark as nodatacow" -msgstr "nodatacow としてマーク/マーク解除" diff --git a/archinstall/locales/ka/LC_MESSAGES/base.po b/archinstall/locales/ka/LC_MESSAGES/base.po index d44e98b5..0206e0ae 100644 --- a/archinstall/locales/ka/LC_MESSAGES/base.po +++ b/archinstall/locales/ka/LC_MESSAGES/base.po @@ -1274,3 +1274,24 @@ msgstr "" msgid "Waiting for Arch Linux keyring sync (archlinux-keyring-wkd-sync) to complete." msgstr "" + +#, fuzzy +msgid "Selected profiles: " +msgstr "ინტერფეისის წაშლა" + +msgid "Time synchronization not completing, while you wait - check the docs for workarounds: https://archinstall.readthedocs.io/" +msgstr "" + +#, fuzzy +msgid "Mark/Unmark as nodatacow" +msgstr "დანაყოფზე შეკუმშულობის ჭდის მოხსნა/დადება (მხოლოდ btrfs)" + +#, fuzzy +msgid "Would you like to use compression or disable CoW?" +msgstr "გნებავთ BTRFS-ის შეკუმშვის გამოყენება?" + +msgid "Use compression" +msgstr "" + +msgid "Disable Copy-on-Write" +msgstr "" diff --git a/archinstall/locales/ko/LC_MESSAGES/base.po b/archinstall/locales/ko/LC_MESSAGES/base.po index 7466f369..e18dee9f 100644 --- a/archinstall/locales/ko/LC_MESSAGES/base.po +++ b/archinstall/locales/ko/LC_MESSAGES/base.po @@ -1276,3 +1276,24 @@ msgstr "" msgid "Waiting for Arch Linux keyring sync (archlinux-keyring-wkd-sync) to complete." msgstr "" + +#, fuzzy +msgid "Selected profiles: " +msgstr "인터페이스 제거" + +msgid "Time synchronization not completing, while you wait - check the docs for workarounds: https://archinstall.readthedocs.io/" +msgstr "" + +#, fuzzy +msgid "Mark/Unmark as nodatacow" +msgstr "파티션을 압축된 것으로 표시/표시 해제(btrfs만 해당)" + +#, fuzzy +msgid "Would you like to use compression or disable CoW?" +msgstr "BTRFS 압축을 사용하시겠습니까?" + +msgid "Use compression" +msgstr "" + +msgid "Disable Copy-on-Write" +msgstr "" diff --git a/archinstall/locales/lt/LC_MESSAGES/base.mo b/archinstall/locales/lt/LC_MESSAGES/base.mo index d365d1a8..a98027c6 100644 Binary files a/archinstall/locales/lt/LC_MESSAGES/base.mo and b/archinstall/locales/lt/LC_MESSAGES/base.mo differ diff --git a/archinstall/locales/lt/LC_MESSAGES/base.po b/archinstall/locales/lt/LC_MESSAGES/base.po index 4c013596..2a9174c9 100644 --- a/archinstall/locales/lt/LC_MESSAGES/base.po +++ b/archinstall/locales/lt/LC_MESSAGES/base.po @@ -329,9 +329,7 @@ msgstr "Įdiegti" msgid "" "Use ESC to skip\n" "\n" -msgstr "" -"Naudokit ESC tam, kad praleistį" -"\n" +msgstr "Naudokit ESC tam, kad praleistį\n" msgid "Suggest partition layout" msgstr "" @@ -1162,3 +1160,22 @@ msgstr "" msgid "Waiting for Arch Linux keyring sync (archlinux-keyring-wkd-sync) to complete." msgstr "" + +#, fuzzy +msgid "Selected profiles: " +msgstr "Pašalinti profilį" + +msgid "Time synchronization not completing, while you wait - check the docs for workarounds: https://archinstall.readthedocs.io/" +msgstr "" + +msgid "Mark/Unmark as nodatacow" +msgstr "" + +msgid "Would you like to use compression or disable CoW?" +msgstr "" + +msgid "Use compression" +msgstr "" + +msgid "Disable Copy-on-Write" +msgstr "" diff --git a/archinstall/locales/nl/LC_MESSAGES/base.po b/archinstall/locales/nl/LC_MESSAGES/base.po index 64950ba8..b10f9937 100644 --- a/archinstall/locales/nl/LC_MESSAGES/base.po +++ b/archinstall/locales/nl/LC_MESSAGES/base.po @@ -1292,6 +1292,27 @@ msgstr "" msgid "Waiting for Arch Linux keyring sync (archlinux-keyring-wkd-sync) to complete." msgstr "" +#, fuzzy +msgid "Selected profiles: " +msgstr "Gebruiker verwijderen" + +msgid "Time synchronization not completing, while you wait - check the docs for workarounds: https://archinstall.readthedocs.io/" +msgstr "" + +#, fuzzy +msgid "Mark/Unmark as nodatacow" +msgstr "Partitie (de)markeren voor versleuteling" + +#, fuzzy +msgid "Would you like to use compression or disable CoW?" +msgstr "Wilt u wisselgeheugen i.c.m. zram gebruiken?" + +msgid "Use compression" +msgstr "" + +msgid "Disable Copy-on-Write" +msgstr "" + #~ msgid "Add :" #~ msgstr "Toevoegen:" diff --git a/archinstall/locales/pl/LC_MESSAGES/base.po b/archinstall/locales/pl/LC_MESSAGES/base.po index d04ed6d5..30a5427a 100644 --- a/archinstall/locales/pl/LC_MESSAGES/base.po +++ b/archinstall/locales/pl/LC_MESSAGES/base.po @@ -1251,7 +1251,6 @@ msgstr "Nieprawidłowa wartość! Spróbuj wprowadzić wartość od 1 do {}, lub msgid "Hyprland needs access to your seat (collection of hardware devices i.e. keyboard, mouse, etc)" msgstr "Hyprland potrzebuje dostępu do twojego stanowia (sprzętu, np. klawiatury, myszki)" - msgid "" "\n" "\n" @@ -1264,7 +1263,6 @@ msgstr "" msgid "All entered values can be suffixed with a unit: %, B, KB, KiB, MB, MiB..." msgstr "Do wszystkich wybranych wartości może być podana jednostka: % B, KB, KiB, MB, MiB..." - #, fuzzy msgid "Would you like to use unified kernel images?" msgstr "Czy chcesz użyć zjednoczonych obrazów jądra? (unified kernel images)" @@ -1284,6 +1282,28 @@ msgstr "Pomiń Oczekiwanie na automatyczną synchronizację czasu (może spowodo msgid "Waiting for Arch Linux keyring sync (archlinux-keyring-wkd-sync) to complete." msgstr "Oczekiwanie na synchronizację Arch Linux keyring (archlinux-keyring-wkd-sync)." +#, fuzzy +msgid "Selected profiles: " +msgstr "Usuń interfejs" + +#, fuzzy +msgid "Time synchronization not completing, while you wait - check the docs for workarounds: https://archinstall.readthedocs.io/" +msgstr "Synchronizacja czasu w toku. Oczekując - sprawdź dokumentacje: https://archinstall.readthedocs.io/" + +#, fuzzy +msgid "Mark/Unmark as nodatacow" +msgstr "Zaznacz/Odznacz jako bootowalne" + +#, fuzzy +msgid "Would you like to use compression or disable CoW?" +msgstr "Czy chcesz użyć kompresji BTRFS?" + +msgid "Use compression" +msgstr "" + +msgid "Disable Copy-on-Write" +msgstr "" + #~ msgid "When picking a directory to save configuration files to, by default we will ignore the following folders: " #~ msgstr "Podczas wybierania katalogu do zapisywania plików konfiguracyjnych, domyślnie ignorowane są następujące foldery: " diff --git a/archinstall/locales/pt/LC_MESSAGES/base.po b/archinstall/locales/pt/LC_MESSAGES/base.po index 826d9c4c..0ab61c95 100644 --- a/archinstall/locales/pt/LC_MESSAGES/base.po +++ b/archinstall/locales/pt/LC_MESSAGES/base.po @@ -1231,6 +1231,28 @@ msgstr "Ignorar a espera pela sincronização automática da hora (isto pode cau msgid "Waiting for Arch Linux keyring sync (archlinux-keyring-wkd-sync) to complete." msgstr "A aguardar que a sincronização do chaveiro do Arch Linux (archlinux-keyring-wkd-sync) seja concluída." +#, fuzzy +msgid "Selected profiles: " +msgstr "Eliminar perfil" + +#, fuzzy +msgid "Time synchronization not completing, while you wait - check the docs for workarounds: https://archinstall.readthedocs.io/" +msgstr "A sincronização da hora não está a ser concluída, enquanto espera - consulte a documentação para obter soluções alternativas: https://archinstall.readthedocs.io/" + +#, fuzzy +msgid "Mark/Unmark as nodatacow" +msgstr "Marcar/Desmarcar como partição de aranque" + +#, fuzzy +msgid "Would you like to use compression or disable CoW?" +msgstr "Deseja usar a compressão BTRFS?" + +msgid "Use compression" +msgstr "" + +msgid "Disable Copy-on-Write" +msgstr "" + #~ msgid "Add :" #~ msgstr "Adicionar :" diff --git a/archinstall/locales/pt_BR/LC_MESSAGES/base.mo b/archinstall/locales/pt_BR/LC_MESSAGES/base.mo index a21b4f4f..4714d73b 100644 Binary files a/archinstall/locales/pt_BR/LC_MESSAGES/base.mo and b/archinstall/locales/pt_BR/LC_MESSAGES/base.mo differ diff --git a/archinstall/locales/pt_BR/LC_MESSAGES/base.po b/archinstall/locales/pt_BR/LC_MESSAGES/base.po index 57d6f242..2910805e 100644 --- a/archinstall/locales/pt_BR/LC_MESSAGES/base.po +++ b/archinstall/locales/pt_BR/LC_MESSAGES/base.po @@ -1235,5 +1235,27 @@ msgstr "Pulando a espera pela sincronização automática de fuso horário (isso msgid "Waiting for Arch Linux keyring sync (archlinux-keyring-wkd-sync) to complete." msgstr "Aguardando a sincronização do Arch Linux Keyring (archlinux-keyring-wkd-sync) ser concluída." +#, fuzzy +msgid "Selected profiles: " +msgstr "Deletar perfil" + +#, fuzzy +msgid "Time synchronization not completing, while you wait - check the docs for workarounds: https://archinstall.readthedocs.io/" +msgstr "Sincronização de fuso horário não concluída, enquanto você espera - confira a documentação para soluções alternativas: https://archinstall.readthedocs.io/" + +#, fuzzy +msgid "Mark/Unmark as nodatacow" +msgstr "Marcar/desmarcar como inicializável" + +#, fuzzy +msgid "Would you like to use compression or disable CoW?" +msgstr "Deseja usar a compressão BTRFS?" + +msgid "Use compression" +msgstr "" + +msgid "Disable Copy-on-Write" +msgstr "" + #~ msgid "When picking a directory to save configuration files to, by default we will ignore the following folders: " #~ msgstr "Ao selecionar um diretório para salvar arquivos de configuração, por padrão nós ignoramos as seguintes pastas: " diff --git a/archinstall/locales/ro/LC_MESSAGES/base.po b/archinstall/locales/ro/LC_MESSAGES/base.po index dc603ea4..be6f0467 100644 --- a/archinstall/locales/ro/LC_MESSAGES/base.po +++ b/archinstall/locales/ro/LC_MESSAGES/base.po @@ -1229,3 +1229,24 @@ msgstr "" msgid "Waiting for Arch Linux keyring sync (archlinux-keyring-wkd-sync) to complete." msgstr "" + +#, fuzzy +msgid "Selected profiles: " +msgstr "Șterge profil" + +msgid "Time synchronization not completing, while you wait - check the docs for workarounds: https://archinstall.readthedocs.io/" +msgstr "" + +#, fuzzy +msgid "Mark/Unmark as nodatacow" +msgstr "Marchează/Demarchează ca bootabil" + +#, fuzzy +msgid "Would you like to use compression or disable CoW?" +msgstr "Doriți să folosiți compresie pentru BTRFS?" + +msgid "Use compression" +msgstr "" + +msgid "Disable Copy-on-Write" +msgstr "" diff --git a/archinstall/locales/ru/LC_MESSAGES/base.po b/archinstall/locales/ru/LC_MESSAGES/base.po index 1f111923..48283335 100644 --- a/archinstall/locales/ru/LC_MESSAGES/base.po +++ b/archinstall/locales/ru/LC_MESSAGES/base.po @@ -9,19 +9,14 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && " -"n%10<=4 && (n%100<12 || n%100>14) ? 1 : 2);\n" +"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<12 || n%100>14) ? 1 : 2);\n" "X-Generator: Poedit 3.4.2\n" msgid "[!] A log file has been created here: {} {}" msgstr "[!] Здесь был создан файл журнала: {} {}" -msgid "" -" Please submit this issue (and file) to https://github.com/archlinux/" -"archinstall/issues" -msgstr "" -" Пожалуйста, отправьте эту проблему (и файл) по адресу https://github.com/" -"archlinux/archinstall/issues" +msgid " Please submit this issue (and file) to https://github.com/archlinux/archinstall/issues" +msgstr " Пожалуйста, отправьте эту проблему (и файл) по адресу https://github.com/archlinux/archinstall/issues" msgid "Do you really want to abort?" msgstr "Вы действительно хотите прекратить?" @@ -36,13 +31,10 @@ msgid "Desired hostname for the installation: " msgstr "Желаемое имя хоста для установки: " msgid "Username for required superuser with sudo privileges: " -msgstr "" -"Имя пользователя для требуемого суперпользователя с привилегиями sudo: " +msgstr "Имя пользователя для требуемого суперпользователя с привилегиями sudo: " msgid "Any additional users to install (leave blank for no users): " -msgstr "" -"Любые дополнительные пользователи для установки (оставьте пустым, если " -"пользователей нет): " +msgstr "Любые дополнительные пользователи для установки (оставьте пустым, если пользователей нет): " msgid "Should this user be a superuser (sudoer)?" msgstr "Должен ли этот пользователь быть суперпользователем (sudoer)?" @@ -59,59 +51,38 @@ msgstr "Выберите загрузчик" msgid "Choose an audio server" msgstr "Выберите звуковой сервер" -msgid "" -"Only packages such as base, base-devel, linux, linux-firmware, efibootmgr " -"and optional profile packages are installed." -msgstr "" -"Устанавливаются только такие пакеты, как base, base-devel, linux, linux-" -"firmware, efibootmgr и дополнительные пакеты профиля." +msgid "Only packages such as base, base-devel, linux, linux-firmware, efibootmgr and optional profile packages are installed." +msgstr "Устанавливаются только такие пакеты, как base, base-devel, linux, linux-firmware, efibootmgr и дополнительные пакеты профиля." -msgid "" -"If you desire a web browser, such as firefox or chromium, you may specify it " -"in the following prompt." -msgstr "" -"Если вы хотите использовать веб-браузер, например, firefox или chromium, вы " -"можете указать его в следующем запросе." +msgid "If you desire a web browser, such as firefox or chromium, you may specify it in the following prompt." +msgstr "Если вы хотите использовать веб-браузер, например, firefox или chromium, вы можете указать его в следующем запросе." -msgid "" -"Write additional packages to install (space separated, leave blank to skip): " -msgstr "" -"Напишите дополнительные пакеты для установки (разделите пробелами, оставьте " -"пустым, чтобы пропустить): " +msgid "Write additional packages to install (space separated, leave blank to skip): " +msgstr "Напишите дополнительные пакеты для установки (разделите пробелами, оставьте пустым, чтобы пропустить): " msgid "Copy ISO network configuration to installation" msgstr "Копировать сетевую конфигурацию ISO в установку" -msgid "" -"Use NetworkManager (necessary for configuring internet graphically in GNOME " -"and KDE)" -msgstr "" -"Использовать NetworkManager (необходим для графической настройки интернета в " -"GNOME и KDE)" +msgid "Use NetworkManager (necessary for configuring internet graphically in GNOME and KDE)" +msgstr "Использовать NetworkManager (необходим для графической настройки интернета в GNOME и KDE)" msgid "Select one network interface to configure" msgstr "Выберите один сетевой интерфейс для настройки" -msgid "" -"Select which mode to configure for \"{}\" or skip to use default mode \"{}\"" -msgstr "" -"Выберите режим для конфигурации \"{}\" или пропустите, чтобы использовать " -"режим по умолчанию \"{}\"." +msgid "Select which mode to configure for \"{}\" or skip to use default mode \"{}\"" +msgstr "Выберите режим для конфигурации \"{}\" или пропустите, чтобы использовать режим по умолчанию \"{}\"." msgid "Enter the IP and subnet for {} (example: 192.168.0.5/24): " msgstr "Введите IP-адрес и подсеть для {} (пример: 192.168.0.5/24): " msgid "Enter your gateway (router) IP address or leave blank for none: " -msgstr "" -"Введите IP-адрес вашего шлюза (маршрутизатора) или оставьте пустым, если его " -"нет: " +msgstr "Введите IP-адрес вашего шлюза (маршрутизатора) или оставьте пустым, если его нет: " msgid "Enter your DNS servers (space separated, blank for none): " msgstr "Введите ваши DNS-серверы (через пробел, пустой - нет): " msgid "Select which filesystem your main partition should use" -msgstr "" -"Выберите, какую файловую систему должен использовать ваш основной раздел" +msgstr "Выберите, какую файловую систему должен использовать ваш основной раздел" msgid "Current partition layout" msgstr "Текущая разметка разделов" @@ -126,16 +97,11 @@ msgstr "" msgid "Enter a desired filesystem type for the partition" msgstr "Введите желаемый тип файловой системы для раздела" -msgid "" -"Enter the start location (in parted units: s, GB, %, etc. ; default: {}): " -msgstr "" -"Введите начальное значение (в раздельных блоках: с, ГБ, % и т.д.; по " -"умолчанию: {}): " +msgid "Enter the start location (in parted units: s, GB, %, etc. ; default: {}): " +msgstr "Введите начальное значение (в раздельных блоках: с, ГБ, % и т.д.; по умолчанию: {}): " msgid "Enter the end location (in parted units: s, GB, %, etc. ; ex: {}): " -msgstr "" -"Введите конечное значение (в раздельных блоках: с, Гб, % и т.д.; например: " -"{}): " +msgstr "Введите конечное значение (в раздельных блоках: с, Гб, % и т.д.; например: {}): " msgid "{} contains queued partitions, this will remove those, are you sure?" msgstr "{} содержит разделы в очереди, это удалит их, вы уверены?" @@ -158,17 +124,11 @@ msgstr "" "\n" "Выберите по индексу, какой раздел куда монтировать" -msgid "" -" * Partition mount-points are relative to inside the installation, the boot " -"would be /boot as an example." -msgstr "" -" * Точки монтирования разделов являются относительными внутри установки, " -"например, загрузочный будет /boot." +msgid " * Partition mount-points are relative to inside the installation, the boot would be /boot as an example." +msgstr " * Точки монтирования разделов являются относительными внутри установки, например, загрузочный будет /boot." msgid "Select where to mount partition (leave blank to remove mountpoint): " -msgstr "" -"Выберите куда монтировать раздел (оставьте пустым, чтобы удалить точку " -"монтирования): " +msgstr "Выберите куда монтировать раздел (оставьте пустым, чтобы удалить точку монтирования): " msgid "" "{}\n" @@ -213,25 +173,16 @@ msgid "Archinstall language" msgstr "Язык Archinstall" msgid "Wipe all selected drives and use a best-effort default partition layout" -msgstr "" -"Стереть все выбранные диски и использовать оптимальную схему разделов по " -"умолчанию" +msgstr "Стереть все выбранные диски и использовать оптимальную схему разделов по умолчанию" -msgid "" -"Select what to do with each individual drive (followed by partition usage)" -msgstr "" -"Выберите, что делать с каждым отдельным диском (с последующим использованием " -"разделов)" +msgid "Select what to do with each individual drive (followed by partition usage)" +msgstr "Выберите, что делать с каждым отдельным диском (с последующим использованием разделов)" msgid "Select what you wish to do with the selected block devices" msgstr "Выберите, что вы хотите сделать с выбранными блочными устройствами" -msgid "" -"This is a list of pre-programmed profiles, they might make it easier to " -"install things like desktop environments" -msgstr "" -"Это список предварительно запрограммированных профилей, они могут облегчить " -"установку таких вещей, как окружения рабочего стола" +msgid "This is a list of pre-programmed profiles, they might make it easier to install things like desktop environments" +msgstr "Это список предварительно запрограммированных профилей, они могут облегчить установку таких вещей, как окружения рабочего стола" msgid "Select keyboard layout" msgstr "Выберите раскладку клавиатуры" @@ -240,29 +191,16 @@ msgid "Select one of the regions to download packages from" msgstr "Выберите один из регионов для загрузки пакетов" msgid "Select one or more hard drives to use and configure" -msgstr "" -"Выберите один или несколько жестких дисков для использования и настройте их" +msgstr "Выберите один или несколько жестких дисков для использования и настройте их" -msgid "" -"For the best compatibility with your AMD hardware, you may want to use " -"either the all open-source or AMD / ATI options." -msgstr "" -"Для наилучшей совместимости с оборудованием AMD вы можете использовать либо " -"все варианты с открытым исходным кодом, либо AMD / ATI." +msgid "For the best compatibility with your AMD hardware, you may want to use either the all open-source or AMD / ATI options." +msgstr "Для наилучшей совместимости с оборудованием AMD вы можете использовать либо все варианты с открытым исходным кодом, либо AMD / ATI." -msgid "" -"For the best compatibility with your Intel hardware, you may want to use " -"either the all open-source or Intel options.\n" -msgstr "" -"Для лучшей совместимости с оборудованием Intel вы можете использовать либо " -"все варианты с открытым исходным кодом, либо Intel.\n" +msgid "For the best compatibility with your Intel hardware, you may want to use either the all open-source or Intel options.\n" +msgstr "Для лучшей совместимости с оборудованием Intel вы можете использовать либо все варианты с открытым исходным кодом, либо Intel.\n" -msgid "" -"For the best compatibility with your Nvidia hardware, you may want to use " -"the Nvidia proprietary driver.\n" -msgstr "" -"Для наилучшей совместимости с оборудованием Nvidia вы можете использовать " -"проприетарный драйвер Nvidia.\n" +msgid "For the best compatibility with your Nvidia hardware, you may want to use the Nvidia proprietary driver.\n" +msgstr "Для наилучшей совместимости с оборудованием Nvidia вы можете использовать проприетарный драйвер Nvidia.\n" msgid "" "\n" @@ -271,15 +209,13 @@ msgid "" msgstr "" "\n" "\n" -"Выберите графический драйвер или оставьте пустым, чтобы установить все " -"драйверы с открытым исходным кодом" +"Выберите графический драйвер или оставьте пустым, чтобы установить все драйверы с открытым исходным кодом" msgid "All open-source (default)" msgstr "Все с открытым исходным кодом (по умолчанию)" msgid "Choose which kernels to use or leave blank for default \"{}\"" -msgstr "" -"Выберите, какие ядра использовать, или оставьте пустым по умолчанию \"{}\"." +msgstr "Выберите, какие ядра использовать, или оставьте пустым по умолчанию \"{}\"." msgid "Choose which locale language to use" msgstr "Выберите, какой язык локали использовать" @@ -296,12 +232,8 @@ msgstr "Выберите один или несколько из приведе msgid "Adding partition...." msgstr "Добавление раздела...." -msgid "" -"You need to enter a valid fs-type in order to continue. See `man parted` for " -"valid fs-type's." -msgstr "" -"Чтобы продолжить, вам нужно ввести действительный fs-тип. Смотрите `man " -"parted` для правильных fs-типов." +msgid "You need to enter a valid fs-type in order to continue. See `man parted` for valid fs-type's." +msgstr "Чтобы продолжить, вам нужно ввести действительный fs-тип. Смотрите `man parted` для правильных fs-типов." msgid "Error: Listing profiles on URL \"{}\" resulted in:" msgstr "Ошибка: Перечисление профилей по URL \"{}\" привело к:" @@ -373,8 +305,7 @@ msgid "" "Do you wish to continue?" msgstr "" "Вы решили пропустить выбор жесткого диска\n" -"и будете использовать любой диск, смонтированный по адресу {} " -"(экспериментально)\n" +"и будете использовать любой диск, смонтированный по адресу {} (экспериментально)\n" "ПРЕДУПРЕЖДЕНИЕ: Archinstall не будет проверять пригодность этой установки.\n" "Вы хотите продолжить?" @@ -394,16 +325,13 @@ msgid "Assign mount-point for a partition" msgstr "Назначить точку монтирования для раздела" msgid "Mark/Unmark a partition to be formatted (wipes data)" -msgstr "" -"Пометить/снять отметку с раздела, который будет отформатирован (стирание " -"данных)" +msgstr "Пометить/снять отметку с раздела, который будет отформатирован (стирание данных)" msgid "Mark/Unmark a partition as encrypted" msgstr "Пометить/снять отметку с раздела как зашифрованный" msgid "Mark/Unmark a partition as bootable (automatic for /boot)" -msgstr "" -"Пометить/снять отметку с раздела как загрузочный (автоматически для /boot)" +msgstr "Пометить/снять отметку с раздела как загрузочный (автоматически для /boot)" msgid "Set desired filesystem for a partition" msgstr "Установите желаемую файловую систему для раздела" @@ -443,8 +371,7 @@ msgid "Enter a encryption password for {}" msgstr "Введите пароль шифрования для {}" msgid "Enter disk encryption password (leave blank for no encryption): " -msgstr "" -"Введите пароль шифрования диска (оставьте пустым для отсутствия шифрования): " +msgstr "Введите пароль шифрования диска (оставьте пустым для отсутствия шифрования): " msgid "Create a required super-user with sudo privileges: " msgstr "Создайте необходимого суперпользователя с привилегиями sudo: " @@ -455,43 +382,31 @@ msgstr "Введите пароль root (оставьте пустым, что msgid "Password for user \"{}\": " msgstr "Пароль для пользователя \"{}\": " -msgid "" -"Verifying that additional packages exist (this might take a few seconds)" -msgstr "" -"Проверка наличия дополнительных пакетов (это может занять несколько секунд)" +msgid "Verifying that additional packages exist (this might take a few seconds)" +msgstr "Проверка наличия дополнительных пакетов (это может занять несколько секунд)" -msgid "" -"Would you like to use automatic time synchronization (NTP) with the default " -"time servers?\n" -msgstr "" -"Вы хотите использовать автоматическую синхронизацию времени (NTP) с " -"серверами времени по умолчанию?\n" +msgid "Would you like to use automatic time synchronization (NTP) with the default time servers?\n" +msgstr "Вы хотите использовать автоматическую синхронизацию времени (NTP) с серверами времени по умолчанию?\n" msgid "" -"Hardware time and other post-configuration steps might be required in order " -"for NTP to work.\n" +"Hardware time and other post-configuration steps might be required in order for NTP to work.\n" "For more information, please check the Arch wiki" msgstr "" -"Для работы NTP может потребоваться аппаратное время и другие шаги после " -"конфигурации.\n" +"Для работы NTP может потребоваться аппаратное время и другие шаги после конфигурации.\n" "Для получения дополнительной информации, пожалуйста, ознакомьтесь с ArchWiki" msgid "Enter a username to create an additional user (leave blank to skip): " -msgstr "" -"Введите имя пользователя для создания дополнительного пользователя (оставьте " -"пустым, чтобы пропустить): " +msgstr "Введите имя пользователя для создания дополнительного пользователя (оставьте пустым, чтобы пропустить): " msgid "Use ESC to skip\n" msgstr "Используйте ESC, чтобы пропустить\n" msgid "" "\n" -" Choose an object from the list, and select one of the available actions for " -"it to execute" +" Choose an object from the list, and select one of the available actions for it to execute" msgstr "" "\n" -" Выберите объект из списка и выберите одно из доступных действий для его " -"выполнения" +" Выберите объект из списка и выберите одно из доступных действий для его выполнения" msgid "Cancel" msgstr "Отменить" @@ -527,17 +442,11 @@ msgstr "" "\n" "Это выбранная вами конфигурация:" -msgid "" -"Pacman is already running, waiting maximum 10 minutes for it to terminate." -msgstr "" -"Pacman уже запущен, ожидание его завершения составляет максимум 10 минут." +msgid "Pacman is already running, waiting maximum 10 minutes for it to terminate." +msgstr "Pacman уже запущен, ожидание его завершения составляет максимум 10 минут." -msgid "" -"Pre-existing pacman lock never exited. Please clean up any existing pacman " -"sessions before using archinstall." -msgstr "" -"Существовавшая ранее блокировка pacman не завершилась. Пожалуйста, очистите " -"все существующие сессии pacman перед использованием archinstall." +msgid "Pre-existing pacman lock never exited. Please clean up any existing pacman sessions before using archinstall." +msgstr "Существовавшая ранее блокировка pacman не завершилась. Пожалуйста, очистите все существующие сессии pacman перед использованием archinstall." msgid "Choose which optional additional repositories to enable" msgstr "Выберите, какие дополнительные репозитории следует включить" @@ -628,8 +537,7 @@ msgid "Missing configurations:\n" msgstr "Отсутствующие конфигурации:\n" msgid "Either root-password or at least 1 superuser must be specified" -msgstr "" -"Должен быть указан либо пароль root, либо как минимум 1 суперпользователь" +msgstr "Должен быть указан либо пароль root, либо как минимум 1 суперпользователь" msgid "Manage superuser accounts: " msgstr "Управление учетными записями суперпользователей: " @@ -689,12 +597,8 @@ msgstr "Хотите ли вы использовать сжатие BTRFS?" msgid "Would you like to create a separate partition for /home?" msgstr "Хотите ли вы создать отдельный раздел для /home?" -msgid "" -"The selected drives do not have the minimum capacity required for an " -"automatic suggestion\n" -msgstr "" -"Выбранные диски не имеют минимальной емкости, необходимой для " -"автоматического предложения\n" +msgid "The selected drives do not have the minimum capacity required for an automatic suggestion\n" +msgstr "Выбранные диски не имеют минимальной емкости, необходимой для автоматического предложения\n" msgid "Minimum capacity for /home partition: {}GB\n" msgstr "Минимальный размер раздела /home: {}GB\n" @@ -721,9 +625,7 @@ msgid "No iface specified for manual configuration" msgstr "Не указан iface для ручной настройки" msgid "Manual nic configuration with no auto DHCP requires an IP address" -msgstr "" -"Ручная конфигурация сетевого адаптера без автоматического DHCP требует IP-" -"адреса" +msgstr "Ручная конфигурация сетевого адаптера без автоматического DHCP требует IP-адреса" msgid "Add interface" msgstr "Добавить интерфейс" @@ -743,74 +645,44 @@ msgstr "Ручная конфигурация" msgid "Mark/Unmark a partition as compressed (btrfs only)" msgstr "Пометить/снять отметку с раздела как сжатый (только для btrfs)" -msgid "" -"The password you are using seems to be weak, are you sure you want to use it?" -msgstr "" -"Пароль, который вы используете, кажется слабым, вы уверены, что хотите его " -"использовать?" +msgid "The password you are using seems to be weak, are you sure you want to use it?" +msgstr "Пароль, который вы используете, кажется слабым, вы уверены, что хотите его использовать?" -msgid "" -"Provides a selection of desktop environments and tiling window managers, e." -"g. gnome, kde, sway" -msgstr "" -"Предоставляет выбор окружений рабочего стола и тайловых оконных менеджеров, " -"например, gnome, kde, sway" +msgid "Provides a selection of desktop environments and tiling window managers, e.g. gnome, kde, sway" +msgstr "Предоставляет выбор окружений рабочего стола и тайловых оконных менеджеров, например, gnome, kde, sway" msgid "Select your desired desktop environment" msgstr "Выберите желаемое окружение рабочего стола" -msgid "" -"A very basic installation that allows you to customize Arch Linux as you see " -"fit." -msgstr "" -"Очень базовая установка, позволяющая настроить Arch Linux по своему " -"усмотрению." +msgid "A very basic installation that allows you to customize Arch Linux as you see fit." +msgstr "Очень базовая установка, позволяющая настроить Arch Linux по своему усмотрению." -msgid "" -"Provides a selection of various server packages to install and enable, e.g. " -"httpd, nginx, mariadb" -msgstr "" -"Предоставляет выбор различных пакетов сервера для установки и включения, " -"например, httpd, nginx, mariadb" +msgid "Provides a selection of various server packages to install and enable, e.g. httpd, nginx, mariadb" +msgstr "Предоставляет выбор различных пакетов сервера для установки и включения, например, httpd, nginx, mariadb" -msgid "" -"Choose which servers to install, if none then a minimal installation will be " -"done" -msgstr "" -"Выберите серверы для установки, если их нет, то будет выполнена минимальная " -"установка" +msgid "Choose which servers to install, if none then a minimal installation will be done" +msgstr "Выберите серверы для установки, если их нет, то будет выполнена минимальная установка" msgid "Installs a minimal system as well as xorg and graphics drivers." -msgstr "" -"Устанавливает минимальную систему, а также xorg и графические драйверы." +msgstr "Устанавливает минимальную систему, а также xorg и графические драйверы." msgid "Press Enter to continue." msgstr "Нажмите Enter, чтобы продолжить." -msgid "" -"Would you like to chroot into the newly created installation and perform " -"post-installation configuration?" -msgstr "" -"Хотите ли вы использовать chroot в новой созданной установке и выполнить " -"настройку после установки?" +msgid "Would you like to chroot into the newly created installation and perform post-installation configuration?" +msgstr "Хотите ли вы использовать chroot в новой созданной установке и выполнить настройку после установки?" msgid "Are you sure you want to reset this setting?" msgstr "Вы уверены, что хотите сбросить эту настройку?" msgid "Select one or more hard drives to use and configure\n" -msgstr "" -"Выберите один или несколько жестких дисков для использования и настройки\n" +msgstr "Выберите один или несколько жестких дисков для использования и настройки\n" msgid "Any modifications to the existing setting will reset the disk layout!" -msgstr "" -"Любые изменения существующей настройки приведут к сбросу разметки диска!" +msgstr "Любые изменения существующей настройки приведут к сбросу разметки диска!" -msgid "" -"If you reset the harddrive selection this will also reset the current disk " -"layout. Are you sure?" -msgstr "" -"Если вы сбросите выбор жесткого диска, это также сбросит текущую разметку " -"диска. Вы уверены?" +msgid "If you reset the harddrive selection this will also reset the current disk layout. Are you sure?" +msgstr "Если вы сбросите выбор жесткого диска, это также сбросит текущую разметку диска. Вы уверены?" msgid "Save and exit" msgstr "Сохранить и выйти" @@ -856,12 +728,8 @@ msgstr "Добавить: " msgid "Value: " msgstr "Значение: " -msgid "" -"You can skip selecting a drive and partitioning and use whatever drive-setup " -"is mounted at /mnt (experimental)" -msgstr "" -"Вы можете не выбирать диск и разметку и использовать любой диск, " -"смонтированный в /mnt (экспериментально)" +msgid "You can skip selecting a drive and partitioning and use whatever drive-setup is mounted at /mnt (experimental)" +msgstr "Вы можете не выбирать диск и разметку и использовать любой диск, смонтированный в /mnt (экспериментально)" msgid "Select one of the disks or skip and use /mnt as default" msgstr "Выберите один из дисков или пропустите и используйте /mnt по умолчанию" @@ -884,12 +752,8 @@ msgstr "Свободное место" msgid "Bus-type" msgstr "Тип шины" -msgid "" -"Either root-password or at least 1 user with sudo privileges must be " -"specified" -msgstr "" -"Должен быть указан либо пароль root, либо хотя бы 1 пользователь с " -"привилегиями sudo" +msgid "Either root-password or at least 1 user with sudo privileges must be specified" +msgstr "Должен быть указан либо пароль root, либо хотя бы 1 пользователь с привилегиями sudo" msgid "Enter username (leave blank to skip): " msgstr "Введите имя пользователя (оставьте пустым, чтобы пропустить): " @@ -927,12 +791,8 @@ msgstr "Удалить подтом" msgid "Configured {} interfaces" msgstr "Настроено интерфейсов: {}" -msgid "" -"This option enables the number of parallel downloads that can occur during " -"installation" -msgstr "" -"Этот параметр определяет количество параллельных загрузок, которые могут " -"происходить во время установки" +msgid "This option enables the number of parallel downloads that can occur during installation" +msgstr "Этот параметр определяет количество параллельных загрузок, которые могут происходить во время установки" msgid "" "Enter the number of parallel downloads to be enabled.\n" @@ -943,34 +803,18 @@ msgstr "" " (Введите значение от 1 до {})\n" "Примечание:" -msgid "" -" - Maximum value : {} ( Allows {} parallel downloads, allows {} downloads " -"at a time )" -msgstr "" -" - Минимальное значение: {} ( Позволяет {} параллельную загрузку, позволяет " -"{} загрузки одновременно )" +msgid " - Maximum value : {} ( Allows {} parallel downloads, allows {} downloads at a time )" +msgstr " - Минимальное значение: {} ( Позволяет {} параллельную загрузку, позволяет {} загрузки одновременно )" -msgid "" -" - Minimum value : 1 ( Allows 1 parallel download, allows 2 downloads at a " -"time )" -msgstr "" -" - Минимальное значение: 1 ( Позволяет 1 параллельную загрузку, позволяет 2 " -"загрузки одновременно )" +msgid " - Minimum value : 1 ( Allows 1 parallel download, allows 2 downloads at a time )" +msgstr " - Минимальное значение: 1 ( Позволяет 1 параллельную загрузку, позволяет 2 загрузки одновременно )" -msgid "" -" - Disable/Default : 0 ( Disables parallel downloading, allows only 1 " -"download at a time )" -msgstr "" -" - Отключить/по умолчанию: 0 ( Отключает параллельную загрузку, позволяет " -"только 1 загрузку за один раз )" +msgid " - Disable/Default : 0 ( Disables parallel downloading, allows only 1 download at a time )" +msgstr " - Отключить/по умолчанию: 0 ( Отключает параллельную загрузку, позволяет только 1 загрузку за один раз )" #, python-brace-format -msgid "" -"Invalid input! Try again with a valid input [1 to {max_downloads}, or 0 to " -"disable]" -msgstr "" -"Неверный ввод! Повторите попытку с правильным вводом [1 - {max_downloads}, " -"или 0 - отключить]" +msgid "Invalid input! Try again with a valid input [1 to {max_downloads}, or 0 to disable]" +msgstr "Неверный ввод! Повторите попытку с правильным вводом [1 - {max_downloads}, или 0 - отключить]" msgid "Parallel Downloads" msgstr "Параллельные загрузки" @@ -987,20 +831,14 @@ msgstr "TAB, чтобы выбрать" msgid "[Default value: 0] > " msgstr "[Значение по умолчанию: 0] > " -msgid "" -"To be able to use this translation, please install a font manually that " -"supports the language." -msgstr "" -"Чтобы иметь возможность использовать этот перевод, пожалуйста, установите " -"вручную шрифт, поддерживающий данный язык." +msgid "To be able to use this translation, please install a font manually that supports the language." +msgstr "Чтобы иметь возможность использовать этот перевод, пожалуйста, установите вручную шрифт, поддерживающий данный язык." msgid "The font should be stored as {}" msgstr "Шрифт должен быть сохранен как {}" msgid "Archinstall requires root privileges to run. See --help for more." -msgstr "" -"Для запуска Archinstall требуются привилегии root. Для получения " -"дополнительной информации смотрите --help." +msgstr "Для запуска Archinstall требуются привилегии root. Для получения дополнительной информации смотрите --help." msgid "Select an execution mode" msgstr "Выберите режим выполнения" @@ -1008,22 +846,14 @@ msgstr "Выберите режим выполнения" msgid "Unable to fetch profile from specified url: {}" msgstr "Невозможно получить профиль из указанного url: {}" -msgid "" -"Profiles must have unique name, but profile definitions with duplicate name " -"found: {}" -msgstr "" -"Профили должны иметь уникальное имя, но найдены определения профиля с " -"дублирующимся именем: {}" +msgid "Profiles must have unique name, but profile definitions with duplicate name found: {}" +msgstr "Профили должны иметь уникальное имя, но найдены определения профиля с дублирующимся именем: {}" msgid "Select one or more devices to use and configure" msgstr "Выберите одно или несколько устройств для использования и настройки" -msgid "" -"If you reset the device selection this will also reset the current disk " -"layout. Are you sure?" -msgstr "" -"Если вы сбросите выбор устройства, это также сбросит текущую разметку " -"дисков. Вы уверены?" +msgid "If you reset the device selection this will also reset the current disk layout. Are you sure?" +msgstr "Если вы сбросите выбор устройства, это также сбросит текущую разметку дисков. Вы уверены?" msgid "Existing Partitions" msgstr "Существующие разделы" @@ -1040,12 +870,8 @@ msgstr "Минимальный размер раздела /home: {}GiB\n" msgid "Minimum capacity for Arch Linux partition: {}GiB" msgstr "Минимальный размер раздела Arch Linux: {}GiB" -msgid "" -"This is a list of pre-programmed profiles_bck, they might make it easier to " -"install things like desktop environments" -msgstr "" -"Это список предварительно запрограммированных профилей, они могут облегчить " -"установку таких вещей, как окружения рабочего стола" +msgid "This is a list of pre-programmed profiles_bck, they might make it easier to install things like desktop environments" +msgstr "Это список предварительно запрограммированных профилей, они могут облегчить установку таких вещей, как окружения рабочего стола" msgid "Current profile selection" msgstr "Текущий выбор профиля" @@ -1077,26 +903,14 @@ msgstr "Удалить раздел" msgid "Partition" msgstr "Раздел" -msgid "" -"This partition is currently encrypted, to format it a filesystem has to be " -"specified" -msgstr "" -"Этот раздел в настоящее время зашифрован, для его форматирования необходимо " -"указать файловую систему" +msgid "This partition is currently encrypted, to format it a filesystem has to be specified" +msgstr "Этот раздел в настоящее время зашифрован, для его форматирования необходимо указать файловую систему" -msgid "" -"Partition mount-points are relative to inside the installation, the boot " -"would be /boot as an example." -msgstr "" -"Точки монтирования разделов являются относительными внутри установки, " -"например, загрузочный раздел будет /boot." +msgid "Partition mount-points are relative to inside the installation, the boot would be /boot as an example." +msgstr "Точки монтирования разделов являются относительными внутри установки, например, загрузочный раздел будет /boot." -msgid "" -"If mountpoint /boot is set, then the partition will also be marked as " -"bootable." -msgstr "" -"Если установлена точка монтирования /boot, то раздел также будет помечен как " -"загрузочный." +msgid "If mountpoint /boot is set, then the partition will also be marked as bootable." +msgstr "Если установлена точка монтирования /boot, то раздел также будет помечен как загрузочный." msgid "Mountpoint: " msgstr "Точка монтирования: " @@ -1110,11 +924,8 @@ msgstr "Всего секторов: {}" msgid "Enter the start sector (default: {}): " msgstr "Введите начальный сектор (по умолчанию: {}): " -msgid "" -"Enter the end sector of the partition (percentage or block number, default: " -"{}): " -msgstr "" -"Введите конечный сектор раздела (процент или номер блока, по умолчанию: {}): " +msgid "Enter the end sector of the partition (percentage or block number, default: {}): " +msgstr "Введите конечный сектор раздела (процент или номер блока, по умолчанию: {}): " msgid "This will remove all newly added partitions, continue?" msgstr "Это приведет к удалению всех вновь добавленных разделов, продолжить?" @@ -1180,19 +991,13 @@ msgid "Back" msgstr "Назад" msgid "Please chose which greeter to install for the chosen profiles: {}" -msgstr "" -"Пожалуйста, выберите, какой экран приветствия установить для выбранных " -"профилей: {}" +msgstr "Пожалуйста, выберите, какой экран приветствия установить для выбранных профилей: {}" msgid "Environment type: {}" msgstr "Тип окружения рабочего стола: {}" -msgid "" -"The proprietary Nvidia driver is not supported by Sway. It is likely that " -"you will run into issues, are you okay with that?" -msgstr "" -"Проприетарный драйвер Nvidia не поддерживается Sway. Вполне вероятно, что вы " -"столкнетесь с проблемами, вы согласны с этим?" +msgid "The proprietary Nvidia driver is not supported by Sway. It is likely that you will run into issues, are you okay with that?" +msgstr "Проприетарный драйвер Nvidia не поддерживается Sway. Вполне вероятно, что вы столкнетесь с проблемами, вы согласны с этим?" msgid "Installed packages" msgstr "Устанавливаемые пакеты" @@ -1212,19 +1017,11 @@ msgstr "Имя профиля: " msgid "The profile name you entered is already in use. Try again" msgstr "Введенное вами имя профиля уже используется. Попробуйте еще раз" -msgid "" -"Packages to be install with this profile (space separated, leave blank to " -"skip): " -msgstr "" -"Пакеты, которые будут установлены с этим профилем (разделенные пробелами, " -"оставьте пустым, чтобы пропустить): " +msgid "Packages to be install with this profile (space separated, leave blank to skip): " +msgstr "Пакеты, которые будут установлены с этим профилем (разделенные пробелами, оставьте пустым, чтобы пропустить): " -msgid "" -"Services to be enabled with this profile (space separated, leave blank to " -"skip): " -msgstr "" -"Службы, которые должны быть включены с помощью этого профиля (разделенные " -"пробелами, оставьте пустым, чтобы пропустить): " +msgid "Services to be enabled with this profile (space separated, leave blank to skip): " +msgstr "Службы, которые должны быть включены с помощью этого профиля (разделенные пробелами, оставьте пустым, чтобы пропустить): " msgid "Should this profile be enabled for installation?" msgstr "Должен ли этот профиль быть включен для установки?" @@ -1237,15 +1034,10 @@ msgid "" "Select a graphics driver or leave blank to install all open-source drivers" msgstr "" "\n" -"Выберите графический драйвер или оставьте пустым, чтобы установить все " -"драйверы с открытым исходным кодом" +"Выберите графический драйвер или оставьте пустым, чтобы установить все драйверы с открытым исходным кодом" -msgid "" -"Sway needs access to your seat (collection of hardware devices i.e. " -"keyboard, mouse, etc)" -msgstr "" -"Sway необходим доступ к вашему компьютеру (набор аппаратных устройств, т.е. " -"клавиатура, мышь и т.д.)" +msgid "Sway needs access to your seat (collection of hardware devices i.e. keyboard, mouse, etc)" +msgstr "Sway необходим доступ к вашему компьютеру (набор аппаратных устройств, т.е. клавиатура, мышь и т.д.)" msgid "" "\n" @@ -1311,12 +1103,10 @@ msgid "Save user configuration (including disk layout)" msgstr "Сохранить конфигурацию пользователя (включая разметку диска)" msgid "" -"Enter a directory for the configuration(s) to be saved (tab completion " -"enabled)\n" +"Enter a directory for the configuration(s) to be saved (tab completion enabled)\n" "Save directory: " msgstr "" -"Введите каталог для сохранения конфигурации (-ций) (включено заполнение " -"вкладок)\n" +"Введите каталог для сохранения конфигурации (-ций) (включено заполнение вкладок)\n" "Каталог сохранения: " msgid "" @@ -1337,39 +1127,26 @@ msgstr "Зеркала" msgid "Mirror regions" msgstr "Регионы зеркала" -msgid "" -" - Maximum value : {} ( Allows {} parallel downloads, allows " -"{max_downloads+1} downloads at a time )" -msgstr "" -" - Максимальное значение: {} ( Позволяет {} параллельных загрузок, позволяет " -"{max_downloads+1} загрузок одновременно )" +msgid " - Maximum value : {} ( Allows {} parallel downloads, allows {max_downloads+1} downloads at a time )" +msgstr " - Максимальное значение: {} ( Позволяет {} параллельных загрузок, позволяет {max_downloads+1} загрузок одновременно )" msgid "Invalid input! Try again with a valid input [1 to {}, or 0 to disable]" -msgstr "" -"Неверный ввод! Повторите попытку с правильным вводом [1 - {}, или 0 - " -"отключить]" +msgstr "Неверный ввод! Повторите попытку с правильным вводом [1 - {}, или 0 - отключить]" msgid "Locales" msgstr "Локализации" -msgid "" -"Use NetworkManager (necessary to configure internet graphically in GNOME and " -"KDE)" -msgstr "" -"Использовать NetworkManager (необходим для графической настройки интернета в " -"GNOME и KDE)" +msgid "Use NetworkManager (necessary to configure internet graphically in GNOME and KDE)" +msgstr "Использовать NetworkManager (необходим для графической настройки интернета в GNOME и KDE)" msgid "Total: {} / {}" msgstr "Весь размер: {} / {}" msgid "All entered values can be suffixed with a unit: B, KB, KiB, MB, MiB..." -msgstr "" -"Все вводимые значения могут иметь суффикс с единицей измерения: Б, Кб, КиБ, " -"Мб, МиБ..." +msgstr "Все вводимые значения могут иметь суффикс с единицей измерения: Б, Кб, КиБ, Мб, МиБ..." msgid "If no unit is provided, the value is interpreted as sectors" -msgstr "" -"Если единица измерения не указана, то значение интерпретируется как сектор" +msgstr "Если единица измерения не указана, то значение интерпретируется как сектор" msgid "Enter start (default: sector {}): " msgstr "Введите начало (по умолчанию: сектор {}): " @@ -1396,12 +1173,8 @@ msgstr "Неверная конфигурация: {error}" msgid "Type" msgstr "Тип" -msgid "" -"This option enables the number of parallel downloads that can occur during " -"package downloads" -msgstr "" -"Этот параметр определяет количество параллельных загрузок, которые могут " -"происходить во время загрузки пакетов" +msgid "This option enables the number of parallel downloads that can occur during package downloads" +msgstr "Этот параметр определяет количество параллельных загрузок, которые могут происходить во время загрузки пакетов" msgid "" "Enter the number of parallel downloads to be enabled.\n" @@ -1412,30 +1185,17 @@ msgstr "" "\n" "Примечание:\n" -msgid "" -" - Maximum recommended value : {} ( Allows {} parallel downloads at a time )" -msgstr "" -" - Максимальное рекомендуемое значение: {} ( Позволяет {} параллельных " -"загрузок одновременно )" +msgid " - Maximum recommended value : {} ( Allows {} parallel downloads at a time )" +msgstr " - Максимальное рекомендуемое значение: {} ( Позволяет {} параллельных загрузок одновременно )" -msgid "" -" - Disable/Default : 0 ( Disables parallel downloading, allows only 1 " -"download at a time )\n" -msgstr "" -" - Отключить/по умолчанию: 0 ( Отключает параллельную загрузку, позволяет " -"только 1 загрузку за один раз )\n" +msgid " - Disable/Default : 0 ( Disables parallel downloading, allows only 1 download at a time )\n" +msgstr " - Отключить/по умолчанию: 0 ( Отключает параллельную загрузку, позволяет только 1 загрузку за один раз )\n" msgid "Invalid input! Try again with a valid input [or 0 to disable]" -msgstr "" -"Неверный ввод! Повторите попытку с правильным вводом [ или 0, чтобы " -"отключить ]" +msgstr "Неверный ввод! Повторите попытку с правильным вводом [ или 0, чтобы отключить ]" -msgid "" -"Hyprland needs access to your seat (collection of hardware devices i.e. " -"keyboard, mouse, etc)" -msgstr "" -"Hyprland необходим доступ к вашему компьютеру ( набор аппаратных устройств, " -"т.е. клавиатура, мышь и т.д. )" +msgid "Hyprland needs access to your seat (collection of hardware devices i.e. keyboard, mouse, etc)" +msgstr "Hyprland необходим доступ к вашему компьютеру ( набор аппаратных устройств, т.е. клавиатура, мышь и т.д. )" msgid "" "\n" @@ -1446,11 +1206,8 @@ msgstr "" "\n" "Выберите опцию, чтобы предоставить Hyprland доступ к вашему оборудованию" -msgid "" -"All entered values can be suffixed with a unit: %, B, KB, KiB, MB, MiB..." -msgstr "" -"Все вводимые значения могут иметь суффикс с единицей измерения: %, Б, Кб, " -"КиБ, Мб, МиБ..." +msgid "All entered values can be suffixed with a unit: %, B, KB, KiB, MB, MiB..." +msgstr "Все вводимые значения могут иметь суффикс с единицей измерения: %, Б, Кб, КиБ, Мб, МиБ..." msgid "Would you like to use unified kernel images?" msgstr "Хотите ли Вы использовать унифицированные образы ядра?" @@ -1461,32 +1218,31 @@ msgstr "Унифицированные образы ядра" msgid "Waiting for time sync (timedatectl show) to complete." msgstr "Ожидание завершения синхронизации времени (timedatectl show)." -msgid "" -"Time syncronization not completing, while you wait - check the docs for " -"workarounds: https://archinstall.readthedocs.io/" -msgstr "" -"Синхронизация времени не завершена, пока вы ждете - проверьте документацию " -"на предмет обходных путей: https://archinstall.readthedocs.io/" +msgid "Time syncronization not completing, while you wait - check the docs for workarounds: https://archinstall.readthedocs.io/" +msgstr "Синхронизация времени не завершена, пока вы ждете - проверьте документацию на предмет обходных путей: https://archinstall.readthedocs.io/" -msgid "" -"Skipping waiting for automatic time sync (this can cause issues if time is " -"out of sync during installation)" -msgstr "" -"Пропуск ожидания автоматической синхронизации времени (это может привести к " -"проблемам, если время не синхронизируется во время установки)" +msgid "Skipping waiting for automatic time sync (this can cause issues if time is out of sync during installation)" +msgstr "Пропуск ожидания автоматической синхронизации времени (это может привести к проблемам, если время не синхронизируется во время установки)" -msgid "" -"Waiting for Arch Linux keyring sync (archlinux-keyring-wkd-sync) to complete." -msgstr "" -"Ожидание завершения синхронизации связки ключей Arch Linux (archlinux-" -"keyring-wkd-sync)." +msgid "Waiting for Arch Linux keyring sync (archlinux-keyring-wkd-sync) to complete." +msgstr "Ожидание завершения синхронизации связки ключей Arch Linux (archlinux-keyring-wkd-sync)." msgid "Selected profiles: " msgstr "Выбранные профили: " -msgid "" -"Time synchronization not completing, while you wait - check the docs for " -"workarounds: https://archinstall.readthedocs.io/" +msgid "Time synchronization not completing, while you wait - check the docs for workarounds: https://archinstall.readthedocs.io/" +msgstr "Синхронизация времени не завершена, пока вы ждете - проверьте документацию на предмет обходных путей: https://archinstall.readthedocs.io/" + +#, fuzzy +msgid "Mark/Unmark as nodatacow" +msgstr "Пометить/снять пометку как загрузочный" + +#, fuzzy +msgid "Would you like to use compression or disable CoW?" +msgstr "Хотите ли вы использовать сжатие BTRFS?" + +msgid "Use compression" +msgstr "" + +msgid "Disable Copy-on-Write" msgstr "" -"Синхронизация времени не завершена, пока вы ждете - проверьте документацию " -"на предмет обходных путей: https://archinstall.readthedocs.io/" diff --git a/archinstall/locales/sv/LC_MESSAGES/base.po b/archinstall/locales/sv/LC_MESSAGES/base.po index 66f32811..efc75172 100644 --- a/archinstall/locales/sv/LC_MESSAGES/base.po +++ b/archinstall/locales/sv/LC_MESSAGES/base.po @@ -1275,3 +1275,24 @@ msgstr "" msgid "Waiting for Arch Linux keyring sync (archlinux-keyring-wkd-sync) to complete." msgstr "" + +#, fuzzy +msgid "Selected profiles: " +msgstr "Ta bort interface" + +msgid "Time synchronization not completing, while you wait - check the docs for workarounds: https://archinstall.readthedocs.io/" +msgstr "" + +#, fuzzy +msgid "Mark/Unmark as nodatacow" +msgstr "Markera/Avmarkera en partition för komprimering (BTRFS enbart)" + +#, fuzzy +msgid "Would you like to use compression or disable CoW?" +msgstr "Vill du använda komprimering för BTRFS?" + +msgid "Use compression" +msgstr "" + +msgid "Disable Copy-on-Write" +msgstr "" diff --git a/archinstall/locales/ta/LC_MESSAGES/base.mo b/archinstall/locales/ta/LC_MESSAGES/base.mo index 7ec2ae84..595ab950 100644 Binary files a/archinstall/locales/ta/LC_MESSAGES/base.mo and b/archinstall/locales/ta/LC_MESSAGES/base.mo differ diff --git a/archinstall/locales/ta/LC_MESSAGES/base.po b/archinstall/locales/ta/LC_MESSAGES/base.po index c43ebe07..3f0bdf01 100644 --- a/archinstall/locales/ta/LC_MESSAGES/base.po +++ b/archinstall/locales/ta/LC_MESSAGES/base.po @@ -50,11 +50,8 @@ msgstr "துவக்க ஏற்றியைத் தேர்ந்தெ msgid "Choose an audio server" msgstr "ஆடியோ சர்வரை தேர்வு செய்யவும்" -msgid "" -"Only packages such as base, base-devel, linux, linux-firmware, efibootmgr and optional profile packages are installed." -msgstr "" -"தொகுப்பு Base, base-devel, linux, linux-firmware, efibootmgr மற்றும் விருப்ப சுயவிவர தொகுப்புகள் போன்ற தொகுப்புகள் மட்டுமே " -"நிறுவப்பட்டுள்ளன." +msgid "Only packages such as base, base-devel, linux, linux-firmware, efibootmgr and optional profile packages are installed." +msgstr "தொகுப்பு Base, base-devel, linux, linux-firmware, efibootmgr மற்றும் விருப்ப சுயவிவர தொகுப்புகள் போன்ற தொகுப்புகள் மட்டுமே நிறுவப்பட்டுள்ளன." msgid "If you desire a web browser, such as firefox or chromium, you may specify it in the following prompt." msgstr "நீங்கள் பயர்பாக்ஸ் அல்லது குரோமியம் போன்ற இணைய உலாவியை விரும்பினால், அதை பின்வரும் வரியில் குறிப்பிடலாம்." @@ -195,12 +192,10 @@ msgstr "தொகுப்புகளை பதிவிறக்கம் ச msgid "Select one or more hard drives to use and configure" msgstr "பயன்படுத்த மற்றும் கட்டமைக்க ஒன்று அல்லது அதற்கு மேற்பட்ட ஹார்டு டிரைவ்களைத் தேர்ந்தெடுக்கவும்" -msgid "" -"For the best compatibility with your AMD hardware, you may want to use either the all open-source or AMD / ATI options." +msgid "For the best compatibility with your AMD hardware, you may want to use either the all open-source or AMD / ATI options." msgstr "உங்கள் AMD வன்பொருளுடன் சிறந்த இணக்கத்தன்மைக்கு, நீங்கள் அனைத்து திறந்த மூல அல்லது AMD / ATI விருப்பங்களையும் பயன்படுத்த விரும்பலாம்." -msgid "" -"For the best compatibility with your Intel hardware, you may want to use either the all open-source or Intel options.\n" +msgid "For the best compatibility with your Intel hardware, you may want to use either the all open-source or Intel options.\n" msgstr "உங்கள் இன்டெல் வன்பொருளுடன் சிறந்த இணக்கத்தன்மைக்கு, நீங்கள் அனைத்து ஓப்பன் சோர்ஸ் அல்லது இன்டெல் விருப்பங்களையும் பயன்படுத்த விரும்பலாம்.\n" msgid "For the best compatibility with your Nvidia hardware, you may want to use the Nvidia proprietary driver.\n" @@ -450,9 +445,7 @@ msgid "Pacman is already running, waiting maximum 10 minutes for it to terminate msgstr "பேக்மேன் ஏற்கனவே இயங்கி வருகிறது, அது முடிவடைவதற்கு அதிகபட்சம் 10 நிமிடங்கள் காத்திருக்கிறது." msgid "Pre-existing pacman lock never exited. Please clean up any existing pacman sessions before using archinstall." -msgstr "" -"முன்பே இருக்கும் பேக்மேன் பூட்டு ஒருபோதும் வெளியேறவில்லை. archinstall ஐப் பயன்படுத்துவதற்கு முன், ஏற்கனவே உள்ள பேக்மேன் அமர்வுகளை சுத்தம் " -"செய்யவும்." +msgstr "முன்பே இருக்கும் பேக்மேன் பூட்டு ஒருபோதும் வெளியேறவில்லை. archinstall ஐப் பயன்படுத்துவதற்கு முன், ஏற்கனவே உள்ள பேக்மேன் அமர்வுகளை சுத்தம் செய்யவும்." msgid "Choose which optional additional repositories to enable" msgstr "எந்த விருப்ப கூடுதல் களஞ்சியங்களை இயக்க வேண்டும் என்பதை தேர்வு செய்யவும்" @@ -735,8 +728,7 @@ msgid "Value: " msgstr "மதிப்பு: " msgid "You can skip selecting a drive and partitioning and use whatever drive-setup is mounted at /mnt (experimental)" -msgstr "" -"நீங்கள் ஒரு இயக்கி மற்றும் பகிர்வைத் தேர்ந்தெடுப்பதைத் தவிர்க்கலாம் மற்றும் /mnt (பரிசோதனை) இல் ஏற்றப்பட்ட எந்த இயக்கி அமைப்பையும் பயன்படுத்தலாம்" +msgstr "நீங்கள் ஒரு இயக்கி மற்றும் பகிர்வைத் தேர்ந்தெடுப்பதைத் தவிர்க்கலாம் மற்றும் /mnt (பரிசோதனை) இல் ஏற்றப்பட்ட எந்த இயக்கி அமைப்பையும் பயன்படுத்தலாம்" msgid "Select one of the disks or skip and use /mnt as default" msgstr "வட்டுகளில் ஒன்றைத் தேர்ந்தெடுக்கவும் அல்லது தவிர்க்கவும் மற்றும் /mnt ஐ இயல்புநிலையாகப் பயன்படுத்தவும்" @@ -1005,9 +997,7 @@ msgstr "தேர்ந்தெடுக்கப்பட்ட சுயவ msgid "Environment type: {}" msgstr "சுற்றுச்சூழல் வகை: {}" -msgid "" -"The proprietary Nvidia driver is not supported by Sway. It is likely that you will run into issues, are you okay with " -"that?" +msgid "The proprietary Nvidia driver is not supported by Sway. It is likely that you will run into issues, are you okay with that?" msgstr "தனியுரிம Nvidia இயக்கி ஸ்வே ஆல் ஆதரிக்கப்படவில்லை. நீங்கள் சிக்கலில் சிக்க வாய்ப்புள்ளது, உனக்கு அது சரியா?" msgid "Installed packages" @@ -1139,8 +1129,7 @@ msgid "Mirror regions" msgstr "கண்ணாடிப் பகுதிகள்" msgid " - Maximum value : {} ( Allows {} parallel downloads, allows {max_downloads+1} downloads at a time )" -msgstr "" -" - அதிகபட்ச மதிப்பு : {} ( {} இணையான பதிவிறக்கங்களை அனுமதிக்கிறது, ஒரே நேரத்தில் {max_downloads+1} பதிவிறக்கங்களை அனுமதிக்கிறது )" +msgstr " - அதிகபட்ச மதிப்பு : {} ( {} இணையான பதிவிறக்கங்களை அனுமதிக்கிறது, ஒரே நேரத்தில் {max_downloads+1} பதிவிறக்கங்களை அனுமதிக்கிறது )" msgid "Invalid input! Try again with a valid input [1 to {}, or 0 to disable]" msgstr "தவறான உள்ளீடு! சரியான உள்ளீட்டில் [1 முதல் {} வரை அல்லது முடக்க 0 வரை] மீண்டும் முயற்சிக்கவும்" @@ -1230,10 +1219,8 @@ msgstr "ஒருங்கிணைந்த கர்னல் படங்க msgid "Waiting for time sync (timedatectl show) to complete." msgstr "நேர ஒத்திசைவு (timedatectl show) முடிவடைவதற்காகக் காத்திருக்கிறது." -msgid "" -"Time syncronization not completing, while you wait - check the docs for workarounds: https://archinstall.readthedocs.io/" -msgstr "" -"நேர ஒத்திசைவு முடிவடையவில்லை, நீங்கள் காத்திருக்கும் போது - தீர்வுக்கான ஆவணங்களைச் சரிபார்க்கவும்: https://archinstall.readthedocs.io/" +msgid "Time syncronization not completing, while you wait - check the docs for workarounds: https://archinstall.readthedocs.io/" +msgstr "நேர ஒத்திசைவு முடிவடையவில்லை, நீங்கள் காத்திருக்கும் போது - தீர்வுக்கான ஆவணங்களைச் சரிபார்க்கவும்: https://archinstall.readthedocs.io/" msgid "Skipping waiting for automatic time sync (this can cause issues if time is out of sync during installation)" msgstr "தானியங்கி நேர ஒத்திசைவுக்காக காத்திருப்பதைத் தவிர்த்தல் (நிறுவலின் போது நேரம் ஒத்திசைக்கப்படாவிட்டால் இது சிக்கல்களை ஏற்படுத்தும்)" @@ -1244,7 +1231,19 @@ msgstr "ஆர்ச் லினக்ஸ் கீரிங் ஒத்தி msgid "Selected profiles: " msgstr "தேர்ந்தெடுக்கப்பட்ட சுயவிவரங்கள்: " -msgid "" -"Time synchronization not completing, while you wait - check the docs for workarounds: https://archinstall.readthedocs.io/" +msgid "Time synchronization not completing, while you wait - check the docs for workarounds: https://archinstall.readthedocs.io/" +msgstr "நேரம் ஒத்திசைவு முடிவடையவில்லை, நீங்கள் காத்திருக்கும் போது - தீர்வுகளுக்கான ஆவணங்களைச் சரிபார்க்கவும்: https://archinstall.readthedocs.io/" + +#, fuzzy +msgid "Mark/Unmark as nodatacow" +msgstr "துவக்கக்கூடியதாகக் குறி/குறிநீக்கு" + +#, fuzzy +msgid "Would you like to use compression or disable CoW?" +msgstr "BTRFS சுருக்கத்தைப் பயன்படுத்த விரும்புகிறீர்களா?" + +msgid "Use compression" +msgstr "" + +msgid "Disable Copy-on-Write" msgstr "" -"நேரம் ஒத்திசைவு முடிவடையவில்லை, நீங்கள் காத்திருக்கும் போது - தீர்வுகளுக்கான ஆவணங்களைச் சரிபார்க்கவும்: https://archinstall.readthedocs.io/" diff --git a/archinstall/locales/tr/LC_MESSAGES/base.po b/archinstall/locales/tr/LC_MESSAGES/base.po index ee6b4c3d..acb22a9c 100644 --- a/archinstall/locales/tr/LC_MESSAGES/base.po +++ b/archinstall/locales/tr/LC_MESSAGES/base.po @@ -1229,3 +1229,25 @@ msgstr "Otomatik zaman senkronizasyonunu beklemenin atlanması (kurulum sırası msgid "Waiting for Arch Linux keyring sync (archlinux-keyring-wkd-sync) to complete." msgstr "Arch Linux anahtarlık senkronizasyonunun (archlinux-keyring-wkd-sync) tamamlanması bekleniyor." + +#, fuzzy +msgid "Selected profiles: " +msgstr "Profil sil" + +#, fuzzy +msgid "Time synchronization not completing, while you wait - check the docs for workarounds: https://archinstall.readthedocs.io/" +msgstr "Siz beklerken zaman senkronizasyonu tamamlanmıyor - geçici çözümler için dokümanları kontrol edin: https://archinstall.readthedocs.io/" + +#, fuzzy +msgid "Mark/Unmark as nodatacow" +msgstr "Önyüklenebilir olarak işaretle/işareti kaldır" + +#, fuzzy +msgid "Would you like to use compression or disable CoW?" +msgstr "BTRFS sıkıştırmasını kullanmak ister misiniz?" + +msgid "Use compression" +msgstr "" + +msgid "Disable Copy-on-Write" +msgstr "" diff --git a/archinstall/locales/uk/LC_MESSAGES/base.po b/archinstall/locales/uk/LC_MESSAGES/base.po index 61124a1e..b000adbd 100644 --- a/archinstall/locales/uk/LC_MESSAGES/base.po +++ b/archinstall/locales/uk/LC_MESSAGES/base.po @@ -1273,3 +1273,24 @@ msgstr "" msgid "Waiting for Arch Linux keyring sync (archlinux-keyring-wkd-sync) to complete." msgstr "" + +#, fuzzy +msgid "Selected profiles: " +msgstr "Видалити інтерфейс" + +msgid "Time synchronization not completing, while you wait - check the docs for workarounds: https://archinstall.readthedocs.io/" +msgstr "" + +#, fuzzy +msgid "Mark/Unmark as nodatacow" +msgstr "Позначити/зняти позначку розділу як стисненого (лише btrfs)" + +#, fuzzy +msgid "Would you like to use compression or disable CoW?" +msgstr "Бажаєте використовувати стиснення BTRFS?" + +msgid "Use compression" +msgstr "" + +msgid "Disable Copy-on-Write" +msgstr "" diff --git a/archinstall/locales/ur/LC_MESSAGES/base.po b/archinstall/locales/ur/LC_MESSAGES/base.po index e0a9e34e..8d2d18c0 100644 --- a/archinstall/locales/ur/LC_MESSAGES/base.po +++ b/archinstall/locales/ur/LC_MESSAGES/base.po @@ -1295,6 +1295,27 @@ msgstr "" msgid "Waiting for Arch Linux keyring sync (archlinux-keyring-wkd-sync) to complete." msgstr "" +#, fuzzy +msgid "Selected profiles: " +msgstr "صارف کو حذف کریں" + +msgid "Time synchronization not completing, while you wait - check the docs for workarounds: https://archinstall.readthedocs.io/" +msgstr "" + +#, fuzzy +msgid "Mark/Unmark as nodatacow" +msgstr "انکرپٹڈ کرنے کے لیے پارٹیشن کو مارک​​ /انمارک کریں" + +#, fuzzy +msgid "Would you like to use compression or disable CoW?" +msgstr "کیا آپ زی ریم پر سواپ استعمال کرنا چاہیں گے؟" + +msgid "Use compression" +msgstr "" + +msgid "Disable Copy-on-Write" +msgstr "" + #~ msgid "Add :" #~ msgstr "شامل:" diff --git a/archinstall/locales/zh-CN/LC_MESSAGES/base.po b/archinstall/locales/zh-CN/LC_MESSAGES/base.po index 2a8bd926..7f008e52 100644 --- a/archinstall/locales/zh-CN/LC_MESSAGES/base.po +++ b/archinstall/locales/zh-CN/LC_MESSAGES/base.po @@ -1225,3 +1225,24 @@ msgstr "" msgid "Waiting for Arch Linux keyring sync (archlinux-keyring-wkd-sync) to complete." msgstr "" + +#, fuzzy +msgid "Selected profiles: " +msgstr "删除配置文件" + +msgid "Time synchronization not completing, while you wait - check the docs for workarounds: https://archinstall.readthedocs.io/" +msgstr "" + +#, fuzzy +msgid "Mark/Unmark as nodatacow" +msgstr "将分区标记/取消标记为可引导" + +#, fuzzy +msgid "Would you like to use compression or disable CoW?" +msgstr "您想使用 BTRFS 压缩吗?" + +msgid "Use compression" +msgstr "" + +msgid "Disable Copy-on-Write" +msgstr "" diff --git a/archinstall/locales/zh-TW/LC_MESSAGES/base.po b/archinstall/locales/zh-TW/LC_MESSAGES/base.po index 6406df86..7f98e3f6 100644 --- a/archinstall/locales/zh-TW/LC_MESSAGES/base.po +++ b/archinstall/locales/zh-TW/LC_MESSAGES/base.po @@ -1245,3 +1245,24 @@ msgstr "" msgid "Waiting for Arch Linux keyring sync (archlinux-keyring-wkd-sync) to complete." msgstr "" + +#, fuzzy +msgid "Selected profiles: " +msgstr "刪除配置文件" + +msgid "Time synchronization not completing, while you wait - check the docs for workarounds: https://archinstall.readthedocs.io/" +msgstr "" + +#, fuzzy +msgid "Mark/Unmark as nodatacow" +msgstr "標記/取消標記分割區為可引導" + +#, fuzzy +msgid "Would you like to use compression or disable CoW?" +msgstr "您想使用 BTRFS 壓縮嗎?" + +msgid "Use compression" +msgstr "" + +msgid "Disable Copy-on-Write" +msgstr "" -- cgit v1.2.3-54-g00ecf From 7011ac095f7a9e1b136579e7999d28e50a0e2b1c Mon Sep 17 00:00:00 2001 From: Martin Date: Tue, 16 Apr 2024 11:05:50 +0200 Subject: Fix up locale generator to exit on error instead of ignoring it, handle filenames better (#2422) Don't mix tabs and spaces, use tabs, just like the main script --- archinstall/locales/locales_generator.sh | 51 ++++++++++++++++---------------- 1 file changed, 25 insertions(+), 26 deletions(-) (limited to 'archinstall/locales') diff --git a/archinstall/locales/locales_generator.sh b/archinstall/locales/locales_generator.sh index 5386c3e6..80e3bd03 100755 --- a/archinstall/locales/locales_generator.sh +++ b/archinstall/locales/locales_generator.sh @@ -1,49 +1,48 @@ -#!/bin/bash +#!/usr/bin/env bash +set -euo pipefail cd $(dirname "$0")/.. function update_lang() { - file=$1 + file=${1} - echo "Updating: $file" - path=$(dirname $file) - msgmerge --quiet --no-location --width 512 --backup none --update $file locales/base.pot - msgfmt -o $path/base.mo $file + echo "Updating: ${file}" + path=$(dirname "${file}") + msgmerge --quiet --no-location --width 512 --backup none --update "${file}" locales/base.pot + msgfmt -o "${path}/base.mo" "${file}" } function generate_all() { - for file in $(find locales/ -name "base.po"); do - update_lang "$file" - done + for file in $(find locales/ -name "base.po"); do + update_lang "${file}" + done } function generate_single_lang() { - lang_file="locales/$1/LC_MESSAGES/base.po" + lang_file="locales/${1}/LC_MESSAGES/base.po" - if [ ! -f "$lang_file" ]; then - echo "Language files not found: $lang_file" - exit 1 - fi + if [ ! -f "${lang_file}" ]; then + echo "Language files not found: ${lang_file}" + exit 1 + fi - update_lang "$lang_file" + update_lang "${lang_file}" } - -if [ $# -eq 0 ] - then - echo "Usage: locales_generator.sh " - exit 1 +if [ $# -eq 0 ]; then + echo "Usage: ${0} " + echo "Special case 'all' for builds all languages." + exit 1 fi -lang=$1 +lang=${1} -# Update the base file containing all translatable string +# Update the base file containing all translatable strings find . -type f -iname "*.py" | xargs xgettext --join-existing --no-location --omit-header -d base -o locales/base.pot -case "$lang" in - "all") generate_all - ;; - *) generate_single_lang "$lang" +case "${lang}" in + "all") generate_all;; + *) generate_single_lang "${lang}" esac -- cgit v1.2.3-54-g00ecf From f4ce69b5c71175311c5401b282050ac3273d421c Mon Sep 17 00:00:00 2001 From: summoner001 Date: Tue, 16 Apr 2024 12:02:02 +0200 Subject: Update Hungarian translation (#2462) After testing the text in the new version of Archinstaller. I fixing misspells, typos, and make the text more readable. I have reworded it in several places to make it easier to understand, and to make it more similar to the English text of other more common Linux installers. Ready to use. --- archinstall/locales/hu/LC_MESSAGES/base.mo | Bin 43524 -> 44297 bytes archinstall/locales/hu/LC_MESSAGES/base.po | 310 ++++++++++++++--------------- 2 files changed, 153 insertions(+), 157 deletions(-) (limited to 'archinstall/locales') diff --git a/archinstall/locales/hu/LC_MESSAGES/base.mo b/archinstall/locales/hu/LC_MESSAGES/base.mo index 48571803..0f1c4762 100644 Binary files a/archinstall/locales/hu/LC_MESSAGES/base.mo and b/archinstall/locales/hu/LC_MESSAGES/base.mo differ diff --git a/archinstall/locales/hu/LC_MESSAGES/base.po b/archinstall/locales/hu/LC_MESSAGES/base.po index 9ac8a8f8..52f675dc 100644 --- a/archinstall/locales/hu/LC_MESSAGES/base.po +++ b/archinstall/locales/hu/LC_MESSAGES/base.po @@ -9,22 +9,22 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Generator: Poedit 3.4.1\n" +"X-Generator: Poedit 3.4.2\n" msgid "[!] A log file has been created here: {} {}" msgstr "[!] A naplófájl itt jött létre: {} {}" msgid " Please submit this issue (and file) to https://github.com/archlinux/archinstall/issues" -msgstr " Kérjük, jelentsd ezt a problémát (a naplófájllal együtt) a https://github.com/archlinux/archinstall/issues oldalon" +msgstr " Jelentse ezt a problémát (a naplófájllal együtt) itt: https://github.com/archlinux/archinstall/issues" msgid "Do you really want to abort?" -msgstr "Tényleg megszakítod?" +msgstr "Valóban megszakítja?" msgid "And one more time for verification: " msgstr "És még egyszer az ellenőrzéshez: " msgid "Would you like to use swap on zram?" -msgstr "Biztosan cserehelyet akarsz használni a zram-on?" +msgstr "Biztosan cserehelyet akar használni a zram-on?" msgid "Desired hostname for the installation: " msgstr "A számítógép neve a telepítéshez: " @@ -33,7 +33,7 @@ msgid "Username for required superuser with sudo privileges: " msgstr "A rendszergazda felhasználó neve a számítógép használatához szükséges sudo jogosultságokkal: " msgid "Any additional users to install (leave blank for no users): " -msgstr "További hozzáadandó felhasználók (ha nem akarsz több felhasználót hozzáadni, akkor hagyd üresen): " +msgstr "További hozzáadandó felhasználók (ha nem akar több felhasználót hozzáadni, akkor hagyja üresen): " msgid "Should this user be a superuser (sudoer)?" msgstr "Ennek a felhasználónak rendszergazdának (sudoer-nek) kell lennie?" @@ -42,46 +42,46 @@ msgid "Select a timezone" msgstr "Időzóna kiválasztása" msgid "Would you like to use GRUB as a bootloader instead of systemd-boot?" -msgstr "Szeretnéd használni a GRUB-ot rendszerbetöltőként a systemd-boot helyett?" +msgstr "Szeretné használni a GRUB-ot rendszerbetöltőként a systemd-boot helyett?" msgid "Choose a bootloader" -msgstr "Válassz ki egy rendszerbetöltőt" +msgstr "Válasszon ki egy rendszerbetöltőt" msgid "Choose an audio server" -msgstr "Válassz ki egy hangkiszolgálót" +msgstr "Válasszon ki egy hangkiszolgálót" msgid "Only packages such as base, base-devel, linux, linux-firmware, efibootmgr and optional profile packages are installed." msgstr "Csak az olyan csomagok mint a base, base-devel, linux, linux-firmware, efibootmgr és az opcionális profilcsomagok kerülnek telepítésre." msgid "If you desire a web browser, such as firefox or chromium, you may specify it in the following prompt." -msgstr "Ha olyan böngészőre vágysz, mint például a Firefox, vagy a Chromium, akkor azt a következő prompt-ban adhatod meg." +msgstr "Ha olyan böngészőre vágyik, mint például a Firefox vagy a Chromium, akkor azt a következő prompt-ban adhatja meg." msgid "Write additional packages to install (space separated, leave blank to skip): " -msgstr "Írj be további telepítendő csomag neveket (szóközzel elválasztva, ha ki akarod hagyni ezt lépést, akkor üresen hagyhatod): " +msgstr "Írjon be további telepítendő csomag neveket (szóközzel elválasztva, ha ki akarja hagyni ezt lépést, akkor üresen hagyható): " msgid "Copy ISO network configuration to installation" -msgstr "Másold be az ISO hálózati konfigurációt a telepítéshez" +msgstr "Másolja be az ISO hálózati konfigurációt a telepítéshez" msgid "Use NetworkManager (necessary for configuring internet graphically in GNOME and KDE)" -msgstr "A NetworkManager használata (szükséges az internet grafikus konfigurálásához GNOME-ban és KDE-ben)" +msgstr "A hálózatkezelő használata (szükséges az internet grafikus konfigurálásához GNOME-ban és KDE-ben)" msgid "Select one network interface to configure" -msgstr "Válassz ki egy hálózati interfészt a konfiguráláshoz" +msgstr "Válasszon ki egy hálózati interfészt a konfiguráláshoz" msgid "Select which mode to configure for \"{}\" or skip to use default mode \"{}\"" -msgstr "Válaszd ki, hogy melyik módot szeretnéd beállítani a(z) \"{}\" számára, vagy hagyd ki ezt a lépést az alapértelmezett \"{}\" mód használatához" +msgstr "Válassza ki, hogy melyik módot szeretné beállítani a(z) \"{}\" számára, vagy hagyja ki ezt a lépést az alapértelmezett \"{}\" mód használatához" msgid "Enter the IP and subnet for {} (example: 192.168.0.5/24): " -msgstr "Add meg a(z) {} IP-címedet és alhálózatát (például: 192.168.0.5/24): " +msgstr "Adja meg az IP-címét és alhálózatát (például: 192.168.0.5/24) ehhez: {}: " msgid "Enter your gateway (router) IP address or leave blank for none: " -msgstr "Add meg az átjáród (router) IP-címét, vagy hagyd üresen, ha nincs ilyen: " +msgstr "Adja meg az átjáró (router) IP-címét, vagy hagyja üresen, ha nincs ilyen: " msgid "Enter your DNS servers (space separated, blank for none): " -msgstr "Add meg DNS-kiszolgálóidat (szóközzel elválasztva, vagy hagyd üresen, ha nincsenek ilyenek): " +msgstr "Adja meg DNS-kiszolgálókat (szóközzel elválasztva, vagy hagyja üresen, ha nincsenek ilyenek): " msgid "Select which filesystem your main partition should use" -msgstr "Válaszd ki, hogy a fő partíció milyen fájlrendszert használjon" +msgstr "Válassza ki, hogy a fő partíció milyen fájlrendszert használjon" msgid "Current partition layout" msgstr "A partíció jelenlegi elrendezése" @@ -90,20 +90,20 @@ msgid "" "Select what to do with\n" "{}" msgstr "" -"Válaszd ki, hogy mi legyen a teendő a következővel\n" +"Válassza ki, hogy mi legyen a teendő a következővel:\n" "{}" msgid "Enter a desired filesystem type for the partition" -msgstr "Add meg a partíció kívánt fájlrendszer típusát" +msgstr "Adja meg a partíció kívánt fájlrendszer típusát" msgid "Enter the start location (in parted units: s, GB, %, etc. ; default: {}): " -msgstr "Add meg a kiindulási helyet (felosztott egységekben: s, GB, % stb. ; alapértelmezett: {}): " +msgstr "Adja meg a kiindulási helyet (felosztott egységekben: s, GB, % stb. ; alapértelmezett: {}): " msgid "Enter the end location (in parted units: s, GB, %, etc. ; ex: {}): " -msgstr "Add meg a befejezési helyet (felosztott egységekben: s, GB, % stb. ; pl.: {}): " +msgstr "Adja meg a befejezési helyet (felosztott egységekben: s, GB, % stb. ; pl.: {}): " msgid "{} contains queued partitions, this will remove those, are you sure?" -msgstr "A(z) {} sorban álló partíciókat tartalmaz, ez eltávolítja azokat, biztos vagy benne?" +msgstr "A(z) {} sorban álló partíciókat tartalmaz, ez eltávolítja azokat, biztos benne?" msgid "" "{}\n" @@ -112,7 +112,7 @@ msgid "" msgstr "" "{}\n" "\n" -"Index alapján válaszd ki a törölni kívánt partíciókat" +"Index alapján válassza ki a törölni kívánt partíciókat" msgid "" "{}\n" @@ -121,13 +121,13 @@ msgid "" msgstr "" "{}\n" "\n" -"Index alapján válaszd ki, hogy melyik partíciót hová szeretnéd csatolni" +"Index alapján válassza ki, hogy melyik partíciót hová szeretné csatolni" msgid " * Partition mount-points are relative to inside the installation, the boot would be /boot as an example." msgstr " * A partíció csatolási pontjai a telepítésen belülre vonatkoznak, a boot pédául /boot lesz." msgid "Select where to mount partition (leave blank to remove mountpoint): " -msgstr "Válaszd ki, hogy hová szeretnéd csatolni a partíciót (hagyd üresen a csatolási pont eltávolításához): " +msgstr "Válassza ki, hogy hová szeretné csatolni a partíciót (hagyja üresen a csatolási pont eltávolításához): " msgid "" "{}\n" @@ -136,7 +136,7 @@ msgid "" msgstr "" "{}\n" "\n" -"Válaszd ki, hogy melyik partíciót szeretnéd formázásra megjelölni" +"Válassza ki, hogy melyik partíciót szeretné formázásra megjelölni" msgid "" "{}\n" @@ -145,7 +145,7 @@ msgid "" msgstr "" "{}\n" "\n" -"Válaszd ki, hogy melyik partíciót szeretnéd titkosítottként megjelölni" +"Válassza ki, hogy melyik partíciót szeretné titkosítottként megjelölni" msgid "" "{}\n" @@ -154,7 +154,7 @@ msgid "" msgstr "" "{}\n" "\n" -"Válaszd ki, hogy melyik partíciót szeretnéd rendszerbetöltőként megjelölni" +"Válassza ki, hogy melyik partíciót szeretné rendszerbetöltőként megjelölni" msgid "" "{}\n" @@ -163,10 +163,10 @@ msgid "" msgstr "" "{}\n" "\n" -"Válaszd ki, hogy melyik partícióra kívánod a fájlrendszert beállítani" +"Válassza ki, hogy melyik partícióra kívánja a fájlrendszert beállítani" msgid "Enter a desired filesystem type for the partition: " -msgstr "Add meg a kívánt fájlrendszer típusát a partíciónak: " +msgstr "Adja meg a kívánt fájlrendszer típusát a partíciónak: " msgid "Archinstall language" msgstr "Az Archtelepítő nyelve" @@ -175,28 +175,28 @@ msgid "Wipe all selected drives and use a best-effort default partition layout" msgstr "Törölje az összes kiválasztott meghajtót, és használja a lehető legjobb beállítást lehetővé tévő alapértelmezett partíció-elrendezést" msgid "Select what to do with each individual drive (followed by partition usage)" -msgstr "Válaszd ki, hogy mit tegyen az egyes meghajtókkal (ezt a partícióhasználat követi)" +msgstr "Válassza ki, hogy mit tegyen a telepítő az egyes meghajtókkal (ezt a partícióhasználat követi)" msgid "Select what you wish to do with the selected block devices" -msgstr "Válaszd ki, hogy mit szeretnél tenni a kiválasztott blokk-eszközökkel" +msgstr "Válassza ki, hogy mit tegyen a telepítő a kiválasztott blokk-eszközökkel" msgid "This is a list of pre-programmed profiles, they might make it easier to install things like desktop environments" msgstr "Ez az előre programozott profilok listája, amelyek megkönnyíthetik az olyan dolgok telepítését, mint például az asztali környezetek" msgid "Select keyboard layout" -msgstr "Válaszd ki a billentyűzetkiosztást" +msgstr "Válassza ki a billentyűzetkiosztást" msgid "Select one of the regions to download packages from" -msgstr "Válassz ki egy régiót a csomagok letöltéséhez" +msgstr "Válasszon ki egy régiót a csomagok letöltéséhez" msgid "Select one or more hard drives to use and configure" -msgstr "Válassz ki egy, vagy több meghajtót a használathoz és a konfiguráláshoz" +msgstr "Válasszon ki egy vagy több meghajtót a használathoz és a konfiguráláshoz" msgid "For the best compatibility with your AMD hardware, you may want to use either the all open-source or AMD / ATI options." -msgstr "Az AMD hardverrel való legjobb kompatibilitás érdekében érdemes lehet az összes nyílt forráskódú, vagy az AMD / ATI opciót használni." +msgstr "Az AMD hardverrel való legjobb kompatibilitás érdekében érdemes lehet az összes nyílt forráskódú vagy az AMD / ATI opciót használni." msgid "For the best compatibility with your Intel hardware, you may want to use either the all open-source or Intel options.\n" -msgstr "Az Intel hardverrel való legjobb kompatibilitás érdekében érdemes lehet az összes nyílt forráskódú, vagy Intel opciót használni.\n" +msgstr "Az Intel hardverrel való legjobb kompatibilitás érdekében érdemes lehet az összes nyílt forráskódú vagy Intel opciót használni.\n" msgid "For the best compatibility with your Nvidia hardware, you may want to use the Nvidia proprietary driver.\n" msgstr "Az Nvidia hardverrel való legjobb kompatibilitás érdekében érdemes lehet az Nvidia saját fejlesztésű illesztőprogramját használni.\n" @@ -208,31 +208,31 @@ msgid "" msgstr "" "\n" "\n" -"Válassz ki egy grafikus illesztőprogramot, vagy hagyd üresen az összes nyílt forráskódú illesztőprogram telepítéséhez" +"Válasszon ki egy grafikus illesztőprogramot, vagy hagyja üresen az összes nyílt forráskódú illesztőprogram telepítéséhez" msgid "All open-source (default)" msgstr "Minden nyílt forráskódú (alapértelmezett)" msgid "Choose which kernels to use or leave blank for default \"{}\"" -msgstr "Válaszd ki a használni kívánt kerneleket, vagy hagyd üresen az alapértelmezetthez \"{}\"" +msgstr "Válassza ki a használni kívánt kerneleket, vagy hagyja üresen az alapértelmezetthez \"{}\"" msgid "Choose which locale language to use" -msgstr "Válaszd ki a használni kívánt területi nyelvet" +msgstr "Válassza ki a használni kívánt területi nyelvet" msgid "Choose which locale encoding to use" -msgstr "Válaszd ki a használni kívánt nyelvi kódolást" +msgstr "Válassza ki a használni kívánt nyelvi kódolást" msgid "Select one of the values shown below: " -msgstr "Válaszd ki az alábbi értékek egyikét: " +msgstr "Válasszon az alábbi értékek egyikéből: " msgid "Select one or more of the options below: " -msgstr "Válassz ki egyet, vagy többet az alábbi lehetőségek közül: " +msgstr "Válasszon ki egyet vagy többet az alábbi lehetőségek közül: " msgid "Adding partition...." msgstr "Partíció hozzáadása...." msgid "You need to enter a valid fs-type in order to continue. See `man parted` for valid fs-type's." -msgstr "A folytatáshoz meg kell adnod egy érvényes fs-típust. Az érvényes fs-típusokat lásd a `man parted` részben." +msgstr "A folytatáshoz meg kell adnia egy érvényes fs-típust. Az érvényes fs-típusokat megtekinthetőek a `man parted` részben." msgid "Error: Listing profiles on URL \"{}\" resulted in:" msgstr "Hiba: A(z) \"{}\" URL-címen lévő profilok listázása a következőket eredményezte:" @@ -303,10 +303,10 @@ msgid "" "WARNING: Archinstall won't check the suitability of this setup\n" "Do you wish to continue?" msgstr "" -"Úgy döntöttél, hogy kihagyod a merevlemez kiválasztását\n" -"és azt a meghajtóbeállítást fogod használni, amely a(z) {} helyen van csatolva (kísérleti)\n" +"Úgy döntött, hogy kihagyja a merevlemez kiválasztását\n" +"és azt a meghajtóbeállítást fogja használni, amely a(z) {} helyen van csatolva (kísérleti)\n" "FIGYELMEZTETÉS: Az Archtelepítő nem ellenőrzi ennek a beállításnak a megfelelőségét\n" -"Biztosan folytatni akarod?" +"Biztosan folytatni akarja?" msgid "Re-using partition instance: {}" msgstr "Partíciópéldány ismételt felhasználása: {}" @@ -333,7 +333,7 @@ msgid "Mark/Unmark a partition as bootable (automatic for /boot)" msgstr "Egy partíció megjelölése/megjelölés-visszavonása mint rendszerindító (automatikus a /boot esetében)" msgid "Set desired filesystem for a partition" -msgstr "Állítsd be a kívánt fájlrendszer típusát a partíciónak" +msgstr "Állítsa be a kívánt fájlrendszer típusát a partíciónak" msgid "Abort" msgstr "Megszakítás" @@ -342,7 +342,7 @@ msgid "Hostname" msgstr "A számítógép neve" msgid "Not configured, unavailable unless setup manually" -msgstr "Nincs konfigurálva, nem érhető el, kivéve, ha manuálisan állítod be" +msgstr "Nincs konfigurálva, nem érhető el, kivéve, ha manuálisan állítja be" msgid "Timezone" msgstr "Időzóna" @@ -357,26 +357,26 @@ msgid "" "Use ESC to skip\n" "\n" msgstr "" -"Használd az ESC gombot a kihagyáshoz\n" +"Használd az ESC billentyűt a kihagyáshoz\n" "\n" msgid "Suggest partition layout" msgstr "Partíció elrendezési javaslat" msgid "Enter a password: " -msgstr "Adj meg egy jelszót: " +msgstr "Adjon meg egy jelszót: " msgid "Enter a encryption password for {}" -msgstr "Adj meg egy titkosítási jelszót a {}" +msgstr "Adjon meg egy titkosítási jelszót ehhez: {}" msgid "Enter disk encryption password (leave blank for no encryption): " -msgstr "Adj meg egy jelszót a lemez titkosításához (ha üresen hagyod nem lesz titkosítva): " +msgstr "Adjon meg egy jelszót a lemez titkosításához (ha üresen hagyja nem lesz titkosítva): " msgid "Create a required super-user with sudo privileges: " -msgstr "Hozz létre egy szükséges rendszergazdát sudo jogosultságokkal: " +msgstr "Hozzon létre egy szükséges rendszergazdát sudo jogosultságokkal: " msgid "Enter root password (leave blank to disable root): " -msgstr "Adj meg egy root jelszót (a root letiltásához hagyd üresen): " +msgstr "Adjon meg egy root jelszót (a root letiltásához hagyja üresen): " msgid "Password for user \"{}\": " msgstr "\"{}\" felhasználó jelszava: " @@ -385,21 +385,21 @@ msgid "Verifying that additional packages exist (this might take a few seconds)" msgstr "További csomagok létezésének ellenőrzése (ez eltarthat néhány másodpercig)" msgid "Would you like to use automatic time synchronization (NTP) with the default time servers?\n" -msgstr "Szeretnéd használni az automatikus időszinkronizálást (NTP) az alapértelmezett időszerverekkel?\n" +msgstr "Szeretné használni az automatikus időszinkronizálást (NTP) az alapértelmezett időszerverekkel?\n" msgid "" "Hardware time and other post-configuration steps might be required in order for NTP to work.\n" "For more information, please check the Arch wiki" msgstr "" "Az NTP működéséhez szükség lehet a hardveridőre és egyéb utólagos konfigurációs lépésekre.\n" -"További információkért kérjük, nézd meg az Arch wiki-t" +"További információkért tekintse meg az Arch wiki-t" msgid "Enter a username to create an additional user (leave blank to skip): " -msgstr "Adj meg egy felhasználónevet egy további felhasználó létrehozásához (üresen hagyva ez a lépés kihagyható): " +msgstr "Adjon meg egy felhasználónevet egy további felhasználó létrehozásához (üresen hagyva ez a lépés kihagyható): " msgid "Use ESC to skip\n" msgstr "" -"Használd az ESC gombot a kihagyáshoz\n" +"Használja az ESC billentyűt a kihagyáshoz\n" "\n" msgid "" @@ -407,7 +407,7 @@ msgid "" " Choose an object from the list, and select one of the available actions for it to execute" msgstr "" "\n" -"Válassz ki egy objektumot a listából, és válassz egyet a végrehajtandó műveletek közül" +"Tallózzon ki egy objektumot a listából, majd válasszon ki egyet a végrehajtandó műveletek közül" msgid "Cancel" msgstr "Mégse" @@ -428,7 +428,7 @@ msgid "Delete" msgstr "Törlés" msgid "Select an action for '{}'" -msgstr "Válassz egy műveletet a következőhöz: '{}'" +msgstr "Válasszon egy műveletet a következőhöz: '{}'" msgid "Copy to new key:" msgstr "Másolás új kulcsba:" @@ -441,16 +441,16 @@ msgid "" "This is your chosen configuration:" msgstr "" "\n" -"Ez az általad választott konfiguráció:" +"Ez a választott konfiguráció:" msgid "Pacman is already running, waiting maximum 10 minutes for it to terminate." -msgstr "A Pacman már fut, várj maximum 10 percet a megszakításával." +msgstr "A Pacman már fut, várjon maximum 10 percet a megszakításával." msgid "Pre-existing pacman lock never exited. Please clean up any existing pacman sessions before using archinstall." -msgstr "A már meglévő pacman zár soha nem lép ki. Az Archtelepítő használata előtt tisztítsd meg a meglévő pacman munkameneteket." +msgstr "A már meglévő pacman zár soha nem lép ki. Az Archtelepítő használata előtt tisztítsa meg a meglévő pacman munkameneteket." msgid "Choose which optional additional repositories to enable" -msgstr "Válaszd ki, hogy mely további opcionális tárolókat kívánod engedélyezni" +msgstr "Válassza ki, hogy mely további opcionális tárolókat kívánja engedélyezni" msgid "Add a user" msgstr "Felhasználó hozzáadása" @@ -462,7 +462,7 @@ msgid "Promote/Demote user" msgstr "Felhasználó előléptetése/lefokozása" msgid "Delete User" -msgstr "Felhasználó Törlése" +msgstr "Felhasználó törlése" msgid "" "\n" @@ -484,7 +484,7 @@ msgid "No network configuration" msgstr "Nincs hálózati konfiguráció" msgid "Set desired subvolumes on a btrfs partition" -msgstr "Állítsd be a kívánt alköteteket egy BTRFS partíción" +msgstr "Állítsa be a kívánt alköteteket egy BTRFS partíción" msgid "" "{}\n" @@ -493,7 +493,7 @@ msgid "" msgstr "" "{}\n" "\n" -"Válaszd ki, hogy melyik partícióra kívánod beállítani az alköteteket" +"Válassza ki, hogy melyik partícióra kívánja beállítani az alköteteket" msgid "Manage btrfs subvolumes for current partition" msgstr "Az aktuális partíció BTRFS alköteteinek kezelése" @@ -514,19 +514,19 @@ msgid "Save all" msgstr "Összes mentése" msgid "Choose which configuration to save" -msgstr "Válaszd ki a menteni kívánt konfigurációt" +msgstr "Válassza ki a menteni kívánt konfigurációt" msgid "Enter a directory for the configuration(s) to be saved: " -msgstr "Adj meg egy könyvtárat a menteni kívánt konfiguráció(k) számára: " +msgstr "Adjon meg egy könyvtárat a menteni kívánt konfiguráció(k) számára: " msgid "Not a valid directory: {}" msgstr "Érvénytelen könyvtár: {}" msgid "The password you are using seems to be weak," -msgstr "Úgy tűnik, hogy az általad használt jelszó gyenge," +msgstr "Úgy tűnik, hogy a megadott jelszó gyenge," msgid "are you sure you want to use it?" -msgstr "biztos, hogy használni akarod?" +msgstr "biztos, hogy használni akarja?" msgid "Optional repositories" msgstr "Opcionális tárolók" @@ -560,7 +560,7 @@ msgid "" " Fill the desired values for a new subvolume \n" msgstr "" "\n" -"Töltsd ki a kívánt értékeket egy új alkötethez \n" +"Töltse ki a kívánt értékeket egy új alkötethez \n" msgid "Subvolume name " msgstr "Alkötet neve " @@ -578,10 +578,10 @@ msgid "Subvolume name :" msgstr "Alkötet neve :" msgid "Select a mount point :" -msgstr "Válassz ki egy csatolási pontot :" +msgstr "Válasszon ki egy csatolási pontot :" msgid "Select the desired subvolume options " -msgstr "Válaszd ki a kívánt alkötet beállításokat " +msgstr "Válassza ki a kívánt alkötet beállításokat " msgid "Define users with sudo privilege, by username: " msgstr "Sudo jogosultsággal rendelkező felhasználók meghatározása felhasználónév alapján: " @@ -590,13 +590,13 @@ msgid "[!] A log file has been created here: {}" msgstr "[!] A naplófájl itt jött létre: {}" msgid "Would you like to use BTRFS subvolumes with a default structure?" -msgstr "Szeretnél BTRFS alköteteket alapértelmezett struktúrával használni?" +msgstr "Szeretne BTRFS alköteteket alapértelmezett struktúrával használni?" msgid "Would you like to use BTRFS compression?" -msgstr "Szeretnél BTRFS tömörítést használni?" +msgstr "Szeretne BTRFS tömörítést használni?" msgid "Would you like to create a separate partition for /home?" -msgstr "Szeretnél egy külön partíciót létrehozni a /home számára?" +msgstr "Szeretne egy külön partíciót létrehozni a /home számára?" msgid "The selected drives do not have the minimum capacity required for an automatic suggestion\n" msgstr "A kiválasztott meghajtók nem rendelkeznek az automatikus javaslathoz szükséges minimális kapacitással.\n" @@ -638,7 +638,7 @@ msgid "Delete interface" msgstr "Interfész törlése" msgid "Select interface to add" -msgstr "Válaszd ki a hozzáadandó interfészt" +msgstr "Válassza ki a hozzáadandó interfészt" msgid "Manual configuration" msgstr "Kézi konfiguráció" @@ -647,43 +647,43 @@ msgid "Mark/Unmark a partition as compressed (btrfs only)" msgstr "A partíció tömörítettként való megjelölése/megjelölés-visszavonása (csak btrfs)" msgid "The password you are using seems to be weak, are you sure you want to use it?" -msgstr "Úgy tűnik, hogy az általad használt jelszó gyenge. Biztos, hogy használni akarod?" +msgstr "Úgy tűnik, hogy a megadott jelszó gyenge. Biztos, hogy használni akarja?" msgid "Provides a selection of desktop environments and tiling window managers, e.g. gnome, kde, sway" msgstr "Asztali környezetek és ablakkezelők széles választékát kínálja, pl. gnome, kde, sway" msgid "Select your desired desktop environment" -msgstr "Válaszd ki a kívánt asztali környezetet" +msgstr "Válassza ki a kívánt asztali környezetet" msgid "A very basic installation that allows you to customize Arch Linux as you see fit." -msgstr "Egy nagyon alapszintű telepítés, amely lehetővé teszi, hogy az Arch Linuxot saját belátásod szerint testre szabd." +msgstr "Egy nagyon alapszintű telepítés, amely lehetővé teszi, hogy az Arch Linuxot saját belátása szerint testre szabja." msgid "Provides a selection of various server packages to install and enable, e.g. httpd, nginx, mariadb" msgstr "Különböző szervercsomagok széles választékát kínálja a telepítéshez és az engedélyezéshez, pl. httpd, nginx, mariadb" msgid "Choose which servers to install, if none then a minimal installation will be done" -msgstr "Válaszd ki, hogy mely szervereket kívánod telepíteni, ha egyiket sem, akkor minimális telepítés történik" +msgstr "Válassza ki, hogy mely szervereket kívánja telepíteni, ha egyiket sem, akkor minimális telepítés történik" msgid "Installs a minimal system as well as xorg and graphics drivers." msgstr "Telepít egy minimális rendszert, valamint a xorg és a grafikus illesztőprogramokat." msgid "Press Enter to continue." -msgstr "A folytatáshoz nyomd meg az Entert." +msgstr "A folytatáshoz nyomja meg az Entert." msgid "Would you like to chroot into the newly created installation and perform post-installation configuration?" -msgstr "Szeretnél chroot-olni az újonnan létrehozott telepítésbe, és elvégezni a telepítés utáni konfigurációt?" +msgstr "Szeretne chroot-olni az újonnan létrehozott telepítésbe, és elvégezni a telepítés utáni konfigurációt?" msgid "Are you sure you want to reset this setting?" -msgstr "Biztos, hogy vissza akarod állítani ezt a beállítást az alaphelyzetébe?" +msgstr "Biztos, hogy vissza akarja állítani ezt a beállítást alaphelyzetbe?" msgid "Select one or more hard drives to use and configure\n" -msgstr "Válassz ki egy, vagy több meghajtót a használathoz és konfiguráláshoz.\n" +msgstr "Válasszon ki egy vagy több meghajtót a használathoz és konfiguráláshoz.\n" msgid "Any modifications to the existing setting will reset the disk layout!" msgstr "A meglévő beállítások bármilyen módosítása visszaállítja a lemez elrendezését az alaphelyzetbe!" msgid "If you reset the harddrive selection this will also reset the current disk layout. Are you sure?" -msgstr "Ha alaphelyzetbe állítod a meghajtó-kiválasztást, akkor az aktuális lemezelrendezést is visszaállítja. Biztos vagy benne?" +msgstr "Ha alaphelyzetbe állítja a meghajtó-kiválasztást, akkor az aktuális lemezelrendezést is visszaállítja. Biztos benne?" msgid "Save and exit" msgstr "Mentés és kilépés" @@ -693,7 +693,7 @@ msgid "" "contains queued partitions, this will remove those, are you sure?" msgstr "" "{}\n" -"sorban álló partíciókat tartalmaz, ez eltávolítja azokat, biztos vagy benne?" +"sorban álló partíciót tartalmaz, ez eltávolítja azokat, biztos benne?" msgid "No audio server" msgstr "Nincs hang kiszolgáló" @@ -702,13 +702,13 @@ msgid "(default)" msgstr "(alapértelmezett)" msgid "Use ESC to skip" -msgstr "Használd az ESC gombot a kihagyáshoz" +msgstr "Használja az ESC billentyűt a kihagyáshoz" msgid "" "Use CTRL+C to reset current selection\n" "\n" msgstr "" -"Használd a CTRL+C billentyűkombinációt az aktuális kijelölés alaphelyzetbe való visszaállításához\n" +"Használja a CTRL+C billentyűkombinációt az aktuális kijelölés visszaállításához\n" "\n" msgid "Copy to: " @@ -730,13 +730,13 @@ msgid "Value: " msgstr "Érték: " msgid "You can skip selecting a drive and partitioning and use whatever drive-setup is mounted at /mnt (experimental)" -msgstr "Kihagyhatod a meghajtó kiválasztását és a particionálást és bármilyen meghajtó-beállítást használhatsz, amely az /mnt könyvtárhoz van csatolva (kísérleti)" +msgstr "Kihagyhatja a meghajtó kiválasztását és a particionálást és bármilyen meghajtó-beállítást használhat, amely az /mnt könyvtárhoz van csatolva (kísérleti)" msgid "Select one of the disks or skip and use /mnt as default" -msgstr "Válaszd ki az egyik lemezt, vagy hagyd ki ezt a lépést, és használd az /mnt-t alapértelmezettként" +msgstr "Válassza ki az egyik lemezt, vagy hagyja ki ezt a lépést és használja az /mnt-t alapértelmezettként" msgid "Select which partitions to mark for formatting:" -msgstr "Válaszd ki, hogy mely partíciókat szeretnéd formázásra megjelölni:" +msgstr "Válassza ki, hogy mely partíciókat szeretné formázásra megjelölni:" msgid "Use HSM to unlock encrypted drive" msgstr "HSM használata a titkosított meghajtó feloldásához" @@ -757,16 +757,16 @@ msgid "Either root-password or at least 1 user with sudo privileges must be spec msgstr "Meg kell adni egy root jelszót, vagy legalább 1 sudo jogosultsággal rendelkező felhasználót" msgid "Enter username (leave blank to skip): " -msgstr "Felhasználónév megadása (hagyd üresen a kihagyáshoz): " +msgstr "Felhasználónév megadása (hagyja üresen a kihagyáshoz): " msgid "The username you entered is invalid. Try again" -msgstr "A megadott felhasználónév érvénytelen. Próbáld újra" +msgstr "A megadott felhasználónév érvénytelen. Próbálja újra" msgid "Should \"{}\" be a superuser (sudo)?" -msgstr "\"{}\"-nak(-nek) rendszergazdának (sudoer) kell lennie?" +msgstr "\"{}\" felhasználónak rendszergazdának (sudoer) kell lennie?" msgid "Select which partitions to encrypt" -msgstr "Válaszd ki mely partíciókat szeretnéd titkosítani" +msgstr "Válassza ki mely partíciókat szeretné titkosítani" msgid "very weak" msgstr "nagyon gyenge" @@ -800,8 +800,8 @@ msgid "" " (Enter a value between 1 to {})\n" "Note:" msgstr "" -"Add meg az engedélyezni kívánt párhuzamos letöltések számát.\n" -" (Adj meg egy értéket 1 és {} között)\n" +"Adja meg az engedélyezni kívánt párhuzamos letöltések számát.\n" +" (Adjon meg egy értéket 1 és {} között)\n" "Megjegyzés:" msgid " - Maximum value : {} ( Allows {} parallel downloads, allows {} downloads at a time )" @@ -815,34 +815,34 @@ msgstr " - Letiltás/Alapértelmezett: 0 (Kikapcsolja a párhuzamos letöltést, #, python-brace-format msgid "Invalid input! Try again with a valid input [1 to {max_downloads}, or 0 to disable]" -msgstr "Érvénytelen bemenet! Próbáld újra egy érvényes bemenettel [1 a(z) {max_downloads} értékhez, vagy 0 a letiltáshoz]" +msgstr "Érvénytelen bemenet! Próbálja újra egy érvényes bemenettel [1-től {max_downloads}-ig, vagy 0-t a letiltáshoz]" msgid "Parallel Downloads" -msgstr "Párhuzamos Letöltések" +msgstr "Párhuzamos letöltések" msgid "ESC to skip" -msgstr "Használd az ESC gombot a kihagyáshoz" +msgstr "Használja az ESC billentyűt a kihagyáshoz" msgid "CTRL+C to reset" -msgstr "Használd a CTRL+C billentyűkombinációt az alaphelyzetbe való visszaállításhoz" +msgstr "Használja a CTRL+C billentyűkombinációt a visszaállításhoz" msgid "TAB to select" -msgstr "Használd a TAB gombot a kiválasztáshoz" +msgstr "Használja a TAB billentyűt a kiválasztáshoz" msgid "[Default value: 0] > " msgstr "[Alapértelmezett érték: 0] > " msgid "To be able to use this translation, please install a font manually that supports the language." -msgstr "A fordítás használatához telepíts manuálisan egy olyan betűtípust, amelyik támogatja ezt a nyelvet." +msgstr "A fordítás használatához telepítsen manuálisan egy olyan betűtípust, amelyik támogatja ezt a nyelvet." msgid "The font should be stored as {}" msgstr "A betűtípust úgy kell eltárolni mint {}" msgid "Archinstall requires root privileges to run. See --help for more." -msgstr "Az Archtelepítő futtatásához root jogosultságok szükségesek. További információkért lásd a --help menüpontot." +msgstr "Az Archtelepítő futtatásához root jogosultságok szükségesek. További információkért tekintse meg a --help menüpontot." msgid "Select an execution mode" -msgstr "Válassz ki egy végrehajtási módot" +msgstr "Válasszon ki egy végrehajtási módot" msgid "Unable to fetch profile from specified url: {}" msgstr "Nem sikerült lekérni a profilt a megadott URL-cím-ről: {}" @@ -851,19 +851,19 @@ msgid "Profiles must have unique name, but profile definitions with duplicate na msgstr "A profiloknak egyedi névvel kell rendelkezniük, de ismétlődő névvel rendelkező profildefiníciók találhatóak: {}" msgid "Select one or more devices to use and configure" -msgstr "Válassz ki egy vagy több eszközt a használathoz és a konfiguráláshoz" +msgstr "Válasszon ki egy vagy több eszközt a használathoz és a konfiguráláshoz" msgid "If you reset the device selection this will also reset the current disk layout. Are you sure?" -msgstr "Ha alaphelyzetbe állítod az eszköz-kiválasztást, akkor az aktuális lemezelrendezést is visszaállítja. Biztos vagy benne?" +msgstr "Ha visszaállítja az eszköz-kiválasztást, akkor az aktuális lemezelrendezést is visszaállítja. Biztos benne?" msgid "Existing Partitions" msgstr "Meglévő partíciók" msgid "Select a partitioning option" -msgstr "Válassz egy particionálási lehetőséget" +msgstr "Válasszon egy particionálási lehetőséget" msgid "Enter the root directory of the mounted devices: " -msgstr "Add meg a csatolt eszközök gyökérkönyvtárát: " +msgstr "Adja meg a csatolt eszközök gyökérkönyvtárát: " msgid "Minimum capacity for /home partition: {}GiB\n" msgstr "A /home partíció minimális kapacitása: {}GB\n" @@ -923,13 +923,13 @@ msgid "Total sectors: {}" msgstr "Összes szektor: {}" msgid "Enter the start sector (default: {}): " -msgstr "Add meg a kezdőszektort (alapértelmezett: {}): " +msgstr "Adja meg a kezdőszektort (alapértelmezett: {}): " msgid "Enter the end sector of the partition (percentage or block number, default: {}): " -msgstr "Add meg a partíció végszektorát (százalékban, vagy blokkszámban, alapértelmezett: {}): " +msgstr "Adja meg a partíció végszektorát (százalékban vagy blokkszámban, alapértelmezett: {}): " msgid "This will remove all newly added partitions, continue?" -msgstr "Ezzel eltávolítod az összes újonnan hozzáadott partíciót, folytatod?" +msgstr "Ezzel eltávolítja az összes újonnan hozzáadott partíciót, folytatja?" msgid "Partition management: {}" msgstr "Partíciókezelés: {}" @@ -950,16 +950,16 @@ msgid "Partitions to be encrypted" msgstr "Titkosítandó partíciók" msgid "Select disk encryption option" -msgstr "Válassz ki egy lemeztitkosítási lehetőséget" +msgstr "Válasszon ki egy lemeztitkosítási lehetőséget" msgid "Select a FIDO2 device to use for HSM" -msgstr "Válaszd ki a HSM-hez használni kívánt FIDO2-eszközt" +msgstr "Válassza ki a HSM-hez használni kívánt FIDO2-eszközt" msgid "Use a best-effort default partition layout" msgstr "A lehető legjobb beállítást lehetővé tévő alapértelmezett partíció-elrendezés használata" msgid "Manual Partitioning" -msgstr "Kézi Partícionálás" +msgstr "Kézi particionálás" msgid "Pre-mounted configuration" msgstr "Előcsatolt konfiguráció" @@ -971,7 +971,7 @@ msgid "Partition encryption" msgstr "Partíció titkosítás" msgid " ! Formatting {} in " -msgstr " ! Formázás {} ebben " +msgstr " ! {} formázása erre: " msgid "← Back" msgstr "← Vissza" @@ -986,19 +986,19 @@ msgid "Password" msgstr "Jelszó" msgid "All settings will be reset, are you sure?" -msgstr "Minden beállítás visszaállításra kerül alaphelyzetre, biztos vagy benne?" +msgstr "Minden beállítás visszaállításra kerül alaphelyzetre, biztos benne?" msgid "Back" msgstr "Vissza" msgid "Please chose which greeter to install for the chosen profiles: {}" -msgstr "Kérlek, válaszd ki, hogy melyik bejelentkezési segédet szeretnéd telepíteni a kiválasztott profilokhoz: {}" +msgstr "Válassza ki, hogy melyik bejelentkezési segédet szeretné telepíteni a kiválasztott profilokhoz: {}" msgid "Environment type: {}" msgstr "Környezet típusa: {}" msgid "The proprietary Nvidia driver is not supported by Sway. It is likely that you will run into issues, are you okay with that?" -msgstr "Az Sway nem támogatja az Nvidia saját fejlesztésű illesztőprogramját. Valószínű, hogy problémákba fog ütközni, rendben van ez számodra?" +msgstr "Az Sway nem támogatja az Nvidia saját fejlesztésű illesztőprogramját. Valószínű, hogy problémákba fog ütközni, rendben van ez így?" msgid "Installed packages" msgstr "Telepített csomagok" @@ -1016,26 +1016,26 @@ msgid "Profile name: " msgstr "Profil neve: " msgid "The profile name you entered is already in use. Try again" -msgstr "A megadott profilnév már használatban van. Próbáld újra" +msgstr "A megadott profilnév már használatban van. Próbálja újra" msgid "Packages to be install with this profile (space separated, leave blank to skip): " -msgstr "A profilhoz telepítendő csomagok (szóközzel elválasztva, vagy hagyd üresen a kihagyáshoz): " +msgstr "A profilhoz telepítendő csomagok (szóközzel elválasztva, vagy hagyja üresen a kihagyáshoz): " msgid "Services to be enabled with this profile (space separated, leave blank to skip): " -msgstr "A profillal engedélyezendő szolgáltatások (szóközzel elválasztva, vagy hagyd üresen a kihagyáshoz): " +msgstr "A profillal engedélyezendő szolgáltatások (szóközzel elválasztva, vagy hagyja üresen a kihagyáshoz): " msgid "Should this profile be enabled for installation?" -msgstr "Engedélyezed ezt a profilt a telepítéshez?" +msgstr "Engedélyezi ezt a profilt a telepítéshez?" msgid "Create your own" -msgstr "Hozd létre a sajátod" +msgstr "Hozza létre a sajátját" msgid "" "\n" "Select a graphics driver or leave blank to install all open-source drivers" msgstr "" "\n" -"Válassz ki egy grafikus illesztőprogramot, vagy hagyd üresen az összes nyílt forráskódú illesztőprogram telepítéséhez" +"Válasszon ki egy grafikus illesztőprogramot, vagy hagyja üresen az összes nyílt forráskódú illesztőprogram telepítéséhez" msgid "Sway needs access to your seat (collection of hardware devices i.e. keyboard, mouse, etc)" msgstr "Az Sway-nek hozzáférésre van szüksége (olyan hardvereszközök gyűjteményéhez mint például a billentyűzet, az egér, stb.)" @@ -1047,7 +1047,7 @@ msgid "" msgstr "" "\n" "\n" -"Válassz egy opciót, hogy engedélyezd, hogy az Sway hozzáférhessen a hardverekhez" +"Válasszon egy opciót, hogy engedélyezze az Sway számára a hardverekhez való hozzáférést" msgid "Graphics driver" msgstr "Grafikus illesztőprogram" @@ -1056,7 +1056,7 @@ msgid "Greeter" msgstr "Bejelentkezési segéd" msgid "Please chose which greeter to install" -msgstr "Kérlek, válaszd ki, hogy melyik bejelentkezési segédet szeretnéd telepíteni" +msgstr "Válassza ki, hogy melyik bejelentkezési segédet szeretné telepíteni" msgid "This is a list of pre-programmed default_profiles" msgstr "Ez az előre programozott default_profiles listája" @@ -1083,16 +1083,16 @@ msgid "Delete custom mirror" msgstr "Egyéni tükör törlése" msgid "Enter name (leave blank to skip): " -msgstr "Adj meg egy nevet (vagy hagyd üresen a kihagyáshoz): " +msgstr "Adjon meg egy nevet (vagy hagyja üresen a kihagyáshoz): " msgid "Enter url (leave blank to skip): " -msgstr "Adj megy egy URL-címet (vagy hagyd üresen a kihagyáshoz): " +msgstr "Adjon megy egy URL-címet (vagy hagyja üresen a kihagyáshoz): " msgid "Select signature check option" -msgstr "Válassz egy aláírás-ellenőrzési lehetőséget" +msgstr "Válasszon egy aláírás-ellenőrzési lehetőséget" msgid "Select signature option" -msgstr "Válassz egy aláírás beállítást" +msgstr "Válasszon egy aláírás beállítást" msgid "Custom mirrors" msgstr "Egyedi tükrök" @@ -1107,7 +1107,7 @@ msgid "" "Enter a directory for the configuration(s) to be saved (tab completion enabled)\n" "Save directory: " msgstr "" -"Adj meg egy könyvtárat a menteni kívánt konfiguráció(k) számára (a lap kitöltés engedélyezve)\n" +"Adjon meg egy könyvtárat a menteni kívánt konfiguráció(k) számára (a lap kitöltés engedélyezve)\n" "Mentési könyvtár: " msgid "" @@ -1115,12 +1115,12 @@ msgid "" "\n" "{}" msgstr "" -"Szeretnéd elmenteni a(z) {} konfigurációs fájlt a következő helyre?\n" +"Szeretné elmenteni a(z) {} konfigurációs fájlt a következő helyre?\n" "\n" "{}" msgid "Saving {} configuration files to {}" -msgstr "{} konfigurációs fájl(ok) mentése ide: {}" +msgstr "{} konfigurációs fájl mentése ide: {}" msgid "Mirrors" msgstr "Tükrök" @@ -1132,13 +1132,13 @@ msgid " - Maximum value : {} ( Allows {} parallel downloads, allows {max_downl msgstr " - Maximális érték : {} ( {} párhuzamos letöltést tesz lehetővé és egyszerre {max_downloads+1} letöltést enged meg )" msgid "Invalid input! Try again with a valid input [1 to {}, or 0 to disable]" -msgstr "Érvénytelen bemenet! Próbáld újra egy érvényes bemenettel [1 a(z) {} értékhez, vagy 0-t a letiltáshoz]" +msgstr "Érvénytelen bemenet! Próbálja újra egy érvényes bemenettel [1-től {}-ig, vagy 0-t a letiltáshoz]" msgid "Locales" msgstr "Nyelvi beállítások" msgid "Use NetworkManager (necessary to configure internet graphically in GNOME and KDE)" -msgstr "A NetworkManager használata (szükséges az internet grafikus konfigurálásához GNOME-ban és KDE-ben)" +msgstr "A hálózatkezelő használata (szükséges az internet grafikus konfigurálásához GNOME-ban és KDE-ben)" msgid "Total: {} / {}" msgstr "Összes: {} / {}" @@ -1150,7 +1150,7 @@ msgid "If no unit is provided, the value is interpreted as sectors" msgstr "Ha nincs mértékegység megadva, akkor az értéket szektorokként értelmezi" msgid "Enter start (default: sector {}): " -msgstr "Kezdőpont megadása (alapértelmezett: szektor{}): " +msgstr "Kezdőpont megadása (alapértelmezett: {} szektor): " msgid "Enter end (default: {}): " msgstr "Végpont megadása (alapértelmezett: {}): " @@ -1182,7 +1182,7 @@ msgid "" "\n" "Note:\n" msgstr "" -"Add meg az engedélyezni kívánt párhuzamos letöltések számát.\n" +"Adja meg az engedélyezni kívánt párhuzamos letöltések számát.\n" "\n" "Megjegyzés:\n" @@ -1193,7 +1193,7 @@ msgid " - Disable/Default : 0 ( Disables parallel downloading, allows only 1 dow msgstr " - Letiltás/Alapértelmezett: 0 (Kikapcsolja a párhuzamos letöltést, egyszerre csak 1 letöltést tesz lehetővé)\n" msgid "Invalid input! Try again with a valid input [or 0 to disable]" -msgstr "Érvénytelen bemenet! Próbáld újra egy érvényes bemenettel [vagy 0-t a letiltáshoz]" +msgstr "Érvénytelen bemenet! Próbálja újra egy érvényes bemenettel [vagy 0-t a letiltáshoz]" msgid "Hyprland needs access to your seat (collection of hardware devices i.e. keyboard, mouse, etc)" msgstr "A Hyprland-nek hozzáférésre van szüksége (olyan hardvereszközök gyűjteményéhez mint például a billentyűzet, az egér, stb.)" @@ -1205,22 +1205,22 @@ msgid "" msgstr "" "\n" "\n" -"Válassz egy opciót, hogy engedélyezd, hogy a Hyprland hozzáférhessen a hardverekhez" +"Válasszon egy opciót, hogy engedélyezze a Hyprland számára a hardverekhez való hozzáférést" msgid "All entered values can be suffixed with a unit: %, B, KB, KiB, MB, MiB..." msgstr "Minden beírt értéket mértékegységgel kell ellátni: %, B, KB, KiB, MB, MiB..." msgid "Would you like to use unified kernel images?" -msgstr "Szeretnél egységesített kernelképeket (UKI-t) használni?" +msgstr "Szeretne egységesített kernelképeket (UKI) használni?" msgid "Unified kernel images" -msgstr "Egységesített kernelképek (UKI-k)" +msgstr "Egységesített kernelképek (UKI)" msgid "Waiting for time sync (timedatectl show) to complete." msgstr "Várakozás az időszinkronizálás (timedatectl show) befejezésére." msgid "Time syncronization not completing, while you wait - check the docs for workarounds: https://archinstall.readthedocs.io/" -msgstr "Az időszinkronizálás nem fejeződik be, amíg várakozol - nézd meg a dokumentációban a megoldásokat: https://archinstall.readthedocs.io/" +msgstr "Az időszinkronizálás nem fejeződik be, amíg várakozik - tekintse meg a dokumentációban a megoldásokat: https://archinstall.readthedocs.io/" msgid "Skipping waiting for automatic time sync (this can cause issues if time is out of sync during installation)" msgstr "Az automatikus időszinkronizálásra való várakozás kihagyása (ez problémákat okozhat, ha az idő nincs szinkronban a telepítés során)" @@ -1228,24 +1228,20 @@ msgstr "Az automatikus időszinkronizálásra való várakozás kihagyása (ez p msgid "Waiting for Arch Linux keyring sync (archlinux-keyring-wkd-sync) to complete." msgstr "Várakozás az Arch Linux kulcstartó szinkronizálásának (archlinux-keyring-wkd-sync) befejezésére." -#, fuzzy msgid "Selected profiles: " -msgstr "Profil törlése" +msgstr "Kiválasztott profil: " -#, fuzzy msgid "Time synchronization not completing, while you wait - check the docs for workarounds: https://archinstall.readthedocs.io/" -msgstr "Az időszinkronizálás nem fejeződik be, amíg várakozol - nézd meg a dokumentációban a megoldásokat: https://archinstall.readthedocs.io/" +msgstr "Az időszinkronizálás nem fejeződik be, amíg várakozik - tekintse meg a dokumentációban a megoldásokat: https://archinstall.readthedocs.io/" -#, fuzzy msgid "Mark/Unmark as nodatacow" -msgstr "Megjelölés/megjelölés-visszavonása mint rendszerindító" +msgstr "Megjelölés/megjelölés-visszavonása mint nodatacow" -#, fuzzy msgid "Would you like to use compression or disable CoW?" -msgstr "Szeretnél BTRFS tömörítést használni?" +msgstr "Szeretne tömörítést használni vagy letiltani az adatmásolást írás közben?" msgid "Use compression" -msgstr "" +msgstr "Tömörítés használata" msgid "Disable Copy-on-Write" -msgstr "" +msgstr "Írás közbeni adatmásolás letiltása" -- cgit v1.2.3-54-g00ecf From f7913f46eede7a2aad7d60faf5cd50a1acf92c03 Mon Sep 17 00:00:00 2001 From: MahtiAnkka <48694735+mahtiankka@users.noreply.github.com> Date: Wed, 17 Apr 2024 15:14:12 +0300 Subject: New Arch install Finnish language package (#2466) Translated into Finnish using the Poedit program. --- archinstall/locales/fi/LC_MESSAGES/base.mo | Bin 0 -> 39505 bytes archinstall/locales/fi/LC_MESSAGES/base.po | 1469 ++++++++++++++++++++++++++++ 2 files changed, 1469 insertions(+) create mode 100644 archinstall/locales/fi/LC_MESSAGES/base.mo create mode 100644 archinstall/locales/fi/LC_MESSAGES/base.po (limited to 'archinstall/locales') diff --git a/archinstall/locales/fi/LC_MESSAGES/base.mo b/archinstall/locales/fi/LC_MESSAGES/base.mo new file mode 100644 index 00000000..e460d89f Binary files /dev/null and b/archinstall/locales/fi/LC_MESSAGES/base.mo differ diff --git a/archinstall/locales/fi/LC_MESSAGES/base.po b/archinstall/locales/fi/LC_MESSAGES/base.po new file mode 100644 index 00000000..b5857e69 --- /dev/null +++ b/archinstall/locales/fi/LC_MESSAGES/base.po @@ -0,0 +1,1469 @@ +msgid "" +msgstr "" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Project-Id-Version: \n" +"POT-Creation-Date: \n" +"PO-Revision-Date: \n" +"Language-Team: \n" +"X-Generator: Poedit 2.3\n" +"Last-Translator: Kimmo Kujansuu \n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"Language: fi\n" + +msgid "[!] A log file has been created here: {} {}" +msgstr "[!] Lokitiedosto luotiin tähän: {} {}" + +msgid "" +" Please submit this issue (and file) to https://github.com/archlinux/" +"archinstall/issues" +msgstr "" +" Lähetä tämä ongelma (ja tiedosto) osoitteeseen https://github.com/" +"archlinux/archinstall/issues" + +msgid "Do you really want to abort?" +msgstr "Haluatko todella poistua?" + +msgid "And one more time for verification: " +msgstr "Ja vielä kerran vahvistukseksi: " + +msgid "Would you like to use swap on zram?" +msgstr "Haluatko käyttää swap:ia zram:ssa?" + +msgid "Desired hostname for the installation: " +msgstr "Valitse hostname asennukselle: " + +msgid "Username for required superuser with sudo privileges: " +msgstr "Käyttäjänimi superkäyttäjälle, jolla on sudo-oikeudet: " + +msgid "Any additional users to install (leave blank for no users): " +msgstr "Muut asennettavat käyttäjät (jätä tyhjäksi, jos ei muita käyttäjiä): " + +msgid "Should this user be a superuser (sudoer)?" +msgstr "Pitäisikö tämän käyttäjän olla superkäyttäjä (sudoer)?" + +msgid "Select a timezone" +msgstr "Valitse aikavyöhyke" + +msgid "Would you like to use GRUB as a bootloader instead of systemd-boot?" +msgstr "Haluatko käyttää GRUB:ia lataimena systemd-bootin sijaan?" + +msgid "Choose a bootloader" +msgstr "Valitse käynnistyslatain" + +msgid "Choose an audio server" +msgstr "Valitse audiopalvelin" + +msgid "" +"Only packages such as base, base-devel, linux, linux-firmware, efibootmgr " +"and optional profile packages are installed." +msgstr "" +"Vain paketit, kuten base, base-devel, linux, linux-firmware, efibootmgr ja " +"valinnaiset profiili-paketit, asennetaan." + +msgid "" +"If you desire a web browser, such as firefox or chromium, you may specify it " +"in the following prompt." +msgstr "" +"Jos haluat selaimen, kuten firefox tai chromium, voit valita sen seuraavassa " +"kohdassa." + +msgid "" +"Write additional packages to install (space separated, leave blank to skip): " +msgstr "" +"Kirjoita asennettavat lisäpaketit (välilyönnillä erotettuna, ohita vaihe " +"jättämällä tyhjäksi): " + +msgid "Copy ISO network configuration to installation" +msgstr "Kopioi ISO verkkoasetukset asennukseen" + +msgid "" +"Use NetworkManager (necessary for configuring internet graphically in GNOME " +"and KDE)" +msgstr "" +"Käytä NetworkManager ohjelmaa (Internetin graafinen määritys GNOME ja KDE)" + +msgid "Select one network interface to configure" +msgstr "Valitse yksi määritettävä verkkoliitäntä" + +msgid "" +"Select which mode to configure for \"{}\" or skip to use default mode \"{}\"" +msgstr "" +"Valitse, mikä tila määritetään \"{}\", tai ohita ja käytä \"{}\" oletusta." + +msgid "Enter the IP and subnet for {} (example: 192.168.0.5/24): " +msgstr "Anna IP-osoite ja aliverkko {} (esim. 192.168.0.5/24): " + +msgid "Enter your gateway (router) IP address or leave blank for none: " +msgstr "Anna yhdyskäytävän (reitittimen) IP-osoite tai jätä tyhjäksi: " + +msgid "Enter your DNS servers (space separated, blank for none): " +msgstr "" +"Anna DNS-osoitteet (välilyönti erottaa kaksi osoitetta toisistaan, tyhjä ei " +"mitään): " + +msgid "Select which filesystem your main partition should use" +msgstr "Valitse, mitä tiedostojärjestelmä pääosiolle" + +msgid "Current partition layout" +msgstr "Tämänhetkinen osion asettelu" + +msgid "" +"Select what to do with\n" +"{}" +msgstr "" +"Valitse mitä haluat tehdä\n" +"{}" + +msgid "Enter a desired filesystem type for the partition" +msgstr "Anna osiolle haluttu tiedostojärjestelmän tyyppi" + +msgid "" +"Enter the start location (in parted units: s, GB, %, etc. ; default: {}): " +msgstr "Anna aloituspaikka (yksiköt: s, GB, %, etc. ; oletus: {}): " + +msgid "Enter the end location (in parted units: s, GB, %, etc. ; ex: {}): " +msgstr "Anna lopetuspaikka (yksiköt: s, GB, %, etc. ; ex: {}): " + +msgid "{} contains queued partitions, this will remove those, are you sure?" +msgstr "{} sisältää jonossa olevat osiot, tämä poistaa ne, oletko varma?" + +msgid "" +"{}\n" +"\n" +"Select by index which partitions to delete" +msgstr "" +"{}\n" +"\n" +"Valitse indeksin perusteella, mitkä osiot haluat poistaa" + +msgid "" +"{}\n" +"\n" +"Select by index which partition to mount where" +msgstr "" +"{}\n" +"\n" +"Valitse indeksin perusteella, mikä osio liitetään mihin" + +msgid "" +" * Partition mount-points are relative to inside the installation, the boot " +"would be /boot as an example." +msgstr "" +" * Osioiden liitoskohdat ovat suhteessa asennuksen sisäpuolelle, käynnistys " +"olisi esimerkiksi /boot." + +msgid "Select where to mount partition (leave blank to remove mountpoint): " +msgstr "" +"Valitse, mihin osio asennetaan (jätä tyhjäksi, jos haluat poistaa " +"liitoskohdan): " + +msgid "" +"{}\n" +"\n" +"Select which partition to mask for formatting" +msgstr "" +"{}\n" +"\n" +"Valitse, mikä osio merkitään alustusta varten" + +msgid "" +"{}\n" +"\n" +"Select which partition to mark as encrypted" +msgstr "" +"{}\n" +"\n" +"Valitse, mikä osio merkitään salattavaksi" + +msgid "" +"{}\n" +"\n" +"Select which partition to mark as bootable" +msgstr "" +"{}\n" +"\n" +"Valitse, mikä osio merkitään käynnistyväksi" + +msgid "" +"{}\n" +"\n" +"Select which partition to set a filesystem on" +msgstr "" +"{}\n" +"\n" +"Valitse, mikä osio merkitään tiedostojärjestelmää varten" + +msgid "Enter a desired filesystem type for the partition: " +msgstr "Anna osiolle haluttu tiedostojärjestelmän tyyppi: " + +msgid "Archinstall language" +msgstr "Archinstall kieli" + +msgid "Wipe all selected drives and use a best-effort default partition layout" +msgstr "" +"Pyyhi kaikki valitut asemat ja käytä parasta mahdollista oletusosion " +"asettelua" + +msgid "" +"Select what to do with each individual drive (followed by partition usage)" +msgstr "" +"Valitse, mitä tehdään kullekin yksittäiselle asemalle (ja osion käytölle)" + +msgid "Select what you wish to do with the selected block devices" +msgstr "Valitse, mitä haluat tehdä valituilla lohkoilla" + +msgid "" +"This is a list of pre-programmed profiles, they might make it easier to " +"install things like desktop environments" +msgstr "" +"Tämä on lista valmiista profiileista, jotka saattavat helpottaa esimerkiksi " +"työpöytäympäristön asentamista" + +msgid "Select keyboard layout" +msgstr "Valitse näppäimistön asettelu" + +msgid "Select one of the regions to download packages from" +msgstr "Valitse yksi alueista, joista paketit ladataan" + +msgid "Select one or more hard drives to use and configure" +msgstr "Valitse yksi tai useampi kiintolevy käytettäväksi ja määritettäväksi" + +msgid "" +"For the best compatibility with your AMD hardware, you may want to use " +"either the all open-source or AMD / ATI options." +msgstr "" +"Saat parhaan yhteensopivuuden AMD:n kanssa käyttämällä joko avoimen " +"lähdekoodin vaihtoehtoja tai AMD/ATI valmistajan vaihtoehtoja." + +msgid "" +"For the best compatibility with your Intel hardware, you may want to use " +"either the all open-source or Intel options.\n" +msgstr "" +"Saat parhaan yhteensopivuuden Intelin kanssa käyttämällä joko avoimen " +"lähdekoodin vaihtoehtoja tai Intel valmistajan vaihtoehtoja.\n" + +msgid "" +"For the best compatibility with your Nvidia hardware, you may want to use " +"the Nvidia proprietary driver.\n" +msgstr "" +"Saat parhaan yhteensopivuuden Nvidian kanssa käyttämällä Nvidia valmistajan " +"omaa ohjainta.\n" + +msgid "" +"\n" +"\n" +"Select a graphics driver or leave blank to install all open-source drivers" +msgstr "" +"\n" +"\n" +"Valitse näytönohjaimen ohjain tai jätä tyhjäksi niin kaikki asennetaan " +"avoimen lähdekoodin ohjaimilla" + +msgid "All open-source (default)" +msgstr "Kaikki avoimet lähdekoodit (oletus)" + +msgid "Choose which kernels to use or leave blank for default \"{}\"" +msgstr "Valitse käytettävät kernelit tai jätä tyhjäksi oletuksena \"{}\"" + +msgid "Choose which locale language to use" +msgstr "Valitse käytettävä kieli" + +msgid "Choose which locale encoding to use" +msgstr "Valitse käytettävä kielialueen koodaus" + +msgid "Select one of the values shown below: " +msgstr "Valitse jokin alla olevista arvoista: " + +msgid "Select one or more of the options below: " +msgstr "Valitse yksi tai useampi alla olevista: " + +msgid "Adding partition...." +msgstr "Lisätään osiota...." + +msgid "" +"You need to enter a valid fs-type in order to continue. See `man parted` for " +"valid fs-type's." +msgstr "" +"Sinun on annettava kelvollinen fs-tyyppi jatkaaksesi. Katso kelvolliset fs-" +"tyypit kohdasta \"man parted\"." + +msgid "Error: Listing profiles on URL \"{}\" resulted in:" +msgstr "Virhe: Profiilien luettelointi URL \"{}\" johti:" + +msgid "Error: Could not decode \"{}\" result as JSON:" +msgstr "Virhe: Tulosta \"{}\" ei voitu purkaa JSON-muodossa:" + +msgid "Keyboard layout" +msgstr "Näppäimistö" + +msgid "Mirror region" +msgstr "Pakettivarasto" + +msgid "Locale language" +msgstr "Kieli" + +msgid "Locale encoding" +msgstr "Kieli-koodaus" + +msgid "Drive(s)" +msgstr "Levyasemat" + +msgid "Disk layout" +msgstr "Levyn asettelu" + +msgid "Encryption password" +msgstr "Salauksen salasana" + +msgid "Swap" +msgstr "Swap" + +msgid "Bootloader" +msgstr "Käynnistyksenlataaja" + +msgid "Root password" +msgstr "Root salasana" + +msgid "Superuser account" +msgstr "Superkäyttäjätili" + +msgid "User account" +msgstr "Käyttäjätili" + +msgid "Profile" +msgstr "Profiili" + +msgid "Audio" +msgstr "Audio" + +msgid "Kernels" +msgstr "Kernelit" + +msgid "Additional packages" +msgstr "Lisäpaketit" + +msgid "Network configuration" +msgstr "Verkkoasetukset" + +msgid "Automatic time sync (NTP)" +msgstr "Autom. kellonajan synkronointi (NTP)" + +msgid "Install ({} config(s) missing)" +msgstr "Asenna ({} asetusta puuttuu)" + +msgid "" +"You decided to skip harddrive selection\n" +"and will use whatever drive-setup is mounted at {} (experimental)\n" +"WARNING: Archinstall won't check the suitability of this setup\n" +"Do you wish to continue?" +msgstr "" +"Päätit ohittaa kiintolevyn valinnan ja käyttää\n" +"mitä tahansa asema-asetusta {} (kokeellinen)\n" +"VAROITUS: Archinstall ei voi tarkista asennuksen sopivuutta\n" +"Haluatko jatkaa?" + +msgid "Re-using partition instance: {}" +msgstr "Käytetään osiointi esimerkkiä: {}" + +msgid "Create a new partition" +msgstr "Luo uusi osio" + +msgid "Delete a partition" +msgstr "Poista osio" + +msgid "Clear/Delete all partitions" +msgstr "Tyhjennä/poista kaikki osiot" + +msgid "Assign mount-point for a partition" +msgstr "Määritä osion liitoskohta" + +msgid "Mark/Unmark a partition to be formatted (wipes data)" +msgstr "Merkitse/poista osion alustaminen (pyyhkii tiedot)" + +msgid "Mark/Unmark a partition as encrypted" +msgstr "Merkitse/poista osio salataan merkintä" + +msgid "Mark/Unmark a partition as bootable (automatic for /boot)" +msgstr "Merkitse/poista osion merkintä käynnistyväksi (automaattinen /boot)" + +msgid "Set desired filesystem for a partition" +msgstr "Aseta osiolle haluttu tiedostojärjestelmä" + +msgid "Abort" +msgstr "Keskeytä" + +msgid "Hostname" +msgstr "Hostname \"kone-nimi\"" + +msgid "Not configured, unavailable unless setup manually" +msgstr "Ei määritetty, ei käytettävissä, ellei asennusta ole käsin määritetty" + +msgid "Timezone" +msgstr "Aikavyöhyke" + +msgid "Set/Modify the below options" +msgstr "Aseta/muokkaa alla olevia asetuksia" + +msgid "Install" +msgstr "Asenna" + +msgid "" +"Use ESC to skip\n" +"\n" +msgstr "" +"Ohita painamalla ESC\n" +"\n" + +msgid "Suggest partition layout" +msgstr "Ehdota osion asettelua" + +msgid "Enter a password: " +msgstr "Anna salasana: " + +msgid "Enter a encryption password for {}" +msgstr "Anna salauksen salasana {}" + +msgid "Enter disk encryption password (leave blank for no encryption): " +msgstr "Anna levyn salauksen salasana (jätä tyhjäksi, jos et salaa): " + +msgid "Create a required super-user with sudo privileges: " +msgstr "Luo vaadittu superkäyttäjä, jolla on sudo-oikeudet: " + +msgid "Enter root password (leave blank to disable root): " +msgstr "Anna root-salasana (jätä tyhjäksi niin root poistetaan käytöstä): " + +msgid "Password for user \"{}\": " +msgstr "Salasana käyttäjälle \"{}\": " + +msgid "" +"Verifying that additional packages exist (this might take a few seconds)" +msgstr "" +"Varmistetaan, että lisäpaketit ovat olemassa (saattaa kestää muutaman " +"sekunnin)" + +msgid "" +"Would you like to use automatic time synchronization (NTP) with the default " +"time servers?\n" +msgstr "" +"Haluatko käyttää automaattista ajan synkronointia oletus (NTP) " +"aikapalvelinten kanssa?\n" + +msgid "" +"Hardware time and other post-configuration steps might be required in order " +"for NTP to work.\n" +"For more information, please check the Arch wiki" +msgstr "" +"NTP:n toiminta saattaa vaatia laitteistolle muita määrityksen jälkeisiä " +"vaiheita.\n" +"Katso lisätietoja Arch-wiki" + +msgid "Enter a username to create an additional user (leave blank to skip): " +msgstr "Luo uusi käyttäjä antamalla käyttäjänimi (jätä tyhjäksi ja ohita): " + +msgid "Use ESC to skip\n" +msgstr "Ohita painamalla ESC\n" + +msgid "" +"\n" +" Choose an object from the list, and select one of the available actions for " +"it to execute" +msgstr "" +"\n" +"Valitse suoritettava toiminto luettelosta" + +msgid "Cancel" +msgstr "Peruuta" + +msgid "Confirm and exit" +msgstr "Vahvista ja poistu" + +msgid "Add" +msgstr "Lisää" + +msgid "Copy" +msgstr "Kopioi" + +msgid "Edit" +msgstr "Muokkaa" + +msgid "Delete" +msgstr "Poista" + +msgid "Select an action for '{}'" +msgstr "Valitse toiminta \"{}\"" + +msgid "Copy to new key:" +msgstr "Kopioi uuteen avaimeen:" + +msgid "Unknown nic type: {}. Possible values are {}" +msgstr "Tuntematon verkkokortin tyyppi: {}. Mahdolliset arvot ovat {}" + +msgid "" +"\n" +"This is your chosen configuration:" +msgstr "" +"\n" +"Tämä on sinun valitsema kokoonpano:" + +msgid "" +"Pacman is already running, waiting maximum 10 minutes for it to terminate." +msgstr "Pacman on jo käynnissä, odota enintään 10 minuuttia sen päättymistä." + +msgid "" +"Pre-existing pacman lock never exited. Please clean up any existing pacman " +"sessions before using archinstall." +msgstr "" +"Aiempi pacman-lukko ei ole poistunut. Lopeta kaikki olemassa olevat pacman-" +"istunnot ennen archinstall ohjelman käyttöä." + +msgid "Choose which optional additional repositories to enable" +msgstr "Valitse, valinnaiset lisävarastot jotka otetaan käyttöön" + +msgid "Add a user" +msgstr "Lisää käyttäjä" + +msgid "Change password" +msgstr "Vaihda salasana" + +msgid "Promote/Demote user" +msgstr "Korota/alenna käyttäjä" + +msgid "Delete User" +msgstr "Poista käyttäjä" + +msgid "" +"\n" +"Define a new user\n" +msgstr "" +"\n" +"Määritä uusi käyttäjä\n" + +msgid "User Name : " +msgstr "Käyttäjänimi : " + +msgid "Should {} be a superuser (sudoer)?" +msgstr "Pitäisikö {} olla superkäyttäjä (sudoer)?" + +msgid "Define users with sudo privilege: " +msgstr "Määritä käyttäjät, joilla on sudo-oikeudet: " + +msgid "No network configuration" +msgstr "Ei verkkoasetuksia" + +msgid "Set desired subvolumes on a btrfs partition" +msgstr "Aseta haluamasi alitaltiot btrfs-osioon" + +msgid "" +"{}\n" +"\n" +"Select which partition to set subvolumes on" +msgstr "" +"{}\n" +"\n" +"Valitse, mille osioille alitaltiot asetetaan" + +msgid "Manage btrfs subvolumes for current partition" +msgstr "Hallitse nykyisen osion btrfs-alitaltioita" + +msgid "No configuration" +msgstr "Ei määritystä" + +msgid "Save user configuration" +msgstr "Tallenna käyttäjän määritykset" + +msgid "Save user credentials" +msgstr "Tallenna käyttäjän tunnistetiedot" + +msgid "Save disk layout" +msgstr "Tallenna levyasettelu" + +msgid "Save all" +msgstr "Tallenna kaikki" + +msgid "Choose which configuration to save" +msgstr "Valitse tallennettavat määritykset" + +msgid "Enter a directory for the configuration(s) to be saved: " +msgstr "Anna hakemisto tallennettaville määrityksille: " + +msgid "Not a valid directory: {}" +msgstr "Hakemisto ei ole kelvollinen: {}" + +msgid "The password you are using seems to be weak," +msgstr "Käyttämäsi salasana vaikuttaa heikolta," + +msgid "are you sure you want to use it?" +msgstr "oletko varma että haluat käyttää sitä?" + +msgid "Optional repositories" +msgstr "Valinnaiset arkistot" + +msgid "Save configuration" +msgstr "Tallenna määritykset" + +msgid "Missing configurations:\n" +msgstr "Puuttuvat määritykset:\n" + +msgid "Either root-password or at least 1 superuser must be specified" +msgstr "Joko root-salasana tai vähintään yksi pääkäyttäjä on määritettävä" + +msgid "Manage superuser accounts: " +msgstr "Hallitse superkäyttäjätilejä: " + +msgid "Manage ordinary user accounts: " +msgstr "Hallitse tavallisia käyttäjätilejä: " + +msgid " Subvolume :{:16}" +msgstr " Alitaltio :{:16}" + +msgid " mounted at {:16}" +msgstr " liitetty {:16}" + +msgid " with option {}" +msgstr " valinnalla {}" + +msgid "" +"\n" +" Fill the desired values for a new subvolume \n" +msgstr "" +"\n" +" Täytä halutut arvot uudelle alitaltiolle \n" + +msgid "Subvolume name " +msgstr "Alitaltion nimi " + +msgid "Subvolume mountpoint" +msgstr "Alitaltion liitoskohta" + +msgid "Subvolume options" +msgstr "Alitaltion valinnat" + +msgid "Save" +msgstr "Tallenna" + +msgid "Subvolume name :" +msgstr "Alitaltion nimi :" + +msgid "Select a mount point :" +msgstr "Valitse liitoskohta :" + +msgid "Select the desired subvolume options " +msgstr "Valitse alitaltion asetukset " + +msgid "Define users with sudo privilege, by username: " +msgstr "Määritä käyttäjät, joilla on sudo-oikeudet, käyttäjänimen mukaan: " + +msgid "[!] A log file has been created here: {}" +msgstr "[!] Lokitiedosto on luotu tähän: {}" + +msgid "Would you like to use BTRFS subvolumes with a default structure?" +msgstr "Haluatko käyttää BTRFS-alitaltioita oletusrakenteena?" + +msgid "Would you like to use BTRFS compression?" +msgstr "Haluatko käyttää BTRFS-pakkausta?" + +msgid "Would you like to create a separate partition for /home?" +msgstr "Haluatko luoda erillisen osion /home ?" + +msgid "" +"The selected drives do not have the minimum capacity required for an " +"automatic suggestion\n" +msgstr "" +"Valituilla asemilla ei ole automaattiseen ehdotukseen vaadittavaa " +"vähimmäistilaa\n" + +msgid "Minimum capacity for /home partition: {}GB\n" +msgstr "Minimi tila /home osiolle: {}GB\n" + +msgid "Minimum capacity for Arch Linux partition: {}GB" +msgstr "Minimi tila Arch Linux osiolle: {}GB" + +msgid "Continue" +msgstr "Jatka" + +msgid "yes" +msgstr "kyllä" + +msgid "no" +msgstr "ei" + +msgid "set: {}" +msgstr "aseta: {}" + +msgid "Manual configuration setting must be a list" +msgstr "Manuaaliset asetukset on oltava lista muodossa" + +msgid "No iface specified for manual configuration" +msgstr "Manuaalista määritystä varten iface on tekemättä" + +msgid "Manual nic configuration with no auto DHCP requires an IP address" +msgstr "" +"Manuaalinen verkkokortin määritys ilman autom. DHCP:tä vaatii IP-osoitteen" + +msgid "Add interface" +msgstr "Lisää liitäntä" + +msgid "Edit interface" +msgstr "Muokkaa liitäntää" + +msgid "Delete interface" +msgstr "Poista liitäntä" + +msgid "Select interface to add" +msgstr "Valitse lisättävä liitäntä" + +msgid "Manual configuration" +msgstr "Käsin määrittely" + +msgid "Mark/Unmark a partition as compressed (btrfs only)" +msgstr "Merkitse/poista osio pakatuksi (vain btrfs)" + +msgid "" +"The password you are using seems to be weak, are you sure you want to use it?" +msgstr "Käyttämäsi salasana vaikuttaa heikolta, haluatko käyttää sitä?" + +msgid "" +"Provides a selection of desktop environments and tiling window managers, e." +"g. gnome, kde, sway" +msgstr "" +"Tarjoaa valikoiman erilaisia työpöytiä ja ikkunointia esim. gnome, kde, sway" + +msgid "Select your desired desktop environment" +msgstr "Valitse haluamasi työpöytä" + +msgid "" +"A very basic installation that allows you to customize Arch Linux as you see " +"fit." +msgstr "" +"Hyvin kevyt asennus, jonka avulla voit mukauttaa Arch Linuxia haluamallasi " +"tavalla." + +msgid "" +"Provides a selection of various server packages to install and enable, e.g. " +"httpd, nginx, mariadb" +msgstr "" +"Tarjoaa valikoiman erilaisia palvelinpaketteja ja saatavilla käyttöön esim. " +"httpd, nginx, mariadb" + +msgid "" +"Choose which servers to install, if none then a minimal installation will be " +"done" +msgstr "" +"Valitse mitkä palvelimet asennetaan. Jos ei yhtään, tehdään pienin " +"mahdollinen asennus" + +msgid "Installs a minimal system as well as xorg and graphics drivers." +msgstr "" +"Asentaa minimaalisen järjestelmän sekä xorg ja ohjaimet näytönohjaimelle." + +msgid "Press Enter to continue." +msgstr "Paina ENTER ja jatka." + +msgid "" +"Would you like to chroot into the newly created installation and perform " +"post-installation configuration?" +msgstr "" +"Haluatko chroot:in uuteen asennukseen ja suorittaa asennuksen jälkeiset " +"asetukset?" + +msgid "Are you sure you want to reset this setting?" +msgstr "Haluatko varmasti nollata tämän asetuksen?" + +msgid "Select one or more hard drives to use and configure\n" +msgstr "Valitse yksi tai useampi kiintolevy määritettäväksi\n" + +msgid "Any modifications to the existing setting will reset the disk layout!" +msgstr "Kaikki muutokset olemassa olevaan asetukseen nollaavat levyasettelun!" + +msgid "" +"If you reset the harddrive selection this will also reset the current disk " +"layout. Are you sure?" +msgstr "" +"Jos nollaat kiintolevyn valinnan, tämä nollaa myös nykyisen levyasettelun. " +"Oletko varma?" + +msgid "Save and exit" +msgstr "Tallenna ja poistu" + +msgid "" +"{}\n" +"contains queued partitions, this will remove those, are you sure?" +msgstr "" +"{}\n" +"sisältää jonossa olevia osioita, tämä poistaa ne, oletko varma?" + +msgid "No audio server" +msgstr "Ei audiopalvelinta" + +msgid "(default)" +msgstr "(oletus)" + +msgid "Use ESC to skip" +msgstr "Ohita painamalla ESC" + +msgid "" +"Use CTRL+C to reset current selection\n" +"\n" +msgstr "" +"CTRL+C nollaa nykyisen valinnan\n" +"\n" + +msgid "Copy to: " +msgstr "Kopioi…: " + +msgid "Edit: " +msgstr "Muokkaa: " + +msgid "Key: " +msgstr "Avain: " + +msgid "Edit {}: " +msgstr "Muokkaa {}: " + +msgid "Add: " +msgstr "Lisää: " + +msgid "Value: " +msgstr "Arvo: " + +msgid "" +"You can skip selecting a drive and partitioning and use whatever drive-setup " +"is mounted at /mnt (experimental)" +msgstr "" +"Voit ohittaa aseman valinnan, sekä osioinnin ja käyttää mitä tahansa asemaa, " +"joka on kytketty /mnt hakemistossa (kokeellinen)" + +msgid "Select one of the disks or skip and use /mnt as default" +msgstr "Valitse jokin levyistä tai ohita ja käytä /mnt oletuksena" + +msgid "Select which partitions to mark for formatting:" +msgstr "Valitse alustettavat osiot:" + +msgid "Use HSM to unlock encrypted drive" +msgstr "Käytä HSM:ää avataksesi salatun aseman" + +msgid "Device" +msgstr "Laite" + +msgid "Size" +msgstr "Koko" + +msgid "Free space" +msgstr "Vapaata tilaa" + +msgid "Bus-type" +msgstr "Väylän tyyppi" + +msgid "" +"Either root-password or at least 1 user with sudo privileges must be " +"specified" +msgstr "" +"Joko root-salasana tai vähintään yksi käyttäjä, jolla on sudo-oikeudet, on " +"määritettävä" + +msgid "Enter username (leave blank to skip): " +msgstr "Anna käyttäjänimi (jätä tyhjäksi ja ohita): " + +msgid "The username you entered is invalid. Try again" +msgstr "Antamasi käyttäjänimi ei kelpaa. Yritä uudelleen" + +msgid "Should \"{}\" be a superuser (sudo)?" +msgstr "Pitäisikö \"{}\" olla superkäyttäjä (sudo)?" + +msgid "Select which partitions to encrypt" +msgstr "Valitse salattavat osiot" + +msgid "very weak" +msgstr "hyvin heikko" + +msgid "weak" +msgstr "heikko" + +msgid "moderate" +msgstr "kohtalainen" + +msgid "strong" +msgstr "vahva" + +msgid "Add subvolume" +msgstr "Lisää alitaltio" + +msgid "Edit subvolume" +msgstr "Muokkaa alitaltiota" + +msgid "Delete subvolume" +msgstr "Poista alitaltio" + +msgid "Configured {} interfaces" +msgstr "Määritetty {} liittymää" + +msgid "" +"This option enables the number of parallel downloads that can occur during " +"installation" +msgstr "" +"Tämä valinta mahdollistaa asennuksen aikana tapahtuvien rinnakkaisten " +"latausten määrän" + +msgid "" +"Enter the number of parallel downloads to be enabled.\n" +" (Enter a value between 1 to {})\n" +"Note:" +msgstr "" +"Anna rinnakkaisten latausten määrä.\n" +" (anna arvo väliltä 1 - {})\n" +"Huomaa:" + +msgid "" +" - Maximum value : {} ( Allows {} parallel downloads, allows {} downloads " +"at a time )" +msgstr "" +" - Suurin arvo : {} ( sallii {} rinnakkaista latausta, sallii {} latausta " +"kerralla )" + +msgid "" +" - Minimum value : 1 ( Allows 1 parallel download, allows 2 downloads at a " +"time )" +msgstr "" +" - Pienin arvo : 1 ( sallii 1 rinnakkaisen latauksen, sallii {} 2 latausta " +"kerralla )" + +msgid "" +" - Disable/Default : 0 ( Disables parallel downloading, allows only 1 " +"download at a time )" +msgstr "" +" - Pois/oletus : 0 ( ei salli rinnakkaisia latauksia, sallii vain 1 " +"latauksen kerralla )" + +#, python-brace-format +msgid "" +"Invalid input! Try again with a valid input [1 to {max_downloads}, or 0 to " +"disable]" +msgstr "" +"Virheellinen arvo! Yritä uudelleen kelvollisella arvolla [1 - " +"{max_downloads}, tai 0 on poistettu]" + +msgid "Parallel Downloads" +msgstr "Rinnakkaiset lataukset" + +msgid "ESC to skip" +msgstr "Ohita painamalla ESC" + +msgid "CTRL+C to reset" +msgstr "CTRL+C nollaa" + +msgid "TAB to select" +msgstr "TAB valitsee" + +msgid "[Default value: 0] > " +msgstr "[oletusarvo: 0] > " + +msgid "" +"To be able to use this translation, please install a font manually that " +"supports the language." +msgstr "" +"Jotta voit käyttää tätä käännöstä, asenna käsin fontti, joka tukee tätä " +"kieltä." + +msgid "The font should be stored as {}" +msgstr "Fontti tulee tallentaa {}" + +msgid "Archinstall requires root privileges to run. See --help for more." +msgstr "" +"Archinstall vaatii toimiakseen root oikeudet. Katso --help ja saat " +"lisätietoja." + +msgid "Select an execution mode" +msgstr "Valitse suoritustila" + +msgid "Unable to fetch profile from specified url: {}" +msgstr "Profiilia ei voi hakea määritetystä URL-osoitteesta: {}" + +msgid "" +"Profiles must have unique name, but profile definitions with duplicate name " +"found: {}" +msgstr "" +"Profiilin nimi on oltava yksilöllinen, mutta määrityksistä löytyy " +"päällekkäinen nimi: {}" + +msgid "Select one or more devices to use and configure" +msgstr "Valitse yksi tai useampi laite määritettäväksi" + +msgid "" +"If you reset the device selection this will also reset the current disk " +"layout. Are you sure?" +msgstr "" +"Jos nollaat laitevalinnan, tämä nollaa myös nykyisen levyasettelun. Oletko " +"varma?" + +msgid "Existing Partitions" +msgstr "Olemassa olevat osiot" + +msgid "Select a partitioning option" +msgstr "Valitse osiointivaihtoehto" + +msgid "Enter the root directory of the mounted devices: " +msgstr "Anna root hahemisto liitetylle laitteelle: " + +msgid "Minimum capacity for /home partition: {}GiB\n" +msgstr "Minimi tila /home osiolle: {}GiB\n" + +msgid "Minimum capacity for Arch Linux partition: {}GiB" +msgstr "Minimi tila Arch Linux osiolle: {}GiB" + +msgid "" +"This is a list of pre-programmed profiles_bck, they might make it easier to " +"install things like desktop environments" +msgstr "" +"Lista esiohjelmoiduista profiles_bck paketeista, joka voivat helpottaa " +"asioita, kuten työpöydän asentamista" + +msgid "Current profile selection" +msgstr "Nykyinen profiilivalinta" + +msgid "Remove all newly added partitions" +msgstr "Poista kaikki juuri lisätyt osiot" + +msgid "Assign mountpoint" +msgstr "Määritä liitoskohta" + +msgid "Mark/Unmark to be formatted (wipes data)" +msgstr "Merkitse/poista osion alustaminen (pyyhkii tiedot)" + +msgid "Mark/Unmark as bootable" +msgstr "Merkitse/poista käynnistyvä" + +msgid "Change filesystem" +msgstr "Vaihda tiedostojärjestelmä" + +msgid "Mark/Unmark as compressed" +msgstr "Merkitse/poista pakatuksi" + +msgid "Set subvolumes" +msgstr "Aseta alitaltiot" + +msgid "Delete partition" +msgstr "Poista osio" + +msgid "Partition" +msgstr "Osio" + +msgid "" +"This partition is currently encrypted, to format it a filesystem has to be " +"specified" +msgstr "" +"Tämä osio on tällä hetkellä salattu, joten sen alustamiseksi on määritettävä " +"tiedostojärjestelmä" + +msgid "" +"Partition mount-points are relative to inside the installation, the boot " +"would be /boot as an example." +msgstr "" +"Osioiden liitoskohdat ovat suhteessa asennuksen sisäpuolelle, käynnistys " +"olisi esimerkiksi /boot." + +msgid "" +"If mountpoint /boot is set, then the partition will also be marked as " +"bootable." +msgstr "" +"Jos liitoskohta /boot on asetettu, myös osio merkitään käynnistettäväksi." + +msgid "Mountpoint: " +msgstr "Liitoskohta: " + +msgid "Current free sectors on device {}:" +msgstr "Laitteen nykyiset vapaat sektorit {}:" + +msgid "Total sectors: {}" +msgstr "Sektoreita kaikkiaan: {}" + +msgid "Enter the start sector (default: {}): " +msgstr "Anna aloitussektori (oletus: {}): " + +msgid "" +"Enter the end sector of the partition (percentage or block number, default: " +"{}): " +msgstr "Anna osion loppusektori (prosenttina tai lohkonumerona, oletus:: {}): " + +msgid "This will remove all newly added partitions, continue?" +msgstr "Tämä poistaa kaikki juuri lisätyt osiot, jatkaako?" + +msgid "Partition management: {}" +msgstr "Osioiden hallinta: {}" + +msgid "Total length: {}" +msgstr "Kokonaispituus: {}" + +msgid "Encryption type" +msgstr "Salaustyyppi" + +msgid "Partitions" +msgstr "Osiot" + +msgid "No HSM devices available" +msgstr "Ei HSM-laitteita saatavilla" + +msgid "Partitions to be encrypted" +msgstr "Salattavat osiot" + +msgid "Select disk encryption option" +msgstr "Valitse levyn salausasetus" + +msgid "Select a FIDO2 device to use for HSM" +msgstr "Valitse HSM:ään käytettävä FIDO2-laite" + +msgid "Use a best-effort default partition layout" +msgstr "Käytä parasta mahdollista oletusosion asettelua" + +msgid "Manual Partitioning" +msgstr "Osiointi käsin" + +msgid "Pre-mounted configuration" +msgstr "Valmiiksi liitetty kokoonpano" + +msgid "Unknown" +msgstr "Tuntematon" + +msgid "Partition encryption" +msgstr "Osion salaus" + +msgid " ! Formatting {} in " +msgstr " ! Alustetaan {} " + +msgid "← Back" +msgstr "← Takaisin" + +msgid "Disk encryption" +msgstr "Levyn salaus" + +msgid "Configuration" +msgstr "Asetukset" + +msgid "Password" +msgstr "Salasana" + +msgid "All settings will be reset, are you sure?" +msgstr "Kaikki asetukset nollataan, oletko varma?" + +msgid "Back" +msgstr "Takaisin" + +msgid "Please chose which greeter to install for the chosen profiles: {}" +msgstr "Valitse asennettava käyttöliittymä valituille profiileille: {}" + +msgid "Environment type: {}" +msgstr "Ympäristötyyppi: {}" + +msgid "" +"The proprietary Nvidia driver is not supported by Sway. It is likely that " +"you will run into issues, are you okay with that?" +msgstr "" +"Sway ei tue patentoitua Nvidia-ohjainta. Todennäköistä, että kohtaat joitain " +"ongelmia, kelpaako se silti sinulle?" + +msgid "Installed packages" +msgstr "Asennetut paketit" + +msgid "Add profile" +msgstr "Lisää profiili" + +msgid "Edit profile" +msgstr "Muokkaa profiilia" + +msgid "Delete profile" +msgstr "Poista profiili" + +msgid "Profile name: " +msgstr "Profiilinimi: " + +msgid "The profile name you entered is already in use. Try again" +msgstr "Antamasi profiilinimi on jo käytössä. Yritä uudelleen" + +msgid "" +"Packages to be install with this profile (space separated, leave blank to " +"skip): " +msgstr "" +"Tällä profiililla asennettavat paketit (välilyönnillä erotettuna, ohita " +"jättämällä tyhjäksi): " + +msgid "" +"Services to be enabled with this profile (space separated, leave blank to " +"skip): " +msgstr "" +"Palvelut, jotka otetaan käyttöön tällä profiililla (välilyönnillä " +"erotettuna, ohita jättämällä tyhjäksi): " + +msgid "Should this profile be enabled for installation?" +msgstr "Pitäisikö tämä profiili ottaa käyttöön asennusta varten?" + +msgid "Create your own" +msgstr "Luo sinun oma" + +msgid "" +"\n" +"Select a graphics driver or leave blank to install all open-source drivers" +msgstr "" +"\n" +"Valitse näytönohjaimen ohjain tai jätä tyhjäksi niin kaikki asennetaan " +"avoimen lähdekoodin ohjaimilla" + +msgid "" +"Sway needs access to your seat (collection of hardware devices i.e. " +"keyboard, mouse, etc)" +msgstr "" +"Sway tarvitsee pääsyn istuntoon (kokoelma laitteistoja, kuten näppäimistö, " +"hiiri jne.)" + +msgid "" +"\n" +"\n" +"Choose an option to give Sway access to your hardware" +msgstr "" +"\n" +"\n" +"Valitse asetus antaaksesi Swaylle pääsyn laitteistoosi" + +msgid "Graphics driver" +msgstr "Näytönohjaimen ohjain" + +msgid "Greeter" +msgstr "Käyttöliittymä" + +msgid "Please chose which greeter to install" +msgstr "Valitse asennettava käyttöliittymä" + +msgid "This is a list of pre-programmed default_profiles" +msgstr "Tämä on lista esiohjelmoiduista default_profiles" + +msgid "Disk configuration" +msgstr "Kiintolevyn määritys" + +msgid "Profiles" +msgstr "Profiilit" + +msgid "Finding possible directories to save configuration files ..." +msgstr "Etsitään hakemistoja asetustiedostojen tallentamiseen ..." + +msgid "Select directory (or directories) for saving configuration files" +msgstr "Valitse hakemisto (tai hakemistot) asetustiedostojen tallentamiseen" + +msgid "Add a custom mirror" +msgstr "Lisää mukautettu peilipaikka" + +msgid "Change custom mirror" +msgstr "Vaihda mukautettu peilipaikka" + +msgid "Delete custom mirror" +msgstr "Poista mukautettu peilipaikka" + +msgid "Enter name (leave blank to skip): " +msgstr "Anna nimi (jätä tyhjäksi ja ohita): " + +msgid "Enter url (leave blank to skip): " +msgstr "Anna url (jätä tyhjäksi ja ohita): " + +msgid "Select signature check option" +msgstr "Valitse allekirjoituksen tarkistusvaihtoehto" + +msgid "Select signature option" +msgstr "Valitse allekirjoituksen asetus" + +msgid "Custom mirrors" +msgstr "Mukautetut peilipaikat" + +msgid "Defined" +msgstr "Määritelty" + +msgid "Save user configuration (including disk layout)" +msgstr "Tallenna käyttäjän asetukset (myös levyasettelu)" + +msgid "" +"Enter a directory for the configuration(s) to be saved (tab completion " +"enabled)\n" +"Save directory: " +msgstr "" +"Anna hakemisto tallennettaville määrityksille (välilehden viimeistely " +"käytössä)\n" +"Tallennushakemisto: " + +msgid "" +"Do you want to save {} configuration file(s) in the following location?\n" +"\n" +"{}" +msgstr "" +"Haluatko tallentaa {} asetustiedostoa seuraavaan paikkaan?\n" +"\n" +"{}" + +msgid "Saving {} configuration files to {}" +msgstr "Tallennetaan {} määritystiedostoa {}" + +msgid "Mirrors" +msgstr "Peilipaikat" + +msgid "Mirror regions" +msgstr "Peilipaikan maa" + +msgid "" +" - Maximum value : {} ( Allows {} parallel downloads, allows {max_downloads" +"+1} downloads at a time )" +msgstr "" +" - Suurin arvo : {} ( sallii {} rinnakkaista latausta, sallii " +"{max_downloads+1} latausta kerralla )" + +msgid "Invalid input! Try again with a valid input [1 to {}, or 0 to disable]" +msgstr "" +"Virheellinen arvo! Yritä uudelleen kelvollisella arvolla [1 - {}, tai 0 on " +"poistettu]" + +msgid "Locales" +msgstr "Alueet" + +msgid "" +"Use NetworkManager (necessary to configure internet graphically in GNOME and " +"KDE)" +msgstr "" +"Käytä NetworkManager -ohjelmaa (Internetin määritys graafisesti GNOME ja KDE)" + +msgid "Total: {} / {}" +msgstr "Yhteensä: {} / {}" + +msgid "All entered values can be suffixed with a unit: B, KB, KiB, MB, MiB..." +msgstr "" +"Kaikki annetut arvot voidaan liittää käyttäen yksikköjä: B, KB, KiB, MB, " +"MiB..." + +msgid "If no unit is provided, the value is interpreted as sectors" +msgstr "Jos yksikköä ei ole annettu, arvo tulkitaan sektoreiksi" + +msgid "Enter start (default: sector {}): " +msgstr "Anna alku (oletus: sektori {}): " + +msgid "Enter end (default: {}): " +msgstr "Anna loppu (oletus: {}): " + +msgid "Unable to determine fido2 devices. Is libfido2 installed?" +msgstr "Fido2-laitteita ei voida määrittää. Onko libfido2 asennettu?" + +msgid "Path" +msgstr "Polku" + +msgid "Manufacturer" +msgstr "Valmistaja" + +msgid "Product" +msgstr "Tuote" + +#, python-brace-format +msgid "Invalid configuration: {error}" +msgstr "Virheellinen määritys: {error}" + +msgid "Type" +msgstr "Tyyppi" + +msgid "" +"This option enables the number of parallel downloads that can occur during " +"package downloads" +msgstr "" +"Tämä valinta mahdollistaa asennuksen aikana tapahtuvien rinnakkaisten " +"latausten määrän" + +msgid "" +"Enter the number of parallel downloads to be enabled.\n" +"\n" +"Note:\n" +msgstr "" +"Anna rinnakkaisten latausten määrä.\n" +"\n" +"Huomaa:\n" + +msgid "" +" - Maximum recommended value : {} ( Allows {} parallel downloads at a time )" +msgstr "" +" - Suurin suositeltu arvo : {} ( sallii {} rinnakkaista latausta kerralla )" + +msgid "" +" - Disable/Default : 0 ( Disables parallel downloading, allows only 1 " +"download at a time )\n" +msgstr "" +" - Pois/oletus : 0 ( ei salli rinnakkaisia latauksia, sallii vain 1 " +"latauksen kerralla )\n" + +msgid "Invalid input! Try again with a valid input [or 0 to disable]" +msgstr "" +"Virheellinen arvo! Yritä uudelleen kelvollisella arvolla [tai 0 on poistettu]" + +msgid "" +"Hyprland needs access to your seat (collection of hardware devices i.e. " +"keyboard, mouse, etc)" +msgstr "" +"Hyprland tarvitsee pääsyn istuntoon (kokoelma laitteistoja, kuten " +"näppäimistö, hiiri jne.)" + +msgid "" +"\n" +"\n" +"Choose an option to give Hyprland access to your hardware" +msgstr "" +"\n" +"\n" +"Valitse asetus antaaksesi Hyprlandille pääsyn laitteistoosi" + +msgid "" +"All entered values can be suffixed with a unit: %, B, KB, KiB, MB, MiB..." +msgstr "" +"Kaikki annetut arvot voidaan liittää käyttäen yksikköjä: B, KB, KiB, MB, " +"MiB..." + +msgid "Would you like to use unified kernel images?" +msgstr "" +"Haluatko käyttää Unified Kernel Images, joka voidaan käynnistää suoraan UEFI-" +"ohjelmistosta?" + +msgid "Unified kernel images" +msgstr "UKI Unified Kernel Images" + +msgid "Waiting for time sync (timedatectl show) to complete." +msgstr "Odotetaan ajan synkronoinnin (timedatectl show) päättymistä." + +msgid "" +"Time syncronization not completing, while you wait - check the docs for " +"workarounds: https://archinstall.readthedocs.io/" +msgstr "" +"Ajan synkronointi ei ole valmis, kun odotat voit tarkistaa kiertotapoja: " +"https://archinstall.readthedocs.io/" + +msgid "" +"Skipping waiting for automatic time sync (this can cause issues if time is " +"out of sync during installation)" +msgstr "" +"Autom. ajan synkronoinnin odottaminen ohitetaan (voi aiheuttaa ongelmia, jos " +"aikaa ei ole synkronoitu asennuksen aikana)" + +msgid "" +"Waiting for Arch Linux keyring sync (archlinux-keyring-wkd-sync) to complete." +msgstr "" +"Odotetaan Arch Linux avainten synkronoinnin valmistumista (archlinux-keyring-" +"wkd-sync)." + +msgid "Selected profiles: " +msgstr "Valitut profiilit: " + +msgid "" +"Time synchronization not completing, while you wait - check the docs for " +"workarounds: https://archinstall.readthedocs.io/" +msgstr "" +"Ajan synkronointi ei ole valmis, kun odotat voit tarkistaa kiertotapoja: " +"https://archinstall.readthedocs.io/" + +msgid "Mark/Unmark as nodatacow" +msgstr "Merkitse/poista nodatacow merkintä" + +msgid "Would you like to use compression or disable CoW?" +msgstr "Haluatko käyttää pakkausta vai poistaa CoW:n käytöstä?" + +msgid "Use compression" +msgstr "Käytä pakkausta" + +msgid "Disable Copy-on-Write" +msgstr "Poista kopiointi kirjoittamisen yhteydessä" -- cgit v1.2.3-54-g00ecf From 473074a94519189afbfc11ee28c1dfe89ec0c7df Mon Sep 17 00:00:00 2001 From: Roxfr <52124613+roxfr@users.noreply.github.com> Date: Tue, 23 Apr 2024 23:20:23 +0200 Subject: Update for the french language (#2473) --- archinstall/locales/fr/LC_MESSAGES/base.mo | Bin 41263 -> 43163 bytes archinstall/locales/fr/LC_MESSAGES/base.po | 604 +++++++++++++++++++++-------- 2 files changed, 442 insertions(+), 162 deletions(-) (limited to 'archinstall/locales') diff --git a/archinstall/locales/fr/LC_MESSAGES/base.mo b/archinstall/locales/fr/LC_MESSAGES/base.mo index 31cf8ba1..fdf30711 100644 Binary files a/archinstall/locales/fr/LC_MESSAGES/base.mo and b/archinstall/locales/fr/LC_MESSAGES/base.mo differ diff --git a/archinstall/locales/fr/LC_MESSAGES/base.po b/archinstall/locales/fr/LC_MESSAGES/base.po index de25b118..409af320 100644 --- a/archinstall/locales/fr/LC_MESSAGES/base.po +++ b/archinstall/locales/fr/LC_MESSAGES/base.po @@ -2,20 +2,24 @@ msgid "" msgstr "" "Project-Id-Version: \n" "POT-Creation-Date: \n" -"PO-Revision-Date: 2023-11-18 14:25+0100\n" +"PO-Revision-Date: 2024-04-23 21:38+0200\n" "Last-Translator: Roxfr \n" "Language-Team: \n" "Language: fr\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Generator: Poedit 3.4.1\n" +"X-Generator: Poedit 3.4.2\n" msgid "[!] A log file has been created here: {} {}" msgstr "[!] Un fichier journal a été créé ici : {} {}" -msgid " Please submit this issue (and file) to https://github.com/archlinux/archinstall/issues" -msgstr " Veuillez soumettre ce problème (et le fichier) à https://github.com/archlinux/archinstall/issues" +msgid "" +" Please submit this issue (and file) to https://github.com/archlinux/" +"archinstall/issues" +msgstr "" +" Veuillez soumettre ce problème (et le fichier) à https://github.com/" +"archlinux/archinstall/issues" msgid "Do you really want to abort?" msgstr "Voulez-vous vraiment abandonner ?" @@ -30,10 +34,13 @@ msgid "Desired hostname for the installation: " msgstr "Nom d'hôte souhaité pour l'installation : " msgid "Username for required superuser with sudo privileges: " -msgstr "Nom d'utilisateur pour le superutilisateur requis avec les privilèges sudo : " +msgstr "" +"Nom d'utilisateur pour le superutilisateur requis avec les privilèges sudo : " msgid "Any additional users to install (leave blank for no users): " -msgstr "Utilisateur supplémentaire à installer (laisser vide pour aucun utilisateur) : " +msgstr "" +"Utilisateur supplémentaire à installer (laisser vide pour aucun " +"utilisateur) : " msgid "Should this user be a superuser (sudoer)?" msgstr "Cet utilisateur doit-il être un superutilisateur (sudoer) ?" @@ -42,7 +49,9 @@ msgid "Select a timezone" msgstr "Sélectionner un fuseau horaire" msgid "Would you like to use GRUB as a bootloader instead of systemd-boot?" -msgstr "Souhaitez-vous utiliser GRUB comme chargeur de démarrage au lieu de systemd-boot ?" +msgstr "" +"Souhaitez-vous utiliser GRUB comme chargeur de démarrage au lieu de systemd-" +"boot ?" msgid "Choose a bootloader" msgstr "Choisir un chargeur de démarrage" @@ -50,38 +59,60 @@ msgstr "Choisir un chargeur de démarrage" msgid "Choose an audio server" msgstr "Choisir un serveur audio" -msgid "Only packages such as base, base-devel, linux, linux-firmware, efibootmgr and optional profile packages are installed." -msgstr "Seuls les paquets tels que base, base-devel, linux, linux-firmware, efibootmgr et les paquets de profil optionnels sont installés." +msgid "" +"Only packages such as base, base-devel, linux, linux-firmware, efibootmgr " +"and optional profile packages are installed." +msgstr "" +"Seuls les paquets tels que base, base-devel, linux, linux-firmware, " +"efibootmgr et les paquets de profil optionnels sont installés." -msgid "If you desire a web browser, such as firefox or chromium, you may specify it in the following prompt." -msgstr "Si vous désirez un navigateur Web, tel que firefox ou chrome, vous pouvez le spécifier dans l'invite suivante." +msgid "" +"If you desire a web browser, such as firefox or chromium, you may specify it " +"in the following prompt." +msgstr "" +"Si vous désirez un navigateur Web, tel que firefox ou chrome, vous pouvez le " +"spécifier dans l'invite suivante." -msgid "Write additional packages to install (space separated, leave blank to skip): " -msgstr "Saisir les paquets supplémentaires à installer (séparés par des espaces, vide pour ignorer) : " +msgid "" +"Write additional packages to install (space separated, leave blank to skip): " +msgstr "" +"Saisir les paquets supplémentaires à installer (séparés par des espaces, " +"vide pour ignorer) : " msgid "Copy ISO network configuration to installation" msgstr "Copier la configuration réseau ISO dans l'installation" -msgid "Use NetworkManager (necessary for configuring internet graphically in GNOME and KDE)" -msgstr "Utiliser NetworkManager (nécessaire pour configurer graphiquement Internet dans GNOME et KDE)" +msgid "" +"Use NetworkManager (necessary for configuring internet graphically in GNOME " +"and KDE)" +msgstr "" +"Utiliser NetworkManager (nécessaire pour configurer graphiquement Internet " +"dans GNOME et KDE)" msgid "Select one network interface to configure" msgstr "Sélectionner une interface réseau à configurer" -msgid "Select which mode to configure for \"{}\" or skip to use default mode \"{}\"" -msgstr "Sélectionner le mode à configurer pour \"{}\" ou ignorer pour utiliser le mode par défaut \"{}\"" +msgid "" +"Select which mode to configure for \"{}\" or skip to use default mode \"{}\"" +msgstr "" +"Sélectionner le mode à configurer pour \"{}\" ou ignorer pour utiliser le " +"mode par défaut \"{}\"" msgid "Enter the IP and subnet for {} (example: 192.168.0.5/24): " msgstr "Entrer l'IP et le sous-réseau pour {} (exemple : 192.168.0.5/24) : " msgid "Enter your gateway (router) IP address or leave blank for none: " -msgstr "Entrer l'adresse IP de votre passerelle (routeur) ou laisser vide pour aucune : " +msgstr "" +"Entrer l'adresse IP de votre passerelle (routeur) ou laisser vide pour " +"aucune : " msgid "Enter your DNS servers (space separated, blank for none): " msgstr "Entrer vos serveurs DNS (séparés par des espaces, vide pour aucun) : " msgid "Select which filesystem your main partition should use" -msgstr "Sélectionner le système de fichiers que votre partition principale doit utiliser" +msgstr "" +"Sélectionner le système de fichiers que votre partition principale doit " +"utiliser" msgid "Current partition layout" msgstr "Disposition actuelle des partitions" @@ -96,14 +127,21 @@ msgstr "" msgid "Enter a desired filesystem type for the partition" msgstr "Entrer un type de système de fichiers souhaité pour la partition" -msgid "Enter the start location (in parted units: s, GB, %, etc. ; default: {}): " -msgstr "Entrer l'emplacement de départ (en unités séparées : s, Go, %, etc. ; par défaut : {}) : " +msgid "" +"Enter the start location (in parted units: s, GB, %, etc. ; default: {}): " +msgstr "" +"Entrer l'emplacement de départ (en unités séparées : s, Go, %, etc. ; par " +"défaut : {}) : " msgid "Enter the end location (in parted units: s, GB, %, etc. ; ex: {}): " -msgstr "Entrer l'emplacement de fin (en unités séparées : s, Go, %, etc. ; ex : {}) : " +msgstr "" +"Entrer l'emplacement de fin (en unités séparées : s, Go, %, etc. ; ex : " +"{}) : " msgid "{} contains queued partitions, this will remove those, are you sure?" -msgstr "{} contient des partitions en file d'attente, cela les supprimera, êtes-vous sûr ?" +msgstr "" +"{} contient des partitions en file d'attente, cela les supprimera, êtes-vous " +"sûr ?" msgid "" "{}\n" @@ -123,11 +161,17 @@ msgstr "" "\n" "Sélectionner par index où et quelle partition montée" -msgid " * Partition mount-points are relative to inside the installation, the boot would be /boot as an example." -msgstr " * Les points de montage de la partition sont relatifs à l'intérieur de l'installation, le démarrage serait /boot par exemple." +msgid "" +" * Partition mount-points are relative to inside the installation, the boot " +"would be /boot as an example." +msgstr "" +" * Les points de montage de la partition sont relatifs à l'intérieur de " +"l'installation, le démarrage serait /boot par exemple." msgid "Select where to mount partition (leave blank to remove mountpoint): " -msgstr "Sélectionner où monter la partition (laisser vide pour supprimer le point de montage) : " +msgstr "" +"Sélectionner où monter la partition (laisser vide pour supprimer le point de " +"montage) : " msgid "" "{}\n" @@ -172,34 +216,58 @@ msgid "Archinstall language" msgstr "Langue d'Archinstall" msgid "Wipe all selected drives and use a best-effort default partition layout" -msgstr "Effacer tous les lecteurs sélectionnés et utiliser une disposition de partition par défaut optimale" +msgstr "" +"Effacer tous les lecteurs sélectionnés et utiliser une disposition de " +"partition par défaut optimale" -msgid "Select what to do with each individual drive (followed by partition usage)" -msgstr "Sélectionner ce qu'il faut faire avec chaque lecteur individuel (suivi de l'utilisation de la partition)" +msgid "" +"Select what to do with each individual drive (followed by partition usage)" +msgstr "" +"Sélectionner ce qu'il faut faire avec chaque lecteur individuel (suivi de " +"l'utilisation de la partition)" msgid "Select what you wish to do with the selected block devices" -msgstr "Sélectionner ce que vous souhaitez faire avec les périphériques de bloc sélectionnés" +msgstr "" +"Sélectionner ce que vous souhaitez faire avec les périphériques de bloc " +"sélectionnés" -msgid "This is a list of pre-programmed profiles, they might make it easier to install things like desktop environments" -msgstr "Ceci est une liste préprogrammée de profiles, ils pourraient faciliter l'installation d'outils comme les environnements de bureau" +msgid "" +"This is a list of pre-programmed profiles, they might make it easier to " +"install things like desktop environments" +msgstr "" +"Ceci est une liste préprogrammée de profiles, ils pourraient faciliter " +"l'installation d'outils comme les environnements de bureau" msgid "Select keyboard layout" msgstr "Sélectionner la disposition du clavier" msgid "Select one of the regions to download packages from" -msgstr "Sélectionner l'une des régions depuis lesquelles télécharger les paquets" +msgstr "" +"Sélectionner l'une des régions depuis lesquelles télécharger les paquets" msgid "Select one or more hard drives to use and configure" msgstr "Sélectionner un ou plusieurs disques durs à utiliser et à configurer" -msgid "For the best compatibility with your AMD hardware, you may want to use either the all open-source or AMD / ATI options." -msgstr "Pour une meilleure compatibilité avec votre matériel AMD, vous pouvez utiliser les options entièrement open source ou AMD / ATI." +msgid "" +"For the best compatibility with your AMD hardware, you may want to use " +"either the all open-source or AMD / ATI options." +msgstr "" +"Pour une meilleure compatibilité avec votre matériel AMD, vous pouvez " +"utiliser les options entièrement open source ou AMD / ATI." -msgid "For the best compatibility with your Intel hardware, you may want to use either the all open-source or Intel options.\n" -msgstr "Pour une compatibilité optimale avec votre matériel Intel, vous pouvez utiliser les options entièrement open source ou Intel.\n" +msgid "" +"For the best compatibility with your Intel hardware, you may want to use " +"either the all open-source or Intel options.\n" +msgstr "" +"Pour une compatibilité optimale avec votre matériel Intel, vous pouvez " +"utiliser les options entièrement open source ou Intel.\n" -msgid "For the best compatibility with your Nvidia hardware, you may want to use the Nvidia proprietary driver.\n" -msgstr "Pour une meilleure compatibilité avec votre matériel Nvidia, vous pouvez utiliser le pilote propriétaire Nvidia.\n" +msgid "" +"For the best compatibility with your Nvidia hardware, you may want to use " +"the Nvidia proprietary driver.\n" +msgstr "" +"Pour une meilleure compatibilité avec votre matériel Nvidia, vous pouvez " +"utiliser le pilote propriétaire Nvidia.\n" msgid "" "\n" @@ -208,7 +276,8 @@ msgid "" msgstr "" "\n" "\n" -"Sélectionner un pilote graphique ou laisser vide pour installer tous les pilotes open-source" +"Sélectionner un pilote graphique ou laisser vide pour installer tous les " +"pilotes open-source" msgid "All open-source (default)" msgstr "Tout open-source (par défaut)" @@ -231,8 +300,12 @@ msgstr "Sélectionner une ou plusieurs des options ci-dessous : " msgid "Adding partition...." msgstr "Ajout de la partition...." -msgid "You need to enter a valid fs-type in order to continue. See `man parted` for valid fs-type's." -msgstr "Vous devez entrer un type de fs valide pour continuer. Voir `man parted` pour les types de fs valides." +msgid "" +"You need to enter a valid fs-type in order to continue. See `man parted` for " +"valid fs-type's." +msgstr "" +"Vous devez entrer un type de fs valide pour continuer. Voir `man parted` " +"pour les types de fs valides." msgid "Error: Listing profiles on URL \"{}\" resulted in:" msgstr "Erreur : la liste des profils sur l'URL \"{}\" a entraîné :" @@ -305,7 +378,8 @@ msgid "" msgstr "" "Vous avez décidé d'ignorer la sélection du disque dur\n" "et vous utiliserez la configuration de disque montée sur {} (expérimental)\n" -"ATTENTION : Archinstall ne vérifiera pas l'adéquation de cette configuration\n" +"ATTENTION : Archinstall ne vérifiera pas l'adéquation de cette " +"configuration\n" "Souhaitez-vous continuer ?" msgid "Re-using partition instance: {}" @@ -330,7 +404,8 @@ msgid "Mark/Unmark a partition as encrypted" msgstr "Marquer/Démarquer une partition comme chiffrée" msgid "Mark/Unmark a partition as bootable (automatic for /boot)" -msgstr "Marquer/Démarquer une partition comme amorçable (automatique pour /boot)" +msgstr "" +"Marquer/Démarquer une partition comme amorçable (automatique pour /boot)" msgid "Set desired filesystem for a partition" msgstr "Définir le système de fichiers souhaité pour une partition" @@ -370,7 +445,9 @@ msgid "Enter a encryption password for {}" msgstr "Entrer un mot de passe de chiffrement pour {}" msgid "Enter disk encryption password (leave blank for no encryption): " -msgstr "Entrer le mot de passe de chiffrement du disque (laisser vide pour aucun chiffrement) : " +msgstr "" +"Entrer le mot de passe de chiffrement du disque (laisser vide pour aucun " +"chiffrement) : " msgid "Create a required super-user with sudo privileges: " msgstr "Créer un super-utilisateur requis avec les privilèges sudo : " @@ -381,31 +458,44 @@ msgstr "Entrer le mot de passe root (laisser vide pour désactiver root) : " msgid "Password for user \"{}\": " msgstr "Mot de passe pour l'utilisateur \"{}\" : " -msgid "Verifying that additional packages exist (this might take a few seconds)" -msgstr "Vérifier que des paquets supplémentaires existent (cela peut prendre quelques secondes)" +msgid "" +"Verifying that additional packages exist (this might take a few seconds)" +msgstr "" +"Vérifier que des paquets supplémentaires existent (cela peut prendre " +"quelques secondes)" -msgid "Would you like to use automatic time synchronization (NTP) with the default time servers?\n" -msgstr "Souhaitez-vous utiliser la synchronisation automatique de l'heure (NTP) avec les serveurs de temps par défaut ?\n" +msgid "" +"Would you like to use automatic time synchronization (NTP) with the default " +"time servers?\n" +msgstr "" +"Souhaitez-vous utiliser la synchronisation automatique de l'heure (NTP) avec " +"les serveurs de temps par défaut ?\n" msgid "" -"Hardware time and other post-configuration steps might be required in order for NTP to work.\n" +"Hardware time and other post-configuration steps might be required in order " +"for NTP to work.\n" "For more information, please check the Arch wiki" msgstr "" -"Le temps matériel et d'autres étapes de post-configuration peuvent être nécessaires pour que NTP fonctionne.\n" +"Le temps matériel et d'autres étapes de post-configuration peuvent être " +"nécessaires pour que NTP fonctionne.\n" "Pour plus d'informations, veuillez consulter le wiki Arch" msgid "Enter a username to create an additional user (leave blank to skip): " -msgstr "Entrer un nom d'utilisateur pour créer un utilisateur supplémentaire (laisser vide pour ignorer) : " +msgstr "" +"Entrer un nom d'utilisateur pour créer un utilisateur supplémentaire " +"(laisser vide pour ignorer) : " msgid "Use ESC to skip\n" msgstr "Utiliser ESC pour ignorer\n" msgid "" "\n" -" Choose an object from the list, and select one of the available actions for it to execute" +" Choose an object from the list, and select one of the available actions for " +"it to execute" msgstr "" "\n" -"Choisir un objet dans la liste et sélectionner l'une des actions disponibles pour qu'il s'exécute" +"Choisir un objet dans la liste et sélectionner l'une des actions disponibles " +"pour qu'il s'exécute" msgid "Cancel" msgstr "Annuler" @@ -441,11 +531,18 @@ msgstr "" "\n" "Voici la configuration choisie :" -msgid "Pacman is already running, waiting maximum 10 minutes for it to terminate." -msgstr "Pacman est déjà en cours d'exécution, attendez au maximum 10 minutes pour qu'il se termine." +msgid "" +"Pacman is already running, waiting maximum 10 minutes for it to terminate." +msgstr "" +"Pacman est déjà en cours d'exécution, attendez au maximum 10 minutes pour " +"qu'il se termine." -msgid "Pre-existing pacman lock never exited. Please clean up any existing pacman sessions before using archinstall." -msgstr "Le verrou pacman préexistant n'a jamais été fermé. Veuillez nettoyer toutes les sessions pacman existantes avant d'utiliser archinstall." +msgid "" +"Pre-existing pacman lock never exited. Please clean up any existing pacman " +"sessions before using archinstall." +msgstr "" +"Le verrou pacman préexistant n'a jamais été fermé. Veuillez nettoyer toutes " +"les sessions pacman existantes avant d'utiliser archinstall." msgid "Choose which optional additional repositories to enable" msgstr "Choisir les dépôts supplémentaires en option à activer" @@ -582,13 +679,16 @@ msgid "Select the desired subvolume options " msgstr "Sélectionner les options de sous-volume souhaitées " msgid "Define users with sudo privilege, by username: " -msgstr "Définir les utilisateurs avec le privilège sudo, par nom d'utilisateur : " +msgstr "" +"Définir les utilisateurs avec le privilège sudo, par nom d'utilisateur : " msgid "[!] A log file has been created here: {}" msgstr "[!] Un fichier journal a été créé ici : {}" msgid "Would you like to use BTRFS subvolumes with a default structure?" -msgstr "Souhaitez-vous utiliser des sous-volumes BTRFS avec une structure par défaut ?" +msgstr "" +"Souhaitez-vous utiliser des sous-volumes BTRFS avec une structure par " +"défaut ?" msgid "Would you like to use BTRFS compression?" msgstr "Souhaitez-vous utiliser la compression BTRFS ?" @@ -596,8 +696,12 @@ msgstr "Souhaitez-vous utiliser la compression BTRFS ?" msgid "Would you like to create a separate partition for /home?" msgstr "Souhaitez-vous créer une partition séparée pour /home ?" -msgid "The selected drives do not have the minimum capacity required for an automatic suggestion\n" -msgstr "Les disques sélectionnés n'ont pas la capacité minimale requise pour une suggestion automatique\n" +msgid "" +"The selected drives do not have the minimum capacity required for an " +"automatic suggestion\n" +msgstr "" +"Les disques sélectionnés n'ont pas la capacité minimale requise pour une " +"suggestion automatique\n" msgid "Minimum capacity for /home partition: {}GB\n" msgstr "Capacité minimale pour la partition /home : {} Go\n" @@ -624,7 +728,9 @@ msgid "No iface specified for manual configuration" msgstr "Aucun iface spécifié pour la configuration manuelle" msgid "Manual nic configuration with no auto DHCP requires an IP address" -msgstr "La configuration manuelle de la carte réseau sans DHCP automatique nécessite une adresse IP" +msgstr "" +"La configuration manuelle de la carte réseau sans DHCP automatique nécessite " +"une adresse IP" msgid "Add interface" msgstr "Ajouter une interface" @@ -644,23 +750,42 @@ msgstr "Configuration manuelle" msgid "Mark/Unmark a partition as compressed (btrfs only)" msgstr "Marquer/Démarquer une partition comme compressée (btrfs uniquement)" -msgid "The password you are using seems to be weak, are you sure you want to use it?" -msgstr "Le mot de passe que vous utilisez semble faible, êtes-vous sûr de vouloir l'utiliser ?" +msgid "" +"The password you are using seems to be weak, are you sure you want to use it?" +msgstr "" +"Le mot de passe que vous utilisez semble faible, êtes-vous sûr de vouloir " +"l'utiliser ?" -msgid "Provides a selection of desktop environments and tiling window managers, e.g. gnome, kde, sway" -msgstr "Fournit une sélection d'environnements de bureau et de gestionnaires de fenêtres en mosaïque, par ex. gnome, kde, sway" +msgid "" +"Provides a selection of desktop environments and tiling window managers, e." +"g. gnome, kde, sway" +msgstr "" +"Fournit une sélection d'environnements de bureau et de gestionnaires de " +"fenêtres en mosaïque, par ex. gnome, kde, sway" msgid "Select your desired desktop environment" msgstr "Sélectionner l'environnement de bureau souhaité" -msgid "A very basic installation that allows you to customize Arch Linux as you see fit." -msgstr "Une installation très basique qui vous permet de personnaliser Arch Linux comme bon vous semble." +msgid "" +"A very basic installation that allows you to customize Arch Linux as you see " +"fit." +msgstr "" +"Une installation très basique qui vous permet de personnaliser Arch Linux " +"comme bon vous semble." -msgid "Provides a selection of various server packages to install and enable, e.g. httpd, nginx, mariadb" -msgstr "Fournit une sélection de divers paquets de serveur à installer et à activer, par ex. httpd, nginx, mariadb" +msgid "" +"Provides a selection of various server packages to install and enable, e.g. " +"httpd, nginx, mariadb" +msgstr "" +"Fournit une sélection de divers paquets de serveur à installer et à activer, " +"par ex. httpd, nginx, mariadb" -msgid "Choose which servers to install, if none then a minimal installation will be done" -msgstr "Choisir les serveurs à installer, s'il n'y en a pas, une installation minimale sera effectuée" +msgid "" +"Choose which servers to install, if none then a minimal installation will be " +"done" +msgstr "" +"Choisir les serveurs à installer, s'il n'y en a pas, une installation " +"minimale sera effectuée" msgid "Installs a minimal system as well as xorg and graphics drivers." msgstr "Installe un système minimal ainsi que les pilotes graphiques et xorg." @@ -668,8 +793,12 @@ msgstr "Installe un système minimal ainsi que les pilotes graphiques et xorg." msgid "Press Enter to continue." msgstr "Appuyer sur Entrée pour continuer." -msgid "Would you like to chroot into the newly created installation and perform post-installation configuration?" -msgstr "Souhaitez-vous chrooter dans l'installation nouvellement créée et effectuer la configuration post-installation ?" +msgid "" +"Would you like to chroot into the newly created installation and perform " +"post-installation configuration?" +msgstr "" +"Souhaitez-vous chrooter dans l'installation nouvellement créée et effectuer " +"la configuration post-installation ?" msgid "Are you sure you want to reset this setting?" msgstr "Voulez-vous vraiment réinitialiser ce paramètre ?" @@ -678,10 +807,16 @@ msgid "Select one or more hard drives to use and configure\n" msgstr "Sélectionner un ou plusieurs disques durs à utiliser et à configurer\n" msgid "Any modifications to the existing setting will reset the disk layout!" -msgstr "Toute modification du paramètre existant réinitialisera la disposition du disque !" +msgstr "" +"Toute modification du paramètre existant réinitialisera la disposition du " +"disque !" -msgid "If you reset the harddrive selection this will also reset the current disk layout. Are you sure?" -msgstr "Si vous réinitialisez la sélection du disque dur, cela réinitialisera également la disposition actuelle du disque. Êtes-vous sûr ?" +msgid "" +"If you reset the harddrive selection this will also reset the current disk " +"layout. Are you sure?" +msgstr "" +"Si vous réinitialisez la sélection du disque dur, cela réinitialisera " +"également la disposition actuelle du disque. Êtes-vous sûr ?" msgid "Save and exit" msgstr "Sauvegarder et quitter" @@ -691,7 +826,8 @@ msgid "" "contains queued partitions, this will remove those, are you sure?" msgstr "" "{}\n" -"contient des partitions en file d'attente, cela les supprimera, êtes-vous sûr ?" +"contient des partitions en file d'attente, cela les supprimera, êtes-vous " +"sûr ?" msgid "No audio server" msgstr "Pas de serveur audio" @@ -727,8 +863,13 @@ msgstr "Ajouter : " msgid "Value: " msgstr "Valeur : " -msgid "You can skip selecting a drive and partitioning and use whatever drive-setup is mounted at /mnt (experimental)" -msgstr "Vous pouvez ignorer la sélection d'un lecteur et le partitionnement et utiliser n'importe quelle configuration de lecteur montée sur /mnt (expérimental)" +msgid "" +"You can skip selecting a drive and partitioning and use whatever drive-setup " +"is mounted at /mnt (experimental)" +msgstr "" +"Vous pouvez ignorer la sélection d'un lecteur et le partitionnement et " +"utiliser n'importe quelle configuration de lecteur montée sur /mnt " +"(expérimental)" msgid "Select one of the disks or skip and use /mnt as default" msgstr "Sélectionner l'un des disques ou ignorer et utiliser /mnt par défaut" @@ -751,8 +892,12 @@ msgstr "Espace libre" msgid "Bus-type" msgstr "Type de bus" -msgid "Either root-password or at least 1 user with sudo privileges must be specified" -msgstr "Le mot de passe root ou au moins 1 utilisateur avec des privilèges sudo doit être spécifié" +msgid "" +"Either root-password or at least 1 user with sudo privileges must be " +"specified" +msgstr "" +"Le mot de passe root ou au moins 1 utilisateur avec des privilèges sudo doit " +"être spécifié" msgid "Enter username (leave blank to skip): " msgstr "Entrer le nom d'utilisateur (laisser vide pour passer) : " @@ -790,8 +935,12 @@ msgstr "Supprimer le sous-volume" msgid "Configured {} interfaces" msgstr "Interfaces {} configurées" -msgid "This option enables the number of parallel downloads that can occur during installation" -msgstr "Cette option active le nombre de téléchargements parallèles qui peuvent se produire pendant l'installation" +msgid "" +"This option enables the number of parallel downloads that can occur during " +"installation" +msgstr "" +"Cette option active le nombre de téléchargements parallèles qui peuvent se " +"produire pendant l'installation" msgid "" "Enter the number of parallel downloads to be enabled.\n" @@ -802,18 +951,34 @@ msgstr "" " (Entrer une valeur comprise entre 1 et {})\n" "Note :" -msgid " - Maximum value : {} ( Allows {} parallel downloads, allows {} downloads at a time )" -msgstr " - Valeur maximale : {} (Autorise {} téléchargements parallèles, autorise {} téléchargements à la fois)" +msgid "" +" - Maximum value : {} ( Allows {} parallel downloads, allows {} downloads " +"at a time )" +msgstr "" +" - Valeur maximale : {} (Autorise {} téléchargements parallèles, autorise {} " +"téléchargements à la fois)" -msgid " - Minimum value : 1 ( Allows 1 parallel download, allows 2 downloads at a time )" -msgstr " - Valeur minimale : 1 (Autorise 1 téléchargement parallèle, autorise 2 téléchargements à la fois)" +msgid "" +" - Minimum value : 1 ( Allows 1 parallel download, allows 2 downloads at a " +"time )" +msgstr "" +" - Valeur minimale : 1 (Autorise 1 téléchargement parallèle, autorise 2 " +"téléchargements à la fois)" -msgid " - Disable/Default : 0 ( Disables parallel downloading, allows only 1 download at a time )" -msgstr " - Désactiver/Défaut : 0 (Désactive le téléchargement parallèle, n'autorise qu'un seul téléchargement à la fois)" +msgid "" +" - Disable/Default : 0 ( Disables parallel downloading, allows only 1 " +"download at a time )" +msgstr "" +" - Désactiver/Défaut : 0 (Désactive le téléchargement parallèle, n'autorise " +"qu'un seul téléchargement à la fois)" #, python-brace-format -msgid "Invalid input! Try again with a valid input [1 to {max_downloads}, or 0 to disable]" -msgstr "Entrée invalide ! Réessayer avec une entrée valide [1 pour {max_downloads}, ou 0 pour désactiver]" +msgid "" +"Invalid input! Try again with a valid input [1 to {max_downloads}, or 0 to " +"disable]" +msgstr "" +"Entrée invalide ! Réessayer avec une entrée valide [1 pour {max_downloads}, " +"ou 0 pour désactiver]" msgid "Parallel Downloads" msgstr "Téléchargements parallèles" @@ -830,14 +995,20 @@ msgstr "TAB pour sélectionner" msgid "[Default value: 0] > " msgstr "[Valeur par défaut : 0] > " -msgid "To be able to use this translation, please install a font manually that supports the language." -msgstr "Pour pouvoir utiliser cette traduction, veuillez installer manuellement une police prenant en charge la langue." +msgid "" +"To be able to use this translation, please install a font manually that " +"supports the language." +msgstr "" +"Pour pouvoir utiliser cette traduction, veuillez installer manuellement une " +"police prenant en charge la langue." msgid "The font should be stored as {}" msgstr "La police doit être stockée sous {}" msgid "Archinstall requires root privileges to run. See --help for more." -msgstr "Archinstall nécessite des privilèges root pour s'exécuter. Voir l'aide pour plus d'informations (--help)." +msgstr "" +"Archinstall nécessite des privilèges root pour s'exécuter. Voir l'aide pour " +"plus d'informations (--help)." msgid "Select an execution mode" msgstr "Sélectionner un mode d'exécution" @@ -845,14 +1016,22 @@ msgstr "Sélectionner un mode d'exécution" msgid "Unable to fetch profile from specified url: {}" msgstr "Impossible de récupérer le profil à partir de l'URL spécifiée : {}" -msgid "Profiles must have unique name, but profile definitions with duplicate name found: {}" -msgstr "Les profils doivent avoir un nom unique, mais des définitions de profil avec un nom en double ont été trouvées : {}" +msgid "" +"Profiles must have unique name, but profile definitions with duplicate name " +"found: {}" +msgstr "" +"Les profils doivent avoir un nom unique, mais des définitions de profil avec " +"un nom en double ont été trouvées : {}" msgid "Select one or more devices to use and configure" msgstr "Sélectionner un ou plusieurs périphériques à utiliser et à configurer" -msgid "If you reset the device selection this will also reset the current disk layout. Are you sure?" -msgstr "Si vous réinitialisez la sélection de périphérique, cela réinitialisera également la disposition actuelle du disque. Etes-vous sûr ?" +msgid "" +"If you reset the device selection this will also reset the current disk " +"layout. Are you sure?" +msgstr "" +"Si vous réinitialisez la sélection de périphérique, cela réinitialisera " +"également la disposition actuelle du disque. Etes-vous sûr ?" msgid "Existing Partitions" msgstr "Partitions existantes" @@ -869,8 +1048,12 @@ msgstr "Capacité minimale pour la partition /home : {} Gio\n" msgid "Minimum capacity for Arch Linux partition: {}GiB" msgstr "Capacité minimale pour la partition Arch Linux : {} Gio" -msgid "This is a list of pre-programmed profiles_bck, they might make it easier to install things like desktop environments" -msgstr "Ceci est une liste préprogrammée de profiles_bck, ils pourraient faciliter l'installation de choses comme les environnements de bureau" +msgid "" +"This is a list of pre-programmed profiles_bck, they might make it easier to " +"install things like desktop environments" +msgstr "" +"Ceci est une liste préprogrammée de profiles_bck, ils pourraient faciliter " +"l'installation de choses comme les environnements de bureau" msgid "Current profile selection" msgstr "Sélection du profil actuel" @@ -902,14 +1085,26 @@ msgstr "Supprimer la partition" msgid "Partition" msgstr "Partition" -msgid "This partition is currently encrypted, to format it a filesystem has to be specified" -msgstr "Cette partition est actuellement chiffrée, pour la formater, un système de fichiers doit être spécifié" +msgid "" +"This partition is currently encrypted, to format it a filesystem has to be " +"specified" +msgstr "" +"Cette partition est actuellement chiffrée, pour la formater, un système de " +"fichiers doit être spécifié" -msgid "Partition mount-points are relative to inside the installation, the boot would be /boot as an example." -msgstr "Les points de montage de partition sont relatifs à l'intérieur de l'installation, le démarrage serait /boot par exemple." +msgid "" +"Partition mount-points are relative to inside the installation, the boot " +"would be /boot as an example." +msgstr "" +"Les points de montage de partition sont relatifs à l'intérieur de " +"l'installation, le démarrage serait /boot par exemple." -msgid "If mountpoint /boot is set, then the partition will also be marked as bootable." -msgstr "Si le point de montage /boot est défini, la partition sera également marquée comme amorçable." +msgid "" +"If mountpoint /boot is set, then the partition will also be marked as " +"bootable." +msgstr "" +"Si le point de montage /boot est défini, la partition sera également marquée " +"comme amorçable." msgid "Mountpoint: " msgstr "Point de montage : " @@ -923,11 +1118,17 @@ msgstr "Total des secteurs : {}" msgid "Enter the start sector (default: {}): " msgstr "Saisir le secteur de début (par défaut : {}) : " -msgid "Enter the end sector of the partition (percentage or block number, default: {}): " -msgstr "Saisir le secteur de fin de la partition (pourcentage ou numéro de bloc, par défaut : {}) : " +msgid "" +"Enter the end sector of the partition (percentage or block number, default: " +"{}): " +msgstr "" +"Saisir le secteur de fin de la partition (pourcentage ou numéro de bloc, par " +"défaut : {}) : " msgid "This will remove all newly added partitions, continue?" -msgstr "Cela supprimera toutes les partitions nouvellement ajoutées, voulez-vous continuer ?" +msgstr "" +"Cela supprimera toutes les partitions nouvellement ajoutées, voulez-vous " +"continuer ?" msgid "Partition management: {}" msgstr "Gestion des partitions : {}" @@ -990,13 +1191,19 @@ msgid "Back" msgstr "Retour" msgid "Please chose which greeter to install for the chosen profiles: {}" -msgstr "Veuillez choisir le greeter (interface de connexion) à installer pour les profils choisis : {}" +msgstr "" +"Veuillez choisir le greeter (interface de connexion) à installer pour les " +"profils choisis : {}" msgid "Environment type: {}" msgstr "Type d'environnement : {}" -msgid "The proprietary Nvidia driver is not supported by Sway. It is likely that you will run into issues, are you okay with that?" -msgstr "Le pilote Nvidia propriétaire n'est pas pris en charge par Sway. Il est probable que vous rencontriez des problèmes, êtes-vous d'accord avec cela ?" +msgid "" +"The proprietary Nvidia driver is not supported by Sway. It is likely that " +"you will run into issues, are you okay with that?" +msgstr "" +"Le pilote Nvidia propriétaire n'est pas pris en charge par Sway. Il est " +"probable que vous rencontriez des problèmes, êtes-vous d'accord avec cela ?" msgid "Installed packages" msgstr "Paquets installés" @@ -1014,13 +1221,22 @@ msgid "Profile name: " msgstr "Nom de profil : " msgid "The profile name you entered is already in use. Try again" -msgstr "Le nom de profil que vous avez saisi est déjà utilisé. Essayer à nouveau" +msgstr "" +"Le nom de profil que vous avez saisi est déjà utilisé. Essayer à nouveau" -msgid "Packages to be install with this profile (space separated, leave blank to skip): " -msgstr "Saisir les paquets à installer avec ce profil (séparés par des espaces, vide pour ignorer) : " +msgid "" +"Packages to be install with this profile (space separated, leave blank to " +"skip): " +msgstr "" +"Saisir les paquets à installer avec ce profil (séparés par des espaces, vide " +"pour ignorer) : " -msgid "Services to be enabled with this profile (space separated, leave blank to skip): " -msgstr "Saisir les services à activer avec ce profil (séparés par des espaces, vide pour ignorer) : " +msgid "" +"Services to be enabled with this profile (space separated, leave blank to " +"skip): " +msgstr "" +"Saisir les services à activer avec ce profil (séparés par des espaces, vide " +"pour ignorer) : " msgid "Should this profile be enabled for installation?" msgstr "Ce profil doit-il être activé pour l'installation ?" @@ -1033,10 +1249,15 @@ msgid "" "Select a graphics driver or leave blank to install all open-source drivers" msgstr "" "\n" -"Sélectionner un pilote graphique ou laisser vide pour installer tous les pilotes open source" +"Sélectionner un pilote graphique ou laisser vide pour installer tous les " +"pilotes open source" -msgid "Sway needs access to your seat (collection of hardware devices i.e. keyboard, mouse, etc)" -msgstr "Sway a besoin d'accéder à votre espace (ensemble de périphériques matériels : clavier, souris, etc.)" +msgid "" +"Sway needs access to your seat (collection of hardware devices i.e. " +"keyboard, mouse, etc)" +msgstr "" +"Sway a besoin d'accéder à votre espace (ensemble de périphériques " +"matériels : clavier, souris, etc.)" msgid "" "\n" @@ -1066,10 +1287,14 @@ msgid "Profiles" msgstr "Profils" msgid "Finding possible directories to save configuration files ..." -msgstr "Recherche des répertoires possibles pour enregistrer les fichiers de configuration..." +msgstr "" +"Recherche des répertoires possibles pour enregistrer les fichiers de " +"configuration..." msgid "Select directory (or directories) for saving configuration files" -msgstr "Sélectionner le répertoire (ou les répertoires) pour enregistrer les fichiers de configuration" +msgstr "" +"Sélectionner le répertoire (ou les répertoires) pour enregistrer les " +"fichiers de configuration" msgid "Add a custom mirror" msgstr "Ajouter un miroir personnalisé" @@ -1099,13 +1324,16 @@ msgid "Defined" msgstr "Défini" msgid "Save user configuration (including disk layout)" -msgstr "Enregistrer la configuration utilisateur (y compris la disposition du disque)" +msgstr "" +"Enregistrer la configuration utilisateur (y compris la disposition du disque)" msgid "" -"Enter a directory for the configuration(s) to be saved (tab completion enabled)\n" +"Enter a directory for the configuration(s) to be saved (tab completion " +"enabled)\n" "Save directory: " msgstr "" -"Saisir un répertoire pour la/les configuration(s) à enregistrer (complétion par tabulation activée)\n" +"Saisir un répertoire pour la/les configuration(s) à enregistrer (complétion " +"par tabulation activée)\n" "Entrer le nom du répertoire de sauvegarde : " msgid "" @@ -1113,7 +1341,8 @@ msgid "" "\n" "{}" msgstr "" -"Voulez-vous enregistrer {} fichier(s) de configuration à l'emplacement suivant ?\n" +"Voulez-vous enregistrer {} fichier(s) de configuration à l'emplacement " +"suivant ?\n" "\n" "{}" @@ -1126,26 +1355,39 @@ msgstr "Miroirs" msgid "Mirror regions" msgstr "Régions miroir" -msgid " - Maximum value : {} ( Allows {} parallel downloads, allows {max_downloads+1} downloads at a time )" -msgstr " - Valeur maximale : {} (Autorise {} téléchargements parallèles, autorise {max_downloads+1} téléchargements à la fois)" +msgid "" +" - Maximum value : {} ( Allows {} parallel downloads, allows " +"{max_downloads+1} downloads at a time )" +msgstr "" +" - Valeur maximale : {} (Autorise {} téléchargements parallèles, autorise " +"{max_downloads+1} téléchargements à la fois)" msgid "Invalid input! Try again with a valid input [1 to {}, or 0 to disable]" -msgstr "Entrée invalide ! Réessayer avec une entrée valide [1 pour {}, ou 0 pour désactiver]" +msgstr "" +"Entrée invalide ! Réessayer avec une entrée valide [1 pour {}, ou 0 pour " +"désactiver]" msgid "Locales" msgstr "Paramètres régionaux" -msgid "Use NetworkManager (necessary to configure internet graphically in GNOME and KDE)" -msgstr "Utiliser NetworkManager (nécessaire pour configurer graphiquement internet dans GNOME et KDE)" +msgid "" +"Use NetworkManager (necessary to configure internet graphically in GNOME and " +"KDE)" +msgstr "" +"Utiliser NetworkManager (nécessaire pour configurer graphiquement internet " +"dans GNOME et KDE)" msgid "Total: {} / {}" msgstr "Total (taille) : {} / {}" msgid "All entered values can be suffixed with a unit: B, KB, KiB, MB, MiB..." -msgstr "Toutes les valeurs saisies peuvent être saccompagnées par une unité : B, KB, KiB, MB, MiB..." +msgstr "" +"Toutes les valeurs saisies peuvent être saccompagnées par une unité : B, KB, " +"KiB, MB, MiB..." msgid "If no unit is provided, the value is interpreted as sectors" -msgstr "Si aucune unité n'est fournie, la valeur est interprétée comme des secteurs\"" +msgstr "" +"Si aucune unité n'est fournie, la valeur est interprétée comme des secteurs\"" msgid "Enter start (default: sector {}): " msgstr "Saisir le secteur de début (par défaut : secteur {}) : " @@ -1154,7 +1396,9 @@ msgid "Enter end (default: {}): " msgstr "Saisir le secteur de fin (par défaut : secteur {}) : " msgid "Unable to determine fido2 devices. Is libfido2 installed?" -msgstr "Impossible de déterminer les appareils fido2. Est-ce que libfido2 est installé ?" +msgstr "" +"Impossible de déterminer les appareils fido2. Est-ce que libfido2 est " +"installé ?" msgid "Path" msgstr "Chemin" @@ -1172,8 +1416,12 @@ msgstr "Configuration invalide : {error}" msgid "Type" msgstr "Type" -msgid "This option enables the number of parallel downloads that can occur during package downloads" -msgstr "Cette option active le nombre de téléchargements parallèles pouvant avoir lieu lors des téléchargements des paquets" +msgid "" +"This option enables the number of parallel downloads that can occur during " +"package downloads" +msgstr "" +"Cette option active le nombre de téléchargements parallèles pouvant avoir " +"lieu lors des téléchargements des paquets" msgid "" "Enter the number of parallel downloads to be enabled.\n" @@ -1184,17 +1432,29 @@ msgstr "" "\n" "Note :\n" -msgid " - Maximum recommended value : {} ( Allows {} parallel downloads at a time )" -msgstr " - Valeur maximale recommandée : {} (Autorise {} téléchargements parallèles à la fois)" +msgid "" +" - Maximum recommended value : {} ( Allows {} parallel downloads at a time )" +msgstr "" +" - Valeur maximale recommandée : {} (Autorise {} téléchargements parallèles " +"à la fois)" -msgid " - Disable/Default : 0 ( Disables parallel downloading, allows only 1 download at a time )\n" -msgstr " - Désactiver/Par défaut : 0 (Désactive le téléchargement parallèle, autorise un seul téléchargement à la fois)\n" +msgid "" +" - Disable/Default : 0 ( Disables parallel downloading, allows only 1 " +"download at a time )\n" +msgstr "" +" - Désactiver/Par défaut : 0 (Désactive le téléchargement parallèle, " +"autorise un seul téléchargement à la fois)\n" msgid "Invalid input! Try again with a valid input [or 0 to disable]" -msgstr "Entrée invalide ! Réessayer avec une entrée valide [ou 0 pour désactiver]" +msgstr "" +"Entrée invalide ! Réessayer avec une entrée valide [ou 0 pour désactiver]" -msgid "Hyprland needs access to your seat (collection of hardware devices i.e. keyboard, mouse, etc)" -msgstr "Hyprland a besoin d'accéder à votre espace (ensemble de périphériques matériels, par exemple clavier, souris, etc)" +msgid "" +"Hyprland needs access to your seat (collection of hardware devices i.e. " +"keyboard, mouse, etc)" +msgstr "" +"Hyprland a besoin d'accéder à votre espace (ensemble de périphériques " +"matériels, par exemple clavier, souris, etc)" msgid "" "\n" @@ -1205,48 +1465,68 @@ msgstr "" "\n" "Choisir une option pour donner à Hyprland l'accès à votre matériel" -msgid "All entered values can be suffixed with a unit: %, B, KB, KiB, MB, MiB..." -msgstr "Toutes les valeurs saisies peuvent être accompagnées par une unité : %, B, KB, KiB, MB, MiB..." +msgid "" +"All entered values can be suffixed with a unit: %, B, KB, KiB, MB, MiB..." +msgstr "" +"Toutes les valeurs saisies peuvent être accompagnées par une unité : %, B, " +"KB, KiB, MB, MiB..." -#, fuzzy msgid "Would you like to use unified kernel images?" -msgstr "Souhaitez-vous utiliser le swap sur zram ?" +msgstr "Souhaitez-vous utiliser des images de noyau unifiées ?" msgid "Unified kernel images" -msgstr "" +msgstr "Images du noyau unifiées" msgid "Waiting for time sync (timedatectl show) to complete." msgstr "" +"En attente de la fin de la synchronisation de l'heure (timedatectl show)." -msgid "Time syncronization not completing, while you wait - check the docs for workarounds: https://archinstall.readthedocs.io/" +msgid "" +"Time syncronization not completing, while you wait - check the docs for " +"workarounds: https://archinstall.readthedocs.io/" msgstr "" +"La synchronisation de l'heure ne se termine pas, veuillez consulter la " +"documentation afin de trouver des solutions de contournement : https://" +"archinstall.readthedocs.io/" -msgid "Skipping waiting for automatic time sync (this can cause issues if time is out of sync during installation)" +msgid "" +"Skipping waiting for automatic time sync (this can cause issues if time is " +"out of sync during installation)" msgstr "" +"Ignorer l'attente de la synchronisation automatique de l'heure (cela peut " +"entraîner des problèmes si l'heure n'est pas synchronisée lors de " +"l'installation)" -msgid "Waiting for Arch Linux keyring sync (archlinux-keyring-wkd-sync) to complete." +msgid "" +"Waiting for Arch Linux keyring sync (archlinux-keyring-wkd-sync) to complete." msgstr "" +"En attente de la fin de la synchronisation du trousseau de clés d'Arch Linux " +"(archlinux-keyring-wkd-sync)." -#, fuzzy msgid "Selected profiles: " -msgstr "Supprimer le profil" +msgstr "Profils sélectionnés : " -msgid "Time synchronization not completing, while you wait - check the docs for workarounds: https://archinstall.readthedocs.io/" +msgid "" +"Time synchronization not completing, while you wait - check the docs for " +"workarounds: https://archinstall.readthedocs.io/" msgstr "" +"La synchronisation de l'heure ne se termine pas, veuillez consulter la " +"documentation afin de trouver des solutions de contournement : https://" +"archinstall.readthedocs.io/" -#, fuzzy msgid "Mark/Unmark as nodatacow" -msgstr "Marquer/Démarquer comme amorçable" +msgstr "Marquer/Démarquer comme nodatacow" -#, fuzzy msgid "Would you like to use compression or disable CoW?" -msgstr "Souhaitez-vous utiliser la compression BTRFS ?" +msgstr "" +"Souhaitez-vous utiliser la compression ou désactiver la copie à l'écriture " +"(CoW ) ?" msgid "Use compression" -msgstr "" +msgstr "Utiliser la compression" msgid "Disable Copy-on-Write" -msgstr "" +msgstr "Désactiver la copie à l'écriture (CoW)" #, python-brace-format #~ msgid "Edit {origkey} :" -- cgit v1.2.3-54-g00ecf From b8052c566cd75788cf527751443e4cbc61381ac6 Mon Sep 17 00:00:00 2001 From: utuhiro78 <34818411+utuhiro78@users.noreply.github.com> Date: Sat, 27 Apr 2024 07:47:05 +0900 Subject: Update Japanese translation (#2478) --- archinstall/locales/ja/LC_MESSAGES/base.mo | Bin 45409 -> 47101 bytes archinstall/locales/ja/LC_MESSAGES/base.po | 60 +++++++++++++++++++++++++++-- 2 files changed, 57 insertions(+), 3 deletions(-) (limited to 'archinstall/locales') diff --git a/archinstall/locales/ja/LC_MESSAGES/base.mo b/archinstall/locales/ja/LC_MESSAGES/base.mo index 2ffccbca..376186b1 100644 Binary files a/archinstall/locales/ja/LC_MESSAGES/base.mo and b/archinstall/locales/ja/LC_MESSAGES/base.mo differ diff --git a/archinstall/locales/ja/LC_MESSAGES/base.po b/archinstall/locales/ja/LC_MESSAGES/base.po index 47b8f405..cb63d0d4 100644 --- a/archinstall/locales/ja/LC_MESSAGES/base.po +++ b/archinstall/locales/ja/LC_MESSAGES/base.po @@ -728,7 +728,7 @@ msgid "Value: " msgstr "値: " msgid "You can skip selecting a drive and partitioning and use whatever drive-setup is mounted at /mnt (experimental)" -msgstr "ドライブの選択とパーティショニングをスキップして、/mnt にマウントしているドライブのセットアップを使用できます(実験的)" +msgstr "ドライブ選択とパーティション作成をスキップして、/mnt にマウントしているドライブのセットアップを使用できます(実験的)" msgid "Select one of the disks or skip and use /mnt as default" msgstr "いずれかのディスクを選択するか、スキップして /mnt をデフォルトとして使用" @@ -858,7 +858,7 @@ msgid "Existing Partitions" msgstr "既存のパーティション" msgid "Select a partitioning option" -msgstr "パーティションの分割オプションを選択" +msgstr "パーティション作成のオプションを選択" msgid "Enter the root directory of the mounted devices: " msgstr "マウントされたデバイスのルートディレクトリを入力: " @@ -957,7 +957,7 @@ msgid "Use a best-effort default partition layout" msgstr "ベストエフォートのデフォルトパーティションレイアウトを使用" msgid "Manual Partitioning" -msgstr "手動パーティショニング" +msgstr "手動でパーティションを作成" msgid "Pre-mounted configuration" msgstr "事前にマウントされた設定" @@ -1243,3 +1243,57 @@ msgstr "圧縮する" msgid "Disable Copy-on-Write" msgstr "コピーオンライトを無効にする" + +msgid "Configuration type: {}" +msgstr "設定タイプ: {}" + +msgid "LVM configuration type" +msgstr "LVM の設定タイプ" + +msgid "LVM disk encryption with more than 2 partitions is currently not supported" +msgstr "パーティションが2個を超える場合の LVM ディスク暗号化は、現在サポートしていません" + +msgid "Use NetworkManager (necessary to configure internet graphically in GNOME and KDE Plasma)" +msgstr "NetworkManager を使用する(GNOME と KDE Plasma でインターネットをグラフィカルに設定するのに必要)" + +msgid "Select a LVM option" +msgstr "LVM のオプションを選択" + +msgid "Default layout" +msgstr "デフォルトのレイアウト" + +msgid "No Encryption" +msgstr "暗号化なし" + +msgid "LUKS" +msgstr "LUKS" + +msgid "LVM on LUKS" +msgstr "LUKS 上の LVM" + +msgid "LUKS on LVM" +msgstr "LVM 上の LUKS" + +msgid "Partitioning" +msgstr "パーティションを作成" + +msgid "Logical Volume Management (LVM)" +msgstr "論理ボリューム管理(LVM)" + +msgid "Physical volumes" +msgstr "物理ボリューム" + +msgid "Volumes" +msgstr "ボリューム" + +msgid "LVM volumes" +msgstr "LVM ボリューム" + +msgid "LVM volumes to be encrypted" +msgstr "暗号化する LVM ボリューム" + +msgid "Select which LVM volumes to encrypt" +msgstr "暗号化する LVM ボリュームを選択" + +msgid "Provides a selection of desktop environments and tiling window managers, e.g. GNOME, KDE Plasma, Sway" +msgstr "デスクトップ環境とタイルウィンドウマネージャーの選択を提供します。例: GNOME, KDE Plasma, Sway" -- cgit v1.2.3-54-g00ecf From 3ccb5140aa9d12e723e614a6e15252e25eda65b7 Mon Sep 17 00:00:00 2001 From: a <108012988+celikj@users.noreply.github.com> Date: Thu, 2 May 2024 01:14:51 +0300 Subject: Update base.po (#2468) * Update base.po * Update base.po * update tr * tr update --- archinstall/locales/tr/LC_MESSAGES/base.mo | Bin 41786 -> 42356 bytes archinstall/locales/tr/LC_MESSAGES/base.po | 104 +++++++++++++++++++++++------ 2 files changed, 82 insertions(+), 22 deletions(-) (limited to 'archinstall/locales') diff --git a/archinstall/locales/tr/LC_MESSAGES/base.mo b/archinstall/locales/tr/LC_MESSAGES/base.mo index fab22b9e..2047936f 100644 Binary files a/archinstall/locales/tr/LC_MESSAGES/base.mo and b/archinstall/locales/tr/LC_MESSAGES/base.mo differ diff --git a/archinstall/locales/tr/LC_MESSAGES/base.po b/archinstall/locales/tr/LC_MESSAGES/base.po index acb22a9c..67991ec0 100644 --- a/archinstall/locales/tr/LC_MESSAGES/base.po +++ b/archinstall/locales/tr/LC_MESSAGES/base.po @@ -217,15 +217,12 @@ msgstr "Tam açık-kaynak (varsayılan)" msgid "Choose which kernels to use or leave blank for default \"{}\"" msgstr "Hangi çekirdekleri kullanmak istediğinizi seçin ya da varsayılan \"{}\" için boş bırakın" -# Burada "locale" hesaba özgü yani profil içinde yerel anlamına geliyor olabilir. Kurulumda ilgili metin ile karşılaşmadığımdan karar veremiyorum. msgid "Choose which locale language to use" -msgstr "Hangi dilin kullanılacağını seçin" +msgstr "Hangi yerel ayar dilinin kullanılacağını seçin" -# Burada "locale" hesaba özgü yani profil içinde yerel anlamına geliyor olabilir. Kurulumda ilgili metin ile karşılaşmadığımdan karar veremiyorum. msgid "Choose which locale encoding to use" -msgstr "Hangi yerel dil kod şemasının kullanılacağını seçin" +msgstr "Hangi yerel ayar kod şemasının kullanılacağını seçin" -# Burada "locale" hesaba özgü yani profil içinde yerel anlamına geliyor olabilir. Kurulumda ilgili metin ile karşılaşmadığımdan karar veremiyorum. msgid "Select one of the values shown below: " msgstr "Aşağıda gösterilen değerlerden birini seçin: " @@ -250,13 +247,11 @@ msgstr "Klavye düzeni" msgid "Mirror region" msgstr "İndirme sunucusu bölgesi" -# Burada "locale" hesaba özgü yani profil içinde yerel anlamına geliyor olabilir. Kurulumda ilgili metin ile karşılaşmadığımdan karar veremiyorum. msgid "Locale language" -msgstr "Yerel dil" +msgstr "Yerel ayar dili" -# Burada "locale" hesaba özgü yani profil içinde yerel anlamına geliyor olabilir. Kurulumda ilgili metin ile karşılaşmadığımdan karar veremiyorum. msgid "Locale encoding" -msgstr "Yerel dil kod şeması" +msgstr "Yerel ayar dil kod şeması" msgid "Drive(s)" msgstr "Disk(ler)" @@ -451,7 +446,7 @@ msgid "Pacman is already running, waiting maximum 10 minutes for it to terminate msgstr "Pacman hâlihazırda çalışıyor, işlemin sonlandırılması için en fazla 10 dakika beklenecek." msgid "Pre-existing pacman lock never exited. Please clean up any existing pacman sessions before using archinstall." -msgstr "Önceden var olan pacman kilidi çıkış yapmadı. Lütfen archinstall'ı kullanmadan once mevcut olan pacman oturumlarını temizleyin." +msgstr "Önceden var olan pacman kilidi çıkış yapmadı. Lütfen archinstall'u kullanmadan önce mevcut olan pacman oturumlarını temizleyin." msgid "Choose which optional additional repositories to enable" msgstr "Hangi tercihi ek depoların (repositorylerin) aktifleştirileceğini seçin" @@ -463,10 +458,10 @@ msgid "Change password" msgstr "Şifre değiştir" msgid "Promote/Demote user" -msgstr "Kullanıcı terfi et/indirge" +msgstr "Kullanıcıyı terfi et/indirge" msgid "Delete User" -msgstr "Kullanıcı Sil" +msgstr "Kullanıcıyı Sil" msgid "" "\n" @@ -660,7 +655,7 @@ msgid "Select your desired desktop environment" msgstr "İstediğiniz masaüstü ortamını seçin" msgid "A very basic installation that allows you to customize Arch Linux as you see fit." -msgstr "Arch Linux'u istediğin gibi kişiselleştirmeni sağlayan çok basit bir kurulum." +msgstr "Arch Linux'u uygun gördüğünüz şekilde özelleştirmenize olanak tanıyan çok basit bir kurulum." msgid "Provides a selection of various server packages to install and enable, e.g. httpd, nginx, mariadb" msgstr "Kurmak ve aktif etmek için bazı seçilmiş çeşitli sunucu paketleri sunar, örnek olarak httpd, nginx, mariadb" @@ -675,7 +670,7 @@ msgid "Press Enter to continue." msgstr "Devam etmek için Enter'a bas." msgid "Would you like to chroot into the newly created installation and perform post-installation configuration?" -msgstr "Yeni oluşturulmuş kuruluma chroot etmek ve kurulum sonrası konfigürasyon gerçekleştirmek ister misiniz?" +msgstr "Yeni oluşturulan kuruluma chroot ile girmek ve kurulum sonrası yapılandırmayı gerçekleştirmek ister misiniz?" msgid "Are you sure you want to reset this setting?" msgstr "Bu ayarı sıfırlamak istediğinize emin misiniz?" @@ -684,7 +679,7 @@ msgid "Select one or more hard drives to use and configure\n" msgstr "Kullanmak ve yapılandırmak için bir ya da daha fazla sabit disk seçin\n" msgid "Any modifications to the existing setting will reset the disk layout!" -msgstr "Mevcut ayara herhangi bir modifikasyon disk şemasını sıfırlayacaktır!" +msgstr "Mevcut ayarda yapılacak herhangi bir değişiklik disk düzenini sıfırlayacaktır!" msgid "If you reset the harddrive selection this will also reset the current disk layout. Are you sure?" msgstr "Eğer sabit disk seçimini sıfırlarsanız bu ayrıca mevcut disk şemasını da sıfırlayacaktır. Emin misiniz?" @@ -819,7 +814,7 @@ msgstr " - Devre Dışı Bırak/Varsayılan : 0 (Paralel indirmeyi devre dışı #, python-brace-format msgid "Invalid input! Try again with a valid input [1 to {max_downloads}, or 0 to disable]" -msgstr "Geçersiz Giriş! Geçerli bir girişle tekrar deneyin [1 - {max_downloads} veya 0 devre dışı bırakmak için]" +msgstr "Geçersiz girdi! Geçerli bir girdiyle tekrar deneyin [{max_downloads} için 1, veya devre dışı bırakmak için 0]" msgid "Parallel Downloads" msgstr "Paralel İndirmeler" @@ -843,7 +838,7 @@ msgid "The font should be stored as {}" msgstr "Yazı tipi {} olarak saklanmalıdır." msgid "Archinstall requires root privileges to run. See --help for more." -msgstr "Archinstall'ın çalışması için kök ayrıcalıkları gerekir. Daha fazla bilgi için --help'e bakın." +msgstr "Archinstall'un çalışması için kök ayrıcalıkları gerekir. Daha fazla bilgi için --help'e bakın." msgid "Select an execution mode" msgstr "Bir çalıştırma modu seçin" @@ -886,7 +881,7 @@ msgid "Remove all newly added partitions" msgstr "Yeni eklenen tüm disk bölümleri kaldırın" msgid "Assign mountpoint" -msgstr "Bir disk bölümü için monte noktası ata" +msgstr "Bir disk bölümü için mount (bağlantı) noktası ata" msgid "Mark/Unmark to be formatted (wipes data)" msgstr "Bir disk bölümünü biçimlendirilmek üzere işaretle/işareti kaldır (verileri siler)" @@ -934,7 +929,7 @@ msgid "Enter the end sector of the partition (percentage or block number, defaul msgstr "Bölümün bitiş sektörünü girin (yüzde veya blok numarası, varsayılan: {}): " msgid "This will remove all newly added partitions, continue?" -msgstr "Bu işlem yeni eklenmiş tüm bölümleri kaldıracaktır, devam edilsin?" +msgstr "Bu işlem yeni eklenmiş tüm bölümleri kaldıracaktır, devam edilsin mi?" msgid "Partition management: {}" msgstr "Bölüm yönetimi: {}" @@ -961,13 +956,13 @@ msgid "Select a FIDO2 device to use for HSM" msgstr "HSM için kullanılacak bir FIDO2 cihazı seçin" msgid "Use a best-effort default partition layout" -msgstr "En iyi çabayı gösteren bir varsayılan bölüm düzeni kullanın" +msgstr "Olabilecek en iyi varsayılan bölüm düzeni kullanın" msgid "Manual Partitioning" msgstr "Manuel yapılandırma" msgid "Pre-mounted configuration" -msgstr "Önceden monte edilmiş konfigürasyon" +msgstr "Önceden mount edilmiş (bağlanmış) konfigürasyon" msgid "Unknown" msgstr "Bilinmeyen" @@ -1247,7 +1242,72 @@ msgid "Would you like to use compression or disable CoW?" msgstr "BTRFS sıkıştırmasını kullanmak ister misiniz?" msgid "Use compression" -msgstr "" +msgstr "Sıkıştırma kullan" msgid "Disable Copy-on-Write" +msgstr "Copy-on-write'ı devre dışı bırak" + +#, fuzzy +msgid "Partitioning" +msgstr "Disk bölümü" + +msgid "Logical Volume Management (LVM)" +msgstr "Mantıksal Hacim Yönetimi (LVM)" + +msgid "Physical volumes" +msgstr "Fiziksel birimler" + +msgid "Volumes" +msgstr "Birimler" + +#, fuzzy +msgid "Default layout" +msgstr "Varsayılan düzen" + +#, fuzzy +msgid "No Encryption" +msgstr "Şifreleme yok" + +msgid "LUKS" +msgstr "" + +msgid "LVM on LUKS" msgstr "" + +msgid "LUKS on LVM" +msgstr "" + +#, fuzzy +msgid "LVM volumes" +msgstr "Alt disk bölümü ayarla" + +#, fuzzy +msgid "LVM volumes to be encrypted" +msgstr "Şifrelenecek bölümler" + +#, fuzzy +msgid "Select which LVM volumes to encrypt" +msgstr "Hangi disk bölümünün şifrelemek için işaretleneceğini seçin" + +#, fuzzy +msgid "Configuration type: {}" +msgstr "Konfigürasyon tipi: {}" + +#, fuzzy +msgid "LVM configuration type" +msgstr "LVM yapılandırma türü" + +msgid "LVM disk encryption with more than 2 partitions is currently not supported" +msgstr "Şu anda 2'den fazla bölüm içeren LVM disk şifrelemesi desteklenmemektedir" + +#, fuzzy +msgid "Use NetworkManager (necessary to configure internet graphically in GNOME and KDE Plasma)" +msgstr "NetworkManager'ı kullan (GNOME ya da KDE Plasma'da interneti grafik olarak yapılandırmak için gerekli)" + +#, fuzzy +msgid "Select a LVM option" +msgstr "bir LVM seçeneği seçin." + +#, fuzzy +msgid "Provides a selection of desktop environments and tiling window managers, e.g. GNOME, KDE Plasma, Sway" +msgstr "Masaüstü ortamları ve otomatik döşemeli pencere yöneticilerine bir seçenek sunar, örnek olarak GNOME, KDE Plasma, Sway" -- cgit v1.2.3-54-g00ecf